:root{--sf-blue: #0176D3;--sf-blue-dark: #014486;--sf-blue-light: #1B96FF;--teal: #2DC4A2;--purple: #7B5EA7;--red: #E8503A;--dark-900: #0A0A0A;--dark-800: #0F172A;--dark-700: #1E293B;--dark-600: #334155;--slate-400: #94A3B8;--slate-300: #CBD5E1;--slate-200: #E2E8F0;--slate-100: #F1F5F9;--slate-50: #F8FAFC;--white: #FFFFFF;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius: 12px;--radius-sm: 8px;--shadow: 0 2px 16px rgba(0,0,0,.08);--shadow-lg: 0 8px 40px rgba(0,0,0,.14)}:root,[data-theme=dark]{--surface-page: var(--dark-900);--surface-card: var(--dark-800);--surface-elevated: var(--dark-700);--surface-sunken: var(--dark-700);--text-primary: var(--white);--text-secondary: var(--slate-300);--text-muted: var(--slate-400);--text-faint: #64748B;--border-subtle: var(--dark-700);--border-strong: var(--dark-600);--hero-gradient-a: #0F172A;--hero-gradient-b: #1E1B4B;--hero-inset-bg: rgba(255,255,255,.04);--hero-inset-border: rgba(255,255,255,.08);--hero-inset-border-strong: rgba(255,255,255,.15)}[data-theme=light]{--surface-page: var(--slate-50);--surface-card: var(--white);--surface-elevated: var(--white);--surface-sunken: var(--slate-100);--text-primary: var(--dark-900);--text-secondary: var(--dark-700);--text-muted: var(--dark-600);--text-faint: var(--slate-400);--border-subtle: var(--slate-200);--border-strong: var(--slate-300);--hero-gradient-a: #EFF6FF;--hero-gradient-b: #F0F9FF;--hero-inset-bg: rgba(15,23,42,.05);--hero-inset-border: rgba(15,23,42,.09);--hero-inset-border-strong: rgba(15,23,42,.16)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{font-family:var(--font);background:var(--surface-page);color:var(--text-secondary);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%}a{color:var(--sf-blue);text-decoration:none}a:hover{text-decoration:underline}.admin-layout{min-height:100vh;display:flex;flex-direction:column}.admin-header{background:var(--surface-page);color:var(--text-primary);padding:0 2rem;height:60px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:50;border-bottom:1px solid var(--border-subtle)}.admin-header-brand{display:flex;align-items:center;gap:.75rem}.admin-header-brand svg{flex-shrink:0}.admin-header-name{font-size:.875rem;font-weight:700;color:var(--text-primary);letter-spacing:.01em}.admin-header-nav{display:flex;align-items:center;gap:1.5rem}.admin-header-nav a{font-size:.875rem;color:var(--text-muted);font-weight:500}.admin-header-nav a:hover,.admin-header-nav a.active{color:var(--text-primary);text-decoration:none}.admin-header-user{display:flex;align-items:center;gap:.75rem}.admin-header-username{font-size:.875rem;color:var(--text-muted)}.btn-signout{background:none;border:1px solid var(--border-strong);color:var(--text-muted);font-size:.8rem;padding:.3rem .75rem;border-radius:6px;cursor:pointer}.btn-signout:hover{border-color:var(--text-muted);color:var(--text-primary)}.admin-main{flex:1;padding:2.5rem 2rem;max-width:1100px;margin:0 auto;width:100%}.admin-main.admin-main-wide{max-width:none!important;padding-left:3rem;padding-right:3rem}.page-title{font-size:1.75rem;font-weight:800;color:var(--text-primary);margin-bottom:.25rem}.page-subtitle{font-size:1rem;color:var(--text-muted);margin-bottom:2rem}h2{font-size:1.25rem;font-weight:700}h3{font-size:1rem;font-weight:700}.panel{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.5rem}.panel-title{font-size:1rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}.card{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius);padding:1.25rem;transition:box-shadow .15s}.card:hover{box-shadow:var(--shadow)}.form-group{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.form-label{font-size:.875rem;font-weight:600;color:var(--text-secondary)}.form-hint{font-size:.8rem;color:var(--text-muted)}input,select,textarea{font:inherit;border:1.5px solid var(--border-strong);border-radius:var(--radius-sm);padding:.6rem .75rem;background:var(--surface-card);color:var(--text-primary);transition:border-color .15s;width:100%}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--sf-blue)}textarea{resize:vertical;min-height:80px}.color-row{display:flex;gap:.5rem;align-items:center}.color-row input[type=color]{width:44px;height:38px;padding:2px;cursor:pointer}.color-row input[type=text]{flex:1}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;font:inherit;font-weight:600;border-radius:var(--radius-sm);padding:.6rem 1.25rem;cursor:pointer;transition:all .15s;border:none;text-decoration:none;font-size:.9rem}.btn-primary{background:var(--sf-blue);color:var(--white)}.btn-primary:hover{background:var(--sf-blue-dark);text-decoration:none;color:var(--white)}.btn-secondary{background:var(--surface-sunken);color:var(--text-secondary);border:1px solid var(--border-subtle)}.btn-secondary:hover{background:var(--border-subtle);text-decoration:none;color:var(--text-secondary)}.btn-ghost{background:none;color:var(--text-muted)}.btn-ghost:hover{background:var(--surface-sunken);text-decoration:none}.btn-danger{background:none;color:#dc2626;border:1px solid #FCA5A5}.btn-danger:hover{background:#fef2f2}.btn-lg{padding:.85rem 2rem;font-size:1rem;border-radius:var(--radius)}.btn-sm{padding:.4rem .85rem;font-size:.8rem}.btn-full{width:100%}.btn:disabled{opacity:.45;cursor:not-allowed}.badge{display:inline-block;padding:.15rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600}.badge-blue{background:#dbeafe;color:#1e40af}.badge-green{background:#dcfce7;color:#166534}.badge-purple{background:#ede9fe;color:#5b21b6}.badge-amber{background:#fef3c7;color:#92400e}.badge-slate{background:var(--surface-sunken);color:var(--text-muted)}.error-text{color:#dc2626;font-size:.875rem;margin-top:.5rem}.login-page{min-height:100vh;background:var(--surface-page);display:flex;align-items:center;justify-content:center;padding:2rem}.login-card{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:16px;padding:3rem;max-width:440px;width:100%;text-align:center}.login-logo{margin-bottom:2rem}.login-headline{font-size:1.75rem;font-weight:800;color:var(--text-primary);margin-bottom:.5rem}.login-sub{font-size:.9rem;color:var(--text-muted);margin-bottom:2.5rem;line-height:1.6}.login-card input{background:var(--surface-elevated);border-color:var(--border-strong);color:var(--text-primary)}.login-card input::placeholder{color:var(--text-muted)}.login-card input:focus{border-color:var(--sf-blue)}.login-hint{font-size:.8rem;color:var(--text-muted);margin-top:1rem}.dashboard-hero{background:var(--surface-page);border:1px solid var(--border-subtle);border-radius:var(--radius);padding:2.5rem;margin-bottom:2rem;display:flex;align-items:flex-end;justify-content:space-between}.dashboard-hero-text h1{font-size:1.75rem;font-weight:800;color:var(--text-primary);margin-bottom:.25rem}.dashboard-hero-text p{font-size:.9rem;color:var(--text-muted)}.session-card{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius);padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.session-row:hover{box-shadow:0 2px 8px #0000000f;border-color:var(--border-strong)}.session-card-header{display:flex;justify-content:space-between;align-items:flex-start}.session-card-customer{font-size:1rem;font-weight:700;color:var(--text-primary)}.session-card-meta{font-size:.8rem;color:var(--text-muted);display:flex;flex-direction:column;gap:.2rem}.session-card-footer{display:flex;gap:.5rem}.session-progress{height:5px;background:var(--border-subtle);border-radius:3px;overflow:hidden}.session-progress-fill{height:100%;background:var(--sf-blue);border-radius:3px;transition:width .3s}.wizard-steps{display:flex;gap:0;margin-bottom:2rem;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border-subtle)}.wizard-step{flex:1;padding:.85rem 1rem;text-align:center;font-size:.8rem;font-weight:600;background:var(--surface-card);color:var(--text-muted);cursor:pointer;position:relative}.wizard-step.active{background:var(--sf-blue);color:var(--white)}.wizard-step.done{background:var(--surface-sunken);color:var(--text-muted)}.wizard-step-num{display:block;font-size:1.1rem;margin-bottom:.1rem}.vertical-card{border:2px solid var(--border-subtle);border-radius:var(--radius);padding:1.25rem;cursor:pointer;transition:all .15s}.vertical-card:hover{border-color:var(--sf-blue);box-shadow:0 0 0 3px #0176d314}.vertical-card.selected{border-color:var(--sf-blue);background:#0176d30f}.vertical-card-icon{font-size:2rem;margin-bottom:.5rem}.vertical-card-name{font-weight:700;color:var(--text-primary);font-size:.9rem;line-height:1.3}.vertical-card-desc{font-size:.8rem;color:var(--text-muted);margin-top:.25rem}.exercise-preview{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);overflow:hidden;margin-bottom:.75rem}.exercise-preview-header{background:var(--surface-sunken);padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.exercise-preview-header:hover{background:var(--border-subtle)}.exercise-preview-title{font-weight:600;font-size:.9rem}.exercise-preview-body{padding:1rem}.value-preview{background:#0176d30f;border-left:3px solid var(--sf-blue);padding:.75rem 1rem;border-radius:0 var(--radius-sm) var(--radius-sm) 0;margin-bottom:.75rem;font-size:.875rem;color:var(--text-secondary)}.runtime-layout{display:grid;grid-template-columns:1fr 340px;gap:1.5rem}@media (max-width: 900px){.runtime-layout{grid-template-columns:1fr}}.runtime-controls{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius);padding:1.5rem;color:var(--text-primary)}.runtime-controls h3{color:var(--text-muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.step-counter{font-size:3rem;font-weight:900;color:var(--text-primary);line-height:1}.step-counter-total{font-size:1rem;color:var(--text-muted);margin-top:.25rem}.participant-list{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.participant-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:var(--surface-sunken);border-radius:var(--radius-sm)}.participant-name{font-size:.875rem;color:var(--text-secondary)}.participant-step{font-size:.8rem;color:var(--text-muted)}.link-box{background:var(--surface-sunken);border-radius:var(--radius-sm);padding:.75rem}.link-url{font-size:.75rem;color:var(--text-muted);word-break:break-all;margin-bottom:.5rem}.runtime-step-view{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius);padding:1.5rem}.runtime-exercise-tabs{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.runtime-tab{padding:.4rem .9rem;border-radius:999px;font-size:.8rem;font-weight:600;border:1.5px solid var(--border-subtle);cursor:pointer;background:var(--surface-card);color:var(--text-secondary)}.runtime-tab.active{background:var(--sf-blue);border-color:var(--sf-blue);color:var(--white)}.runtime-step-title{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary)}.runtime-step-instructions{font-size:.9rem;color:var(--text-secondary);line-height:1.7}.participant-page{min-height:100vh;background:var(--surface-page);display:flex;flex-direction:column}.participant-header{background:var(--surface-card);border-bottom:1px solid var(--border-subtle);padding:1rem 1.5rem;display:flex;align-items:center;gap:1rem;position:sticky;top:0;z-index:50}.participant-header-workshop{font-size:.875rem;font-weight:700;color:var(--text-primary)}.participant-header-customer{font-size:.8rem;color:var(--text-muted)}.participant-header-right{margin-left:auto;display:flex;align-items:center;gap:1rem}.participant-body{flex:1;display:flex}.exercise-sidebar{width:260px;flex-shrink:0;background:var(--surface-card);border-right:1px solid var(--border-subtle);padding:1.5rem 1rem;overflow-y:auto;position:sticky;top:60px;height:calc(100vh - 60px)}.exercise-sidebar-title{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem;padding:0 .5rem}.exercise-nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:var(--radius-sm);cursor:pointer;margin-bottom:.25rem;transition:background .15s}.exercise-nav-item:hover{background:var(--surface-sunken)}.exercise-nav-item.active{background:#0176d326}.exercise-nav-icon{font-size:1.25rem;flex-shrink:0}.exercise-nav-info{flex:1;min-width:0}.exercise-nav-name{font-size:.8rem;font-weight:600;color:var(--text-secondary);line-height:1.3}.exercise-nav-progress{font-size:.7rem;color:var(--text-muted);margin-top:.2rem}.exercise-nav-check{font-size:.875rem;color:var(--teal);flex-shrink:0}.participant-content{flex:1;overflow-y:auto;padding:2rem}@media (max-width: 768px){.exercise-sidebar{display:none}.participant-content{padding:1rem}}.progress-bar-wrapper{background:var(--border-subtle);height:4px;position:sticky;top:60px;z-index:40}.progress-bar-fill{height:100%;background:var(--sf-blue);transition:width .4s ease}.step-card{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:16px;overflow:hidden;margin-bottom:1.5rem}.step-card-header{padding:1.5rem 1.75rem 1rem;display:flex;gap:1rem;align-items:flex-start}.step-badge{flex-shrink:0;width:36px;height:36px;background:var(--sf-blue);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:800}.step-title{font-size:1.125rem;font-weight:700;color:var(--text-primary);line-height:1.3}.step-exercise-label{font-size:.75rem;color:var(--text-muted);margin-top:.2rem}.step-body{padding:0 1.75rem 1.25rem}.step-instructions{font-size:.95rem;color:var(--text-secondary);line-height:1.8}.step-instructions a{color:var(--sf-blue)}.step-instructions strong{color:var(--text-primary)}.step-outcome{margin:1.25rem 0;background:#2dc4a21a;border:1px solid rgba(45,196,162,.2);border-radius:var(--radius-sm);padding:.85rem 1rem}.step-outcome-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--teal);margin-bottom:.25rem}.step-outcome-text{font-size:.875rem;color:var(--text-secondary)}.step-footer{padding:1rem 1.75rem 1.5rem;display:flex;gap:.75rem}.value-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#000000d9;display:flex;align-items:center;justify-content:center;padding:2rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.value-popup{background:var(--surface-elevated);border:1px solid var(--border-strong);border-radius:20px;max-width:640px;width:100%;padding:2.5rem;animation:slideUp .35s cubic-bezier(.16,1,.3,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.value-popup-eyebrow{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--teal);margin-bottom:.75rem}.value-popup-exercise{font-size:.875rem;color:var(--text-muted);margin-bottom:.5rem}.value-popup-headline{font-size:1.5rem;font-weight:800;color:var(--text-primary);margin-bottom:1.25rem;line-height:1.2}.value-popup-body{font-size:.95rem;color:var(--text-secondary);line-height:1.75;margin-bottom:1.5rem}.value-popup-bullets{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin-bottom:2rem}.value-popup-bullets li{display:flex;gap:.5rem;font-size:.875rem;color:var(--text-secondary)}.value-popup-bullets li:before{content:"→";color:var(--sf-blue);flex-shrink:0}.value-popup-footer{display:flex;justify-content:flex-end}.intro-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#000000d9;display:flex;align-items:center;justify-content:center;padding:2rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:fadeIn .3s ease}.intro-popup{background:var(--surface-elevated);border:1px solid var(--border-strong);border-top:3px solid var(--sf-blue);border-radius:20px;max-width:640px;width:100%;padding:2.5rem;animation:slideUp .35s cubic-bezier(.16,1,.3,1)}.intro-popup-eyebrow{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--sf-blue);margin-bottom:.75rem}.intro-popup-exercise{font-size:.875rem;color:var(--text-muted);margin-bottom:.5rem}.intro-popup-headline{font-size:1.5rem;font-weight:800;color:var(--text-primary);margin-bottom:1.25rem;line-height:1.2}.intro-popup-body{font-size:.95rem;color:var(--text-secondary);line-height:1.75;margin-bottom:1.5rem}.intro-popup-bullets{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin-bottom:2rem}.intro-popup-bullets li{display:flex;gap:.5rem;font-size:.875rem;color:var(--text-secondary)}.intro-popup-bullets li:before{content:"✦";color:var(--sf-blue);flex-shrink:0}.intro-popup-footer{display:flex;justify-content:flex-end}.participant-welcome{min-height:100vh;background:var(--surface-page);display:flex;align-items:center;justify-content:center;padding:2rem}.welcome-card{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:20px;padding:3rem 2.5rem;max-width:420px;width:100%;text-align:center}.welcome-emoji{font-size:3.5rem;display:block;margin-bottom:1.25rem}.welcome-title{font-size:1.75rem;font-weight:800;color:var(--text-primary);margin-bottom:.5rem}.welcome-subtitle{font-size:.9rem;color:var(--text-muted);margin-bottom:2rem;line-height:1.6}.welcome-card input{background:var(--surface-elevated);border-color:var(--border-strong);color:var(--text-primary);margin-bottom:1rem}.welcome-card input::placeholder{color:var(--text-muted)}.celebration-screen{min-height:100vh;background:var(--surface-page);display:flex;align-items:center;justify-content:center;padding:2rem}.celebration-card{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:20px;padding:3rem;max-width:520px;width:100%;text-align:center}.celebration-icon{font-size:4rem;display:block;margin-bottom:1.5rem}.celebration-title{font-size:2rem;font-weight:800;color:var(--text-primary);margin-bottom:1rem}.celebration-message{font-size:1rem;color:var(--text-secondary);line-height:1.7;margin-bottom:2rem}.celebration-stats{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.stat-badge{background:var(--surface-sunken);border-radius:var(--radius-sm);padding:.75rem 1.25rem;text-align:center}.stat-badge-num{font-size:1.75rem;font-weight:900;color:var(--sf-blue);display:block}.stat-badge-label{font-size:.75rem;color:var(--text-muted)}.takeaway-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 800px){.takeaway-grid{grid-template-columns:1fr}}.roadmap-fields{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media (max-width: 700px){.roadmap-fields{grid-template-columns:1fr}}.roadmap-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.35rem}.roadmap-30{color:var(--sf-blue)}.roadmap-60{color:var(--teal)}.roadmap-90{color:var(--purple)}.artifact-link{display:flex;align-items:center;justify-content:space-between;padding:1rem;border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--surface-sunken)}.artifact-link-name{font-size:.875rem;font-weight:600;color:var(--text-primary)}.artifact-link-customer{font-size:.8rem;color:var(--text-muted)}.takeaway-editor{display:flex;flex-direction:column;gap:1rem}.takeaway-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:.5rem}.takeaway-header-left{display:flex;align-items:center;gap:.75rem}.takeaway-header .badge{font-size:.7rem}.slide-panel{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);overflow:hidden;background:var(--surface-card);transition:box-shadow .2s}.slide-panel:hover{box-shadow:0 2px 12px #0000000a}.slide-panel-header{padding:.75rem 1rem;display:flex;align-items:center;gap:.75rem;cursor:pointer;background:var(--surface-card);border:none;width:100%;text-align:left;font-family:var(--font);transition:background .15s;color:var(--text-primary)}.slide-panel-header:hover{background:var(--surface-sunken)}.slide-panel-num{width:26px;height:26px;border-radius:50%;background:var(--sf-blue);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:800;flex-shrink:0}.slide-panel-num--dark{background:var(--sf-blue-dark)}.slide-panel-num--accent{background:var(--purple)}.slide-panel-num--teal{background:var(--teal)}.slide-panel-label{font-size:.85rem;font-weight:600;color:var(--text-primary);flex:1}.slide-panel-chevron{font-size:.75rem;color:var(--text-muted);transition:transform .2s}.slide-panel.open .slide-panel-chevron{transform:rotate(180deg)}.slide-panel-body{padding:1.25rem;border-top:1px solid var(--border-subtle);display:none}.slide-panel.open .slide-panel-body{display:block}.sp-field{margin-bottom:1rem}.sp-field:last-child{margin-bottom:0}.sp-field label{display:block;font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.35rem}.sp-field input,.sp-field textarea{width:100%;padding:.6rem .75rem;border:1px solid var(--border-subtle);border-radius:6px;font-family:var(--font);font-size:.875rem;color:var(--text-primary);background:var(--surface-card);transition:border-color .15s}.sp-field input:focus,.sp-field textarea:focus{outline:none;border-color:var(--sf-blue);box-shadow:0 0 0 3px #0176d314}.sp-field textarea{resize:vertical;min-height:56px}.sp-exercise-dot{width:10px;height:10px;border-radius:50%;display:inline-block;flex-shrink:0}.roadmap-item-row{display:flex;gap:.5rem;align-items:center;margin-bottom:.5rem}.roadmap-item-row input{flex:1}.roadmap-item-remove{width:28px;height:28px;border-radius:50%;border:1px solid var(--border-subtle);background:var(--surface-card);color:var(--red);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:500;flex-shrink:0;transition:all .15s}.roadmap-item-remove:hover{background:#e8503a14;border-color:var(--red)}.roadmap-add-btn{display:inline-flex;align-items:center;gap:.35rem;background:none;border:1px dashed var(--border-strong);color:var(--sf-blue);font-size:.8rem;font-weight:600;padding:.45rem .85rem;border-radius:6px;cursor:pointer;font-family:var(--font);transition:all .15s;margin-top:.25rem}.roadmap-add-btn:hover{background:#0176d30d;border-color:var(--sf-blue)}.bullet-row{display:flex;gap:.5rem;align-items:center;margin-bottom:.5rem}.bullet-row input{flex:1}.takeaway-actions{position:sticky;bottom:0;background:var(--surface-card);border-top:1px solid var(--border-subtle);padding:1rem 0;margin-top:.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;z-index:10}.takeaway-artifacts{margin-top:1.5rem}.takeaway-artifacts-title{font-size:.8rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem}.tiptap p{margin-bottom:.6em}.tiptap p:last-child{margin-bottom:0}.tiptap strong{font-weight:700}.tiptap em{font-style:italic}.tiptap code{background:var(--hero-inset-bg);border-radius:4px;padding:.1em .35em;font-family:monospace;font-size:.875em}.tiptap ul,.tiptap ol{padding-left:1.5em;margin-bottom:.6em}.tiptap li{margin-bottom:.25em}.tiptap h3{font-size:1.05rem;font-weight:700;margin-bottom:.5em}.tiptap blockquote{border-left:3px solid var(--sf-blue);padding-left:.75em;color:var(--text-muted);margin:.5em 0}.panel .tiptap code{background:var(--surface-sunken);color:var(--text-primary)}.panel .tiptap blockquote{color:var(--text-muted)}.step-screenshot{margin-top:1.25rem}.step-screenshot img{width:100%;border-radius:10px;border:1px solid var(--border-strong);display:block}.step-screenshot-placeholder{background:var(--surface-sunken);border:1px dashed var(--border-strong);border-radius:10px;padding:1.5rem;text-align:center;color:var(--text-muted);font-size:.8rem}.divider{border:none;border-top:1px solid var(--border-subtle);margin:1.5rem 0}.loading-spinner{display:flex;align-items:center;justify-content:center;min-height:200px;color:var(--text-muted);font-size:.9rem}.empty-state{text-align:center;padding:3rem 1rem;color:var(--text-muted)}.empty-state-icon{font-size:2.5rem;margin-bottom:.75rem}.empty-state-title{font-weight:700;margin-bottom:.5rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.tag{display:inline-block;background:var(--surface-sunken);color:var(--text-muted);font-size:.75rem;font-weight:600;padding:.1rem .5rem;border-radius:4px}.segmented-toggle{display:inline-flex;border:1px solid var(--border-subtle);border-radius:var(--radius-sm);overflow:hidden;background:var(--surface-sunken)}.segmented-option{border:none;background:transparent;color:var(--text-muted);font-size:.72rem;font-weight:600;padding:.2rem .6rem;cursor:pointer;white-space:nowrap;line-height:1.4}.segmented-option+.segmented-option{border-left:1px solid var(--border-subtle)}.segmented-option:hover{color:var(--text-secondary)}.segmented-option.active{background:var(--sf-blue);color:var(--white)}.logo-preview{margin-top:.6rem;display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1rem;background:var(--surface-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);max-width:100%}.logo-preview img{max-height:64px;max-width:280px;object-fit:contain;display:block}.logo-preview-error{font-size:.8rem;color:var(--red)}
