*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #3B82F6;--primary-dark: #2563EB;--primary-light: rgba(59,130,246,.1);--primary-border: rgba(59,130,246,.25);--success: #22C55E;--success-light: rgba(34,197,94,.1);--danger: #EF4444;--danger-light: rgba(239,68,68,.1);--warning: #F59E0B;--warning-light: rgba(245,158,11,.1);--bg: #FAFAFA;--surface: #FFFFFF;--surface-2: #F4F4F5;--border: #E4E4E7;--text: #18181B;--text-muted: #71717A;--text-light: #A1A1AA;--shadow-sm: 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 6px rgba(0,0,0,.06);--shadow-lg: 0 10px 15px rgba(0,0,0,.08);--radius-sm: 4px;--radius-md: 6px;--radius-lg: 10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;color-scheme:light}[data-theme=dark]{--bg: #0F0F10;--surface: #18181B;--surface-2: #27272A;--border: #3F3F46;--text: #FAFAFA;--text-muted: #A1A1AA;--text-light: #71717A;--shadow-sm: 0 1px 2px rgba(0,0,0,.3);--shadow-md: 0 4px 6px rgba(0,0,0,.3);--shadow-lg: 0 10px 15px rgba(0,0,0,.4);color-scheme:dark}body{background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh}a{text-decoration:none;color:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 18px;border-radius:var(--radius-sm);font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;border:none;transition:background .15s,opacity .15s;white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{background:var(--surface-2);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--border)}.btn-ghost{background:transparent;color:var(--text-muted);padding:7px 12px}.btn-ghost:hover{color:var(--text)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:#dc2626}.btn-sm{padding:5px 12px;font-size:13px}.btn-lg{padding:13px 28px;font-size:16px}.btn-full{width:100%}.card{background:var(--surface);border-radius:var(--radius-md)}.card-header{padding:18px 24px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:12px}.card-body{padding:24px}.form-group{display:flex;flex-direction:column;gap:5px;margin-bottom:16px}.form-label{font-size:13px;font-weight:500;color:var(--text)}.form-input,.form-select,.form-textarea{padding:9px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;font-family:inherit;color:var(--text);background:var(--bg);transition:border-color .15s;width:100%}.form-textarea{resize:vertical;min-height:80px}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--primary)}.form-input::placeholder,.form-textarea::placeholder{color:var(--text-light)}.form-hint{font-size:12px;color:var(--text-light);margin-top:3px}.required-star{color:var(--danger)}.alert{padding:10px 14px;border-radius:var(--radius-sm);font-size:14px;margin-bottom:14px}.alert-error{background:var(--danger-light);color:var(--danger)}.alert-success{background:var(--success-light);color:var(--success)}.alert-info{background:var(--primary-light);color:var(--primary)}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:3px;font-size:12px;font-weight:500}.badge-blue{background:var(--primary-light);color:var(--primary)}.badge-green{background:var(--success-light);color:var(--success)}.badge-yellow{background:var(--warning-light);color:var(--warning)}.badge-gray{background:var(--surface-2);color:var(--text-muted)}.badge-red{background:var(--danger-light);color:var(--danger)}.spinner{width:20px;height:20px;border:2px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .6s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:200;padding:16px}.modal{background:var(--surface);border-radius:var(--radius-lg);width:100%;max-width:480px;max-height:90vh;overflow-y:auto}.modal-header{padding:20px 24px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.modal-header h3{font-size:16px;font-weight:600}.modal-body{padding:24px}.modal-footer{padding:16px 24px;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:10px}.page-title{font-size:22px;font-weight:700;color:var(--text)}.page-subtitle{font-size:14px;color:var(--text-muted);margin-top:4px}.page-subtitle a{color:var(--primary)}.page-subtitle a:hover{text-decoration:underline}.divider{height:1px;background:var(--border);margin:24px 0}.text-muted{color:var(--text-muted)}.text-sm{font-size:13px}.text-xs{font-size:12px}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.layout{min-height:100vh;display:flex;flex-direction:column}.navbar{background:var(--surface);padding:0 28px;height:52px;display:flex;align-items:center;gap:20px;position:sticky;top:0;z-index:100}.navbar-brand{display:flex;align-items:center;gap:10px;flex-shrink:0}.navbar-logo{width:28px;height:28px;border-radius:5px;object-fit:cover}.navbar-title{font-weight:600;font-size:14px;color:var(--text)}.navbar-links{display:flex;align-items:center;gap:2px;flex:1;padding-left:8px}.nav-link{color:var(--text-muted);font-size:13px;font-weight:500;padding:6px 12px;border-radius:var(--radius-sm);transition:color .15s}.nav-link:hover,.nav-link.active{color:var(--text)}.logout-btn{flex-shrink:0}.main-content{flex:1;padding:32px 28px;max-width:1100px;width:100%;margin:0 auto}@media(max-width:640px){.navbar{padding:0 16px}.navbar-title{display:none}.main-content{padding:20px 16px}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg);padding:24px}.login-card{background:var(--surface);border-radius:var(--radius-lg);padding:40px 36px;width:100%;max-width:380px}.login-brand{text-align:center;margin-bottom:32px}.login-logo{display:flex;justify-content:center;margin-bottom:16px}.login-title{font-size:20px;font-weight:700;color:var(--text);margin-bottom:6px}.login-subtitle{font-size:14px;color:var(--text-muted)}.login-form{margin-bottom:20px}.login-footer{text-align:center;font-size:13px;color:var(--text-light)}.welcome-page{display:flex;flex-direction:column;gap:40px;padding-bottom:40px}.welcome-hero{display:flex;align-items:center;gap:28px;padding:24px 0}.hero-logo-img{width:110px;height:110px;border-radius:18px;flex-shrink:0}.hero-title{font-size:30px;font-weight:700;letter-spacing:-.03em;line-height:1.2;margin-bottom:8px}.hero-subtitle{font-size:15px;color:var(--text-muted);line-height:1.6}@media(max-width:640px){.welcome-hero{flex-direction:column;text-align:center}.hero-logo-img{width:80px;height:80px}.hero-subtitle{max-width:none}}.welcome-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.wcard{display:block;background:var(--surface);border-radius:var(--radius-md);padding:20px 24px;transition:background .15s}.wcard:hover{background:var(--surface-2)}.wcard-title{font-size:15px;font-weight:600;margin-bottom:6px;color:var(--text)}.wcard-desc{font-size:13px;color:var(--text-muted);line-height:1.5}.demo-video{width:100%;border-radius:var(--radius-md);background:var(--surface)}.section-title{font-size:17px;font-weight:600;margin-bottom:12px;color:var(--text)}.section-body{font-size:14px;color:var(--text-muted);line-height:1.7}.section-body+.section-body{margin-top:10px}.faq-list{display:flex;flex-direction:column}.faq-item{border-bottom:1px solid var(--border)}.faq-item:first-child{border-top:1px solid var(--border)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px 0;background:none;border:none;font:inherit;font-size:14px;font-weight:500;color:var(--text);cursor:pointer;text-align:left}.faq-question:hover{color:var(--primary)}.faq-toggle{font-size:18px;color:var(--text-light);flex-shrink:0;line-height:1}.faq-answer{font-size:14px;color:var(--text-muted);line-height:1.7;padding-bottom:14px}.contact-details{margin-top:14px;display:flex;flex-direction:column;gap:10px}.contact-row{display:flex;gap:16px;font-size:14px;align-items:baseline}.contact-label{color:var(--text-light);min-width:70px;flex-shrink:0}.contact-row a{color:var(--primary)}.contact-row a:hover{text-decoration:underline}.contact-row span:not(.contact-label){color:var(--text-muted)}.protocols-page{display:flex;flex-direction:column;gap:20px}.protocols-toolbar{display:flex;flex-direction:column;gap:10px}.search-input{max-width:360px}.category-tabs{display:flex;flex-wrap:wrap;gap:6px}.category-tab{padding:5px 14px;border-radius:4px;font-size:13px;font-weight:500;font-family:inherit;border:none;background:transparent;color:var(--text-muted);cursor:pointer;transition:all .15s}.category-tab:hover{color:var(--text)}.category-tab.active{background:var(--surface-2);color:var(--text)}.protocols-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:12px}.protocol-card{background:var(--surface);border-radius:var(--radius-md);padding:20px;cursor:pointer;transition:background .15s}.protocol-card:hover,.protocol-card.selected{background:var(--surface-2)}.protocol-name{font-size:15px;font-weight:600;color:var(--text);margin-bottom:6px}.protocol-desc{font-size:13px;color:var(--text-muted);line-height:1.5;margin-bottom:12px}.protocol-meta{display:flex;flex-wrap:wrap;gap:16px;font-size:12px;color:var(--text-light)}.protocol-details{margin-top:16px;padding-top:16px;border-top:1px solid var(--border);animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.details-label{font-size:12px;font-weight:600;color:var(--text-muted);margin-bottom:8px;text-transform:uppercase;letter-spacing:.04em}.labware-list{list-style:none;display:flex;flex-direction:column;gap:4px;margin-bottom:16px}.labware-list li{font-size:13px;color:var(--text-muted);padding-left:12px;position:relative}.labware-list li:before{content:"-";position:absolute;left:0;color:var(--text-light)}.protocol-actions{display:flex;gap:8px;flex-wrap:wrap}.code-preview-modal{max-width:720px!important;max-height:85vh;display:flex;flex-direction:column}.code-modal-actions{display:flex;gap:8px;padding:10px 24px;border-bottom:1px solid var(--border)}.code-modal-body{background:var(--surface-2);color:var(--text);font-family:SFMono-Regular,Consolas,Courier New,monospace;font-size:12px;line-height:1.7;padding:20px;overflow:auto;margin:0;white-space:pre;flex:1}.empty-state{text-align:center;padding:48px;color:var(--text-muted);font-size:14px}.pm-page{display:flex;flex-direction:column;gap:20px}.pm-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.pm-header-actions{display:flex;gap:8px;flex-shrink:0}.pm-layout{display:grid;grid-template-columns:1fr 440px;gap:20px;align-items:start}@media(max-width:1024px){.pm-layout{grid-template-columns:1fr}}.pm-left{display:flex;flex-direction:column;gap:20px}.pm-right{position:sticky;top:76px}.pm-section-title{font-size:14px;font-weight:600;color:var(--text)}.pm-section-body{display:flex;flex-direction:column;gap:0}.sv-container{display:flex;flex-direction:column}.sv-group{border-bottom:1px solid var(--border)}.sv-group:last-child{border-bottom:none}.sv-group-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);padding:10px 16px 6px;background:var(--surface-2)}.sv-table-wrap{overflow-x:auto}.sv-table{width:100%;border-collapse:collapse;font-size:13px}.sv-table th{text-align:left;padding:8px 10px;font-size:11px;font-weight:600;color:var(--text-muted);background:var(--surface-2);border-bottom:1px solid var(--border);white-space:nowrap}.sv-table td{padding:6px;border-bottom:1px solid var(--border);vertical-align:middle}.sv-table tr:last-child td{border-bottom:none}.sv-input{padding:5px 8px;border:1px solid var(--border);border-radius:4px;font-size:13px;font-family:inherit;color:var(--text);background:var(--surface-2);width:100%;min-width:60px;transition:border-color .15s}.sv-input:focus{outline:none;border-color:var(--primary)}.sv-input--mono{font-family:SFMono-Regular,Consolas,monospace;font-size:12px}.deck-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px}.deck-slot{min-height:80px;border-radius:var(--radius-sm);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px;position:relative;text-align:center}.deck-slot--trash{background:var(--surface-2);border:2px dashed var(--border)}.deck-slot--clickable{background:var(--surface-2);border:2px dashed var(--border);cursor:pointer;transition:border-color .15s,transform .1s;font-family:inherit;color:var(--text)}.deck-slot--clickable:hover{border-color:var(--primary);transform:scale(1.02)}.deck-slot--module{border-style:solid}.deck-slot-num{position:absolute;top:5px;left:7px;font-size:10px;font-weight:700;color:var(--text-light)}.deck-slot-label{font-size:10px;color:var(--text-muted)}.deck-slot-label--filled{font-size:10px;color:var(--text);font-weight:500;line-height:1.3;padding-top:8px}.deck-slot-var{font-size:11px;font-weight:700;font-family:SFMono-Regular,Consolas,monospace;color:var(--primary);background:var(--primary-light);border-radius:4px;padding:1px 6px}.deck-slot-empty{font-size:11px;color:var(--text-light)}.deck-legend{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.deck-legend-item{font-size:11px;padding:2px 10px;border-radius:100px;font-weight:500}.module-list{display:flex;flex-direction:column}.module-item{border-bottom:1px solid var(--border)}.module-item:last-child{border-bottom:none}.module-item-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;font-size:13px;background:var(--surface-2)}.module-item-body{padding:12px 16px}.pipette-row{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.pipette-row:last-child{margin-bottom:0}.pipette-mount-badge{width:32px;height:32px;border-radius:var(--radius-sm);background:var(--surface-2);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--text-muted);flex-shrink:0;margin-top:2px}.pipette-tiprack-info{display:flex;align-items:center;gap:8px;margin-top:6px;flex-wrap:wrap}.step-categories,.step-cat-group{border-bottom:1px solid var(--border)}.step-cat-group:last-child{border-bottom:none}.step-cat-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 16px;font-size:12px;font-weight:600;font-family:inherit;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);background:var(--surface-2);border:none;cursor:pointer;transition:background .1s}.step-cat-toggle:hover{background:#252525}.step-cat-toggle.open{color:var(--primary);background:var(--primary-light)}.step-cat-chevron{font-size:10px}.step-cat-items{display:flex;flex-wrap:wrap;gap:6px;padding:10px 16px}.pm-add-step-btns{display:flex;flex-wrap:wrap;gap:6px}.steps-list{list-style:none}.step-item{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid var(--border)}.step-item:last-child{border-bottom:none}.step-num{width:22px;height:22px;border-radius:50%;background:var(--surface-2);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:var(--text-muted);flex-shrink:0}.step-icon{font-size:16px;flex-shrink:0}.step-summary{flex:1;min-width:0}.step-summary strong{display:block;font-size:13px;color:var(--text)}.step-detail{display:block;font-size:12px;color:var(--text-muted);font-family:SFMono-Regular,Consolas,monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.step-actions{display:flex;gap:2px;flex-shrink:0}.code-panel{overflow:hidden}.code-preview{background:#0a0a0a;color:#a3e635;font-family:SFMono-Regular,Consolas,Courier New,monospace;font-size:12px;line-height:1.7;padding:20px;overflow-x:auto;margin:0;white-space:pre;max-height:70vh;overflow-y:auto}.labware-category-group{border-bottom:1px solid var(--border)}.labware-category-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);padding:10px 20px 6px;background:var(--surface-2)}.labware-option{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 20px;text-align:left;background:var(--surface);border:none;border-bottom:1px solid var(--border);cursor:pointer;font-family:inherit;transition:background .1s;gap:12px;color:var(--text)}.labware-option:last-child{border-bottom:none}.labware-option:hover{background:var(--surface-2)}.labware-option.selected{background:var(--primary-light)}.labware-option-name{font-size:13px;color:var(--text)}.labware-option-detail{font-size:11px;color:var(--text-muted);white-space:nowrap;flex-shrink:0}.checkbox-label{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text);cursor:pointer;padding:4px 0}.checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary);cursor:pointer}.booking-page{display:flex;flex-direction:column;gap:20px}.week-nav{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.week-label{font-size:14px;font-weight:600;color:var(--text);min-width:180px;text-align:center}.kst-badge{font-size:12px;color:var(--text-muted);white-space:nowrap}.slot-col-tz{display:block;font-size:10px;font-weight:500;color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase;margin-top:2px}.calendar-loading{display:flex;align-items:center;justify-content:center;gap:12px;padding:48px;color:var(--text-muted);font-size:14px}.calendar-table{width:100%;border-collapse:collapse;min-width:620px}.calendar-table th,.calendar-table td{border:1px solid var(--border);padding:0}.slot-col{width:160px}.day-col{min-width:120px}.calendar-table th{background:var(--surface);padding:10px 12px;text-align:center}.day-col.today{background:var(--surface-2)}.day-name{display:block;font-size:12px;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.day-date{display:block;font-size:13px;font-weight:600;color:var(--text)}.day-col.today .day-date{color:var(--primary)}.slot-label{padding:12px;font-size:12px;font-weight:500;color:var(--text-muted);background:var(--surface);white-space:nowrap;vertical-align:middle}.slot-cell{padding:4px;vertical-align:middle}.slot-btn{width:100%;min-height:50px;border-radius:var(--radius-sm);border:none;font-family:inherit;font-size:12px;cursor:pointer;transition:background .15s;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:6px 8px}.slot-open{background:#22c55e14;color:var(--success);font-weight:500}.slot-open:hover{background:#22c55e26}.slot-booked{background:var(--surface-2);color:var(--text-muted);text-align:center}.slot-booked:hover{background:var(--border)}.slot-past{background:transparent;color:var(--text-light);cursor:default}.booked-name{font-weight:600;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.booked-purpose{font-size:11px;opacity:.65;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.legend{display:flex;gap:20px;font-size:13px;color:var(--text-muted)}.legend-item{display:flex;align-items:center;gap:6px}.legend-dot{width:10px;height:10px;border-radius:2px;flex-shrink:0}.dot-open{background:#22c55e33}.dot-booked{background:var(--surface-2)}.dot-past{background:var(--border)}.booking-modal{max-width:560px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:480px){.form-row{grid-template-columns:1fr}}.slot-summary{background:var(--surface-2);border-radius:var(--radius-sm);padding:12px 16px;margin-bottom:20px;display:flex;flex-direction:column;gap:4px;font-size:14px;color:var(--text)}.slot-summary span{display:flex;align-items:center;gap:8px}.protocol-info-card{background:var(--surface-2);border-radius:var(--radius-sm);padding:14px 16px;margin-bottom:16px}.protocol-info-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;font-size:14px;color:var(--text)}.protocol-info-desc{font-size:13px;color:var(--text-muted);line-height:1.5;margin-bottom:10px}.protocol-info-meta{display:flex;flex-wrap:wrap;gap:12px;font-size:12px;color:var(--text-muted);margin-bottom:10px}.protocol-info-labware strong{display:block;font-size:12px;font-weight:600;color:var(--text);margin-bottom:6px}.protocol-info-labware ul{list-style:none;display:flex;flex-direction:column;gap:3px}.protocol-info-labware li{font-size:12px;color:var(--text-muted);padding-left:12px;position:relative}.protocol-info-labware li:before{content:"-";position:absolute;left:2px;color:var(--text-light)}
