.samples-container{max-width:1000px;margin:0 auto;padding:28px 24px 64px}.samples-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.samples-title{font-size:20px;font-weight:600;margin-bottom:4px}.samples-subtitle{font-size:13px}.samples-list{display:flex;flex-direction:column;gap:12px}.samples-empty{padding:40px;text-align:center}.sample-card{border-radius:14px;padding:20px 24px;box-shadow:0 1px 2px rgba(0,0,0,.03)}.sample-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;flex-wrap:wrap;gap:8px}.sample-card-left{display:flex;align-items:center;gap:12px}.sample-card-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.sample-card-info{display:flex;flex-direction:column}.sample-card-id{font-size:14px;font-weight:600}.sample-card-date{font-size:12px}.sample-card-right{display:flex;align-items:center;gap:12px}.sample-card-count{font-size:12px}.sample-items{display:flex;gap:6px;flex-wrap:wrap}.sample-item-tag{font-size:11px;padding:3px 10px;border-radius:6px;font-weight:500}.sample-note{font-size:12px;margin-top:8px;font-style:italic}@media (max-width:767px){.samples-container{padding:20px 16px 48px}.samples-header{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:20px}.samples-title{font-size:18px;margin-bottom:2px}.samples-subtitle{font-size:12px}.samples-list{gap:10px}.samples-empty{padding:32px 16px;font-size:13px}.sample-card{padding:16px 18px}.sample-card-header{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:12px}.sample-card-left{gap:10px;width:100%}.sample-card-icon{width:32px;height:32px;font-size:16px}.sample-card-id{font-size:13px}.sample-card-date{font-size:11px}.sample-card-right{width:100%;justify-content:space-between;gap:10px}.sample-card-count{font-size:11px}.sample-items{gap:5px}.sample-item-tag{font-size:10px;padding:3px 8px}.sample-note{font-size:11px;margin-top:10px}}@media (min-width:768px) and (max-width:1023px){.samples-container{padding:24px 20px 56px}.samples-header{margin-bottom:20px}.samples-title{font-size:19px}.sample-card{padding:18px 22px}}.new-sample-container{max-width:800px;margin:0 auto;padding:28px 24px 64px}.new-sample-title{font-size:20px;font-weight:600;margin-bottom:4px}.new-sample-subtitle{font-size:13px;margin-bottom:24px}.new-sample-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:12px;gap:12px;margin-bottom:24px}.new-sample-item{border-radius:12px;padding:16px 18px;cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,.03);transition:all .15s;display:flex;gap:12px;align-items:center}.new-sample-item:hover{box-shadow:0 4px 16px rgba(0,0,0,.06)}.new-sample-item.selected,.new-sample-item.selected:hover{box-shadow:0 0 0 2px currentColor}.new-sample-item-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.new-sample-item-content{flex:1 1}.new-sample-item-name{font-size:13px;font-weight:600}.new-sample-item-desc{font-size:11px}.new-sample-note-section{margin-bottom:20px}.new-sample-note-label{font-size:12px;font-weight:600;display:block;margin-bottom:5px}.new-sample-note-optional{font-weight:400}.new-sample-note-input{width:100%;padding:12px 14px;border-radius:10px;border:1px solid #e0e0e0;font-size:14px;font-family:inherit}.new-sample-note-input:focus{outline:none}.new-sample-actions{display:flex;gap:10px}@media (max-width:767px){.new-sample-container{padding:20px 16px 48px}.new-sample-title{font-size:18px;margin-bottom:3px}.new-sample-subtitle{font-size:12px;margin-bottom:20px}.new-sample-grid{grid-template-columns:1fr;gap:10px;margin-bottom:20px}.new-sample-item{padding:14px 16px;gap:10px}.new-sample-item-icon{width:32px;height:32px;font-size:16px}.new-sample-item-name{font-size:12px}.new-sample-item-desc{font-size:10px}.new-sample-note-section{margin-bottom:18px}.new-sample-note-label{font-size:11px;margin-bottom:4px}.new-sample-note-input{padding:10px 12px;font-size:13px}.new-sample-actions{flex-direction:column;gap:8px}}@media (min-width:768px) and (max-width:1023px){.new-sample-container{padding:24px 20px 56px}.new-sample-title{font-size:19px}.new-sample-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.status-timeline{padding:20px 0;overflow:hidden}.status-timeline.compact{padding:12px 0}.status-timeline-track{display:flex;align-items:flex-start;position:relative;justify-content:space-between}.status-timeline-step{display:flex;flex-direction:column;align-items:center;flex:1 1;position:relative;z-index:2}.status-timeline-connector{position:absolute;top:14px;right:50%;width:100%;height:2px;background:#E5E7EB;z-index:1;transition:background .4s}.status-timeline-connector.done{background:#2D7DD2}.status-timeline.compact .status-timeline-connector{top:10px}.status-timeline-dot{width:28px;height:28px;border-radius:50%;background:#E5E7EB;display:flex;align-items:center;justify-content:center;z-index:2;transition:all .3s}.status-timeline-dot.done{background:#2D7DD2}.status-timeline-dot.current{box-shadow:0 0 0 4px rgba(26,143,173,.2);animation:pulse 2s infinite}.status-timeline.compact .status-timeline-dot{width:20px;height:20px}.status-timeline-label{font-size:11px;font-weight:400;margin-top:8px;text-align:center;line-height:1.2}.status-timeline-label.done{font-weight:600}.status-timeline.compact .status-timeline-label{font-size:9px;margin-top:4px}.status-timeline-date{font-size:10px;margin-top:2px}@keyframes pulse{0%,to{box-shadow:0 0 0 4px rgba(26,143,173,.2)}50%{box-shadow:0 0 0 8px rgba(26,143,173,.1)}}@media (max-width:767px){.status-timeline{padding:16px 0}.status-timeline.compact{padding:10px 0}.status-timeline-connector{top:12px}.status-timeline.compact .status-timeline-connector{top:8px}.status-timeline-dot{width:24px;height:24px}.status-timeline.compact .status-timeline-dot{width:18px;height:18px}.status-timeline-label{font-size:10px;margin-top:6px}.status-timeline.compact .status-timeline-label{font-size:8px;margin-top:3px}.status-timeline-date{font-size:9px;margin-top:1px}}@media (min-width:768px) and (max-width:1023px){.status-timeline{padding:18px 0}.status-timeline-dot{width:26px;height:26px}.status-timeline.compact .status-timeline-dot{width:19px;height:19px}}.reset-password-screen{min-height:100vh;display:flex;align-items:center;justify-content:center}.reset-password-wrapper{max-width:420px;width:100%;padding:0 24px}.reset-password-logo{display:inline-flex;align-items:center;gap:10px;margin-bottom:24px;justify-content:center;width:100%}.reset-password-logo-dot{width:12px;height:12px;border-radius:50%}.reset-password-logo-text{font-size:24px;font-weight:600;letter-spacing:-.02em}.reset-password-card{border-radius:16px;padding:28px 24px;box-shadow:0 2px 12px rgba(0,0,0,.04)}.reset-password-header{text-align:center;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #f0f0f0}.reset-password-title{font-size:20px;font-weight:600;margin-bottom:4px}.reset-password-subtitle{font-size:13px}.reset-password-success{text-align:center}.reset-password-success-title{font-size:14px;font-weight:600;margin-bottom:10px}.reset-password-success-message{font-size:13px;margin-bottom:16px}.reset-password-error{font-size:12px;margin-top:8px}.reset-password-submit{width:100%;padding:13px;border-radius:10px;border:none;color:#FFF;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;margin-top:12px;transition:opacity .2s}.reset-password-submit:disabled{opacity:.7;cursor:not-allowed}.reset-password-back{text-align:center;margin-top:14px}.reset-password-back-link{font-size:13px;cursor:pointer;text-decoration:none}.reset-password-back-link:hover{text-decoration:underline}@media (max-width:767px){.reset-password-wrapper{max-width:100%;padding:0 16px}.reset-password-logo{gap:8px;margin-bottom:20px}.reset-password-logo-dot{width:10px;height:10px}.reset-password-logo-text{font-size:22px}.reset-password-card{padding:24px 20px;border-radius:14px}.reset-password-header{margin-bottom:20px;padding-bottom:20px}.reset-password-title{font-size:18px;margin-bottom:3px}.reset-password-subtitle{font-size:12px}.reset-password-success-title{font-size:13px;margin-bottom:8px}.reset-password-success-message{font-size:12px;margin-bottom:14px}.reset-password-error{font-size:11px;margin-top:6px}.reset-password-submit{padding:12px;font-size:13px;margin-top:10px}.reset-password-back{margin-top:12px}.reset-password-back-link{font-size:12px}}@media (min-width:768px) and (max-width:1023px){.reset-password-wrapper{max-width:400px}.reset-password-logo{margin-bottom:22px}.reset-password-header{margin-bottom:22px;padding-bottom:22px}.reset-password-card{padding:26px 22px}}.portal-shell{-webkit-font-smoothing:antialiased;min-height:100vh}.portal-shell-loading{min-height:100vh;display:flex;align-items:center;justify-content:center}.portal-shell-spinner{width:24px;height:24px;border:3px solid;border-top:3px solid transparent;border-radius:50%;animation:portal-spin .7s linear infinite}@keyframes portal-spin{to{transform:rotate(1turn)}}.portal-toast{position:fixed;bottom:28px;left:50%;transform:translateX(-50%);color:#FFF;padding:10px 24px;border-radius:12px;font-size:13px;font-weight:600;z-index:9999;box-shadow:0 8px 32px rgba(0,0,0,.2);animation:fi .25s ease;max-width:90vw;text-align:center}@media (max-width:767px){.portal-toast{bottom:20px;padding:9px 20px;font-size:12px;border-radius:10px}.portal-shell-spinner{width:20px;height:20px;border-width:2.5px}}@media (min-width:768px) and (max-width:1023px){.portal-toast{bottom:24px;padding:9px 22px}}@media (max-width:767px){.portal-container{padding:0 16px}.portal-nav{padding:12px 16px}.portal-logo{font-size:16px}.portal-menu{position:fixed;top:0;left:-100%;width:280px;height:100vh;flex-direction:column;align-items:flex-start;background:#FFF;padding:80px 20px 20px;gap:4px;transition:left .3s ease;z-index:999;box-shadow:2px 0 12px rgba(0,0,0,.1);overflow-y:auto}.portal-menu.open{left:0}.portal-menu-btn{width:100%;text-align:left;padding:12px 16px;font-size:15px}.hamburger-btn{display:flex;align-items:center;justify-content:center}.mobile-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:998;opacity:0;pointer-events:none;transition:opacity .3s}.mobile-overlay.show{opacity:1;pointer-events:all}.portal-card{padding:16px;border-radius:10px;margin-bottom:12px}.portal-card-header{flex-direction:column;align-items:flex-start;gap:12px}.btn,.portal-card-title{font-size:15px}.btn{padding:14px 20px;min-height:48px}.btn-sm{padding:10px 16px;font-size:13px;min-height:40px}.btn-lg{padding:16px 28px;font-size:16px;min-height:52px}.form-input{padding:14px 16px;font-size:16px}.table-wrapper{margin:0 -16px;border-radius:0;border-left:none;border-right:none}.data-table{min-width:600px}.data-table td,.data-table th{padding:12px;font-size:13px}.data-table th{font-size:10px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr;gap:12px}.mt-1{margin-top:6px}.mt-2{margin-top:12px}.mt-3{margin-top:18px}.mt-4{margin-top:24px}.mb-1{margin-bottom:6px}.mb-2{margin-bottom:12px}.mb-3{margin-bottom:18px}.mb-4{margin-bottom:24px}.p-1{padding:6px}.p-2{padding:12px}.p-3{padding:18px}.p-4{padding:24px}.hide-mobile{display:none!important}}@media (min-width:768px) and (max-width:1023px){.portal-container{padding:0 20px}.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}.show-tablet{display:block!important}}@media (min-width:1024px){.hide-desktop{display:none!important}.show-desktop{display:block!important}}@media (min-width:1440px){.portal-container{padding:0 32px}.portal-card{padding:28px}}@media (hover:none) and (pointer:coarse){.btn{min-height:48px;padding:14px 24px}.btn-sm{min-height:40px;padding:10px 16px}.btn:hover,.data-table tbody tr:hover,.portal-menu-btn:hover{transform:none;box-shadow:none}.btn:active{transform:scale(.98)}.portal-menu-btn:active{background:#ECECEC}}@media print{.btn,.hamburger-btn,.mobile-overlay,.portal-header,.portal-menu{display:none!important}.portal-card{box-shadow:none;border:1px solid #e5e5e3;page-break-inside:avoid}.data-table{page-break-inside:auto}.data-table tr{page-break-inside:avoid;page-break-after:auto}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}