body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.quick-welcome-screen{align-items:center;background:linear-gradient(135deg,#f0fdfa,#e0f2fe);display:flex;justify-content:center;min-height:100vh;padding:2rem 1rem}.quick-welcome-content{animation:fadeIn .6s ease-out;max-width:600px;text-align:center}.quick-welcome-icon{align-items:center;animation:pulse 2s ease-in-out infinite;background:#fff;border-radius:50%;box-shadow:0 8px 24px #0d948833;color:#0d9488;display:flex;height:120px;justify-content:center;margin:0 auto 2rem;width:120px}.quick-welcome-title{color:#334155;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.quick-welcome-subtitle{color:#64748b;font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem}.quick-start-button{background:#0d9488;border:none;border-radius:.75rem;box-shadow:0 4px 12px #0d94884d;color:#fff;cursor:pointer;font-size:1.25rem;font-weight:600;padding:1.25rem 3rem;transition:all .3s ease}.quick-start-button:hover{background:#0f766e;box-shadow:0 6px 16px #0d948866;transform:translateY(-2px)}.quick-welcome-footer{color:#64748b;font-size:.875rem;margin-top:2rem}@media (max-width:768px){.quick-welcome-title{font-size:2rem}.quick-welcome-subtitle{font-size:1.125rem}.quick-start-button{font-size:1.125rem;padding:1rem 2.5rem}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.quick-pairs-screen{align-items:center;background:#f8fafc;display:flex;flex-direction:column;min-height:100vh;padding:15vh 1rem 2rem}.pair-progress{display:flex;gap:.5rem;margin-bottom:1rem}.progress-dot{border-radius:50%;height:12px;transition:all .3s ease;width:12px}.progress-dot.upcoming{background:#0000;border:2px solid #cbd5e1}.progress-dot.current{background:#0d9488;border:2px solid #0d9488;transform:scale(1.2)}.progress-dot.completed{background:#99f6e4;border:2px solid #99f6e4}.pair-number{font-weight:600;margin-bottom:.5rem}.pair-instruction,.pair-number{color:#64748b;font-size:.875rem}.pair-instruction{font-weight:400;margin-bottom:2rem;max-width:600px;opacity:1;text-align:center;transition:opacity .3s ease-out}.pair-instruction.transitioning-out{opacity:0}.pair-content{max-width:900px;opacity:1;transition:opacity .3s ease-out;width:100%}.pair-content.transitioning-out{opacity:0}.pair-prompt{color:#334155;font-size:2rem;font-weight:700;line-height:1.3;margin-bottom:2.5rem;text-align:center}.pair-options{gap:2rem;width:100%}.pair-option,.pair-options{display:flex;justify-content:center}.pair-option{align-items:center;background:#fff;border:3px solid #e2e8f0;border-radius:1rem;box-shadow:0 2px 8px #0000000d;color:#334155;cursor:pointer;flex:1 1;flex-direction:column;font-size:1.125rem;font-weight:500;line-height:1.5;max-width:310px;min-height:280px;padding:2.5rem 2rem;text-align:center;transition:all .3s ease}.pair-option:hover:not(:disabled){border-color:#0d9488;box-shadow:0 4px 12px #0d948826;transform:translateY(-2px)}.pair-option.selected{animation:pulse-border .3s ease-out;background:#f0fdfa;border-color:#0d9488;box-shadow:0 6px 16px #0d948840;transform:scale(1.03)}.pair-option.unselected{border-color:#e2e8f0;opacity:.5}.pair-option:disabled{cursor:default}.option-illustration{animation:fadeIn .4s ease-out .2s backwards;height:72px;margin-bottom:1.5rem;opacity:.7;width:72px}.option-text{align-items:center;display:flex;flex:1 1}.calculating-container{align-items:center;display:flex;flex-direction:column;gap:1.5rem}.calculating-spinner{animation:spin 1s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#0d9488;height:60px;width:60px}.calculating-text{color:#64748b;font-size:1.125rem;font-weight:500}@media (max-width:768px){.pair-prompt{font-size:1.5rem}.pair-options{flex-direction:column;gap:1rem}.pair-option{font-size:1rem;max-width:100%;min-height:100px;padding:1.5rem}}@keyframes slideInRight{0%{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}@keyframes slideOutLeft{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-100px)}}@keyframes pulse-border{0%{border-color:#0d9488}50%{border-color:#14b8a6}to{border-color:#0d9488}}.quick-result-screen{background:linear-gradient(180deg,#f8fafc,#f5f3ff);min-height:100vh;padding:3rem 1rem}.quick-result-content{align-items:flex-start;display:flex;gap:2rem;margin:0 auto;max-width:1200px;opacity:0;transform:translateY(20px);transition:all .6s ease-out}.quick-result-content.visible{opacity:1;transform:translateY(0)}.result-header-vertical{color:#94a3b8;flex-shrink:0;font-size:2rem;font-weight:700;letter-spacing:.05em;margin:0;padding:2rem 1rem;text-orientation:mixed;writing-mode:vertical-rl}.result-main-content{flex:1 1;width:100%}.result-cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:45fr 55fr;margin-bottom:2rem}.result-card{animation:slideUp .6s ease-out;border-top:4px solid;box-shadow:0 4px 12px #00000014;padding:2rem}.result-card:nth-child(2){animation-delay:.2s;animation-fill-mode:backwards}.card-illustration{align-items:center;border-radius:1rem 1rem 0 0;display:flex;height:120px;justify-content:center;margin:-2rem -2rem 1.5rem;width:calc(100% + 4rem)}.illustration-placeholder{filter:brightness(1.2);opacity:.9}.card-title{font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.keyword-highlight{border-radius:.2em;padding:.05em .2em;transition:background-color .3s ease}.card-description{color:#64748b;font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.next-step-link{border-top:1px solid #e2e8f0;padding-top:1.5rem;text-align:center}.next-step-text{color:#334155;margin:0 0 .5rem}.next-step-text,.trust-quiz-link{font-size:.9375rem;font-weight:600}.trust-quiz-link{border-bottom:2px solid #0000;color:#0d9488;display:inline;text-decoration:none;transition:border-color .2s ease}.trust-quiz-link:hover{border-bottom-color:#0d9488}.next-step-suffix{color:#334155;font-size:.9375rem;margin-left:.25rem}.tool-header{color:#64748b;font-size:.875rem;font-weight:500}.rule-section,.tool-header{margin-bottom:1.5rem}.rule-number{font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.rule-text{color:#334155;font-style:italic}.reframe-text,.rule-text{font-size:1.125rem;line-height:1.6}.reframe-text{font-weight:600;margin-bottom:1.5rem}.actionable-tip-section{background:#00000005;border-left:3px solid;border-radius:.75rem;margin-bottom:1.5rem;padding:1.5rem}.actionable-tip-header{align-items:center;color:#334155;display:flex;font-size:.75rem;font-weight:700;gap:.5rem;letter-spacing:.05em;margin-bottom:.75rem;text-transform:uppercase}.actionable-tip-text{color:#475569;font-size:.875rem;line-height:1.6;margin-bottom:.75rem}.practice-reference{color:#64748b;font-size:.75rem;font-style:italic}.book-cta-button{border-radius:.5rem;box-shadow:0 2px 8px #00000026;color:#fff;display:inline-block;font-size:1rem;font-weight:600;padding:.875rem 1.75rem;text-decoration:none;transition:all .2s ease}.book-cta-button:hover{box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.book-share-section{grid-gap:2rem;animation:slideUp .6s ease-out .4s backwards;background:#fff;border-radius:1rem;box-shadow:0 2px 8px #0000000d;display:grid;gap:2rem;grid-template-columns:45fr 55fr;margin-bottom:2rem;padding:2rem}.book-column{align-items:center;display:flex;flex-direction:column;gap:1.5rem}.book-cover-image{border-radius:.5rem;box-shadow:0 4px 16px #0000001f;max-height:280px;object-fit:contain;width:100%}.order-book-button{background:#0d9488;border-radius:.5rem;box-shadow:0 2px 8px #0d94884d;color:#fff;font-size:1rem;font-weight:600;padding:.875rem 1.5rem;text-align:center;text-decoration:none;transition:all .2s ease;width:100%}.order-book-button:hover{background:#0f766e;box-shadow:0 4px 12px #0d948866;transform:translateY(-2px)}.share-column{display:flex;flex-direction:column;justify-content:center}.share-title{color:#334155;font-size:1.5rem;font-weight:700;margin-bottom:.5rem;text-align:center}.share-subtitle{color:#64748b;font-size:1rem;margin-bottom:1.5rem;text-align:center}.share-buttons-vertical{display:flex;flex-direction:column;gap:.75rem}.share-button{border:2px solid;border-radius:.5rem;gap:.5rem;padding:.875rem 1.5rem;width:100%}.share-button.linkedin{background:#0a66c2;border-color:#0a66c2}.share-button.linkedin:hover{background:#084d93;border-color:#084d93;transform:translateY(-2px)}.share-button.instagram{background:#fff;border-color:#0d9488;color:#0d9488}.share-button.instagram:hover{background:#f0fdfa;transform:translateY(-2px)}.share-button.copy-link{background:#fff;border-color:#cbd5e1;color:#64748b}.share-button.copy-link:hover{background:#f1f5f9;border-color:#94a3b8;transform:translateY(-2px)}.deep-quiz-cta{animation:slideUp .6s ease-out .6s backwards;background:linear-gradient(135deg,#f0fdfa,#e0f2fe);border-radius:1rem;margin-bottom:2rem;padding:2.5rem;text-align:center}.deep-cta-title{color:#334155;font-size:1.75rem;font-weight:700;margin-bottom:1rem}.deep-cta-text{color:#64748b;font-size:1.125rem;line-height:1.6;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:600px}.deep-cta-button{background:#0d9488;border-radius:.75rem;box-shadow:0 4px 12px #0d94884d;color:#fff;display:inline-block;font-size:1.125rem;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.deep-cta-button:hover{background:#0f766e;box-shadow:0 6px 16px #0d948866;transform:translateY(-2px)}.restart-link{align-items:center;background:none;border:none;color:#64748b;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;margin:0 auto;padding:.5rem;transition:color .2s ease}.restart-link:hover{color:#0d9488}@media (max-width:768px){.quick-result-content{flex-direction:column;gap:0}.result-header-vertical{border-bottom:2px solid #e2e8f0;font-size:1.75rem;margin-bottom:1.5rem;padding:1rem;text-align:center;text-orientation:mixed;width:100%;writing-mode:horizontal-tb}.result-main-content{width:100%}.result-cards{gap:1.5rem;grid-template-columns:1fr}.card-title{font-size:1.25rem}.book-share-section{gap:2rem;grid-template-columns:1fr}.share-column{order:-1}.book-column{order:1}.deep-cta-title{font-size:1.5rem}.deep-cta-text{font-size:1rem}}.welcome-screen{align-items:center;background:linear-gradient(135deg,#f8fafc,#e0f2fe);display:flex;justify-content:center;min-height:100vh;padding:2rem}.welcome-content{animation:slideIn .6s ease-out;max-width:600px;text-align:center}.hero-illustration{animation:float 3s ease-in-out infinite;margin-bottom:2rem}.hero-icon{color:#0d9488;filter:drop-shadow(0 4px 6px rgba(13,148,136,.1))}.welcome-headline{color:#334155;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.welcome-subhead{color:#64748b;font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem}.start-button{background:#0d9488;border:none;border-radius:.75rem;box-shadow:0 4px 6px #0d948833;color:#fff;cursor:pointer;font-size:1.125rem;font-weight:600;padding:1rem 3rem;transition:all .2s ease}.start-button:hover{background:#0f766e;box-shadow:0 6px 12px #0d94884d;transform:translateY(-2px)}.start-button:active{transform:translateY(0)}.welcome-footer{color:#64748b;font-size:.875rem;margin-top:2rem}.quick-link{color:#0d9488;font-weight:600;text-decoration:none;transition:color .2s ease}.quick-link:hover{color:#0f766e;text-decoration:underline}@media (max-width:768px){.welcome-headline{font-size:2rem}.welcome-subhead{font-size:1.125rem}.hero-icon{height:60px;width:60px}}.card-sort-screen{background:#f8fafc;min-height:100vh;padding:5rem 1rem 2rem}.card-sort-header{margin:0 auto 2rem;max-width:1200px;text-align:center}.card-sort-header h2{color:#334155;font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.instruction{color:#64748b;font-size:1rem;line-height:1.6}.card-sort-container{align-items:flex-start;display:flex;gap:1.5rem;margin:0 auto;max-width:1400px}.unplaced-cards-column{align-self:flex-start;flex:0 0 240px;max-width:240px;position:-webkit-sticky;position:sticky;top:5rem}.unplaced-cards-title{color:#334155;font-size:1rem;font-weight:600;margin-bottom:.75rem;text-align:center}.unplaced-cards-stack{border-radius:.75rem;display:flex;flex-direction:column;gap:.75rem;min-height:120px;padding:.5rem;transition:all .2s ease}.return-zone,.unplaced-cards-stack:empty{background:#f8fafc;border:2px dashed #cbd5e1}.return-zone{align-items:center;border-radius:.75rem;display:flex;justify-content:center;min-height:120px;padding:1rem;transition:all .2s ease}.return-zone p{color:#94a3b8;font-size:.875rem;margin:0;text-align:center}.unplaced-cards-stack.can-drop .return-zone,.unplaced-cards-stack:empty.can-drop{background:#f0fdfa;border-color:#0d9488}.unplaced-cards-stack .card{max-width:200px;padding:1rem!important;width:100%}.unplaced-cards-stack .card-icon{height:70px!important;margin-bottom:.75rem!important;width:70px!important}.unplaced-cards-stack .card-text{font-size:.95rem!important;line-height:1.4!important}.playmat-column{flex:1 1}.mobile-layout{display:flex;flex-direction:column;gap:1rem;width:100%}.mobile-card-grid-section{background:#fff;border-radius:.75rem;box-shadow:0 2px 8px #0000000f;padding:.75rem}.mobile-grid-label{color:#64748b;font-size:.75rem;font-weight:500;margin:0 0 .5rem;text-align:center}.mobile-card-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(3,1fr)}.mobile-card-item{align-items:center;background:#f8fafc;border:2px solid #e2e8f0;border-radius:.5rem;cursor:pointer;display:flex;flex-direction:column;gap:.3rem;justify-content:center;min-height:80px;padding:.5rem .35rem;transition:all .15s ease}.mobile-card-item:active{transform:scale(.97)}.mobile-card-item.selected{background:#f0fdfa;border-color:#0d9488;box-shadow:0 0 0 3px #0d948833}.mobile-card-icon{align-items:center;background:linear-gradient(135deg,#f0fdfa,#e0f2fe);border-radius:.35rem;color:#0d9488;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.mobile-card-text{color:#334155;font-size:.65rem;line-height:1.3;margin:0;text-align:center}.mobile-spectrum-section{background:linear-gradient(135deg,#f0fdfa,#e0f2fe);border-radius:.75rem;box-shadow:0 2px 8px #0000000f;padding:.75rem}.mobile-spectrum-label-row{color:#64748b;display:flex;font-size:.65rem;font-weight:500;justify-content:space-between;margin-bottom:.5rem;padding:0 .25rem}.mobile-column,.mobile-spectrum{display:flex;gap:.3rem}.mobile-column{align-items:center;background:#fff;border:2px dashed #cbd5e1;border-radius:.5rem;cursor:pointer;flex:1 1;flex-direction:column;min-width:0;padding:.4rem .25rem;transition:all .15s ease}.mobile-column.can-drop{background:#f0fdfa;border-color:#0d9488}.mobile-column.full{background:#f0fdf4;border-color:#10b981;border-style:solid}.mobile-column-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.1rem;padding-bottom:.3rem;width:100%}.mobile-column-label{color:#475569;font-size:.6rem;font-weight:700;letter-spacing:.02em;line-height:1.1;text-align:center;text-transform:uppercase}.mobile-column-count{color:#94a3b8;font-size:.6rem;font-weight:600}.mobile-column-cards{gap:.25rem}.mobile-column-cards,.mobile-placed-card{align-items:center;display:flex;flex-direction:column;width:100%}.mobile-placed-card{background:#fff;border:1.5px solid #0d9488;border-radius:.35rem;cursor:pointer;gap:.2rem;padding:.25rem;transition:all .15s ease}.mobile-placed-card:active{background:#fff7ed;border-color:#f97316;transform:scale(.95)}.mobile-placed-icon{align-items:center;color:#0d9488;display:flex;flex-shrink:0;height:24px;justify-content:center;width:24px}.mobile-placed-text{color:#334155;font-size:.55rem;line-height:1.2;margin:0;text-align:center}.mobile-empty-slot{background:#f8fafc;border:1.5px dashed #e2e8f0;border-radius:.35rem;height:36px;width:100%}.card{animation:slideIn .4s ease-out;background:#fff;border:2px solid #e2e8f0;border-radius:.75rem;cursor:move;padding:1.5rem;transition:all .3s ease}.card.swapping{animation:cardSwap .4s ease-in-out}.card.placed{padding:1rem}.card:hover{border-color:#0d9488;box-shadow:0 4px 12px #0d948826;transform:translateY(-2px)}.card.selected{background:#f0fdfa;border-color:#0d9488;box-shadow:0 4px 12px #0d948833}.card-icon{align-items:center;background:linear-gradient(135deg,#f0fdfa,#e0f2fe);border-radius:.5rem;color:#0d9488;display:flex;height:80px;justify-content:center;margin:0 auto 1rem;width:80px}.card-icon.placed{height:70px;width:70px}.card-text{font-size:.95rem;line-height:1.5;margin:0;text-align:center}.columns-container{align-items:flex-start;display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.column{background:#fff;border:2px dashed #cbd5e1;border-radius:.75rem;display:flex;flex-direction:column;max-width:200px;padding:1rem;transition:all .2s ease;width:200px}.column.can-drop{background:#f0fdfa;border-color:#0d9488}.column-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem}.column-label{color:#334155;font-size:.875rem;font-weight:600}.column-count{background:#f1f5f9;border-radius:.375rem;color:#64748b;font-size:.75rem;font-weight:600;padding:.25rem .5rem}.column-cards{display:flex;flex-direction:column;gap:.75rem}.card-slot{align-items:center;background:#f8fafc;border:2px dashed #e2e8f0;border-radius:.75rem;color:#cbd5e1;display:flex;font-size:.875rem;justify-content:center;min-height:180px;transition:all .2s ease}.card-slot.filled{background:#0000;border:none;min-height:0}.column.can-drop .card-slot:not(.filled){background:#f0fdfa;border-color:#0d9488}.card-sort-footer{margin:0 auto;max-width:1200px;text-align:center}.next-button{background:#0d9488;border:none;border-radius:.75rem;box-shadow:0 4px 6px #0d948833;color:#fff;cursor:pointer;font-size:1.125rem;font-weight:600;padding:1rem 3rem;transition:all .2s ease}.next-button:hover:not(:disabled){background:#0f766e;box-shadow:0 6px 12px #0d94884d;transform:translateY(-2px)}.next-button:disabled{background:#cbd5e1;box-shadow:none;cursor:not-allowed}@media (max-width:1200px){.columns-container{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.card-sort-screen{padding:4rem .75rem 2rem}.card-sort-header{margin-bottom:1rem}.card-sort-header h2{font-size:1.25rem}.instruction{font-size:.875rem}.card-sort-container{padding-bottom:1rem}.card-sort-footer{margin-top:1rem}}@keyframes cardSwap{0%{transform:scale(1)}50%{box-shadow:0 8px 20px #0d94884d;transform:scale(1.05) rotate(2deg)}to{transform:scale(1)}}.scenarios-new-screen{align-items:center;background:#f8fafc;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:5rem 1rem 2rem}.scenarios-progress{background:#fff;border-radius:2rem;box-shadow:0 2px 4px #0000000d;color:#64748b;font-size:.875rem;font-weight:600;padding:.5rem 1rem;position:fixed;top:4rem;z-index:10}.scenarios-instruction{animation:fadeIn .5s ease-out;color:#64748b;font-size:1rem;font-style:italic;margin-bottom:1.5rem;text-align:center}.scenario-content{max-width:900px;transition:opacity .3s ease,transform .3s ease;width:100%}.scenario-content.transitioning{opacity:0;transform:translateX(-30px)}.scenario-prompt{animation:fadeIn .5s ease-out;color:#334155;font-size:2rem;font-weight:700;line-height:1.3;margin-bottom:3rem;text-align:center}.scenario-options-grid{grid-gap:2rem;animation:fadeIn .6s ease-out .2s backwards;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.option-card{align-items:center;background:#fff;border:3px solid #e2e8f0;border-radius:1rem;cursor:pointer;display:flex;flex-direction:column;gap:1rem;min-height:200px;padding:2.5rem 2rem;position:relative;text-align:center;transition:all .2s ease}.option-card.option-warm{border-left:4px solid #f97316}.option-card.option-cool{border-left:4px solid #0ea5e9}.option-card:hover{background:#f0fdfa;border-color:#0d9488;box-shadow:0 8px 16px #0d948826;transform:translateY(-4px)}.option-card.option-warm:hover{border-left-color:#f97316}.option-card.option-cool:hover{border-left-color:#0ea5e9}.option-card.selected{animation:select-pulse .5s ease;background:#f0fdfa;border-color:#0d9488}.option-card.selected.option-warm{border-left-color:#f97316}.option-card.selected.option-cool{border-left-color:#0ea5e9}.option-text{color:#334155;font-size:1.125rem;line-height:1.6}.option-check{animation:checkPop .3s ease-out;background:#0d9488;border-radius:50%;color:#fff;display:inline-flex;font-size:1rem;font-weight:700;height:32px;width:32px}.option-check,.transition-screen{align-items:center;justify-content:center}.transition-screen{display:flex;min-height:400px}.processing-animation{text-align:center}.spinner{animation:spin 1s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#0d9488;height:60px;margin:0 auto 1.5rem;width:60px}.processing-animation p{color:#64748b;font-size:1.125rem;font-weight:500}@keyframes select-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}@keyframes checkPop{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.scenarios-new-screen{padding:4rem 1rem 2rem}.scenario-prompt{font-size:1.5rem;margin-bottom:2rem}.scenario-options-grid{gap:1.5rem;grid-template-columns:1fr}.option-card{min-height:160px;padding:2rem 1.5rem}.option-text{font-size:1rem}}.flip-card-container{cursor:pointer;height:300px;perspective:1000px}.flip-card{height:100%;position:relative;transform-style:preserve-3d;transition:transform .6s;width:100%}.flip-card.flipped{transform:rotateY(180deg)}.flip-card-face{align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#fff;border-radius:.75rem;border-top:4px solid;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;height:100%;justify-content:center;padding:1.5rem;position:absolute;text-align:center;width:100%}.flip-card-back{transform:rotateY(180deg)}.flip-card.flipped .flip-card-back{box-shadow:0 4px 20px #0000001a;box-shadow:0 4px 20px var(--glow-color,#0000001a)}.flip-card-illustration{align-items:center;border-radius:.75rem;display:flex;height:96px;justify-content:center;margin-bottom:1rem;width:96px}.flip-card-title{color:#334155;font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.flip-card-subtitle{color:#64748b;font-size:1rem;line-height:1.5;margin:0}.flip-card-back-content{align-items:center;display:flex;flex:1 1;justify-content:center}.flip-card-back-content p{color:#334155;font-size:.9375rem;line-height:1.7;margin:0}.flip-card-cta{color:#0d9488;font-size:.8125rem;line-height:1.4;margin:.5rem 0 0}.flip-hint{color:#94a3b8;font-size:.75rem;font-style:italic;margin-top:.5rem}@media (max-width:768px){.flip-card-container{height:280px}.flip-card-title{font-size:1.125rem}.flip-card-subtitle{font-size:.9375rem}.flip-card-back-content p{font-size:.875rem}}.email-popup-overlay{align-items:center;animation:fadeIn .3s ease-out;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.email-popup-content{animation:slideUp .3s ease-out;background:#fff;border-radius:1rem;max-width:480px;position:relative;width:100%}.close-button{align-items:center;background:#f1f5f9;border:none;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .2s ease;width:40px;z-index:10}.close-button:hover{background:#e2e8f0}.popup-confirmation{padding:3rem 2rem;text-align:center}.popup-icon{color:#0d9488;display:inline-block;margin-bottom:1.5rem;position:relative}.popup-check{background:#fff;border-radius:50%;bottom:-4px;color:#16a34a;position:absolute;right:-8px}.popup-confirmation h2{color:#334155;font-size:1.75rem;font-weight:700;margin:0 0 .75rem}.popup-subtitle{color:#64748b;font-size:1.0625rem;line-height:1.5;margin:0 0 .5rem}.popup-hint{color:#94a3b8;font-size:.875rem;margin:0 0 2rem}.popup-close-btn{background:#0d9488;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:all .2s ease}.popup-close-btn:hover{background:#0f766e;transform:translateY(-1px)}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.results-screen{background:#f8fafc;min-height:100vh;padding:5rem 1rem 2rem 3.5rem}.results-header-vertical{color:#94a3b8;font-size:.875rem;font-weight:700;left:0;letter-spacing:.15em;padding-left:1.5rem;position:fixed;text-transform:uppercase;top:50%;transform:rotate(-90deg) translateX(-50%);transform-origin:left center;white-space:nowrap;z-index:5}.flip-cards-grid{grid-gap:1.5rem;animation:slideIn .6s ease-out .2s backwards;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);margin:2rem auto 1.5rem;max-width:1000px}.scroll-hint{animation:pulse-hint 2s ease-in-out infinite;color:#64748b;font-size:1rem;font-weight:500;margin:1.5rem auto 2rem;text-align:center}.scroll-arrow{animation:bounce-arrow 2s ease-in-out infinite;display:inline-block;font-size:1.25rem}@keyframes pulse-hint{0%,to{opacity:.6}50%{opacity:1}}@keyframes bounce-arrow{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.email-capture-section{background:#fff;border-radius:1rem;box-shadow:0 2px 12px #0000000f;margin:1rem auto 3rem;max-width:600px;opacity:0;padding:2.5rem 2rem;text-align:center;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.email-capture-section.visible{opacity:1;transform:translateY(0)}.email-capture-lock{font-size:1.75rem;margin-bottom:.75rem}.email-capture-section h3{color:#334155;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.email-capture-subtitle{color:#64748b;font-size:1rem;line-height:1.6;margin-bottom:1rem!important}.email-capture-bullets{list-style:none;margin:0 auto 1.5rem;max-width:420px;padding:0;text-align:left}.email-capture-bullets li{color:#475569;font-size:.9375rem;line-height:1.5;padding:.375rem 0 .375rem 1.5rem;position:relative}.email-capture-bullets li:before{color:#0d9488;content:"\2726";font-size:.75rem;left:0;position:absolute}.email-form-new{display:flex;flex-direction:column;gap:.75rem}.email-form-row{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr 1fr}.email-input{border:2px solid #e2e8f0;border-radius:.75rem;box-sizing:border-box;font-size:1rem;padding:.875rem 1.25rem;transition:all .2s ease;width:100%}.email-input:focus{border-color:#0d9488;box-shadow:0 0 0 3px #0d94881a;outline:none}.country-field{position:relative}.country-dropdown-react{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 4px 12px #0000001a;left:0;margin-top:2px;max-height:250px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:100}.country-option{color:#334155;cursor:pointer;font-size:.9375rem;padding:.625rem 1rem;text-align:left;transition:background .15s}.country-option:hover{background:#f0fdfa;color:#0d9488}.country-divider{border-top:1px solid #e2e8f0;margin:.25rem 0}.email-submit-button{background:#0d9488;border:none;border-radius:.75rem;box-shadow:0 4px 6px #0d948833;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:all .2s ease;white-space:nowrap}.email-submit-button:hover:not(:disabled){background:#0f766e;box-shadow:0 6px 12px #0d94884d;transform:translateY(-2px)}.email-submit-button:disabled{background:#94a3b8;box-shadow:none;cursor:not-allowed}.privacy-line{color:#94a3b8;font-size:.8125rem;margin-bottom:0!important;margin-top:1rem!important}.privacy-line a{color:#94a3b8;text-decoration:underline}.privacy-line a:hover{color:#64748b}@media (max-width:768px){.results-screen{padding:1rem .5rem}.results-header-vertical{font-size:.75rem;padding:1rem 0 0;position:static;text-align:center;transform:none}.flip-cards-grid{gap:1rem;grid-template-columns:1fr}.email-capture-section{margin:1rem .5rem 2rem;padding:1.5rem}.email-capture-section h3{font-size:1.25rem}.email-form-row{grid-template-columns:1fr}.email-submit-button{width:100%}}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.share-screen{align-items:center;background:linear-gradient(135deg,#f8fafc,#e0f2fe);display:flex;justify-content:center;min-height:100vh;padding:2rem 1rem}.share-content{animation:fadeIn .6s ease-out;max-width:600px;text-align:center}.share-icon-container{animation:float 3s ease-in-out infinite;margin-bottom:1.5rem}.share-icon{color:#0d9488;filter:drop-shadow(0 4px 6px rgba(13,148,136,.1))}.share-content h2{color:#334155;font-size:2rem;font-weight:700;margin-bottom:.75rem}.share-description{color:#64748b;font-size:1.125rem;line-height:1.6;margin-bottom:2rem}.share-buttons{display:flex;flex-direction:column;gap:.75rem;margin-bottom:3rem}.share-button{align-items:center;border:none;border-radius:.75rem;box-shadow:0 2px 4px #0000001a;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.75rem;justify-content:center;padding:1rem 1.5rem;transition:all .2s ease}.share-button:hover{box-shadow:0 4px 8px #00000026;transform:translateY(-2px)}.share-button.linkedin{background:#0077b5;color:#fff}.share-button.linkedin:hover{background:#006399}.share-button.instagram{background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888);color:#fff}.share-button.generic{background:#0d9488;color:#fff}.share-button.generic:hover{background:#0f766e}.book-cta{background:#fff;border-radius:1rem;box-shadow:0 2px 8px #0000000d;margin-bottom:2rem;padding:2rem}.book-cta h3{color:#334155;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.book-cta p{color:#64748b;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.book-button{background:#0d9488;border-radius:.75rem;box-shadow:0 4px 6px #0d948833;color:#fff;display:inline-block;font-size:1.125rem;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:all .2s ease}.book-button:hover{background:#0f766e;box-shadow:0 6px 12px #0d94884d;transform:translateY(-2px)}.retake-button{background:#0000;border:2px solid #e2e8f0;border-radius:.75rem;color:#64748b;cursor:pointer;font-size:.9375rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.retake-button:hover{background:#f0fdfa;border-color:#0d9488;color:#0d9488}@media (max-width:768px){.share-content h2{font-size:1.75rem}.book-cta{padding:1.5rem}.book-cta h3{font-size:1.25rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.analytics-view{max-width:1400px;width:100%}.analytics-header{align-items:flex-start;display:flex;gap:2rem;justify-content:space-between;margin-bottom:2rem}.analytics-header h1{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:.5rem}.analytics-header p{color:#64748b;margin:0}.refresh-button{align-items:center;background:#fff;border:2px solid #667eea;border-radius:.5rem;color:#667eea;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.875rem 1.5rem;transition:all .2s;white-space:nowrap}.refresh-button:hover{background:#667eea;box-shadow:0 4px 12px #667eea4d;color:#fff;transform:translateY(-1px)}.analytics-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:2rem}.stat-card{align-items:flex-start;border-left:4px solid;display:flex;gap:1.25rem;padding:1.75rem;transition:transform .2s,box-shadow .2s}.stat-card:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.stat-card.quick-quiz{border-left-color:#0d9488}.stat-card.trust-quiz{border-left-color:#667eea}.stat-card.email-capture{border-left-color:#f59e0b}.stat-card.click-through{border-left-color:#ec4899}.stat-card.book-signups{border-left-color:#f97316}.stat-icon{align-items:center;border-radius:.75rem;display:flex;flex-shrink:0;height:56px;justify-content:center;width:56px}.stat-card.quick-quiz .stat-icon{background:#0d94881a;color:#0d9488}.stat-card.trust-quiz .stat-icon{background:#667eea1a;color:#667eea}.stat-card.email-capture .stat-icon{background:#f59e0b1a;color:#f59e0b}.stat-card.click-through .stat-icon{background:#ec48991a;color:#ec4899}.stat-card.book-signups .stat-icon{background:#f973161a;color:#f97316}.stat-content{flex:1 1}.stat-content h3{color:#64748b;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin:0 0 .75rem;text-transform:uppercase}.stat-value{line-height:1;margin:0 0 .5rem}.stat-detail{color:#64748b;font-size:.875rem;margin:0}.analytics-summary{background:#fff;border-radius:1rem;box-shadow:0 2px 8px #0000000d;padding:2rem}.analytics-summary h2{color:#1e293b;font-size:1.5rem;font-weight:700;margin:0 0 1.5rem}.summary-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.summary-item{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;display:flex;justify-content:space-between;padding:1rem 1.5rem}.summary-label{color:#64748b;font-size:.9375rem;font-weight:500}.summary-value{color:#1e293b;font-size:1.125rem;font-weight:700}.result-breakdown{background:#fff;border-radius:1rem;box-shadow:0 2px 8px #0000000d;margin-top:2rem;padding:2rem}.breakdown-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.breakdown-header h2{color:#1e293b;font-size:1.5rem;font-weight:700;margin:0}.download-csv-btn{align-items:center;background:#fff;border:2px solid #0d9488;border-radius:.5rem;color:#0d9488;cursor:pointer;display:flex;font-size:.9375rem;font-weight:600;gap:.5rem;padding:.75rem 1.25rem;transition:all .2s}.download-csv-btn:hover{background:#0d9488;box-shadow:0 4px 12px #0d94884d;color:#fff;transform:translateY(-1px)}.breakdown-description{color:#64748b;font-size:.9375rem;margin:0}.breakdown-bars{display:flex;flex-direction:column;gap:1.25rem}.breakdown-bar-container{display:flex;flex-direction:column;gap:.5rem}.breakdown-bar-label{align-items:center;display:flex;justify-content:space-between}.challenge-name{color:#334155;font-size:.9375rem;font-weight:600}.challenge-stats{color:#64748b;font-size:.875rem;font-weight:600}.breakdown-bar-track{background:#f1f5f9;border-radius:.5rem;box-shadow:inset 0 1px 3px #0000001a;height:32px;overflow:hidden;width:100%}.breakdown-bar-fill{align-items:center;border-radius:.5rem;box-shadow:0 2px 4px #0000001a;display:flex;height:100%;justify-content:flex-end;padding-right:.75rem;transition:width .6s ease-out}@media (max-width:768px){.analytics-header{align-items:stretch;flex-direction:column}.refresh-button{justify-content:center;width:100%}.analytics-grid{grid-template-columns:1fr}.stat-card{align-items:center;flex-direction:column;text-align:center}.summary-grid{grid-template-columns:1fr}.summary-item{flex-direction:column;gap:.5rem;text-align:center}.breakdown-header{align-items:stretch;flex-direction:column;gap:1rem}.download-csv-btn{justify-content:center;width:100%}}.quick-questions-editor{padding:0}.editor-header{border-bottom:2px solid #e2e8f0;padding-bottom:1.5rem}.save-all-button{background:#667eea;box-shadow:0 2px 8px #667eea4d;transition:all .2s}.save-all-button:hover:not(:disabled){background:#5568d3;box-shadow:0 4px 12px #667eea66;transform:translateY(-1px)}.pairs-list{display:flex;flex-direction:column;gap:2rem}.pair-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 2px 8px #0000000d;padding:2rem}.pair-header h3{color:#1e293b;font-size:1.25rem;font-weight:700;margin:0 0 1.5rem}.pair-section{margin-bottom:1.5rem}.pair-section label{color:#64748b;display:block;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.editable-text{border:2px solid #0000}.editable-text:hover{background:#fff}.editable-text .edit-icon{color:#94a3b8;top:50%;transform:translateY(-50%)}.prompt-text{color:#334155}.edit-field input,.edit-field textarea{border:2px solid #667eea}.edit-field input:focus,.edit-field textarea:focus{border-color:#5568d3;box-shadow:0 0 0 3px #667eea1a}.cancel-btn,.save-btn{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:flex;justify-content:center;padding:.75rem;transition:all .2s}.save-btn{background:#10b981;color:#fff}.save-btn:hover{background:#059669}.cancel-btn{background:#ef4444;color:#fff}.cancel-btn:hover{background:#dc2626}.options-grid{margin-top:1.5rem}.option-section{background:#fafafa;border:1px solid #e2e8f0}.pattern-badge{border-radius:1rem;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.25rem .75rem;text-transform:uppercase}.pattern-badge.pattern-a{background:#dbeafe;color:#1e40af}.pattern-badge.pattern-b{background:#fef3c7;color:#92400e}.option-section .editable-text{margin-bottom:1rem}.image-upload-section{border-top:1px solid #e2e8f0;margin-top:1rem;padding-top:1rem}.image-upload-label{background:#667eea;color:#fff;font-size:.875rem;margin-bottom:.75rem;padding:.625rem 1rem;transition:background .2s}.image-upload-label:hover{background:#5568d3}.current-image{border:2px solid #e2e8f0;border-radius:.5rem;max-width:120px;position:relative}.delete-image-btn{border-radius:.375rem;font-size:.8125rem;gap:.375rem;margin-top:.5rem;padding:.5rem .75rem;width:100%}.placeholder-image{border:2px dashed #cbd5e1;border-radius:.5rem;gap:.5rem;padding:1.5rem}.placeholder-image span{font-size:.875rem}@media (max-width:768px){.options-grid{grid-template-columns:1fr}.editor-header{flex-direction:column;gap:1rem}.save-all-button{justify-content:center;width:100%}}.quick-results-editor{max-width:1400px;width:100%}.results-list{display:flex;flex-direction:column;gap:2rem}.result-card{background:#fff;border-radius:1rem;box-shadow:0 2px 8px #0000000d;overflow:hidden}.result-header{align-items:center;background:#f8fafc;border-left:4px solid;display:flex;justify-content:space-between;padding:1.5rem}.result-header h3{color:#1e293b;font-size:1.25rem;font-weight:700;margin:0}.result-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 350px;padding:2rem}.text-column{gap:1.5rem}.image-column,.text-column{display:flex;flex-direction:column}.image-column{gap:1rem}.field-section{display:flex;flex-direction:column;gap:.5rem}.description-text{align-items:flex-start}.reframe-text{color:#475569;font-style:italic}.current-image img{aspect-ratio:1;border-radius:.75rem;object-fit:cover}.placeholder-image{aspect-ratio:1;border:3px dashed}@media (max-width:1024px){.result-content{grid-template-columns:1fr}.image-column{order:-1}.editor-header{align-items:stretch;flex-direction:column}.save-all-button{justify-content:center;width:100%}}.trust-questions-editor{max-width:1400px;width:100%}.content-section{margin-bottom:3rem}.content-section h2{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.section-description{color:#64748b;font-size:.9375rem;margin-bottom:1.5rem}.cards-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.card-item{background:#fff;border-left:4px solid;border-radius:.75rem;box-shadow:0 2px 6px #0000000d;padding:1.25rem;transition:transform .2s,box-shadow .2s}.card-item:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.card-id{color:#64748b;font-family:Monaco,Courier New,monospace;font-size:.875rem;font-weight:700}.domain-badge{border-radius:.375rem;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.025em;padding:.25rem .75rem;text-transform:uppercase}.card-text{color:#334155;font-size:1rem;line-height:1.6}.card-icon-upload{align-items:center;border-top:1px solid #e2e8f0;display:flex;gap:.5rem;margin-top:.75rem;padding-top:.75rem}.icon-upload-btn{align-items:center;background:#f1f5f9;border:2px solid #cbd5e1;border-radius:.5rem;color:#475569;cursor:pointer;display:inline-flex;font-size:.8125rem;font-weight:600;gap:.5rem;padding:.5rem .875rem;transition:all .2s}.icon-upload-btn:hover{background:#e2e8f0;border-color:#94a3b8}.card-icon-preview{border-radius:.25rem;height:20px;object-fit:contain;width:20px}.delete-icon-btn{align-items:center;background:#fee2e2;border:1px solid #fecaca;border-radius:.375rem;color:#dc2626;cursor:pointer;display:inline-flex;font-size:.75rem;font-weight:600;gap:.25rem;padding:.375rem .625rem;transition:all .2s}.delete-icon-btn:hover{background:#fecaca;border-color:#fca5a5}.scenarios-list{display:flex;flex-direction:column;gap:1.5rem}.scenario-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 2px 8px #0000000d;padding:2rem}.scenario-header{align-items:center;border-bottom:2px solid #f1f5f9;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.scenario-header h3{color:#1e293b;font-size:1.25rem;font-weight:700;margin:0}.scenario-id{background:#f1f5f9;border-radius:.375rem;color:#64748b;font-family:Monaco,Courier New,monospace;font-size:.875rem;font-weight:600;padding:.375rem .875rem}.field-section{margin-bottom:1.5rem}.prompt-text{font-size:1.125rem;font-weight:600;padding:1rem 1.25rem}.options-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.option-section{background:#f8fafc;border:2px solid #e2e8f0;border-radius:.75rem;padding:1.25rem}.option-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.option-header strong{color:#334155;font-size:.9375rem}.option-section .editable-text{color:#475569;font-size:1rem;min-height:60px}@media (max-width:1024px){.cards-grid,.options-grid{grid-template-columns:1fr}.editor-header{align-items:stretch;flex-direction:column}.save-all-button{justify-content:center;width:100%}}.trust-results-editor{max-width:1400px;width:100%}.domain-section{background:#fff;border-radius:1rem;box-shadow:0 2px 8px #0000000d;margin-bottom:3rem;padding:2rem}.domain-header{align-items:center;background:#f8fafc;border-left:4px solid;border-radius:.75rem;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1.5rem}.domain-header h2{color:#1e293b;font-size:1.5rem;font-weight:700;margin:0}.color-indicator{border-radius:50%;box-shadow:0 2px 6px #00000026;height:32px;width:32px}.subsection{margin-bottom:2.5rem}.subsection:last-child{margin-bottom:0}.subsection h3{color:#334155;font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.subsection-description{color:#64748b;font-size:.875rem;margin-bottom:1.25rem}.levels-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}.level-card{background:#f8fafc;border:2px solid #e2e8f0;border-radius:.75rem;padding:1rem}.level-card label{color:#64748b;display:block;font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.narratives-stack{display:flex;flex-direction:column;gap:1.5rem}.narrative-field label{color:#64748b;display:block;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.narrative-text{align-items:flex-start;min-height:100px}.resource-card-fields{display:flex;flex-direction:column;gap:1.5rem}.field-section label{color:#64748b;display:block;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.editable-text{align-items:center;background:#f8fafc;border:2px solid #e2e8f0;border-radius:.5rem;color:#334155;cursor:pointer;display:flex;font-size:1rem;line-height:1.6;min-height:48px;padding:.75rem 1rem;position:relative;transition:all .2s}.editable-text:hover{background:#f1f5f9;border-color:#cbd5e1}.editable-text .edit-icon{color:#64748b;opacity:0;position:absolute;right:.75rem;top:.75rem;transition:opacity .2s}.editable-text:hover .edit-icon{opacity:1}.edit-field{align-items:flex-start;display:flex;gap:.5rem}.edit-field input,.edit-field textarea{border:2px solid #0d9488;border-radius:.5rem;color:#334155;flex:1 1;font-family:inherit;font-size:1rem;line-height:1.6;padding:.75rem 1rem;resize:vertical}.edit-field input:focus,.edit-field textarea:focus{border-color:#0f766e;box-shadow:0 0 0 3px #0d94881a;outline:none}.edit-field .cancel-btn,.edit-field .save-btn{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:flex;justify-content:center;min-width:44px;padding:.75rem;transition:all .2s}.edit-field .save-btn{background:#0d9488;color:#fff}.edit-field .save-btn:hover{background:#0f766e}.edit-field .cancel-btn{background:#f1f5f9;color:#64748b}.edit-field .cancel-btn:hover{background:#e2e8f0}@media (max-width:1024px){.levels-grid{grid-template-columns:1fr}.editor-header{align-items:stretch;flex-direction:column}.save-all-button{justify-content:center;width:100%}.domain-section{padding:1.5rem}.domain-header{padding:1rem}}.share-images-editor{max-width:1400px;width:100%}.editor-header{align-items:flex-start;display:flex;gap:2rem;justify-content:space-between;margin-bottom:2rem}.editor-header h1{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:.5rem}.editor-header p{color:#64748b;margin:0}.save-all-button{align-items:center;background:#0d9488;border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.875rem 1.5rem;transition:background .2s;white-space:nowrap}.save-all-button:hover:not(:disabled){background:#0f766e}.save-all-button:disabled{cursor:not-allowed;opacity:.6}.share-images-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:2rem}.share-image-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 2px 8px #0000000d;padding:1.5rem}.image-card-title{color:#1e293b;font-size:1.125rem;font-weight:700;margin:0 0 .5rem}.image-card-description{color:#64748b;font-size:.875rem;line-height:1.5;margin:0 0 1.25rem}.image-upload-section{display:flex;flex-direction:column;gap:1rem}.image-upload-label{align-items:center;align-self:flex-start;background:#f1f5f9;border:2px solid #cbd5e1;border-radius:.5rem;color:#475569;cursor:pointer;display:inline-flex;font-size:.9375rem;font-weight:600;gap:.5rem;padding:.75rem 1.25rem;transition:all .2s}.image-upload-label:hover{background:#e2e8f0;border-color:#94a3b8}.current-image{border-radius:.75rem;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;gap:.75rem;overflow:hidden;width:100%}.current-image img{border-radius:.5rem;display:block;height:auto;width:100%}.delete-image-btn{align-items:center;background:#fee2e2;border:1px solid #fecaca;border-radius:.5rem;color:#dc2626;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;padding:.625rem 1rem;transition:all .2s}.delete-image-btn:hover{background:#fecaca;border-color:#fca5a5}.placeholder-image{align-items:center;aspect-ratio:1200/630;background:#f8fafc;border:3px dashed #cbd5e1;border-radius:.75rem;color:#94a3b8;display:flex;flex-direction:column;gap:.75rem;justify-content:center;width:100%}.placeholder-image span{font-size:.9375rem;font-weight:500}.placeholder-hint{color:#cbd5e1!important;font-size:.875rem!important;font-weight:400!important}.usage-note{background:#f0fdfa;border-left:4px solid #0d9488;border-radius:.5rem;margin-top:2rem;padding:1.5rem}.usage-note h3{color:#0f766e;font-size:1.125rem;font-weight:700;margin:0 0 1rem}.usage-note ul{color:#334155;line-height:1.8;margin:0;padding-left:1.5rem}.usage-note li{margin-bottom:.5rem}.usage-note strong{color:#0f766e}@media (max-width:768px){.share-images-grid{grid-template-columns:1fr}.editor-header{align-items:stretch;flex-direction:column}.save-all-button{justify-content:center;width:100%}}.book-signups-view{max-width:1400px;width:100%}.book-signups-header{align-items:flex-start;display:flex;gap:2rem;justify-content:space-between;margin-bottom:2rem}.book-signups-header h1{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:.5rem}.book-signups-header p{color:#64748b;margin:0}.book-signups-tabs{border-bottom:2px solid #e2e8f0;display:flex;gap:.5rem;margin-bottom:2rem;padding-bottom:0}.book-tab{background:none;border:none;border-bottom:3px solid #0000;color:#64748b;cursor:pointer;font-size:.9375rem;font-weight:600;margin-bottom:-2px;padding:.75rem 1.5rem;transition:all .2s}.book-tab:hover{color:#334155}.book-tab.active{border-bottom-color:#f97316;color:#f97316}.submissions-controls{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.tier-filter{background:#fff;border:2px solid #e2e8f0;border-radius:.5rem;color:#334155;cursor:pointer;font-size:.9375rem;min-width:180px;padding:.625rem 1rem}.tier-filter:focus{border-color:#f97316;outline:none}.submissions-count{color:#64748b;font-size:.875rem;font-weight:500}.submissions-table-wrapper{background:#fff;border-radius:1rem;box-shadow:0 2px 8px #0000000d;overflow-x:auto}.submissions-table{border-collapse:collapse;min-width:700px;width:100%}.submissions-table th{background:#f8fafc;border-bottom:2px solid #e2e8f0;color:#64748b;cursor:pointer;font-size:.8125rem;font-weight:700;letter-spacing:.05em;padding:1rem 1.25rem;text-align:left;text-transform:uppercase;transition:color .2s;-webkit-user-select:none;user-select:none;white-space:nowrap}.submissions-table th:hover{color:#334155}.submissions-table th .sort-icon{font-size:.75rem;margin-left:.375rem;opacity:.5}.submissions-table th.sorted .sort-icon{color:#f97316;opacity:1}.submissions-table td{border-bottom:1px solid #f1f5f9;color:#334155;font-size:.9375rem;padding:.875rem 1.25rem}.submissions-table tbody tr:hover{background:#fefce8}.submissions-table tbody tr:last-child td{border-bottom:none}.tier-badge{border-radius:1rem;display:inline-block;font-size:.8125rem;font-weight:600;padding:.25rem .625rem;white-space:nowrap}.tier-badge.book_club{background:#3b82f61a;color:#2563eb}.tier-badge.lunch_learn{background:#8b5cf61a;color:#7c3aed}.tier-badge.private_qa{background:#f973161a;color:#ea580c}.tier-badge.custom{background:#10b9811a;color:#059669}.receipt-link{background:none;border:none;color:#f97316;cursor:pointer;font-size:.875rem;font-weight:600;padding:0;text-decoration:underline}.receipt-link:hover{color:#ea580c}.empty-submissions{color:#94a3b8;padding:4rem 2rem;text-align:center}.empty-submissions p{font-size:1.125rem;margin:0}.export-section{background:#fff;border-radius:1rem;box-shadow:0 2px 8px #0000000d;padding:2rem}.export-section h2{color:#1e293b;font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.export-description{color:#64748b;font-size:.9375rem;margin:0 0 1.5rem!important}.export-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.export-btn{align-items:center;background:#fff;border:2px solid #f97316;border-radius:.5rem;color:#f97316;cursor:pointer;display:flex;font-size:.9375rem;font-weight:600;gap:.5rem;justify-content:center;padding:.875rem 1.25rem;transition:all .2s}.export-btn:hover{background:#f97316;box-shadow:0 4px 12px #f973164d;color:#fff;transform:translateY(-1px)}.export-btn.export-all{border-color:#1e293b;color:#1e293b;grid-column:1/-1}.export-btn.export-all:hover{background:#1e293b;box-shadow:0 4px 12px #1e293b4d;color:#fff}.settings-section{background:#fff;border-radius:1rem;box-shadow:0 2px 8px #0000000d;max-width:500px;padding:2rem}.settings-section h2{color:#1e293b;font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.settings-description{color:#64748b;font-size:.9375rem;margin:0 0 1.5rem!important}.settings-field{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.settings-field label{color:#334155;font-size:.875rem;font-weight:600}.settings-field input{border:2px solid #e2e8f0;border-radius:.5rem;color:#334155;font-size:1rem;padding:.875rem 1rem}.settings-field input:focus{border-color:#f97316;box-shadow:0 0 0 3px #f973161a;outline:none}.settings-help{color:#94a3b8;font-size:.8125rem;margin:0}.save-settings-btn{align-items:center;background:#f97316;border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.875rem 1.5rem;transition:all .2s}.save-settings-btn:hover:not(:disabled){background:#ea580c;box-shadow:0 4px 12px #f973164d;transform:translateY(-1px)}.save-settings-btn:disabled{cursor:not-allowed;opacity:.6}.receipt-modal-overlay{align-items:center;background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.receipt-modal{background:#fff;border-radius:1rem;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:700px;overflow-y:auto;width:100%}.receipt-modal-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.5rem 2rem}.receipt-modal-header h3{color:#1e293b;font-size:1.25rem;font-weight:700;margin:0}.receipt-modal-close{align-items:center;background:none;border:none;color:#64748b;cursor:pointer;display:flex;justify-content:center;padding:.25rem;transition:color .2s}.receipt-modal-close:hover{color:#1e293b}.receipt-modal-body{padding:2rem;text-align:center}.receipt-modal-body img{border-radius:.5rem;max-width:100%}.receipt-modal-body iframe{border:none;border-radius:.5rem;height:600px;width:100%}.receipt-modal-footer{padding:1rem 2rem 1.5rem;text-align:center}.receipt-download-btn{align-items:center;background:#f97316;border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:inline-flex;font-size:.9375rem;font-weight:600;gap:.5rem;padding:.75rem 1.25rem;text-decoration:none;transition:all .2s}.receipt-download-btn:hover{background:#ea580c}@media (max-width:768px){.book-signups-header{align-items:stretch;flex-direction:column}.book-signups-tabs{overflow-x:auto}.submissions-controls{align-items:stretch;flex-direction:column}.tier-filter{width:100%}.export-grid{grid-template-columns:1fr}.receipt-modal-overlay{padding:1rem}}.email-queue-view{max-width:1000px}.eq-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.eq-header h2{color:#1e293b;font-size:1.5rem;margin:0}.eq-actions{align-items:center;display:flex;gap:1rem}.eq-resend-all{background:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.5rem 1rem}.eq-resend-all:hover:not(:disabled){background:#dc2626}.eq-resend-all:disabled{cursor:not-allowed;opacity:.6}.eq-filter{border:1px solid #e2e8f0;border-radius:6px;display:flex;overflow:hidden}.eq-filter button{background:#fff;border:none;border-right:1px solid #e2e8f0;color:#64748b;cursor:pointer;font-size:.8125rem;padding:.4rem .75rem}.eq-filter button:last-child{border-right:none}.eq-filter button.active{background:#f1f5f9;color:#1e293b;font-weight:600}.eq-empty{background:#f8fafc;border:1px dashed #e2e8f0;border-radius:8px;color:#94a3b8;font-size:.9375rem;padding:3rem;text-align:center}.eq-table{border-collapse:collapse;font-size:.875rem;width:100%}.eq-table th{border-bottom:2px solid #e2e8f0;color:#64748b;font-size:.75rem;letter-spacing:.5px;padding:.75rem;text-align:left;text-transform:uppercase}.eq-table td{border-bottom:1px solid #f1f5f9;color:#334155;padding:.75rem}.eq-error-cell{color:#94a3b8;font-size:.8125rem;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eq-badge{border-radius:4px;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.3px;padding:.2rem .5rem;text-transform:uppercase}.eq-badge-failed{background:#fef2f2;color:#dc2626}.eq-badge-sent{background:#f0fdf4;color:#16a34a}.eq-resend-btn{background:#0d9488;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.8125rem;font-weight:500;padding:.35rem .75rem}.eq-resend-btn:hover:not(:disabled){background:#0f766e}.eq-resend-btn:disabled{cursor:not-allowed;opacity:.6}.eq-sent-check{color:#16a34a;font-size:.8125rem;font-weight:500}.constellation-config{max-width:700px;width:100%}.constellation-config-loading{color:#64748b;font-size:1rem;padding:2rem}.constellation-config-header{margin-bottom:2rem}.constellation-config-header h1{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:.5rem}.constellation-config-header p{color:#64748b;margin:0}.config-card{background:#fff;border-left:4px solid #8b5cf6;border-radius:1rem;box-shadow:0 2px 8px #0000000d;padding:2rem}.config-card h2{color:#1e293b;font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.config-description{color:#64748b;font-size:.9375rem;line-height:1.5;margin:0 0 2rem}.config-field{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.config-field label{color:#334155;font-size:.875rem;font-weight:600}.config-field input,.config-field select{background:#fff;border:2px solid #e2e8f0;border-radius:.5rem;color:#334155;font-size:1rem;padding:.875rem 1rem;transition:border-color .2s,box-shadow .2s}.config-field input:focus,.config-field select:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a;outline:none}.config-help{color:#94a3b8;font-size:.8125rem;margin:0}.config-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.save-config-btn{align-items:center;background:#8b5cf6;border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.875rem 1.5rem;transition:all .2s}.save-config-btn:hover:not(:disabled){background:#7c3aed;box-shadow:0 4px 12px #8b5cf64d;transform:translateY(-1px)}.save-config-btn:disabled{cursor:not-allowed;opacity:.6}.reset-config-btn{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:.5rem;color:#64748b;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.875rem 1.5rem;transition:all .2s}.reset-config-btn:hover{border-color:#94a3b8;color:#334155}.save-success{color:#059669;font-size:.875rem;font-weight:500;margin-top:.75rem}.config-last-updated{color:#94a3b8;font-size:.8125rem;margin-top:.5rem}@media (max-width:768px){.config-actions{flex-direction:column}.reset-config-btn,.save-config-btn{justify-content:center;width:100%}}.constellation-conversations{max-width:1400px;width:100%}.conversations-header{align-items:flex-start;display:flex;gap:2rem;justify-content:space-between;margin-bottom:2rem}.conversations-header h1{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:.5rem}.conversations-header p{color:#64748b;margin:0}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spinning{animation:spin 1s linear infinite}.conversations-stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-bottom:2rem}.stat-card.constellation-stat{border-left-color:#8b5cf6}.stat-card.constellation-stat .stat-icon{background:#8b5cf61a;color:#8b5cf6}.stat-value--small{font-size:1.5rem!important}.model-breakdown{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.model-tag{background:#f1f5f9;border-radius:.375rem;color:#475569;display:inline-block;font-size:.8125rem;font-weight:500;padding:.2rem .5rem}.conversations-table-wrapper{background:#fff;border-radius:1rem;box-shadow:0 2px 8px #0000000d;overflow-x:auto}.conversations-table{border-collapse:collapse;min-width:500px;width:100%}.conversations-table th{background:#f8fafc;border-bottom:2px solid #e2e8f0;color:#64748b;font-size:.8125rem;font-weight:700;letter-spacing:.05em;padding:1rem 1.25rem;text-align:left;text-transform:uppercase;white-space:nowrap}.conversations-table td{border-bottom:1px solid #f1f5f9;color:#334155;font-size:.9375rem;padding:.875rem 1.25rem}.conversations-table tbody tr:hover{background:#faf5ff}.conversations-table tbody tr:last-child td{border-bottom:none}.conversations-ts{color:#64748b;font-size:.875rem;white-space:nowrap}.conversations-count{font-weight:600;text-align:center}.emotion-badge{background:#8b5cf61a;color:#7c3aed;font-weight:600}.emotion-badge,.model-badge{border-radius:1rem;display:inline-block;font-size:.8125rem;padding:.25rem .625rem;white-space:nowrap}.model-badge{background:#f1f5f9;color:#475569;font-weight:500}.empty-conversations{color:#94a3b8;padding:4rem 2rem;text-align:center}.empty-conversations svg{margin-bottom:1rem;opacity:.5}.empty-conversations p{font-size:1.125rem;line-height:1.5;margin:0 auto;max-width:400px}@media (max-width:768px){.conversations-header{align-items:stretch;flex-direction:column}.conversations-stats-grid{grid-template-columns:1fr 1fr}.stat-value--small{font-size:1.25rem!important}}@media (max-width:480px){.conversations-stats-grid{grid-template-columns:1fr}}.admin-login{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh}.login-card{background:#fff;border-radius:1rem;box-shadow:0 20px 60px #0000004d;max-width:400px;padding:3rem;width:100%}.login-card h1{color:#334155;margin-bottom:2rem;text-align:center}.login-card form{display:flex;flex-direction:column;gap:1rem}.login-card input{border:2px solid #e2e8f0;border-radius:.5rem;font-size:1rem;padding:.875rem}.login-card button{background:#667eea;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem;transition:background .2s}.login-card button:hover{background:#5568d3}.admin-dashboard{background:#f8fafc;display:flex;min-height:100vh}.admin-sidebar{background:linear-gradient(180deg,#1e293b,#0f172a);box-shadow:4px 0 12px #0000001a;color:#fff;display:flex;flex-direction:column;width:280px}.sidebar-header{border-bottom:1px solid #ffffff1a;padding:2rem 1.5rem}.sidebar-header h2{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.sidebar-subtitle{color:#94a3b8;font-size:.875rem;margin:0}.sidebar-nav{flex:1 1;overflow-y:auto;padding:1.5rem 0}.nav-section{margin-bottom:.5rem}.nav-item{align-items:center;background:none;border:none;color:#cbd5e1;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.75rem;padding:.875rem 1.5rem;text-align:left;transition:all .2s;width:100%}.nav-item:hover{background:#ffffff0d;color:#fff}.nav-item.active{background:#667eea33;border-left:3px solid #667eea;color:#fff}.nav-item .chevron{margin-left:auto;transition:transform .2s}.nav-item .chevron.expanded{transform:rotate(90deg)}.sub-menu{animation:slideDown .2s ease-out;background:#0003;padding:.5rem 0}.sub-menu-item{background:none;border:none;color:#94a3b8;cursor:pointer;display:block;font-size:.9375rem;padding:.625rem 1.5rem .625rem 3.5rem;text-align:left;transition:all .2s;width:100%}.sub-menu-item:hover{background:#ffffff0d;color:#fff}.sub-menu-item.active{color:#667eea;font-weight:600}.logout-button{align-items:center;background:#ef44441a;border:none;border-top:1px solid #ffffff1a;color:#fca5a5;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.75rem;padding:1rem 1.5rem;transition:background .2s}.logout-button:hover{background:#ef444433}.admin-main{flex:1 1;overflow-y:auto}.admin-content{max-width:1400px;padding:2rem}.admin-content h1{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:.5rem}.admin-content p{color:#64748b;margin-bottom:2rem}.placeholder{align-items:center;background:#fff;border:2px dashed #cbd5e1;border-radius:1rem;display:flex;justify-content:center;min-height:400px}.placeholder p{color:#94a3b8;font-size:1.125rem}.analytics-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.stat-card{background:#fff;border-left:4px solid #667eea;border-radius:1rem;box-shadow:0 2px 8px #0000000d;padding:1.5rem}.stat-card h3{color:#64748b;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:.75rem;text-transform:uppercase}.stat-value{color:#1e293b;font-size:2.5rem;font-weight:700;margin:0}@keyframes slideDown{0%{max-height:0;opacity:0}to{max-height:500px;opacity:1}}.admin-loading{align-items:center;color:#64748b;display:flex;font-size:1.125rem;justify-content:center;min-height:100vh}*{box-sizing:border-box;margin:0;padding:0}.app{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.progress-indicator{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 4px #0000000d;display:flex;gap:2rem;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:100}.progress-step{color:#cbd5e1;font-size:.875rem;font-weight:600;padding:0 .5rem;position:relative}.progress-step.active{color:#0d9488}.progress-step.completed{color:#64748b}.progress-step.completed:after{content:"✓";margin-left:.5rem}@media (max-width:768px){.progress-indicator{gap:1rem;padding:.75rem}.progress-step{font-size:.75rem}}
/*# sourceMappingURL=main.3f71701c.css.map*/