@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";:root{font-family:Montserrat,sans-serif;color:#2a2421;background:#fbf9f4;font-synthesis:none;--ink: #2a2421;--muted: rgba(42, 36, 33, .64);--line: rgba(42, 36, 33, .15);--paper: #f4efe6;--sage: #2d4b3e;--deep: #2d4b3e;--terracotta: #c87a53;--wood: #c87a53}*{box-sizing:border-box}body{margin:0;min-width:320px;letter-spacing:.003em}button,input{font:inherit}button{color:inherit}main{min-height:100vh;background:radial-gradient(circle at 84% 9%,rgba(45,75,62,.08),transparent 24rem),radial-gradient(circle at 10% 55%,rgba(200,122,83,.06),transparent 22rem),repeating-linear-gradient(90deg,rgba(42,36,33,.015) 0,rgba(42,36,33,.015) 1px,transparent 1px,transparent 8px);background-size:auto,auto,auto}.topbar{max-width:1180px;margin:auto;padding:28px 30px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:10px;align-items:center;color:inherit;text-decoration:none;font-family:Montserrat,sans-serif;font-size:20px;font-weight:700;letter-spacing:-.025em}.brand img{width:37px;height:37px;object-fit:contain}.status-pill{font-family:Montserrat,monospace;font-size:9px;text-transform:uppercase;letter-spacing:.1em;display:flex;align-items:center;gap:8px;border:1px solid var(--line);padding:8px 11px;border-radius:3px;background:#fbf7edad}.status-pill span{width:6px;height:6px;background:#78905f;border-radius:50%;box-shadow:0 0 0 3px #78905f24}.hero{max-width:930px;margin:72px auto 0;padding:0 30px;text-align:center}.mode-switch{display:inline-flex;padding:4px;margin-bottom:32px;border:1px solid #cfc0ab;border-radius:4px;background:#fbf7edc7;box-shadow:0 7px 22px #4534220f}.mode-switch button{min-width:118px;padding:10px 17px;border:0;border-radius:2px;background:transparent;color:var(--muted);font-size:11px;font-weight:600;letter-spacing:.04em;cursor:pointer;transition:.2s ease}.mode-switch button:hover{color:var(--ink)}.mode-switch button.active{color:#fbf9f4;background:var(--terracotta);box-shadow:0 3px 10px #c87a532e}.eyebrow{font-family:Montserrat,sans-serif;text-transform:uppercase;letter-spacing:.16em;color:var(--deep);font-size:10px;font-weight:600}h1{margin:17px 0;font-family:Montserrat,sans-serif;font-size:clamp(53px,7.6vw,94px);line-height:.92;letter-spacing:-.055em;font-weight:600}h1 em{font-family:inherit;font-style:normal;font-weight:600;color:var(--terracotta)}.lede{max-width:640px;margin:28px auto 42px;font-size:17px;color:var(--muted);line-height:1.7}.upload-card{text-align:left;padding:13px;border:1px solid var(--line);border-radius:6px;background:var(--paper);box-shadow:9px 12px #c87a5317,0 26px 60px #2a242112}.file-zone{width:100%;min-height:103px;border:1px dashed #b8a98f;background:#fffdf780;border-radius:3px;display:flex;align-items:center;gap:19px;padding:20px;cursor:pointer;text-align:left;transition:.2s ease}.file-zone:hover{border-color:var(--terracotta);background:#c87a530a}.audio-glyph{width:53px;height:53px;background:#dfe3d3;border:1px solid #c7cdb9;border-radius:3px;display:flex;align-items:center;justify-content:center;gap:2px;flex:0 0 auto}.audio-glyph i{display:block;width:2px;height:12px;background:#536349;border-radius:2px}.audio-glyph i:nth-child(2),.audio-glyph i:nth-child(4){height:20px}.audio-glyph i:nth-child(3){height:28px}.file-copy{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}.file-copy strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:15px}.file-copy small{color:var(--muted);font-size:12px}.choose-button{border:1px solid #cdbda6;border-radius:3px;padding:9px 14px;font-size:12px;font-weight:600;background:#fbf9f4}.action-row{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 3px 1px 15px}.action-row p{margin:0;max-width:390px;font-size:10px;color:#85877f;line-height:1.4}.evaluate-button{border:1px solid var(--deep);background:var(--deep);color:#fbf9f4;border-radius:3px;padding:13px 17px;font-size:12px;font-weight:600;letter-spacing:.02em;display:flex;align-items:center;gap:24px;cursor:pointer;min-width:191px;justify-content:space-between;box-shadow:3px 3px #c87a5338}.evaluate-button:disabled{opacity:.38;cursor:not-allowed}.spinner{width:15px;height:15px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;margin:auto}@keyframes spin{to{transform:rotate(360deg)}}.error{color:var(--ink);font-size:13px;background:#c87a532e;border-left:3px solid var(--terracotta);border-radius:3px;padding:10px 14px;display:inline-block}.rubric-preview{max-width:1120px;margin:90px auto 0;padding:26px 30px 55px;border-top:1px solid var(--line)}.rubric-preview>p{font-family:Montserrat,monospace;font-size:9px;color:var(--muted);text-transform:uppercase;letter-spacing:.14em;margin:0 0 20px}.rubric-preview>div{display:grid;grid-template-columns:repeat(4,1fr);gap:8px 28px}.rubric-preview span{border-bottom:1px solid rgba(215,210,199,.8);padding:11px 0;font-size:12px}.rubric-preview b{font-family:Montserrat,monospace;color:var(--terracotta);font-size:9px;margin-right:12px}.results{max-width:1120px;margin:80px auto 0;padding:55px 30px 80px;border-top:1px solid var(--line)}.result-heading{display:flex;justify-content:space-between;gap:50px;align-items:center;margin-bottom:42px}.result-heading>div:first-child{max-width:720px}.results h2{font-family:Montserrat,serif;font-size:36px;letter-spacing:-.02em;margin:8px 0 13px}.result-heading p:last-child{color:var(--muted);line-height:1.7;margin:0}.score-ring{--score: 0%;width:132px;height:132px;border-radius:50%;flex:0 0 auto;background:conic-gradient(var(--terracotta) var(--score),#ddd2c2 var(--score));display:grid;place-items:center}.score-ring>div{background:var(--paper);width:108px;height:108px;border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center}.score-ring strong{font-family:Montserrat,serif;font-size:39px;letter-spacing:-.04em}.score-ring span{color:var(--muted);font-family:Montserrat;font-size:9px}.dimension-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.dimension{padding:25px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fbf7ed94}.dimension-title{display:flex;justify-content:space-between;align-items:baseline;gap:20px}.dimension h3{margin:0;font-family:Montserrat,serif;font-size:19px;font-weight:600}.dimension-title>span{font-size:20px;font-weight:700}.dimension-title small{color:var(--muted);font-size:10px}.score-track{height:3px;background:#dcd8cd;margin:15px 0;overflow:hidden}.score-track i{display:block;height:100%;background:var(--terracotta)}.dimension>p{color:var(--muted);font-size:13px;line-height:1.6;min-height:42px}.dimension ul{list-style:none;padding:0;margin:14px 0 0}.dimension li{display:flex;gap:10px;font-size:11px;line-height:1.5;margin-top:8px}.dimension time{font-family:Montserrat;font-size:9px;color:var(--terracotta);padding-top:2px;flex:0 0 auto}.feedback-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin:70px 0}.feedback-grid article>ul{padding-left:20px}.feedback-grid li,.opportunity p{color:var(--muted);line-height:1.7;font-size:13px;margin-bottom:12px}.opportunity{border-top:1px solid var(--line);padding:16px 0}.opportunity p{margin:0 0 10px}blockquote{margin:0;color:var(--deep);font-family:Montserrat,serif;font-style:italic;font-size:20px;line-height:1.45}.next-question{background:var(--deep);color:#fbf9f4;border-radius:4px;padding:30px 34px;border-left:6px solid var(--terracotta);box-shadow:7px 8px #b98b5824}.next-question span{font-family:Montserrat;text-transform:uppercase;letter-spacing:.14em;font-size:9px;color:#c8d0b9}.next-question p{font-family:Montserrat;font-style:italic;font-size:32px;line-height:1.3;margin:15px 0 0}.model-note{text-align:center;font-family:Montserrat;font-size:9px;color:var(--muted);margin-top:24px}@media(max-width:700px){.topbar{padding:20px}.status-pill{display:none}.hero{margin-top:44px;padding:0 18px}.mode-switch{margin-bottom:24px}h1{font-size:50px}.lede{font-size:15px}.file-zone{padding:15px}.audio-glyph{width:42px;height:42px}.choose-button{display:none}.action-row{flex-direction:column;align-items:stretch;padding:13px 0 0}.evaluate-button{width:100%}.rubric-preview{margin-top:60px;padding-inline:20px}.rubric-preview>div{grid-template-columns:repeat(2,1fr);gap:4px 18px}.result-heading{align-items:flex-start}.score-ring{width:92px;height:92px}.score-ring>div{width:74px;height:74px}.score-ring strong{font-size:25px}.dimension-grid,.feedback-grid{grid-template-columns:1fr}.feedback-grid{gap:35px}.results{padding-inline:18px}}.audience-entry{max-width:1180px;margin:115px auto;padding:0 30px;display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}.audience-photo{min-height:620px;border-radius:28px;overflow:hidden}.audience-photo img{width:100%;height:100%;min-height:620px;display:block;object-fit:cover}.audience-copy>h2{margin:13px 0 24px;font-size:clamp(40px,4.5vw,62px);line-height:1.05}.audience-copy>p:not(.eyebrow){color:var(--muted);line-height:1.8}.path-cards{margin-top:32px;display:grid;gap:12px}.path-cards a{padding:23px;border:1px solid var(--line);border-radius:17px;display:grid;grid-template-columns:1fr auto;gap:7px 20px;background:var(--white);text-decoration:none;transition:transform .2s,border-color .2s}.path-cards a:hover{transform:translateY(-2px);border-color:var(--terracotta)}.path-cards small{grid-column:1 / -1;color:var(--terracotta);font-size:8px;font-weight:700;letter-spacing:.12em}.path-cards b{font-size:16px}.path-cards span{color:var(--muted);font-size:11px}.path-cards em{grid-column:2;grid-row:2 / 4;align-self:center;color:var(--deep);font-size:10px;font-style:normal;font-weight:700}.product-tour{padding:120px max(30px,calc((100vw - 1160px)/2));background:var(--deep);color:#fff;overflow:hidden}.tour-heading{max-width:830px;margin-bottom:100px}.tour-heading .eyebrow,.tour-copy .eyebrow{color:#e2a787}.tour-heading h2{margin:15px 0 25px;font-size:clamp(46px,6vw,72px);line-height:1}.tour-heading>p:not(.eyebrow){max-width:700px;color:#c7d2ca;line-height:1.8}.tour-step{margin:0 0 130px;display:grid;grid-template-columns:.7fr 1.3fr;gap:85px;align-items:center}.tour-step:last-child{margin-bottom:0}.tour-step.reverse .tour-copy{order:2}.tour-copy>span{width:42px;height:42px;margin-bottom:30px;border:1px solid rgba(255,255,255,.25);border-radius:50%;display:grid;place-items:center;color:#d7e1da;font-size:11px}.tour-copy h3{margin:12px 0 20px;font-size:clamp(30px,3vw,44px);line-height:1.15}.tour-copy>p:last-child{color:#b9c8be;font-size:13px;line-height:1.8}.snapshot{min-height:470px;border:1px solid rgba(255,255,255,.17);border-radius:23px;overflow:hidden;background:#fbf9f4;color:var(--ink);box-shadow:0 35px 80px #00000038}.snapshot>header{height:56px;padding:0 17px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:7px;background:#fff}.snapshot>header img{width:27px;height:27px;object-fit:contain}.snapshot>header b{margin-right:auto;font-size:12px}.snapshot>header i{width:6px;height:6px;border-radius:50%;background:#d5d0c9}.snapshot>header small{margin-left:10px;color:var(--muted)}.snapshot-body{padding:32px}.snapshot-tabs{width:fit-content;margin-bottom:30px;padding:4px;border-radius:12px;background:var(--paper);font-size:10px}.snapshot-tabs b,.snapshot-tabs span{display:inline-block;padding:9px 18px}.snapshot-tabs b{border-radius:9px;background:var(--terracotta);color:#fff}.snap-label{color:var(--terracotta);font-size:8px;font-weight:700;letter-spacing:.1em}.snap-scenario{margin-top:10px;padding:18px;border:1px solid var(--terracotta);border-radius:14px;display:flex;gap:20px;align-items:center;background:#fff}.snap-scenario>div{flex:1}.snap-scenario b{font-size:15px}.snap-scenario p{margin:7px 0 0;color:var(--muted);font-size:10px;line-height:1.5}.snap-scenario>strong{font-size:25px;color:var(--deep)}.snap-scenario>strong small{font-size:9px}.snap-scenario.muted{border-color:var(--line);opacity:.7}.snap-badge{display:inline-block;padding:7px 10px;border-radius:20px;background:var(--terra-soft);color:var(--terracotta);font-size:8px;font-weight:700}.snapshot-body h4{margin:18px 0 25px;font-size:24px}.waveform{height:100px;padding:10px 18px;border-radius:14px;display:flex;gap:6px;align-items:center;background:var(--sage-soft)}.waveform i{width:4px;max-height:80px;border-radius:3px;background:var(--deep);opacity:.75}.recorded{margin:14px 0;padding:13px;border:1px solid var(--line);border-radius:12px;display:flex;gap:12px;align-items:center;background:#fff}.recorded>span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--terracotta);color:#fff;font-size:10px}.recorded>div{display:flex;flex-direction:column;font-size:10px}.recorded small{color:var(--muted)}.snapshot-body>button{width:100%;padding:13px;border:0;border-radius:12px;background:var(--deep);color:#fff;font-weight:700}.snap-score{margin-bottom:35px;display:flex;gap:25px;align-items:center}.snap-score>strong{padding-right:25px;border-right:1px solid var(--line);color:var(--terracotta);font-size:58px}.snap-score>strong small{font-size:11px;color:var(--muted)}.snap-score>div{display:flex;flex-direction:column}.snap-score span{color:#5b745f;font-size:9px;font-weight:700;text-transform:uppercase}.snap-score>div b{margin-top:4px}.snap-bars>div{margin:16px 0}.snap-bars span{display:block;margin-bottom:7px;font-size:10px}.snap-bars i{height:5px;display:block;border-radius:5px;overflow:hidden;background:#dedbd4}.snap-bars i b{height:100%;display:block;border-radius:5px;background:var(--terracotta)}.snapshot blockquote{margin-top:30px;padding:18px;border-left:3px solid var(--terracotta);border-radius:0 12px 12px 0;background:var(--terra-soft);font-family:inherit;font-size:13px;font-style:normal}.wide-photo{max-width:1180px;height:min(62vw,650px);margin:-55px auto 110px;padding:0 30px}.wide-photo img{width:100%;height:100%;border-radius:28px;display:block;object-fit:cover}.article-art{position:relative}.article-art img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .4s}.article-grid>a:hover .article-art img{transform:scale(1.025)}.article-art span{position:absolute;right:18px;bottom:10px;color:#fffc;text-shadow:0 2px 20px rgba(0,0,0,.3)}.article-hero-image{width:100%;max-height:520px;margin:45px 0 10px;border-radius:24px;display:block;object-fit:cover}@media(max-width:900px){.audience-entry{grid-template-columns:1fr;gap:45px}.audience-photo,.audience-photo img{min-height:480px}.tour-step{grid-template-columns:1fr;gap:40px}.tour-step.reverse .tour-copy{order:0}}@media(max-width:620px){.audience-entry{margin-block:75px;padding-inline:18px}.audience-photo,.audience-photo img{min-height:390px}.path-cards a{grid-template-columns:1fr}.path-cards em{grid-column:1;grid-row:auto;margin-top:7px}.product-tour{padding:80px 18px}.tour-heading{margin-bottom:70px}.tour-step{margin-bottom:90px}.snapshot{min-height:420px}.snapshot-body{padding:23px 18px}.snapshot>header small{display:none}.snap-score>strong{font-size:42px}.wide-photo{height:370px;margin-top:-30px;padding-inline:12px}.wide-photo img{border-radius:20px}}.response-mode{margin:0 0 16px;padding:5px;border:1px solid var(--line);border-radius:17px;display:grid;grid-template-columns:1fr 1fr;gap:5px;background:var(--paper)}.response-mode>button{padding:13px 15px;border:0;border-radius:12px;display:flex;align-items:center;gap:11px;background:transparent;cursor:pointer;text-align:left}.response-mode>button.active{background:#fff;box-shadow:0 3px 12px #2a242112}.response-mode>button>span{width:31px;height:31px;border-radius:9px;display:grid;place-items:center;background:var(--terra-soft);color:var(--terracotta)}.response-mode>button>div{display:flex;flex-direction:column}.response-mode small{color:var(--muted);font-size:8px}.voice-studio{padding:28px;border:1px solid var(--line);border-radius:20px;background:#fff}.voice-studio.is-recording{border-color:#c87a538c;box-shadow:0 0 0 4px #c87a5314}.voice-status{display:flex;align-items:center;gap:13px}.voice-status>div{display:flex;flex-direction:column}.voice-status small{color:var(--muted)}.mic-orb{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--terra-soft);color:var(--terracotta);font-size:12px}.is-recording .mic-orb{color:#fff;background:var(--terracotta);animation:micPulse 1.6s infinite}@keyframes micPulse{50%{box-shadow:0 0 0 9px #c87a531f}}.live-wave{height:90px;margin:25px 0;display:flex;align-items:center;justify-content:center;gap:5px}.live-wave i{width:4px;min-height:7px;max-height:68px;border-radius:4px;background:#c9d3cc;transition:height .08s linear}.is-recording .live-wave i{background:var(--deep)}.recording-preview{width:100%;height:44px;margin:0 0 18px}.voice-controls{display:flex;justify-content:center}.record-primary{min-width:210px;padding:12px 18px;border:1px solid var(--deep);border-radius:14px;display:flex;align-items:center;justify-content:center;gap:9px;background:var(--deep);color:#fff;cursor:pointer;font-weight:700}.record-primary i{width:9px;height:9px;border-radius:50%;background:var(--terracotta)}.is-recording .record-primary{border-color:var(--terracotta);background:var(--terracotta)}.is-recording .record-primary i{border-radius:2px;background:#fff}.live-transcript{margin:24px 0 0;padding-top:22px;border-top:1px solid var(--line)}.live-transcript>span{color:var(--terracotta);font-size:8px;font-weight:700;letter-spacing:.1em}.live-transcript>span small{color:var(--muted);font-weight:500;letter-spacing:0;text-transform:none}.live-transcript textarea{margin-top:8px;background:var(--paper);font-size:13px;line-height:1.7}.writing-card{margin:0;padding:22px;border:1px solid var(--line);border-radius:18px;background:#fff}.analysis-upload{min-height:200px;padding:30px;border:1px dashed #b8aa9e;border-radius:20px;display:flex;flex-direction:row;align-items:center;gap:18px;background:#fff;cursor:pointer}.analysis-upload:hover,.analysis-upload.has-file{border-color:var(--terracotta);background:#c87a5309}.analysis-upload input{display:none}.upload-icon{width:58px;height:58px;border-radius:16px;display:grid;place-items:center;flex:0 0 auto;background:var(--sage-soft);color:var(--deep);font-size:24px}.analysis-upload>div{flex:1;display:flex;flex-direction:column}.analysis-upload b{font-size:16px}.analysis-upload small{margin-top:5px;color:var(--muted)}.analysis-upload em{padding:10px 14px;border:1px solid var(--line);border-radius:11px;background:var(--paper);font-size:10px;font-style:normal;font-weight:700}.vocal-coaching{grid-template-columns:50px 1fr auto}.vocal-score-card{min-width:125px;padding:20px;border-radius:17px;display:flex;flex-direction:column;align-items:center;background:var(--sage-soft)}.vocal-score-card strong{color:var(--deep);font-size:40px}.vocal-score-card strong small{color:var(--muted);font-size:9px}.vocal-score-card>span{color:#617568;font-size:7px;font-weight:700;letter-spacing:.1em}.vocal-quality-grid{grid-column:2 / -1;margin-top:28px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.vocal-quality-grid article{padding:20px;border:1px solid var(--line);border-radius:16px;background:#fff}.vocal-quality-grid header{display:flex;justify-content:space-between;gap:14px;align-items:center}.vocal-quality-grid header b{font-size:11px}.vocal-quality-grid header button{padding:6px 9px;border:1px solid var(--line);border-radius:12px;background:var(--paper);color:var(--terracotta);cursor:pointer;font-size:8px;font-weight:700}.vocal-quality-grid .rubric-bar{margin:13px 0}.vocal-quality-grid p{margin:0;color:var(--muted);font-size:11px;line-height:1.65}.vocal-tip{grid-column:2 / -1;margin-top:12px;padding:23px;border-radius:16px;background:var(--deep);color:#fff}.vocal-tip span{color:#e3aa8b;font-size:8px;font-weight:700;letter-spacing:.1em}.vocal-tip p{margin:8px 0 0;color:#d4dfd7;line-height:1.7}@media(max-width:700px){.response-mode{grid-template-columns:1fr}.voice-studio{padding:22px 16px}.live-wave{gap:3px}.live-wave i{width:3px}.analysis-upload{min-height:170px;padding:22px 18px;align-items:flex-start;flex-wrap:wrap}.analysis-upload em{margin-left:76px}.vocal-coaching{grid-template-columns:38px 1fr}.vocal-score-card{grid-column:2}.vocal-quality-grid,.vocal-tip{grid-column:1 / -1}.vocal-quality-grid{grid-template-columns:1fr}}.evaluation-form.simplified{padding:30px}.form-step{margin:6px 0 20px;display:flex;gap:13px;align-items:center}.form-step>span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;background:var(--deep);color:#fff;font-size:10px;font-weight:700}.form-step>div{display:flex;flex-direction:column}.form-step b{font-size:15px}.form-step small{color:var(--muted)}.evaluation-submit{margin:25px -30px -30px;padding:18px 30px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px;background:var(--paper)}.evaluation-submit>span{color:var(--muted);font-size:10px}.settings-panel{padding:30px;border:1px solid var(--line);border-radius:22px;background:#fff}.settings-intro{margin-bottom:20px;display:flex;justify-content:space-between;gap:20px}.settings-intro span{color:var(--muted);font-size:11px}.method-settings{display:grid;grid-template-columns:1fr 1fr;gap:14px}.method-settings>button{min-height:245px;padding:25px;border:1px solid var(--line);border-radius:18px;display:grid;grid-template-columns:auto 1fr auto;gap:17px;align-items:start;background:var(--paper);text-align:left;cursor:pointer}.method-settings>button.active{border-color:var(--deep);background:var(--sage-soft);box-shadow:inset 0 0 0 1px var(--deep)}.method-settings>button:disabled{cursor:default;opacity:.75}.method-mark{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#fff;color:var(--deep);font-size:16px;font-weight:700}.method-settings button>div{display:flex;flex-direction:column}.method-settings small{color:var(--terracotta);font-size:8px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.method-settings b{margin:5px 0 10px;font-size:23px}.method-settings p{margin:0;color:var(--muted);font-size:11px;line-height:1.65}.toggle-control{width:42px;height:24px;padding:3px;border-radius:20px;background:#c9c7c1;transition:background .2s}.toggle-control i{width:18px;height:18px;border-radius:50%;display:block;background:#fff;transition:transform .2s}.method-settings button.active .toggle-control{background:var(--deep)}.method-settings button.active .toggle-control i{transform:translate(18px)}.settings-save{margin-top:25px;padding-top:20px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;align-items:center;gap:20px}.settings-save>span{color:var(--deep);font-size:11px}.settings-note{margin:22px 0 0;color:var(--muted);font-size:11px}.settings-explainer{margin-top:16px;padding:22px 25px;border-radius:17px;background:var(--paper)}.settings-explainer p{margin:7px 0 0;color:var(--muted);font-size:12px;line-height:1.7}.coach-report{--coach-line: #dedbd4}.coach-hero{padding:45px;border-radius:25px;display:grid;grid-template-columns:1fr auto;gap:55px;align-items:center;background:var(--deep);color:#fff}.coach-hero .eyebrow{color:#e5a888}.coach-hero h2{max-width:700px;margin:10px 0 15px;font-size:clamp(35px,4vw,52px);line-height:1.08}.coach-hero>div:first-child>p:last-child{max-width:700px;color:#ced8d1;font-size:13px;line-height:1.7}.coach-score{width:145px;height:145px;border:1px solid rgba(255,255,255,.22);border-radius:50%;display:grid;place-content:center;grid-template-columns:auto auto;text-align:center}.coach-score strong{color:#fff;font-size:48px;line-height:1}.coach-score>span{align-self:end;color:#b9c7bd;font-size:11px}.coach-score small{grid-column:1 / -1;margin-top:7px;color:#b9c7bd;font-size:7px;text-transform:uppercase;letter-spacing:.08em}.feedback-method-nav{margin:16px 0 35px;padding:6px;border:1px solid var(--line);border-radius:16px;display:flex;gap:6px;background:#fff}.feedback-method-nav button{min-width:190px;padding:10px 13px;border:0;border-radius:11px;display:flex;gap:11px;align-items:center;background:transparent;cursor:pointer;text-align:left}.feedback-method-nav button>span{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;background:var(--paper);color:var(--deep);font-weight:700}.feedback-method-nav button>div{display:flex;flex-direction:column}.feedback-method-nav small{color:var(--muted)}.feedback-method-nav button.active{background:var(--sage-soft)}.feedback-method-nav button.active>span{background:var(--deep);color:#fff}.source-player{margin-bottom:35px;padding:17px 20px;border:1px solid var(--line);border-radius:17px;display:grid;grid-template-columns:1fr minmax(260px,400px);gap:25px;align-items:center;background:#fff}.source-player>div{display:flex;gap:12px;align-items:center}.source-player>div>span{width:37px;height:37px;border-radius:50%;display:grid;place-items:center;background:var(--terra-soft);color:var(--terracotta);font-size:10px}.source-player>div>div{display:flex;flex-direction:column}.source-player small{color:var(--muted);font-size:9px}.source-player audio{width:100%;height:38px}.coaching-priority,.coaching-block{padding:55px 0;border-top:1px solid var(--coach-line);display:grid;grid-template-columns:50px 1fr;column-gap:24px}.coaching-priority{grid-template-columns:50px .75fr 1.25fr}.section-number{width:34px;height:34px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;color:var(--terracotta);font-size:9px;font-weight:700}.coaching-section-heading{max-width:680px}.coaching-section-heading .eyebrow{margin:0}.coaching-section-heading h3{margin:8px 0 12px;font-size:clamp(28px,3.2vw,40px);line-height:1.12}.coaching-section-heading>p:last-child:not(.eyebrow){color:var(--muted);font-size:12px}.priority-card{padding:28px;border-radius:20px;background:var(--terra-soft)}.priority-card>span{color:var(--terracotta);font-size:8px;font-weight:700;letter-spacing:.1em}.priority-card>p{margin:8px 0 23px;color:var(--muted);font-size:12px;line-height:1.6}.priority-card blockquote{margin-top:7px;font-family:inherit;font-size:21px;font-style:normal;line-height:1.5}.strength-list,.evidence-timeline,.rubric-list,.submitted-text{grid-column:2;margin-top:30px}.strength-list{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.strength-list article{min-height:155px;padding:21px;border:1px solid var(--line);border-radius:17px;background:#fff}.strength-list span{color:var(--terracotta);font-size:9px;font-weight:700}.strength-list p{margin:25px 0 0;font-size:12px;line-height:1.65}.evidence-timeline{position:relative}.evidence-timeline:before{content:"";position:absolute;top:0;bottom:0;left:39px;width:1px;background:var(--line)}.evidence-timeline article{position:relative;padding:0 0 27px;display:grid;grid-template-columns:80px 1fr;gap:20px}.evidence-timeline article>button{z-index:1;width:79px;height:31px;border:1px solid var(--line);border-radius:18px;background:#fff;color:var(--terracotta);font-size:9px;font-weight:700;cursor:pointer}.evidence-timeline article>button:disabled{color:var(--muted);cursor:default}.evidence-timeline article>div{padding:0 0 20px;border-bottom:1px solid var(--line)}.evidence-timeline article b{font-size:11px}.evidence-timeline article p{margin:7px 0 0;color:var(--muted);font-size:12px;line-height:1.65}.evidence-timeline blockquote{margin:9px 0;color:var(--deep);font-family:inherit;font-size:16px;font-style:normal;line-height:1.5}.submitted-text{padding:24px;border-radius:17px;background:var(--paper)}.submitted-text span{color:var(--terracotta);font-size:8px;font-weight:700;letter-spacing:.1em}.submitted-text p{margin:10px 0 0;line-height:1.8;white-space:pre-wrap}.rubric-list{border-top:1px solid var(--line)}.rubric-list details{border-bottom:1px solid var(--line)}.rubric-list summary{padding:17px 5px;display:grid;grid-template-columns:1fr auto auto;gap:20px;align-items:center;list-style:none;cursor:pointer}.rubric-list summary>div{display:grid;grid-template-columns:minmax(190px,1fr) 1fr;gap:20px;align-items:center}.rubric-list summary b{font-size:12px}.rubric-list summary>strong{min-width:40px;font-size:20px}.rubric-list summary>strong small{color:var(--muted);font-size:8px}.rubric-list summary>span{color:var(--terracotta);font-size:18px}.rubric-list details[open] summary>span{transform:rotate(45deg)}.rubric-list details>p{max-width:760px;margin:-4px 0 20px;color:var(--muted);font-size:12px;line-height:1.7}.rubric-bar{height:5px;border-radius:5px;overflow:hidden;background:#dddcd7}.rubric-bar i{height:100%;display:block;border-radius:5px;background:var(--terracotta)}.coach-reflection{margin:30px 0;padding:42px;border:0;border-radius:22px;background:var(--sage-soft);color:var(--deep);box-shadow:none}.coach-reflection span{color:#607a68;font-size:8px;font-weight:700;letter-spacing:.12em}.coach-reflection p{margin:13px 0 0;font-size:clamp(25px,3vw,37px);line-height:1.35}.coach-footer{padding:15px 0 0;display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:9px}@media(max-width:850px){.method-settings,.strength-list{grid-template-columns:1fr}.coaching-priority{grid-template-columns:50px 1fr}.priority-card{grid-column:2;margin-top:25px}.coach-hero{padding:32px}}@media(max-width:620px){.evaluation-form.simplified{padding:20px}.evaluation-submit{margin:22px -20px -20px;padding:16px 20px;flex-direction:column;align-items:stretch}.settings-panel{padding:18px}.method-settings>button{grid-template-columns:auto 1fr;min-height:220px;padding:18px}.toggle-control{grid-column:1 / -1}.coach-hero{grid-template-columns:1fr;gap:25px}.coach-score{width:auto;height:auto;padding:18px;border-radius:16px;grid-template-columns:auto auto 1fr;justify-content:start;gap:5px}.coach-score small{grid-column:3;margin:0 0 0 8px;align-self:center}.feedback-method-nav button{min-width:0;flex:1}.source-player{grid-template-columns:1fr}.coaching-priority,.coaching-block{grid-template-columns:38px 1fr;column-gap:12px;padding-block:38px}.priority-card,.strength-list,.evidence-timeline,.rubric-list,.submitted-text{grid-column:1 / -1}.rubric-list summary>div{grid-template-columns:1fr;gap:8px}.coach-reflection{padding:28px 22px}.coach-footer{align-items:stretch;flex-direction:column;gap:15px}}a{color:inherit}.button{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--deep);border-radius:3px;padding:13px 20px;background:var(--deep);color:#fbf9f4;text-decoration:none;font-weight:600;cursor:pointer;box-shadow:3px 3px #c87a5338}.button.small{padding:9px 14px;font-size:12px}.button.full{width:100%}.button:disabled{opacity:.5;cursor:not-allowed}.text-link,.text-button{border:0;background:transparent;color:var(--terracotta);text-decoration:none;font-weight:600;cursor:pointer}.language-button{border:1px solid var(--line);border-radius:3px;padding:7px 9px;background:transparent;font-family:Montserrat;font-size:10px;cursor:pointer}.public-header{max-width:1220px;margin:auto;padding:25px 30px;display:flex;justify-content:space-between;align-items:center}.public-header nav{display:flex;align-items:center;gap:22px;font-size:13px}.public-header nav>a:not(.button){text-decoration:none}.landing{background:#fbf9f4}.landing-hero{max-width:1180px;margin:78px auto 110px;padding:0 30px;display:grid;grid-template-columns:1.02fr .98fr;gap:72px;align-items:center}.landing-hero h1{max-width:650px;margin:20px 0 25px;font-size:clamp(62px,7vw,95px)}.landing-hero>div:first-child>p:last-of-type{max-width:580px;color:var(--muted);font-size:18px;line-height:1.65}.hero-actions{display:flex;gap:26px;align-items:center;margin-top:35px}.product-preview{min-height:460px;border:1px solid var(--line);border-radius:6px;background:#f4efe6;box-shadow:18px 20px #c87a531c,0 35px 90px #2a24211c;transform:rotate(1.2deg);overflow:hidden}.preview-top{height:58px;display:flex;align-items:center;gap:10px;padding:0 20px;border-bottom:1px solid var(--line)}.preview-top>img{width:28px;height:28px;object-fit:contain}.preview-top b{font-family:Montserrat;font-size:15px;font-weight:700}.preview-top small{margin-left:auto;color:var(--muted)}.preview-body{display:grid;grid-template-columns:66px 1fr;min-height:400px}.preview-body aside{border-right:1px solid var(--line);padding-top:28px;display:flex;align-items:center;flex-direction:column;gap:23px}.preview-body aside i{width:17px;height:3px;background:#c9c1b4}.preview-body aside i.active{background:var(--terracotta)}.preview-body>div{padding:38px}.preview-score{display:inline-block;font-family:Montserrat;font-size:70px;line-height:1}.trend{color:#66795f;margin-left:12px;font-size:12px}.mini-bars{height:115px;margin:25px 0 22px;display:flex;gap:12px;align-items:end;border-bottom:1px solid var(--line)}.mini-bars i{flex:1;background:#879578;border-radius:2px 2px 0 0;opacity:.82}.mini-bars i:nth-child(5),.mini-bars i:nth-child(6){background:var(--terracotta)}.preview-card{display:flex;justify-content:space-between;padding:14px 0;border-top:1px solid var(--line);font-size:12px}.preview-card span{color:var(--muted)}.method-strip{border-block:1px solid var(--line);padding:24px 30px;display:flex;justify-content:center;align-items:center;gap:35px;color:#645d52;font-family:Montserrat;font-size:19px}.method-strip i{width:5px;height:5px;background:var(--terracotta);transform:rotate(45deg)}.landing-section{max-width:1120px;margin:110px auto;padding:0 30px}.landing-section>h2,.privacy-band h2{max-width:700px;font-family:Montserrat;font-size:clamp(44px,5vw,68px);line-height:1;margin:14px 0 50px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line)}.feature{padding:34px;border-right:1px solid var(--line);background:#f4efe6}.feature:last-child{border-right:0}.feature>b{color:var(--terracotta);font-family:Montserrat;font-size:10px}.feature h3{font-family:Montserrat;font-size:29px;margin:25px 0 8px}.feature p{color:var(--muted);font-size:14px;line-height:1.7}.privacy-band{padding:75px max(30px,calc((100vw - 1060px)/2));background:var(--deep);color:#fbf9f4;display:grid;grid-template-columns:1fr .72fr;gap:90px;align-items:center}.privacy-band h2{margin-bottom:0}.privacy-band>p{color:#ccd3c6;line-height:1.75}.landing footer{max-width:1120px;margin:auto;padding:32px 30px;display:flex;justify-content:space-between;color:var(--muted);font-size:12px}.pricing-section{max-width:900px;margin:110px auto;padding:0 30px;text-align:center}.pricing-section>h2{font-family:Montserrat;font-size:58px;margin:12px 0 40px}.pricing-section>small{display:block;max-width:650px;margin:22px auto 0;color:var(--muted)}.pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;text-align:left}.plan-card{padding:30px;border:1px solid var(--line);background:var(--paper);box-shadow:7px 8px #c87a531a}.plan-card>span{color:var(--terracotta);font-family:Montserrat;font-size:10px;text-transform:uppercase}.plan-card strong{display:block;margin:18px 0 8px;font-family:Montserrat;font-size:48px}.plan-card strong small{font-family:Montserrat;color:var(--muted);font-size:11px}.plan-card p{color:var(--muted);margin-bottom:25px}.annual-note{margin:-10px 0 24px;padding-top:13px;border-top:1px solid var(--line);color:var(--muted);font-size:11px}.auth-page,.center-page{min-height:100vh;background:#fbf9f4}.auth-panel{max-width:1040px;margin:55px auto;padding:0 30px 70px;display:grid;grid-template-columns:1fr 430px;gap:100px;align-items:start}.auth-panel>div{padding-top:70px}.auth-panel h1{font-size:72px}.auth-panel>div>p:last-child{color:var(--muted);line-height:1.7;max-width:470px}.auth-panel form,.setup-card,.invite-card{padding:32px;background:var(--paper);border:1px solid var(--line);border-radius:5px;box-shadow:9px 11px #c87a531c}label{display:flex;flex-direction:column;gap:7px;margin-bottom:17px;color:#575046;font-size:12px;font-weight:600}input,textarea,select{width:100%;border:1px solid #cdbda6;border-radius:3px;padding:12px 13px;background:#fbf9f4;color:var(--ink);outline:none}input:focus,textarea:focus,select:focus{border-color:var(--terracotta);box-shadow:0 0 0 3px #c87a531a}.account-toggle{display:grid;grid-template-columns:1fr 1fr;margin-bottom:18px;border:1px solid var(--line);padding:3px}.account-toggle button{border:0;padding:10px;background:transparent;cursor:pointer}.account-toggle button.active{background:var(--terracotta);color:#fff}.social{width:100%;margin-top:10px;padding:12px;border:1px solid var(--line);background:#fbf9f4;cursor:pointer}.or{display:flex;align-items:center;margin:19px 0 8px;color:var(--muted);font-size:11px}.or:before,.or:after{content:"";height:1px;flex:1;background:var(--line)}.or span{padding:0 10px}.form-switch{text-align:center;margin:20px 0 0;font-size:12px}.notice{padding:11px;margin-bottom:18px;background:#f3e2bc;color:#71572d;font-size:12px}.center-page{display:grid;place-items:center;padding:30px}.setup-card{width:min(100%,470px);text-align:center}.setup-card h2,.invite-card h2{font-family:Montserrat;font-size:34px}.setup-card p{color:var(--muted);line-height:1.6}.mail-seal{display:grid;place-items:center;margin:auto;width:58px;height:58px;background:#e4e7d9;font-size:25px}.workspace{min-height:100vh;display:grid;grid-template-columns:230px 1fr;background:#fbf9f4}.sidebar{position:sticky;top:0;height:100vh;padding:26px 22px;border-right:1px solid var(--line);background:#f4efe6;display:flex;flex-direction:column}.sidebar nav{display:flex;flex-direction:column;gap:6px;margin-top:55px}.sidebar nav a{padding:11px 12px;border-radius:3px;text-decoration:none;color:var(--muted);font-size:13px}.sidebar nav a.active{color:#fbf9f4;background:var(--deep)}.sidebar-foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between}.sidebar-foot>button:last-child{border:0;background:transparent;color:var(--muted);font-size:11px;cursor:pointer}.app-main{min-width:0}.app-top{height:83px;padding:0 42px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;background:#f8f3e8b8}.app-top>div:first-child{display:flex;flex-direction:column}.app-top small{color:var(--muted)}.credit-pill{padding:8px 13px;border:1px solid var(--line);display:flex;flex-direction:column;align-items:flex-end;font-size:11px;background:var(--paper)}.credit-pill span{color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.1em}.credit-pill.over{border-color:var(--terracotta);color:var(--terracotta)}.page{max-width:1120px;margin:auto;padding:58px 42px 90px}.page-heading{max-width:770px;margin-bottom:40px}.page-heading h1{font-size:clamp(45px,5.5vw,73px);margin:14px 0}.page-heading>p:last-child{color:var(--muted);line-height:1.65}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);margin-bottom:35px}.metric{padding:23px;border-right:1px solid var(--line);background:#fbf7ed85}.metric:last-child{border-right:0}.metric span{display:block;min-height:34px;color:var(--muted);font-size:11px}.metric strong{font-family:Montserrat;font-size:42px}.metric strong small{margin-left:5px;font-family:Montserrat;color:var(--muted);font-size:11px}.panel{border:1px solid var(--line);background:#fbf7ed94}.panel-title{padding:19px 22px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.panel-title h2{margin:0;font-family:Montserrat;font-size:28px}.panel-title a{color:var(--terracotta);font-size:11px;text-decoration:none}.history-row{width:100%;min-height:72px;padding:15px 20px;display:flex;align-items:center;gap:14px;border:0;border-bottom:1px solid var(--line);background:transparent;text-align:left;cursor:pointer}.history-row:hover{background:#c87a5312}.history-row:last-child{border-bottom:0}.history-row>div{display:flex;flex-direction:column;flex:1}.history-list small{color:var(--muted);font-size:10px}.history-row>strong{font-family:Montserrat;font-size:25px}.history-row>strong small{font-family:Montserrat}.row-arrow{color:var(--terracotta);font-size:18px}.history-back{margin-bottom:24px;border:0;background:transparent;color:var(--terracotta);cursor:pointer;font-weight:600}.history-meta{display:flex;flex-wrap:wrap;gap:8px 22px;margin-bottom:25px;padding:14px 18px;background:var(--paper);border:1px solid var(--line);color:var(--muted);font-size:11px}.method-dot{width:10px;height:10px;background:var(--terracotta);border-radius:50%}.method-dot.acton{background:var(--deep)}.empty,.loading-card{padding:35px;color:var(--muted)}.method-tabs{display:inline-flex;padding:4px;margin-bottom:25px;border:1px solid var(--line);background:var(--paper)}.method-tabs button{min-width:125px;padding:10px;border:0;background:transparent;cursor:pointer}.method-tabs button.active{background:var(--terracotta);color:#fff}.evaluation-form{padding:26px;border:1px solid var(--line);background:#fbf7eda6}.scenario-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:25px}.scenario-grid button{min-height:230px;padding:19px;border:1px solid var(--line);background:#f4efe6;text-align:left;cursor:pointer;display:flex;flex-direction:column;gap:10px}.scenario-grid button.selected{border-color:var(--terracotta);box-shadow:inset 0 -4px var(--terracotta)}.scenario-grid small{color:var(--terracotta);font-family:Montserrat;text-transform:uppercase;font-size:8px}.scenario-grid b{font-family:Montserrat;font-size:21px}.scenario-grid span{color:var(--muted);font-size:12px;line-height:1.5}.scenario-progress{margin-top:auto;padding-top:13px;border-top:1px solid var(--line);display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;width:100%}.scenario-progress>strong{font-size:21px;color:var(--deep)}.scenario-progress>strong small{font-size:9px}.scenario-progress>span{font-size:9px;line-height:1.4}.scenario-progress>em{color:var(--terracotta);font-style:normal;font-weight:700}.scenario-progress>em.positive{color:var(--deep)}.response-field>span{margin-bottom:2px}.audio-actions{display:flex;gap:12px;align-items:center;margin:18px 0;flex-wrap:wrap}.file-button,.record-button{width:auto;margin:0;padding:11px 14px;border:1px solid var(--line);background:#fbf9f4;cursor:pointer;flex-direction:row}.file-button input{display:none}.record-button{display:flex;gap:8px;align-items:center}.record-button i{width:8px;height:8px;background:var(--terracotta);border-radius:50%}.record-button.recording i{animation:pulse 1s infinite}@keyframes pulse{50%{opacity:.3}}.chosen-file{color:var(--muted);font-size:11px}.feedback-summary{display:flex;align-items:center;justify-content:space-between;gap:35px;padding-bottom:32px}.feedback-summary h2{max-width:750px;font-family:Montserrat;font-size:35px;line-height:1.2}.big-score{font-family:Montserrat;font-size:70px;color:var(--terracotta)}.big-score small{font-family:Montserrat;color:var(--muted);font-size:12px}.feedback-dimensions{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line)}.feedback-dimensions article{padding:22px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.feedback-dimensions article:nth-child(2n){border-right:0}.feedback-dimensions header{display:flex;justify-content:space-between;gap:15px}.feedback-dimensions header b{font-family:Montserrat;font-size:19px}.feedback-dimensions article p{color:var(--muted);font-size:12px;line-height:1.6}.feedback-dimensions article>small{display:block;color:#6d725f;margin-top:7px}.coaching-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin:55px 0}.coaching-grid li{margin-bottom:11px;color:var(--muted);line-height:1.6}.coaching-grid blockquote{padding:13px 0;border-top:1px solid var(--line)}.feedback-cost{padding:20px 0;display:flex;justify-content:space-between;color:var(--muted);font-family:Montserrat;font-size:9px}.team-layout{display:grid;grid-template-columns:1fr 340px;gap:25px;align-items:start}.member-list article{padding:16px 20px;display:flex;gap:12px;align-items:center;border-bottom:1px solid var(--line)}.member-list article>span{width:36px;height:36px;display:grid;place-items:center;background:#e1e5d7;color:var(--deep)}.member-list article>div{flex:1;display:flex;flex-direction:column}.member-list small{color:var(--muted)}.member-list em{color:var(--terracotta);font-size:10px;font-style:normal;text-transform:uppercase}@media(max-width:900px){.landing-hero,.auth-panel,.privacy-band,.team-layout,.pricing-grid{grid-template-columns:1fr}.landing-hero{margin-top:45px}.product-preview{max-width:570px}.feature-grid,.scenario-grid{grid-template-columns:1fr}.feature{border-right:0;border-bottom:1px solid var(--line)}.workspace{grid-template-columns:76px 1fr}.sidebar{padding-inline:13px}.sidebar .brand>span:last-child,.sidebar nav a{font-size:0}.sidebar nav a:before{content:"•";font-size:20px}.metric-grid{grid-template-columns:1fr 1fr}.metric:nth-child(2){border-right:0}}@media(max-width:620px){.public-header{padding:18px}.public-header nav>a:not(.button){display:none}.landing-hero{padding:0 18px;margin-bottom:70px}.landing-hero h1{font-size:55px}.product-preview{min-height:390px}.preview-body>div{padding:25px 18px}.method-strip{gap:12px;font-size:14px;text-align:center}.landing-section{margin:75px auto;padding:0 18px}.privacy-band{padding:55px 22px;gap:25px}.auth-panel{padding:0 18px;gap:25px}.auth-panel>div{padding-top:20px}.auth-panel h1{font-size:55px}.workspace{display:block}.sidebar{position:fixed;z-index:10;top:auto;bottom:0;width:100%;height:64px;padding:8px 12px;border:0;border-top:1px solid var(--line);flex-direction:row;background:#f4efe6}.sidebar>.brand,.sidebar-foot{display:none}.sidebar nav{width:100%;margin:0;flex-direction:row;justify-content:space-around}.sidebar nav a{padding:10px 14px}.app-top{padding:0 18px}.page{padding:40px 18px 95px}.metric-grid,.feedback-dimensions,.coaching-grid{grid-template-columns:1fr}.metric{border-right:0;border-bottom:1px solid var(--line)}.feedback-dimensions article{border-right:0}.feedback-summary{align-items:flex-start}}html{-webkit-text-size-adjust:100%}body{overflow-x:hidden}main{background:#fbf9f4}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button,.button,.social,.language-button,.file-button,.record-button{min-height:44px}.button,.language-button,.status-pill,.mode-switch,.choose-button,.evaluate-button,.upload-card,.file-zone,.error,.next-question,.product-preview,.auth-panel form,.setup-card,.invite-card,input,textarea,select,.account-toggle,.social,.sidebar nav a,.credit-pill,.panel,.method-tabs,.evaluation-form,.scenario-grid button,.member-list article>span,.metric,.feature{border-radius:16px;box-shadow:none}.button,.evaluate-button{border-radius:14px}.button:hover,.social:hover,.language-button:hover,.file-button:hover,.record-button:hover{filter:brightness(.97)}.button:focus-visible,button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(200,122,83,.3);outline-offset:2px}.product-preview{transform:none;border-radius:24px}.feature-grid{border:0;gap:16px}.feature{border:1px solid var(--line)!important}.privacy-band{margin:0 24px 24px;border-radius:28px}.auth-panel form,.setup-card,.invite-card{border-radius:24px}.account-toggle,.method-tabs{border-radius:18px;gap:4px}.account-toggle button,.method-tabs button{min-height:44px;border-radius:13px}.social{border-radius:14px}.metric-grid{border:0;gap:14px}.metric{border:1px solid var(--line)!important}.panel,.evaluation-form{border-radius:22px;overflow:hidden}.scenario-grid button{min-height:210px;border-radius:18px}.invite-card>p{margin:-8px 0 22px;color:var(--muted);font-size:13px;line-height:1.55}.form-message{margin:16px 0 0;color:var(--deep);font-size:13px}.member-list article{min-width:0}.member-list article>div{min-width:0}.member-list article b,.member-list article small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feedback-dimensions{border:0;gap:14px}.feedback-dimensions article{border:1px solid var(--line)!important;border-radius:18px}@media(max-width:1024px){.landing-hero{gap:42px}.workspace{grid-template-columns:190px 1fr}.sidebar{padding-inline:16px}.sidebar .brand>span:last-child{display:inline}.sidebar nav a{font-size:12px}.sidebar nav a:before{content:none}.page{padding-inline:30px}.team-layout{grid-template-columns:1fr}.invite-card{max-width:560px}.scenario-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.public-header{padding:16px 18px;gap:12px}.public-header nav{gap:8px}.public-header nav>a:not(.button){display:inline-flex;padding:10px 4px}.public-header .button.small{padding-inline:12px}.landing-hero{margin:42px auto 68px;padding-inline:18px;gap:40px}.landing-hero h1{font-size:clamp(43px,13vw,62px);line-height:.98}.landing-hero>div:first-child>p:last-of-type{font-size:16px}.hero-actions{align-items:stretch;flex-direction:column;gap:15px}.hero-actions .text-link{padding:10px 2px}.product-preview{min-height:350px}.preview-body{grid-template-columns:46px 1fr;min-height:305px}.preview-body>div{padding:25px 18px}.preview-score{font-size:56px}.method-strip{flex-wrap:wrap;padding:20px 16px;gap:10px 15px;font-size:13px}.landing-section>h2,.privacy-band h2{font-size:clamp(38px,11vw,52px)}.privacy-band{margin:0 12px 12px;border-radius:22px}.auth-panel{margin-top:20px}.auth-panel form{padding:24px 20px}.auth-panel h1{font-size:clamp(44px,13vw,58px)}input,textarea,select{min-height:48px;font-size:16px}.workspace{display:block;padding-bottom:76px}.sidebar{position:fixed;z-index:20;top:auto;bottom:0;width:100%;height:72px;padding:7px 6px calc(7px + env(safe-area-inset-bottom));border:0;border-top:1px solid var(--line);border-radius:20px 20px 0 0;flex-direction:row;background:#f4efe6fa}.sidebar>.brand,.sidebar-foot{display:none}.sidebar nav{width:100%;margin:0;flex-direction:row;justify-content:stretch;gap:2px}.sidebar nav a{min-width:0;min-height:52px;flex:1;padding:8px 3px;border-radius:12px;display:grid;place-items:center;text-align:center;font-size:9px;line-height:1.15}.sidebar nav a:before{content:none}.app-top{height:72px;padding-inline:18px}.app-top>div:first-child{min-width:0}.app-top b,.app-top small{max-width:48vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.credit-pill{padding:6px 10px;border-radius:12px}.credit-pill b{font-size:10px}.page{padding:34px 16px 35px}.page-heading{margin-bottom:28px}.page-heading h1{font-size:clamp(40px,12vw,56px)}.metric-grid,.feedback-dimensions,.coaching-grid,.scenario-grid{grid-template-columns:1fr}.scenario-grid button{min-height:0}.feedback-summary{flex-direction:column;gap:15px}.feedback-summary h2{font-size:28px}.big-score{font-size:58px}.feedback-cost{align-items:flex-start;flex-direction:column;gap:15px}.team-layout{gap:18px}.member-list article{padding-inline:14px}.member-list em{max-width:28%;text-align:right}.invite-card{padding:24px 20px}}:root{--white: #fffefa;--sage-soft: #e4ebe5;--terra-soft: #f3e2d8}body{line-height:1.5}h1,h2,h3,p{text-wrap:pretty}.public-header{position:relative;z-index:20;max-width:1280px;padding-block:20px}.public-header nav{gap:25px}.public-header nav>a:not(.button){color:#554e49;transition:color .2s}.public-header nav>a:not(.button):hover{color:var(--deep)}.menu-button{display:none;border:1px solid var(--line);background:var(--paper);border-radius:10px;width:44px;height:44px}.button.ghost{background:transparent;color:var(--deep);box-shadow:none}.button.light{background:var(--white);color:var(--deep);border-color:var(--white)}.trust-chip{display:inline-flex;padding:8px 12px;border-radius:999px;background:var(--sage-soft);color:var(--deep);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.landing-hero{margin-top:70px}.landing-hero h1{font-size:clamp(58px,6.5vw,90px);line-height:.96}.hero-proof{display:flex;flex-wrap:wrap;gap:18px;margin-top:28px;color:var(--muted);font-size:10px;font-weight:600}.logo-wall{padding:30px;border-block:1px solid var(--line);text-align:center}.logo-wall p{margin:0 0 22px;color:var(--muted);font-size:10px;letter-spacing:.12em;text-transform:uppercase}.logo-wall div{display:flex;justify-content:center;flex-wrap:wrap;gap:clamp(30px,6vw,85px);color:var(--deep);font-weight:700;opacity:.7}.centred{text-align:center}.centred>h2,.centred>.section-lede{margin-inline:auto}.section-lede{max-width:720px;margin-top:-27px;margin-bottom:45px;color:var(--muted);font-size:16px;line-height:1.75}.feature-grid.four{grid-template-columns:repeat(4,1fr);text-align:left}.feature-grid.four .feature{padding:28px}.feature-grid.four .feature h3{font-size:24px}.split-showcase{max-width:1160px;margin:130px auto;padding:0 30px;display:grid;grid-template-columns:1fr .82fr;gap:100px;align-items:center}.split-showcase>div:last-child h2,.outcomes h2,.enterprise-panel h2{font-size:clamp(38px,4vw,58px);line-height:1.05;margin:13px 0 25px}.split-showcase>div:last-child>p:not(.eyebrow){color:var(--muted);line-height:1.8;margin-bottom:25px}.showcase-visual{min-height:480px;padding:55px 45px;border-radius:28px;background:var(--sage-soft);position:relative}.dialog-card{padding:28px;border:1px solid rgba(45,75,62,.15);border-radius:20px;background:var(--white);box-shadow:0 24px 60px #2d4b3e1f}.dialog-card small{color:var(--terracotta);font-weight:700;letter-spacing:.1em}.dialog-card h3{font-size:27px;margin:22px 0 12px}.dialog-card p{color:var(--muted);line-height:1.65}.dialog-card>div{margin-top:25px;padding:12px;border-radius:12px;border:1px solid var(--line);font-size:12px;font-weight:600}.dialog-card i{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:8px;background:var(--terracotta)}.coach-note{position:absolute;left:90px;right:15px;bottom:35px;padding:20px;display:flex;gap:18px;align-items:center;border-radius:16px;background:var(--deep);color:#fff;box-shadow:0 18px 40px #2d4b3e38}.coach-note b{font-size:22px;flex:0 0 auto}.coach-note span{font-size:11px;line-height:1.55;color:#dfe8e0}.outcomes{padding:100px max(30px,calc((100vw - 1100px)/2));display:grid;grid-template-columns:.9fr 1fr;gap:100px;background:var(--paper)}.outcome-list article{padding:22px 0;display:flex;gap:23px;border-top:1px solid var(--line)}.outcome-list article>b{color:var(--terracotta);font-size:11px}.outcome-list h3{margin:0 0 7px;font-size:20px}.outcome-list p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.testimonial{max-width:940px;margin:130px auto;padding:0 30px;text-align:center}.testimonial p{margin:0 0 25px;color:var(--deep);font-size:clamp(28px,4vw,49px);line-height:1.3;font-weight:500;letter-spacing:-.03em}.testimonial span{color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.12em}.privacy-band>div:last-child p{color:#d6ded8;line-height:1.8}.privacy-band>div:last-child a{color:#fff;font-size:12px;font-weight:700}.public-cta{max-width:1180px;margin:110px auto 60px;padding:75px;border-radius:30px;background:var(--terracotta);color:#fff;text-align:center}.public-cta .eyebrow{color:#ffe9dd}.public-cta h2{max-width:780px;margin:15px auto;font-size:clamp(42px,5vw,68px);line-height:1}.public-cta>p:not(.eyebrow){color:#ffede4}.public-cta>div{margin-top:30px;display:flex;justify-content:center;align-items:center;gap:28px}.public-footer{max-width:1180px;margin:auto;padding:60px 30px 35px!important;display:grid!important;grid-template-columns:2fr repeat(3,1fr);gap:50px;border-top:1px solid var(--line);font-size:12px!important}.public-footer>div{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.public-footer>div:first-child p{max-width:300px;color:var(--muted);line-height:1.7}.public-footer a{text-decoration:none;color:var(--muted)}.public-footer b{margin-bottom:8px;color:var(--ink)}.public-footer small{grid-column:1 / -1;padding-top:30px;border-top:1px solid var(--line);color:var(--muted)}.page-hero{max-width:1040px;margin:85px auto 120px;padding:0 30px;text-align:center}.page-hero h1{margin:20px auto 28px;font-size:clamp(54px,7vw,90px)}.page-hero>p:not(.eyebrow){max-width:760px;margin:0 auto 35px;color:var(--muted);font-size:18px;line-height:1.75}.stats-band{padding:38px max(30px,calc((100vw - 1060px)/2));display:grid;grid-template-columns:repeat(3,1fr);background:var(--deep);color:#fff}.stats-band div{padding:5px 35px;border-right:1px solid rgba(255,255,255,.17);display:flex;flex-direction:column}.stats-band div:last-child{border:0}.stats-band b{font-size:38px}.stats-band span{color:#ced9d1;font-size:11px}.content-section{max-width:1120px;margin:120px auto;padding:0 30px}.section-heading{max-width:820px;margin-bottom:50px}.section-heading h2{font-size:clamp(42px,5vw,65px);line-height:1.05;margin:14px 0}.use-case-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.use-case-grid .feature{border:1px solid var(--line);border-radius:20px}.enterprise-panel{margin:80px 24px;padding:80px max(30px,calc((100vw - 1050px)/2));border-radius:28px;display:grid;grid-template-columns:1fr 1fr;gap:80px;color:#fff;background:var(--deep)}.enterprise-panel .eyebrow{color:#b7ccbc}.enterprise-panel ul{display:grid;grid-template-columns:1fr 1fr;gap:0 28px;margin:0;padding:0;list-style:none}.enterprise-panel li{padding:17px 0;border-top:1px solid rgba(255,255,255,.17);color:#dce5de;font-size:12px}.enterprise-panel li:before{content:"✓";margin-right:9px;color:#e2a98b}.journey{display:grid;grid-template-columns:1fr 1fr;gap:18px}.journey article{min-height:180px;padding:28px;border:1px solid var(--line);border-radius:20px;display:flex;gap:22px;background:var(--paper)}.journey article>span{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;color:#fff;background:var(--terracotta);font-weight:700}.journey h3{margin:4px 0 10px;font-size:22px}.journey p{color:var(--muted);line-height:1.65;font-size:13px}.framework-grid{max-width:1120px;margin:0 auto 120px;padding:0 30px;display:grid;grid-template-columns:1fr 1fr;gap:18px}.framework-grid article{min-height:470px;padding:45px;border-radius:25px;background:var(--sage-soft);display:flex;flex-direction:column}.framework-grid article:last-child{background:var(--terra-soft)}.framework-grid span{color:var(--terracotta);font-size:11px;font-weight:700}.framework-grid h2{margin:auto 0 20px;font-size:52px}.framework-grid p{color:var(--muted);line-height:1.75}.framework-grid a{margin-top:20px;font-size:12px;font-weight:700;text-decoration:none}.principles{padding:100px max(30px,calc((100vw - 1120px)/2));background:var(--paper)}.principles>h2{font-size:clamp(42px,5vw,62px)}.principles>div{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.principles .feature{padding:25px 0;border-top:1px solid var(--line)}.principles>small{display:block;max-width:750px;margin-top:45px;color:var(--muted)}.article-grid{max-width:1160px;margin:0 auto 120px;padding:0 30px;display:grid;grid-template-columns:repeat(3,1fr);gap:45px 20px}.article-grid>a{text-decoration:none}.article-grid>a.featured{grid-column:span 2}.article-art{aspect-ratio:1.7;margin-bottom:20px;border-radius:20px;display:grid;place-items:center;background:var(--sage-soft);overflow:hidden}.article-grid>a:nth-child(2n) .article-art{background:var(--terra-soft)}.article-art span{font-size:80px;font-weight:700;color:#2d4b3e26}.article-grid small{color:var(--terracotta);font-weight:700}.article-grid h2{margin:12px 0;font-size:25px;line-height:1.2}.article-grid p{color:var(--muted);font-size:13px;line-height:1.65}.article-grid b{font-size:11px;color:var(--deep)}.article-page{max-width:820px;margin:70px auto 130px;padding:0 30px}.back-link{display:inline-block;margin-bottom:70px;color:var(--terracotta);font-size:12px;font-weight:700;text-decoration:none}.article-page>small{color:var(--terracotta);font-weight:700}.article-page h1{margin:20px 0 25px;font-size:clamp(48px,7vw,78px)}.article-intro{color:var(--muted);font-size:20px;line-height:1.7}.article-body{max-width:680px;margin:55px auto;font-size:17px;line-height:1.9}.article-body p:first-child:first-letter{float:left;margin:8px 10px 0 0;font-size:60px;line-height:.7;color:var(--terracotta);font-weight:700}.article-page aside{padding:30px;border-radius:20px;background:var(--sage-soft)}.article-page aside p{color:var(--muted);line-height:1.7}.article-page aside a{color:var(--deep);font-weight:700;text-decoration:none}.faq-list{max-width:900px;margin:0 auto 130px;padding:0 30px}.faq-list details{border-top:1px solid var(--line)}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{padding:25px 5px;display:flex;justify-content:space-between;gap:20px;cursor:pointer;list-style:none;font-size:18px;font-weight:600}.faq-list summary span{color:var(--terracotta);font-size:24px;transition:transform .2s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{max-width:720px;margin:-5px 0 25px;color:var(--muted);line-height:1.75}.workspace{grid-template-columns:252px 1fr;background:#f8f7f3}.sidebar{padding:25px 18px;background:var(--deep);color:#fff;border:0}.sidebar .brand{padding:0 10px;color:#fff}.nav-label{margin:55px 12px 10px;color:#94a69c;font-size:8px;font-weight:700;letter-spacing:.15em}.sidebar nav{margin-top:0;gap:4px}.sidebar nav a{display:flex;align-items:center;gap:13px;color:#c8d3cc;border-radius:11px}.sidebar nav a>span{width:22px;font-size:17px;text-align:center}.sidebar nav a.active{background:#ffffff1f;color:#fff}.sidebar-help{margin-top:auto;padding:17px;border-radius:14px;background:#ffffff14}.sidebar-help b{font-size:11px}.sidebar-help p{margin:5px 0 12px;color:#aebdb4;font-size:10px}.sidebar-help a{color:#f0b494;font-size:10px;font-weight:700;text-decoration:none}.sidebar-foot{margin-top:14px;padding:0 7px}.sidebar-foot .language-button,.sidebar-foot>button:last-child{color:#c8d3cc}.app-top{height:78px;padding-inline:38px;background:#fff}.app-top>div:first-child{flex-direction:row;align-items:center;gap:11px}.app-top>div:first-child>div{display:flex;flex-direction:column}.workspace-avatar{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:var(--sage-soft);color:var(--deep);font-weight:700}.page{max-width:1180px}.overview-welcome{margin-bottom:38px;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:end}.overview-welcome h1{margin:10px 0 0;font-size:clamp(40px,4.4vw,62px)}.quick-actions{display:flex;flex-direction:column;gap:10px}.quick-actions>a{padding:14px;display:flex;align-items:center;gap:13px;border:1px solid var(--line);border-radius:14px;background:#fff;text-decoration:none}.quick-actions>a>span{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:var(--terra-soft);color:var(--terracotta)}.quick-actions>a:nth-child(2)>span{background:var(--sage-soft);color:var(--deep)}.quick-actions>a>div{flex:1;display:flex;flex-direction:column}.quick-actions small{color:var(--muted);font-size:9px}.quick-actions em{color:var(--terracotta);font-style:normal}.metric,.panel{background:#fff}.panel-title .eyebrow{margin:0 0 5px}@media(max-width:980px){.public-header nav{gap:14px}.public-header nav>a:nth-child(-n+4){display:none}.feature-grid.four,.principles>div{grid-template-columns:1fr 1fr}.split-showcase,.outcomes,.enterprise-panel{grid-template-columns:1fr;gap:50px}.article-grid{grid-template-columns:1fr 1fr}.overview-welcome{grid-template-columns:1fr;gap:25px}}@media(max-width:700px){.menu-button{display:block}.public-header nav{display:none;position:absolute;top:72px;left:14px;right:14px;padding:15px;border:1px solid var(--line);border-radius:16px;flex-direction:column;align-items:stretch;background:var(--white);box-shadow:0 20px 50px #2a242121}.public-header nav.open{display:flex}.public-header nav>a:nth-child(-n+4){display:flex}.public-header nav .language-button{width:100%}.landing-hero{margin-top:35px}.hero-proof{flex-direction:column;gap:7px}.feature-grid.four,.use-case-grid,.journey,.framework-grid,.principles>div,.article-grid{grid-template-columns:1fr}.split-showcase{margin-block:80px;padding-inline:18px;gap:45px}.showcase-visual{min-height:440px;padding:25px 18px}.coach-note{left:38px;right:4px}.outcomes{padding:70px 22px}.testimonial{margin-block:80px}.public-cta{margin:70px 12px 35px;padding:55px 22px;border-radius:22px}.public-cta>div{flex-direction:column}.public-footer{grid-template-columns:1fr 1fr;gap:35px}.public-footer>div:first-child,.public-footer small{grid-column:1 / -1}.page-hero{margin:50px auto 80px}.stats-band{grid-template-columns:1fr}.stats-band div{padding:20px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.17)}.content-section{margin-block:80px;padding-inline:18px}.enterprise-panel{margin-inline:12px;padding:55px 22px}.enterprise-panel ul{grid-template-columns:1fr}.framework-grid{padding-inline:18px}.framework-grid article{min-height:390px;padding:30px}.article-grid>a.featured{grid-column:auto}.article-page{padding-inline:20px}.sidebar-help,.nav-label{display:none}.sidebar nav a{gap:0;justify-content:center}.sidebar nav a>span{font-size:18px}.app-top{padding-inline:16px}.app-top small{max-width:120px;overflow:hidden;text-overflow:ellipsis}}@media(max-width:420px){.brand{font-size:17px}.brand img{width:32px;height:32px}.public-header nav{font-size:11px}.public-header .language-button{display:none}.preview-body aside{display:none}.preview-body{grid-template-columns:1fr}.preview-top small{font-size:9px}.preview-card{gap:10px}.preview-card b{max-width:68%}.sidebar nav a{font-size:8px}}.app-nav-icon{width:21px;height:21px;display:block}.sidebar nav a>span{display:grid;place-items:center;flex:0 0 auto}.sidebar nav a>.nav-text{width:auto;display:inline}@media(max-width:760px){.workspace{padding-bottom:calc(74px + env(safe-area-inset-bottom))}.sidebar{height:calc(72px + env(safe-area-inset-bottom));padding:5px 4px calc(5px + env(safe-area-inset-bottom));border-radius:18px 18px 0 0;border-top:1px solid rgba(255,255,255,.12);background:#2d4b3efa;box-shadow:0 -8px 30px #2a242129;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sidebar nav{width:100%;height:62px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));align-items:stretch;gap:0;overflow:hidden}.sidebar nav a{min-width:0;width:100%;max-width:100%;min-height:60px;padding:6px 0 4px;border-radius:10px;display:grid;grid-template-rows:25px 12px;justify-items:center;align-content:center;row-gap:4px;color:#ffffffb8;font-family:Montserrat,sans-serif;font-size:8px;font-weight:600;line-height:12px;letter-spacing:-.01em;text-align:center;white-space:nowrap;overflow:hidden}.sidebar nav a>.nav-icon-wrap{width:25px;height:25px;color:inherit}.sidebar nav a>.nav-text{width:100%;max-width:100%;height:12px;padding:0 1px;display:block;overflow:hidden;text-overflow:clip;color:inherit;font-family:Montserrat,sans-serif;font-size:8px;font-weight:600;line-height:12px;text-align:center;white-space:nowrap}.sidebar nav a .app-nav-icon{width:21px;height:21px;stroke-width:1.85}.sidebar nav a.active{color:#fff;background:#c87a53eb}.sidebar nav a.active>span{color:#fff}}@media(max-width:390px){.sidebar{padding-inline:3px}.sidebar nav{gap:0}.sidebar nav a{padding-inline:0;font-size:7.5px;line-height:12px}.sidebar nav a>.nav-text{font-size:7.5px;line-height:12px}.sidebar nav a .app-nav-icon{width:20px;height:20px}}.library-tools{display:grid;grid-template-columns:1fr 210px;gap:12px}.scenario-search{position:relative;margin:0}.scenario-search>span{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--muted);font-size:20px}.scenario-search input{min-height:52px;padding-left:47px;background:#fff}.library-tools select{min-height:52px;background:#fff}.filter-chips{margin:16px 0 28px;display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.filter-chips::-webkit-scrollbar{display:none}.filter-chips button{min-height:35px;padding:8px 13px;border:1px solid var(--line);border-radius:18px;flex:0 0 auto;background:#fff;color:var(--muted);cursor:pointer;font-size:9px;font-weight:600}.filter-chips button.active{border-color:var(--deep);background:var(--deep);color:#fff}.library-count{margin-bottom:13px;display:flex;justify-content:space-between;color:var(--muted);font-size:10px}.practice-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.practice-card{min-height:330px;padding:0 22px 22px;border:1px solid var(--line);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;background:#fff;text-decoration:none;transition:transform .2s,border-color .2s,box-shadow .2s}.practice-card:hover{transform:translateY(-3px);border-color:#c87a538c;box-shadow:0 14px 35px #2a242112}.practice-card>header{display:flex;justify-content:space-between;align-items:center}.practice-card>header>span{padding:6px 9px;border-radius:12px;background:var(--paper);color:var(--terracotta);font-size:8px;font-weight:700;text-transform:uppercase}.practice-card>header>b{font-size:18px;color:var(--deep)}.practice-card>header>b small{color:var(--muted);font-size:8px}.practice-card-icon{width:46px;height:46px;margin:32px 0 20px;border-radius:14px;display:flex;gap:3px;align-items:center;justify-content:center;background:var(--sage-soft)}.practice-card-icon i{width:3px;height:14px;border-radius:3px;background:var(--deep)}.practice-card-icon i:nth-child(2){height:25px}.scenario-image{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--sage-soft),var(--paper))}.scenario-image:not(.loaded):after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);animation:scenario-shimmer 1.5s infinite}@keyframes scenario-shimmer{to{transform:translate(100%)}}@media(prefers-reduced-motion:reduce){.scenario-image:not(.loaded):after{animation:none}}.scenario-image img{width:100%;height:100%;display:block;object-fit:cover;opacity:0;transition:opacity .25s ease}.scenario-image.loaded img{opacity:1}.practice-card-media{position:relative;margin:0 -22px 18px}.practice-card-media>span{position:absolute;top:12px;left:12px;padding:6px 10px;border-radius:999px;background:#2d4b3ee6;color:#fff;font-size:8px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.practice-card-image{width:100%;height:180px}.scenario-hero-image{height:min(380px,42vw);min-height:220px;margin:-30px -30px 24px;border-radius:22px 22px 8px 8px}.practice-card h2{margin:0 0 15px;font-size:22px;line-height:1.2;min-height:2.4em}.scenario-tags{display:flex;flex-wrap:wrap;gap:6px}.scenario-tags>span{padding:6px 8px;border-radius:12px;background:var(--terra-soft);color:#935439;font-size:7px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.practice-card>footer{margin-top:auto;padding-top:20px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:9px}.practice-card>footer b{color:var(--terracotta)}.library-empty{padding:60px 25px;border:1px dashed var(--line);border-radius:20px;text-align:center;color:var(--muted)}.scenario-focus{margin:-5px 0 35px;padding:30px;border-radius:22px;background:var(--sage-soft)}.scenario-focus-top{margin-bottom:25px;display:flex;justify-content:space-between;align-items:center}.scenario-focus-top a{color:var(--deep);font-size:10px;font-weight:700;text-decoration:none}.scenario-focus-top button{padding:9px 13px;border:1px solid rgba(45,75,62,.2);border-radius:13px;display:flex;align-items:center;gap:7px;background:#fff;color:var(--deep);cursor:pointer;font-size:10px;font-weight:700}.scenario-focus-top button svg{width:17px;height:17px}.scenario-focus>p{max-width:800px;margin:23px 0;color:var(--deep);font-size:clamp(19px,2.5vw,27px);line-height:1.6;font-weight:500}.scenario-focus>small{color:#627669;line-height:1.6}.feedback-glance{margin:25px 0 35px}.glance-heading{margin-bottom:16px;display:flex;justify-content:space-between;align-items:end;gap:25px}.glance-heading>span{color:var(--terracotta);font-size:8px;font-weight:700;letter-spacing:.12em}.glance-heading h3{margin:0;font-size:18px}.glance-grid{display:grid;grid-template-columns:.78fr 1.1fr 1.12fr;gap:10px}.glance-grid article{min-height:180px;padding:21px;border-radius:18px;display:flex;flex-direction:column;align-items:flex-start}.glance-score{background:#e4ebe5}.glance-strength{background:#f3e8cc}.glance-next{background:#f3e2d8}.glance-icon{width:31px;height:31px;margin-bottom:auto;border-radius:50%;display:grid;place-items:center;background:#ffffffb3;color:var(--deep);font-size:15px;font-weight:700}.glance-grid small{margin:17px 0 7px;color:#2a242194;font-size:7px;font-weight:700;letter-spacing:.1em}.glance-grid b{font-size:13px;line-height:1.45}.glance-grid p{margin:5px 0 0;color:var(--muted);font-size:9px}.user-feedback{margin-top:20px}.feedback-trigger{padding:8px 0;border:0;display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--muted);font:inherit;font-size:10px;cursor:pointer}.feedback-trigger span{width:20px;height:20px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;color:var(--terracotta);font-weight:700}.feedback-box{max-width:620px;margin-top:8px;padding:20px;border:1px solid var(--line);border-radius:16px;background:var(--paper)}.feedback-box>p{margin:6px 0 14px;color:var(--muted);font-size:11px}.feedback-box select,.feedback-box textarea{width:100%;margin-bottom:10px;padding:11px 12px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);font:inherit}.feedback-box>div{display:flex;justify-content:space-between;align-items:center;gap:12px}.feedback-box small{color:var(--deep)}.feedback-box>div button{padding:10px 14px;border:0;border-radius:10px;background:var(--deep);color:#fff;cursor:pointer}.feedback-box>div button:disabled{opacity:.5;cursor:default}@media(max-width:960px){.practice-card-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.practice-library .page-heading{margin-bottom:28px}.library-tools{grid-template-columns:1fr}.filter-chips{margin-right:-18px;padding-right:18px}.library-count small{display:none}.practice-card-grid{grid-template-columns:1fr}.practice-card{min-height:270px;padding:0 19px 19px}.practice-card-icon{margin:23px 0 16px}.practice-card-media{margin:0 -19px 16px}.practice-card-image{width:100%;height:190px}.scenario-focus{margin-top:-10px;padding:22px 18px}.scenario-hero-image{height:230px;min-height:0;margin:-22px -18px 20px}.scenario-focus-top{align-items:flex-start}.scenario-focus-top a{max-width:120px}.glance-heading{display:block}.glance-heading h3{margin-top:7px}.glance-grid{grid-template-columns:1fr}.glance-grid article{min-height:145px}}
