:root{--radius-base:0.5rem;--radius-lg:0.75rem;--radius-xl:1rem;--shadow-sm:0 1px 2px 0 rgb(0 0 0/0.05);--shadow:0 1px 3px 0 rgb(0 0 0/0.1),0 1px 2px -1px rgb(0 0 0/0.1);--shadow-md:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--shadow-lg:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--transition-fast:150ms ease;--transition-base:200ms ease}[data-mode=novice]{--radius-base:0.75rem;--radius-lg:1rem;--shadow:0 4px 12px -2px rgb(0 0 0/0.08)}[data-mode=leader]{--radius-base:0.375rem;--shadow:0 1px 2px 0 rgb(0 0 0/0.05)}.text-primary-600{color:#2563eb}.text-primary-700{color:#1d4ed8}.text-neutral-500{color:#64748b}.text-neutral-700{color:#334155}.text-neutral-900{color:#0f172a}.text-danger-600{color:#dc2626}.bg-primary-100{background-color:#dbeafe}.bg-primary-600{background-color:#2563eb}.bg-primary-500{background-color:#3b82f6}.bg-neutral-50{background-color:#f8fafc}.bg-neutral-100{background-color:#f1f5f9}.bg-neutral-200{background-color:#e2e8f0}.bg-danger-50{background-color:#fef2f2}.bg-danger-600{background-color:#dc2626}.bg-warm-500{background-color:#f97316}.bg-warm-600{background-color:#ea580c}.bg-white{background-color:#ffffff}.border-primary-500{border-color:#3b82f6}.border-danger-200{border-color:#fecaca}.border-danger-500{border-color:#ef4444}.border-neutral-100{border-color:#f1f5f9}.border-neutral-200{border-color:#e2e8f0}.border-neutral-300{border-color:#cbd5e1}.hover\:bg-primary-700:hover{background-color:#1d4ed8}.hover\:bg-neutral-100:hover{background-color:#f1f5f9}.hover\:bg-neutral-200:hover{background-color:#e2e8f0}.hover\:bg-warm-600:hover{background-color:#ea580c}.hover\:bg-danger-700:hover{background-color:#b91c1c}.hover\:text-primary-700:hover{color:#1d4ed8}.focus\:ring-primary-500:focus{outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.5)}.focus\:ring-neutral-400:focus{outline:none;box-shadow:0 0 0 3px rgba(148,163,184,.5)}.focus\:ring-danger-500:focus{outline:none;box-shadow:0 0 0 3px rgba(239,68,68,.5)}.focus\:ring-warm-400:focus{outline:none;box-shadow:0 0 0 3px rgba(251,146,60,.5)}*,:after,:before{box-sizing:border-box}html{font-family:Inter,system-ui,sans-serif}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;background-color:#f8fafc;color:#0f172a}h1,h2,h3,h4,h5,h6{font-weight:600;color:#0f172a}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.125rem}a{color:#2563eb;transition:color .15s ease}a:hover{color:#1d4ed8}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-5{gap:1.25rem}.w-full{width:100%}.max-w-xs{max-width:20rem}.max-w-md{max-width:28rem}.relative{position:relative}.absolute{position:absolute}.left-3{left:.75rem}.right-3{right:.75rem}.top-50{top:50%}.-translate-y-1\/2{transform:translateY(-50%)}.pointer-events-none{pointer-events:none}.text-center{text-align:center}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.block{display:block}.inline-block{display:inline-block}.opacity-60{opacity:.6}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.pt-4{padding-top:1rem}.pb-4{padding-bottom:1rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.p-3{padding:.75rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.pl-10{padding-left:2.5rem}.pr-10{padding-right:2.5rem}.border-b{border-bottom:1px solid #e2e8f0}.border-t{border-top:1px solid #e2e8f0}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.overflow-hidden{overflow:hidden}.space-y-5>*+*{margin-top:1.25rem}.truncate{overflow:hidden;text-overflow:ellipsis}.truncate,.whitespace-nowrap{white-space:nowrap}.error{background-color:#fef2f2;color:#b91c1c;border:1px solid #fecaca;padding:.75rem}.btn,.error{border-radius:.5rem;font-size:.875rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-weight:500;line-height:1.25rem;transition:all .15s ease;border:none;cursor:pointer;text-decoration:none}.btn:focus{outline:none}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background-color:#2563eb;color:#ffffff}.btn-primary:hover:not(:disabled){background-color:#1d4ed8}.btn-primary:focus{box-shadow:0 0 0 3px rgba(59,130,246,.5)}.btn-secondary{background-color:#f1f5f9;color:#334155}.btn-secondary:hover:not(:disabled){background-color:#e2e8f0}.btn-secondary:focus{box-shadow:0 0 0 3px rgba(148,163,184,.5)}.btn-danger{background-color:#dc2626;color:#ffffff}.btn-danger:hover:not(:disabled){background-color:#b91c1c}.btn-danger:focus{box-shadow:0 0 0 3px rgba(239,68,68,.5)}.btn-warm{background-color:#f97316;color:#ffffff}.btn-warm:hover:not(:disabled){background-color:#ea580c}.btn-warm:focus{box-shadow:0 0 0 3px rgba(251,146,60,.5)}.btn-ghost{background-color:transparent;color:#2563eb}.btn-ghost:hover:not(:disabled){background-color:#f1f5f9}.btn-ghost:focus{box-shadow:0 0 0 3px rgba(148,163,184,.5)}.input{width:100%;max-width:20rem;padding:.5rem .75rem;border:1px solid #cbd5e1;border-radius:.5rem;background-color:#ffffff;color:#0f172a;font-size:.875rem;transition:border-color .15s ease,box-shadow .15s ease}.input::placeholder{color:#94a3b8}.input:focus{outline:none;border-color:transparent;box-shadow:0 0 0 2px rgba(59,130,246,.5)}.input:disabled{background-color:#f1f5f9;opacity:.6;cursor:not-allowed}.input-error{border-color:#ef4444}.input-error:focus{box-shadow:0 0 0 2px rgba(239,68,68,.5)}.textarea{composes:input;min-height:80px;resize:vertical}.label{display:block;font-size:.875rem;font-weight:500;color:#334155;margin-bottom:.25rem}.card{background-color:#ffffff;border-radius:.75rem;border:1px solid #e2e8f0;box-shadow:0 1px 2px 0 rgb(0 0 0/.05)}.card-hover{transition:box-shadow .15s ease}.card-hover:hover{box-shadow:0 4px 6px -1px rgb(0 0 0/.1),0 2px 4px -2px rgb(0 0 0/.1)}.card-outlined{box-shadow:none;border-color:#cbd5e1}.badge{display:inline-flex;align-items:center;padding:.125rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:500}.badge-primary{background-color:#dbeafe;color:#1d4ed8}.badge-success{background-color:#dcfce7;color:#15803d}.badge-warning{background-color:#fef9c3;color:#a16207}.badge-danger{background-color:#fee2e2;color:#b91c1c}.badge-neutral{background-color:#f1f5f9;color:#334155}.badge-warm{background-color:#ffedd5;color:#c2410c}.stat-card{background-color:#ffffff;border-radius:.75rem;border:1px solid #e2e8f0;padding:1.5rem;text-align:center}.stat-card strong{display:block;font-size:1.875rem;font-weight:700;color:#0f172a;margin-bottom:.25rem}.dashboard{min-height:100vh;background-color:#f8fafc}.dashboard header{margin-bottom:1.5rem}.dashboard header h1{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:.25rem}.dashboard header p{color:#64748b}.nav{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin-top:1rem}.nav a{padding:.375rem .75rem;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#334155;text-decoration:none;transition:background-color .15s ease}.nav a:hover{background-color:#f1f5f9}.nav a.active{background-color:#dbeafe;color:#1d4ed8}.section{margin-bottom:1.5rem}.section-title{font-size:1.125rem;font-weight:600;color:#0f172a;margin-bottom:1rem}.dashboard-section{background-color:#ffffff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;margin-bottom:1rem}.dashboard-section h2{font-size:1rem;font-weight:600;color:#0f172a;margin-bottom:.75rem}.completed-section{text-align:center;padding:2rem 1.5rem}.onboarding-section{padding:2.5rem 1.5rem}.onboarding-section h2{font-size:1.25rem;margin-bottom:.5rem}.onboarding-section p{color:#475569;margin-bottom:1.25rem}.onboarding-actions{display:flex;justify-content:flex-end}.actions-section{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.step-content{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:1rem;margin-bottom:1rem}.step-content pre{white-space:pre-wrap;font-family:Inter,system-ui,sans-serif;font-size:.875rem;color:#334155;margin:0}.step-required{color:#dc2626;margin-left:.25rem}.checkpoints{margin-top:1rem}.checkpoints h3{font-size:.875rem;font-weight:600;color:#334155;margin-bottom:.75rem}.checkpoint label{display:block;font-weight:500;color:#0f172a;margin-bottom:.375rem}.checkpoint input[type=text],.checkpoint textarea{width:100%;padding:.5rem .75rem;border:1px solid #cbd5e1;border-radius:.5rem;font-size:.875rem;margin-top:.25rem;transition:border-color .15s ease,box-shadow .15s ease}.checkpoint input[type=text]:focus,.checkpoint textarea:focus{outline:none;border-color:transparent;box-shadow:0 0 0 2px rgba(59,130,246,.5)}.reasons{display:flex;flex-direction:column;gap:.5rem;margin:1rem 0 1.5rem}.reasons button{width:100%;padding:.625rem 1rem;border:1px solid #e2e8f0;border-radius:.5rem;background-color:#ffffff;color:#334155;font-size:.875rem;line-height:1.25rem;text-align:left;cursor:pointer;transition:all .15s ease}.reasons button:hover:not(:disabled){background-color:#f1f5f9;border-color:#cbd5e1}.reasons button.selected{background-color:#dbeafe;border-color:#3b82f6;color:#1d4ed8}.reasons button:disabled{opacity:.5;cursor:not-allowed}.curator-modal-title{font-size:1.125rem;line-height:1.4;margin-bottom:1.5rem}.curator-free-text{width:100%;margin-top:.75rem;resize:vertical}.curator-submitted-text{color:#475569;margin-bottom:.75rem}.curator-submitted-question{font-weight:500;color:#0f172a;margin-bottom:1.5rem}.curator-submitted-actions{flex-direction:row;gap:.75rem}.modal-actions{display:flex;justify-content:space-between;gap:.75rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #f1f5f9}.modal-actions button{padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease}.modal p{color:#334155;font-size:.875rem;line-height:1.5}.modal h2{font-size:1.125rem;font-weight:600;color:#0f172a;margin-bottom:.75rem}.history-list{list-style:none;padding:0;margin:1rem 0;gap:.75rem}.history-list,.history-list li{display:flex;flex-direction:column}.history-list li{gap:.25rem;padding-bottom:.75rem;border-bottom:1px solid #f1f5f9}.history-list li:last-child{border-bottom:none}.history-time{font-size:.75rem;color:#94a3b8}.history-type{font-weight:500;color:#0f172a;font-size:.875rem}.history-payload{font-size:.8125rem;color:#64748b;background-color:#f8fafc;padding:.5rem .75rem;border-radius:.375rem;white-space:pre-wrap;margin:0}.btn-delete{background-color:transparent;color:#dc2626;border:1px solid #fecaca;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease}.btn-delete:hover:not(:disabled){background-color:#fef2f2;border-color:#dc2626}.btn-delete:disabled{opacity:.5;cursor:not-allowed}.btn-curator{background-color:#f97316;color:#ffffff;border:none;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease}.btn-curator:hover:not(:disabled){background-color:#ea580c}.btn-curator:disabled{opacity:.5;cursor:not-allowed}.btn-delete-confirm{background-color:#dc2626;color:#ffffff;border:none;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease}.btn-delete-confirm:hover:not(:disabled){background-color:#b91c1c}.btn-delete-confirm:disabled{opacity:.5;cursor:not-allowed}.nav-bar{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.nav-bar .spacer{flex:1 1}.nav-bar button{background-color:transparent;color:#64748b;border:1px solid #e2e8f0;padding:.375rem .75rem;border-radius:.375rem;font-size:.8125rem;cursor:pointer;transition:all .15s ease}.nav-bar button:hover{background-color:#f1f5f9;color:#0f172a}.nav-bar a{color:#2563eb;text-decoration:none;font-size:.875rem}.nav-bar a:hover{color:#1d4ed8}.nav-bar .nav-sep{color:#cbd5e1}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem}.modal{background-color:#ffffff;border-radius:1rem;box-shadow:0 10px 15px -3px rgb(0 0 0/.1);max-width:29rem;width:100%;padding:2rem}.modal-header{border-bottom:1px solid #e2e8f0}.modal-body,.modal-footer,.modal-header{padding:1.5rem}.modal-footer{border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;gap:.75rem}.table-wrapper{overflow-x:auto;border-radius:.5rem;border:1px solid #e2e8f0;background-color:#ffffff}.table{width:100%;font-size:.875rem;border-collapse:collapse}.table th{padding:.75rem 1rem;text-align:left;font-weight:500;color:#64748b;background-color:#f8fafc;border-bottom:1px solid #e2e8f0}.table td{padding:.75rem 1rem;border-bottom:1px solid #f1f5f9;color:#0f172a}.table tr:last-child td{border-bottom:none}.table tr:hover td{background-color:#f8fafc}.form-group{margin-bottom:1rem}.form-row{display:flex;gap:1rem}.form-row>*{flex:1 1}.empty-state{text-align:center;padding:3rem 0}.empty-state-icon{font-size:3.75rem;margin-bottom:.75rem;color:#cbd5e1}.empty-state-title{font-size:1.125rem;font-weight:500;color:#334155;margin-bottom:.25rem}.empty-state-desc{color:#64748b;margin-bottom:1rem}.progress-bar{height:.75rem}.stage-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;background-color:#dbeafe;color:#1d4ed8}.stage-badge,.step-type-badge{display:inline-flex;align-items:center;gap:.25rem;font-weight:500}.step-type-badge{padding:.125rem .5rem;border-radius:.25rem;font-size:.75rem}.timeline{display:flex;flex-direction:column;gap:1rem}.timeline-item{position:relative;padding-left:1.5rem;padding-bottom:1rem;border-left:2px solid #e2e8f0}.timeline-item:last-child{border-left:none}.timeline-marker{position:absolute;left:-6px;top:0;width:.75rem;height:.75rem;border-radius:50%;background-color:#2563eb;border:2px solid #ffffff}.timeline-time{font-size:.75rem;color:#64748b}.timeline-type{font-weight:500;color:#0f172a}.timeline-payload{font-size:.875rem;color:#64748b;margin-top:.25rem;background-color:#f8fafc;padding:.5rem .75rem;border-radius:.5rem;white-space:pre-wrap}.checkpoint{margin-bottom:1rem;padding:1rem;border-radius:.5rem;border:1px solid #e2e8f0;background-color:#ffffff}.checkpoint-question{font-weight:500;color:#0f172a;margin-bottom:.5rem}.checkpoint-required{color:#dc2626;font-size:.875rem;margin-left:.25rem}.skeleton{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;background-color:#e2e8f0;border-radius:.25rem}.skeleton-text{height:1rem;width:75%;margin-bottom:.5rem}.skeleton-title{height:1.5rem;width:50%;margin-bottom:1rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.step-nav-card{max-width:800px;margin:0 auto 32px;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;padding:1rem 1.25rem}.step-nav-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.step-track-title{font-size:1rem;font-weight:500;color:#334155;margin:0}.step-counter{font-size:.875rem;color:#64748b;white-space:nowrap}.step-progress{display:flex;flex-direction:column;gap:.5rem}.progress-bar{width:100%;height:.5rem;background-color:#e2e8f0;border-radius:9999px;overflow:hidden}.progress-fill{height:100%;background-color:#2563eb;border-radius:9999px;transition:width .3s ease}.step-card{max-width:800px;margin:0 auto 24px;background-color:#ffffff;border:1px solid #e2e8f0;border-radius:.75rem;overflow:hidden}.step-card-header{padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #f1f5f9}.step-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0}.step-material{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.step-material-text{font-size:1rem;line-height:1.7;color:#334155}.step-material-text p{margin:0 0 .75rem}.step-material-text p:last-child{margin-bottom:0}.step-material-text table{width:100%;border-collapse:collapse;margin:.75rem 0;font-size:.875rem}.step-material-text td,.step-material-text th{border:1px solid #e2e8f0;padding:.5rem .75rem;text-align:left}.step-material-text th{background-color:#f8fafc;font-weight:600;color:#0f172a}.step-material-text tr:nth-child(2n) td{background-color:#fafafa}.step-material-text ol,.step-material-text ul{margin:.5rem 0;padding-left:1.5rem}.step-material-text li{margin-bottom:.25rem}.step-material-text li>input[type=checkbox]{margin-right:.375rem}.step-material-text pre{background-color:#f1f5f9;border:1px solid #e2e8f0;border-radius:.5rem;padding:1rem;overflow-x:auto;font-size:.875rem;line-height:1.5}.step-material-text code{font-family:JetBrains Mono,Fira Code,monospace;font-size:.875em;background-color:#f1f5f9;padding:.125rem .375rem;border-radius:.25rem}.step-material-text pre code{background:none;padding:0;border-radius:0}.step-material-text blockquote{border-left:3px solid #e2e8f0;padding-left:1rem;color:#64748b;margin:.75rem 0}.step-material-text hr{border:none;border-top:1px solid #e2e8f0;margin:1rem 0}.step-material-text img{max-width:100%;border-radius:.5rem;margin:.75rem 0}.step-material-image img{max-width:100%;border-radius:.5rem;border:1px solid #e2e8f0}.step-material-video video{max-width:100%;border-radius:.5rem}.step-material-caption{font-size:.875rem;color:#64748b;margin-top:.375rem}.step-material-file a,.step-material-link a{display:inline-flex;align-items:center;gap:.375rem;color:#2563eb;text-decoration:none;font-size:.875rem}.step-material-file a:hover,.step-material-link a:hover{text-decoration:underline}.step-action{padding:1.5rem;border-top:1px solid #f1f5f9}.step-action-label{display:block;font-size:.875rem;font-weight:500;color:#334155;margin-bottom:.5rem}.step-textarea{width:100%;padding:.625rem .75rem;border:1px solid #cbd5e1;border-radius:.5rem;font-size:1rem;font-family:inherit;resize:vertical;min-height:100px;transition:border-color .15s ease,box-shadow .15s ease}.step-textarea:focus{outline:none;border-color:transparent;box-shadow:0 0 0 2px rgba(59,130,246,.5)}.step-action-choice{display:flex;flex-direction:column;gap:.5rem}.step-checkbox-label,.step-radio-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#334155;cursor:pointer}.step-checkbox-label input,.step-radio-label input{width:1rem;height:1rem;accent-color:#2563eb}.step-action-confirm{padding:1rem;background-color:#f8fafc;border-radius:.5rem;text-align:center}.step-action-upload{display:flex;flex-direction:column;gap:.5rem}.step-action-upload input{font-size:.875rem}.step-upload-preview{font-size:.8125rem;color:#64748b;margin:0}.step-footer{max-width:800px;margin:0 auto;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;border-top:1px solid #f1f5f9;background-color:#fafafa;border-radius:0 0 .75rem .75rem}.step-footer,.step-footer-center,.step-footer-start{display:flex;align-items:center}.step-footer-center{justify-content:center}.step-footer-end{display:flex;align-items:center}.step-time{font-size:.875rem;color:#94a3b8}.topbar{justify-content:space-between;height:3rem;padding:0 1rem;background-color:#ffffff;border-bottom:1px solid #e2e8f0;position:-webkit-sticky;position:sticky;top:0;z-index:40}.topbar,.topbar-left{display:flex;align-items:center}.topbar-left{width:3rem}.topbar-title{font-size:1rem;font-weight:600;color:#0f172a;text-decoration:none}.topbar-title:hover{color:#1d4ed8}.topbar-right{display:flex;align-items:center;width:auto;justify-content:flex-end}.topbar-menu{position:relative}.topbar-icon-btn{background:none;border:none;font-size:1.25rem;cursor:pointer;padding:.25rem;color:#334155;border-radius:.375rem;transition:background-color .15s ease}.topbar-icon-btn:hover{background-color:#f1f5f9}.topbar-dropdown{position:absolute;top:100%;left:0;margin-top:.25rem;background-color:#ffffff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 4px 6px -1px rgb(0 0 0/.1);min-width:10rem;padding:.375rem;z-index:50}.topbar-dropdown-item{display:block;width:100%;text-align:left;padding:.5rem .75rem;font-size:.875rem;color:#334155;background:none;border:none;border-radius:.375rem;cursor:pointer;text-decoration:none;transition:background-color .15s ease;margin-bottom:.1625rem}.topbar-dropdown-item:last-child{margin-bottom:0}.topbar-dropdown-item:hover{background-color:#f1f5f9}.topbar-dropdown-danger{color:rgba(100,116,139,.8)}.topbar-dropdown-danger:hover{background-color:#f1f5f9;color:rgba(100,116,139,1)}.topbar-dropdown-separator{height:1px;background-color:#e2e8f0;margin:.25rem 0}.topbar-curator-btn{display:inline-flex;align-items:center;gap:.375rem;background:none;border:1px solid #fed7aa;color:#ea580c;padding:.25rem .75rem;border-radius:.5rem;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease;position:relative;white-space:nowrap}.topbar-curator-btn:hover{border-color:#fdba74}.topbar-curator-wrap{display:inline-flex;align-items:center;gap:4px;position:relative}.topbar-curator-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1rem;height:1rem;padding:0 .25rem;border-radius:.5rem;font-size:.625rem;font-weight:600;color:#ffffff;line-height:1}.topbar-curator-btn:hover{background-color:#fff7ed;border-color:#f97316}.register-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.register-card{max-width:24rem;width:100%;text-align:center}.register-greeting{font-size:1.25rem;font-weight:700;color:#0f172a;line-height:1.4;margin-bottom:.25rem}.register-greeting-sub{font-weight:400;color:#475569}.register-access{font-size:.8125rem;color:#94a3b8;margin-bottom:1.5rem}.register-hint{font-size:.875rem;font-weight:500;color:#334155;margin-bottom:1.25rem}.register-form{text-align:left}.register-field{margin-bottom:1rem}.register-label{display:block;font-size:.8125rem;font-weight:500;color:#475569;margin-bottom:.375rem}.register-label+.input{background-color:#f8fafc;color:#64748b}.register-loading{font-size:.875rem;color:#64748b}.register-error{font-size:.8125rem;color:#dc2626;margin-bottom:1rem}.register-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.register-actions .btn{width:100%}.register-footer-hint{font-size:.75rem;color:#64748b;text-align:center;margin:0}.welcome-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.welcome-card{background-color:#ffffff;border:1px solid #e2e8f0;border-radius:1rem;padding:3rem 2rem;max-width:28rem;width:100%;text-align:center}.welcome-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.welcome-text{font-size:.9375rem;color:#334155;margin-bottom:.75rem;line-height:1.5}.welcome-hint{font-size:.875rem;color:#64748b;line-height:1.5}.welcome-actions{display:flex;justify-content:center;margin-top:1.5rem}.welcome-image{display:block;width:100%;max-width:16rem;height:auto;margin:0 auto 1.5rem;border-radius:.75rem}@media (max-width:640px){.nav{gap:.25rem}.nav a{padding:.25rem .5rem;font-size:.75rem}.btn{padding:.375rem .75rem;font-size:.875rem}.input{max-width:100%}}@media print{.no-print{display:none}}