@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700&display=swap";:root{font-family:DM Sans,system-ui,sans-serif;color:#192824;background:#f4f6f3;font-synthesis:none;--ink: #132a25;--muted: #697771;--line: #dfe5e1;--green: #19614e;--green-dark: #114739;--mint: #e4f1ec;--cream: #f6f0e4}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,select,input{font:inherit}button{cursor:pointer}.app-shell{display:grid;grid-template-columns:244px minmax(0,1fr);min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;padding:27px 16px 18px;background:var(--ink);color:#fff;z-index:30}.brand{display:flex;gap:11px;align-items:center;padding:0 10px 28px}.brand-mark{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;color:#143e34;background:#a8d8c8}.brand strong,.brand span{display:block}.brand strong{font:700 17px Manrope;letter-spacing:.08em}.brand span{color:#a9b8b3;font-size:12px;margin-top:1px}.sidebar nav{flex:1}.nav-label{padding:0 12px;margin:7px 0 9px;color:#748a83;text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:700}.nav-secondary{margin-top:25px}.sidebar nav button{width:100%;border:0;display:flex;align-items:center;gap:12px;border-radius:9px;padding:11px 12px;margin:3px 0;color:#b6c3bf;background:transparent;text-align:left;transition:.2s}.sidebar nav button:hover{color:#fff;background:#1e3933}.sidebar nav button.active{color:#fff;background:#265045;box-shadow:inset 3px 0 #92d0bb}.sidebar-user{display:grid;grid-template-columns:36px 1fr auto;gap:10px;align-items:center;border-top:1px solid #294039;padding:17px 6px 0}.avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#d7b974;color:#3d3320;font-weight:700;font-size:12px}.sidebar-user strong,.sidebar-user span{display:block}.sidebar-user strong{font-size:12px}.sidebar-user span{margin-top:2px;font-size:10px;color:#879b94}main{min-width:0}.topbar{height:66px;padding:0 32px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#ffffffdb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:sticky;top:0;z-index:20}.breadcrumb{display:flex;gap:10px;align-items:center;font-size:13px}.breadcrumb span,.breadcrumb b{color:#8a9691;font-weight:500}.breadcrumb b{font-weight:400}.role-picker{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:11px}.role-picker select,select{border:1px solid #d5ddd8;background:#fff;color:var(--ink);padding:8px 31px 8px 10px;border-radius:7px}.content{padding:42px 4.5vw 64px;max-width:1560px;margin:0 auto}.hero-row,.page-title.split{display:flex;justify-content:space-between;gap:24px;align-items:flex-end}.eyebrow{color:#628178!important;font-size:10px!important;font-weight:700;letter-spacing:.13em;text-transform:uppercase;margin:0 0 10px!important}.hero-row h1,.page-title h1,.run-header h1{font:600 clamp(28px,3vw,40px) Manrope;letter-spacing:-.035em;margin:0;color:var(--ink)}.hero-row p,.page-title p,.run-header p{color:var(--muted);margin:8px 0 0;font-size:14px}.primary,.secondary{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:8px;padding:0 17px;font-weight:700;font-size:13px;transition:.18s}.primary{color:#fff;background:var(--green);border:1px solid var(--green);box-shadow:0 4px 11px #19614e24}.primary:hover{background:var(--green-dark);transform:translateY(-1px)}.primary:disabled{cursor:not-allowed;opacity:.4;transform:none}.secondary{color:var(--ink);background:#fff;border:1px solid #ced8d2}.secondary:hover{border-color:#9eafa7;background:#fafcfb}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:34px 0 20px}.stat-card{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px;box-shadow:0 6px 22px #192d2609}.stat-icon{width:42px;height:42px;border-radius:10px;display:grid;place-items:center}.stat-icon.green{color:#17644f;background:#e3f1eb}.stat-icon.blue{color:#385f7c;background:#e8f0f5}.stat-icon.amber{color:#8a6725;background:#f7efd9}.stat-card span,.stat-card small,.stat-card strong{display:block}.stat-card span{color:var(--muted);font-size:11px}.stat-card strong{font:700 25px Manrope;margin:1px 0}.stat-card small{color:#80908a;font-size:10px}.dashboard-grid{display:grid;grid-template-columns:1.7fr 1fr;gap:20px}.panel{background:#fff;border:1px solid var(--line);border-radius:13px;box-shadow:0 7px 26px #192d2609}.panel-heading{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;padding:24px 25px}.panel-heading h2,.step-title h2{font:600 19px Manrope;margin:0;color:var(--ink)}.panel-heading p:not(.eyebrow){font-size:12px;color:var(--muted);margin:5px 0 0}.status{display:inline-flex;align-items:center;gap:7px;padding:6px 9px;border-radius:20px;background:#e8f3ee;color:#276652;font-size:10px;font-weight:700;white-space:nowrap}.status>span{width:6px;height:6px;border-radius:50%;background:#39a27f}.status.draft{background:#f8efd9;color:#7c622d}.status.draft>span{background:#c89937}.procedure-meta{display:grid;grid-template-columns:1.5fr .7fr 1fr;border-block:1px solid #edf0ee}.procedure-meta div{padding:19px 25px;border-right:1px solid #edf0ee;min-width:0}.procedure-meta div:last-child{border:0}.procedure-meta span,.procedure-meta strong{display:block}.procedure-meta span{color:var(--muted);font-size:10px;margin-bottom:5px}.procedure-meta strong{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.panel-actions{padding:19px 25px;display:flex;gap:10px}.panel-actions.right{justify-content:flex-end;border-top:1px solid var(--line)}.timeline{display:flex;gap:12px;padding:3px 25px 19px}.timeline-dot{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--mint);color:var(--green)}.timeline strong,.timeline p,.timeline span{display:block;margin:0}.timeline strong{font-size:12px}.timeline p{font-size:11px;color:var(--muted);margin:3px 0}.timeline span{font-size:9px;color:#9ba5a1}.empty-activity{margin:0 25px 24px;padding:14px;border-radius:8px;background:#f7f9f7;color:#83908b;font-size:11px;text-align:center}.narrow-page{max-width:920px;margin:0 auto}.wide-page{max-width:1220px;margin:0 auto}.page-title{margin-bottom:27px}.form-panel{padding:27px}.step-title{display:flex;gap:14px;align-items:flex-start;margin-bottom:20px}.step-title>span{width:29px;height:29px;border-radius:8px;display:grid;place-items:center;background:var(--mint);color:var(--green);font-size:10px;font-weight:700}.step-title p{margin:4px 0;color:var(--muted);font-size:11px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-grid label{display:grid;gap:7px;font-size:11px;font-weight:700;color:#51615b}.form-grid select{height:45px}.separator{height:1px;background:var(--line);margin:27px 0}.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.choice{display:flex;align-items:flex-start;gap:12px;padding:17px;text-align:left;border:1px solid var(--line);border-radius:10px;background:#fff}.choice.selected{border-color:#54917e;box-shadow:0 0 0 2px #d9ebe5}.radio{width:18px;height:18px;border:1px solid #bbc8c2;border-radius:50%;display:grid;place-items:center;flex:0 0 auto}.choice.selected .radio{border-color:var(--green)}.radio span{width:10px;height:10px;border-radius:50%;background:var(--green)}.choice strong,.choice small,.choice em{display:block}.choice strong{font-size:14px}.choice small{font-size:11px;color:var(--muted);margin:3px 0 10px}.choice em{font-size:10px;color:#54786c;font-style:normal;font-weight:600}.form-footer{display:flex;justify-content:space-between;align-items:center;margin:27px -27px -27px;padding:19px 27px;background:#f9faf9;border-radius:0 0 13px 13px;border-top:1px solid var(--line)}.form-footer>div{display:flex;align-items:center;gap:9px;color:#64766f;font-size:11px}.form-footer svg{color:var(--green)}.import-panel{padding:25px}.target-summary{display:flex;align-items:center;gap:13px;margin-bottom:22px}.target-icon{width:42px;height:42px;border-radius:9px;display:grid;place-items:center;background:var(--mint);color:var(--green)}.target-summary span,.target-summary strong,.target-summary small{display:block}.target-summary span,.target-summary small{color:var(--muted);font-size:10px}.target-summary strong{font-size:13px;margin:3px 0}.dropzone{width:100%;min-height:210px;border:1.5px dashed #b9c9c2;border-radius:11px;background:#fafcfb;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--green)}.dropzone:hover{background:#f3f8f6;border-color:#6a9d8b}.dropzone strong{color:var(--ink);font-size:13px;margin:13px 0 5px}.dropzone span{color:var(--muted);font-size:10px}.dropzone.busy{opacity:.65}.error-banner{display:flex;gap:8px;align-items:center;background:#fff0ee;color:#9c3d36;padding:12px;border-radius:8px;font-size:11px;margin-top:14px}.import-note{display:flex;gap:10px;margin-top:20px;color:var(--green)}.import-note p{margin:0}.import-note strong,.import-note span{display:block}.import-note strong{font-size:11px;color:var(--ink)}.import-note span{font-size:10px;color:var(--muted);margin-top:3px}.preview-panel{overflow:hidden}.detected-tests{padding:20px 25px}.detected-tests h3{font:600 14px Manrope}.detected-tests>div{display:grid;grid-template-columns:34px 1fr auto;gap:10px;padding:9px 0;border-bottom:1px solid #eff2f0;font-size:11px}.detected-tests>div>span{color:#769087;font-weight:700}.detected-tests small{color:var(--muted)}.detected-tests>p{font-size:10px;color:var(--green)}.run-header{display:flex;flex-direction:column;gap:24px;margin-bottom:23px}.back-link{display:inline-flex;align-items:center;gap:7px;width:max-content;border:0;background:transparent;padding:0;color:#687872;font-weight:600;font-size:11px}.back-link:hover{color:var(--green)}.table-panel{overflow:hidden}.table-wrap{width:100%;overflow:auto}.table-wrap table{border-collapse:collapse;width:100%;min-width:880px}.table-wrap th{padding:12px 15px;background:#f6f8f6;color:#71807a;text-align:left;text-transform:uppercase;letter-spacing:.06em;font-size:9px;border-bottom:1px solid var(--line)}.table-wrap td{padding:13px 15px;border-bottom:1px solid #eef1ef;font-size:11px;color:#53625d}.table-wrap td strong{color:var(--ink)}.part-pill{display:grid;place-items:center;width:25px;height:25px;border-radius:7px;background:#e6f1ed;color:var(--green);font-weight:700}.table-wrap.compact{max-height:315px}.approval-bar{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:19px 22px;background:#f9faf9}.approval-bar>div{display:flex;align-items:center;gap:10px}.approval-bar svg{color:var(--green)}.approval-bar p{margin:0}.approval-bar p strong,.approval-bar p span{display:block}.approval-bar p strong{font-size:11px}.approval-bar p span{font-size:10px;color:var(--muted);margin-top:2px}.runner-page{max-width:980px;margin:0 auto}.runner-top{display:grid;grid-template-columns:1fr 1.5fr 1fr;align-items:center;gap:25px;margin-bottom:25px}.runner-progress>div:first-child{display:flex;justify-content:space-between;font-size:9px;color:var(--muted);margin-bottom:6px}.runner-progress strong{color:var(--green)}.progress-track{height:5px;background:#dfe6e2;border-radius:9px;overflow:hidden}.progress-track span{display:block;height:100%;background:var(--green);transition:.3s}.run-id{text-align:right;font-size:10px;color:var(--muted);font-weight:600}.test-progress{display:flex;justify-content:center;align-items:center;margin-bottom:24px;overflow:hidden}.test-progress span{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;border:1px solid #d7dfdb;color:#87938e;font-size:9px;font-weight:700;flex:0 0 auto}.test-progress span:not(:last-child):after{content:"";position:absolute;width:20px;height:1px;background:#d7dfdb;transform:translate(23px)}.test-progress span:not(:last-child){margin-right:21px}.test-progress span.done{border-color:#9bc7b8;background:#e8f3ef;color:var(--green)}.test-progress span.current{border-color:var(--green);background:var(--green);color:#fff;box-shadow:0 0 0 4px #dcece6}.runner-card{background:#fff;border:1px solid var(--line);border-radius:15px;box-shadow:0 10px 35px #192d260e;overflow:hidden}.test-kicker{display:flex;gap:10px;align-items:center;padding:25px 28px 7px}.test-kicker span{color:var(--green);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.test-kicker em{font-style:normal;color:#71807b;font-size:10px;border-left:1px solid #ccd5d1;padding-left:10px}.runner-card>h1{font:600 clamp(24px,3vw,34px) Manrope;letter-spacing:-.03em;margin:0;padding:0 28px 23px}.test-context{display:grid;grid-template-columns:1fr 1fr;border-block:1px solid var(--line);background:#f8faf8}.test-context div{padding:17px 28px}.test-context div+div{border-left:1px solid var(--line)}.test-context span{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#789088;font-weight:700}.test-context p{font-size:11px;color:#42534d;margin:6px 0 0;line-height:1.5}.part-banner{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;margin:23px 28px 17px;padding:14px;background:#edf5f2;border:1px solid #d7e9e2;border-radius:10px}.part-number{width:39px;height:39px;border-radius:9px;display:grid;place-items:center;background:var(--green);color:#fff;font-weight:700}.part-banner span,.part-banner strong{display:block}.part-banner>div:nth-child(2) span{font-size:10px;color:#60766e}.part-banner>div:nth-child(2) strong{font-size:13px;margin-top:3px}.mini-counters{display:flex;gap:15px;font-size:9px;color:#60766e}.mini-counters span{display:flex;align-items:center;gap:5px}.mini-counters i{width:6px;height:6px;border-radius:50%}.pass-dot{background:#35a279}.fail-dot{background:#d7655d}.side-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px;padding:0 28px 25px}.side-grid.single{grid-template-columns:1fr}.side-card{padding:17px;border:1px solid var(--line);border-radius:10px}.side-label{font:700 13px Manrope}.side-card p{color:var(--muted);font-size:10px;margin:4px 0 14px}.side-card>div{display:grid;grid-template-columns:1fr 1fr;gap:9px}.side-card button{height:43px;border-radius:8px;border:1px solid var(--line);background:#fff;display:flex;align-items:center;justify-content:center;gap:7px;font-weight:700;font-size:11px}.side-card button svg{width:17px}.side-card .pass{color:#25805f}.side-card .fail{color:#ad4c45}.side-card .pass.selected{background:#e4f3ed;border-color:#5ba589;box-shadow:0 0 0 2px #d4eae2}.side-card .fail.selected{background:#faeae8;border-color:#d77972;box-shadow:0 0 0 2px #f5dcd9}.runner-footer{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:17px 28px;background:#f8faf8;border-top:1px solid var(--line)}.runner-footer>span{display:flex;gap:7px;align-items:center;font-size:10px;color:#71807a}.runner-footer>span svg{color:var(--green)}.completion{max-width:560px;margin:10vh auto;text-align:center}.completion-mark{width:72px;height:72px;margin:0 auto 22px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;box-shadow:0 0 0 9px #e0eee9}.completion h1{font:600 34px Manrope;letter-spacing:-.04em;margin:0}.completion>p:not(.eyebrow){color:var(--muted);font-size:13px;line-height:1.6}.completion-stats{display:flex;justify-content:center;gap:50px;margin:30px}.completion-stats strong,.completion-stats span{display:block}.completion-stats strong{font:700 28px Manrope}.completion-stats span{font-size:10px;color:var(--muted)}.part-step{display:flex;justify-content:space-between;align-items:center;margin:0 3px 12px;color:var(--muted);font-size:10px}.part-step strong{color:var(--green)}.grouped-runner .part-banner{margin-bottom:0}.group-intro{padding:24px 28px 17px}.group-intro h1{font:600 25px Manrope;letter-spacing:-.03em;margin:0}.group-intro>p:last-child{margin:5px 0 0;color:var(--muted);font-size:11px}.group-checks{display:grid;gap:10px;padding:0 28px 28px}.group-check{display:grid;grid-template-columns:minmax(155px,.8fr) minmax(260px,1.6fr) minmax(215px,1fr);gap:18px;align-items:center;padding:16px;border:1px solid var(--line);border-radius:11px;background:#fff}.group-check-title{display:flex;gap:10px;align-items:flex-start}.group-check-title>span{width:29px;height:29px;flex:0 0 auto;border-radius:7px;display:grid;place-items:center;background:#e8f2ee;color:var(--green);font-size:9px;font-weight:800}.group-check-title strong,.group-check-title small{display:block}.group-check-title strong{font-size:12px;line-height:1.35}.group-check-title small{margin-top:3px;color:var(--muted);font-size:9px}.group-check-context{display:grid;grid-template-columns:1fr 1fr;gap:13px}.group-check-context span,.group-check-results>div>span{display:block;color:#71857d;font-size:8px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.group-check-context p{margin:4px 0 0;color:#3f514a;font-size:9px;line-height:1.45}.group-check-results{display:grid;gap:7px}.group-check-results>div{display:grid;grid-template-columns:48px 1fr 1fr;gap:6px;align-items:center}.group-check-results button{height:33px;border-radius:7px;border:1px solid var(--line);background:#fff;display:flex;gap:5px;align-items:center;justify-content:center;font-size:9px;font-weight:700}.group-check-results .pass{color:#25805f}.group-check-results .fail{color:#ad4c45}.group-check-results .pass.selected{background:#e4f3ed;border-color:#5ba589;box-shadow:0 0 0 1px #d4eae2}.group-check-results .fail.selected{background:#faeae8;border-color:#d77972;box-shadow:0 0 0 1px #f5dcd9}.people-editor{margin-bottom:16px;overflow:hidden}.people-editor-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:22px 24px;border-bottom:1px solid var(--line);background:#f8faf9}.people-editor-head span{color:var(--green);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.people-editor-head h2{margin:5px 0 2px;font:600 18px Manrope}.people-editor-head p{margin:0;color:var(--muted);font-size:10px}.people-form{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;padding:21px 24px}.people-form label{display:grid;gap:6px}.people-form label>span{color:#586b63;font-size:9px;font-weight:700}.people-form input,.people-form select{width:100%;height:41px;padding:0 10px;border:1px solid #ced8d3;border-radius:7px;background:#fff;color:var(--ink);font-size:11px;outline:0}.people-form input:focus,.people-form select:focus{border-color:var(--green);box-shadow:0 0 0 2px #dfeee9}.people-editor-actions{display:flex;justify-content:flex-end;gap:8px;padding:16px 24px;border-top:1px solid var(--line);background:#fafbfa}.people-page>.error-banner,.people-page>.success-banner{margin:0 0 14px}.people-list{overflow:hidden}.people-list>header{display:grid;grid-template-columns:minmax(260px,1fr) 140px 110px 75px;gap:14px;align-items:center;padding:11px 20px;border-bottom:1px solid var(--line);background:#f6f8f6;color:#71807a;font-size:8px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.people-list>header>div{display:flex;justify-content:space-between;align-items:center;padding-right:20px}.people-list>header>div strong{color:#4e6059;font-size:9px}.people-list>header>div span{color:#84918c;font-size:8px}.people-list>.people-row{display:grid;grid-template-columns:auto minmax(190px,1fr) 140px 110px 75px;gap:14px;align-items:center;padding:15px 20px;border-bottom:1px solid var(--line)}.people-list>.people-row:last-of-type{border-bottom:0}.avatar.muted{background:#e4ece8;color:#446259}.people-list p{margin:0}.people-list p strong,.people-list p span{display:block}.people-list p strong{font-size:12px}.people-list p span{font-size:10px;color:var(--muted);margin-top:3px}.role-chip{font-size:10px;color:#556a62}.people-actions{display:flex;justify-content:flex-end;gap:2px}.people-actions .icon-button{border-radius:6px}.people-actions .icon-button:hover{background:#e8f1ed;color:var(--green)}.people-actions .icon-button.delete:hover{background:#fae9e7;color:#a74942}.status.invited{background:#f8efd9;color:#80642e}.status.invited>span{background:#c89937}.status.suspended{background:#f8e8e6;color:#984b44}.status.suspended>span{background:#c95c53}.people-list>.people-empty{display:flex;min-height:170px;align-items:center;justify-content:center;flex-direction:column;gap:5px;padding:25px;color:var(--muted);text-align:center}.people-empty svg{color:var(--green)}.people-empty strong{color:var(--ink);font-size:11px}.people-empty span{font-size:9px}.icon-button{border:0;background:transparent;color:#667770;padding:7px;display:grid;place-items:center}.mobile-menu,.backdrop{display:none}.test-search{display:grid;gap:6px;min-width:250px;color:var(--muted);font-size:10px;font-weight:700}.test-search input{height:40px;border:1px solid #d5ddd8;border-radius:8px;padding:0 12px;color:var(--ink);outline:none}.test-search input:focus{border-color:#5b9381;box-shadow:0 0 0 3px #dfeee9}.test-list{overflow:hidden}.test-list-head,.test-list-row{display:grid;grid-template-columns:55px minmax(220px,1.5fr) minmax(180px,1fr) 120px 24px;gap:14px;align-items:center}.test-list-head{padding:11px 20px;background:#f6f8f6;border-bottom:1px solid var(--line);color:#71807a;text-transform:uppercase;letter-spacing:.06em;font-size:9px}.test-list-item{border-bottom:1px solid #e9eeeb}.test-list-item:last-child{border-bottom:0}.test-list-row{width:100%;padding:15px 20px;border:0;background:#fff;text-align:left;color:var(--ink)}.test-list-row:hover,.test-list-item.expanded .test-list-row{background:#f9fbfa}.test-sequence{width:31px;height:31px;border-radius:8px;display:grid;place-items:center;background:#e8f2ee;color:var(--green);font-size:10px;font-weight:800}.test-identity strong,.test-identity small{display:block}.test-identity strong{font-size:12px}.test-identity small{margin-top:3px;color:var(--muted);font-size:10px}.test-parts{display:flex;flex-wrap:wrap;gap:4px}.test-parts i{width:23px;height:23px;border-radius:6px;display:grid;place-items:center;background:#f0f3f1;color:#4e635b;font-style:normal;font-size:9px;font-weight:700}.test-parts em,.side-summary{color:#74827d;font-style:normal;font-size:10px}.test-list-row>svg{color:#81908a;transition:.2s}.test-list-row>svg.rotated{transform:rotate(180deg)}.test-details{display:grid;grid-template-columns:1fr 1fr .55fr .55fr;gap:0;margin:0 20px 16px;border:1px solid #dfe8e3;border-radius:9px;background:#f6f9f7;overflow:hidden}.test-details>div{padding:14px;border-right:1px solid #dfe8e3}.test-details>div:last-child{border:0}.test-details span{color:#71857d;font-size:8px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.test-details p{margin:6px 0 0;color:#34473f;font-size:10px;line-height:1.5}.no-results{display:flex;min-height:220px;align-items:center;justify-content:center;flex-direction:column;color:#85928d}.no-results strong{font-size:12px;margin:10px 0 3px;color:#596a64}.no-results span{font-size:10px}@media(max-width:980px){.app-shell{grid-template-columns:1fr}.sidebar{position:fixed;left:-255px;width:244px;transition:.25s}.sidebar.open{left:0;box-shadow:15px 0 40px #10251f4d}.backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0d211b66;border:0;z-index:25}.mobile-menu{display:grid}.topbar{padding:0 18px}.breadcrumb span,.breadcrumb b,.role-picker>span{display:none}.content{padding:30px 20px 50px}.dashboard-grid{grid-template-columns:1fr}.runner-top{grid-template-columns:1fr auto}.runner-progress{grid-row:2;grid-column:1/-1}.run-id{grid-column:2}.stats-grid{grid-template-columns:repeat(3,1fr)}.group-check{grid-template-columns:minmax(145px,.7fr) 1.4fr}.group-check-results{grid-column:1/-1;grid-template-columns:1fr 1fr}}@media(max-width:680px){.topbar{height:58px}.content{padding:25px 14px 40px}.role-picker select{max-width:130px}.hero-row,.page-title.split{align-items:flex-start;flex-direction:column}.hero-row .primary,.page-title.split .primary{width:100%}.test-search{width:100%;min-width:0}.stats-grid{grid-template-columns:1fr}.dashboard-grid{gap:13px}.procedure-meta{grid-template-columns:1fr}.procedure-meta div{border-right:0;border-bottom:1px solid #edf0ee}.panel-actions{flex-direction:column}.form-panel{padding:20px}.form-grid,.choice-grid,.test-context,.side-grid{grid-template-columns:1fr}.test-context div+div{border-left:0;border-top:1px solid var(--line)}.form-footer{margin:25px -20px -20px;padding:17px 20px;align-items:stretch;flex-direction:column}.form-footer .primary{width:100%}.approval-bar{align-items:flex-start;flex-direction:column}.approval-bar>div:last-child{width:100%}.approval-bar button{flex:1}.runner-top{gap:10px}.test-progress{justify-content:flex-start}.run-id{max-width:130px}.runner-card>h1,.test-kicker{padding-inline:20px}.test-context div{padding:15px 20px}.part-banner{margin:18px 20px 14px;grid-template-columns:auto 1fr}.mini-counters{grid-column:1/-1}.side-grid{padding:0 20px 20px}.runner-footer{padding:15px 20px;flex-direction:column;align-items:stretch}.runner-footer .primary{width:100%}.group-intro{padding:21px 20px 15px}.group-checks{padding:0 20px 20px}.group-check{grid-template-columns:1fr;gap:13px}.group-check-context{grid-template-columns:1fr}.group-check-results{grid-column:auto;grid-template-columns:1fr}.people-list>div{grid-template-columns:auto 1fr auto}.people-list .role-chip{grid-column:2}.people-list .status,.test-list-head{display:none}.test-list-row{grid-template-columns:42px 1fr 20px;padding:14px}.test-parts,.side-summary{grid-column:2}.test-list-row>svg{grid-column:3;grid-row:1}.test-details{grid-template-columns:1fr;margin:0 14px 14px}.test-details>div{border-right:0;border-bottom:1px solid #dfe8e3}}.part-specs{grid-column:1/-1;display:grid;grid-template-columns:repeat(6,minmax(90px,1fr));gap:1px;margin-top:2px;overflow:hidden;border:1px solid #d5e5df;border-radius:8px;background:#d5e5df}.part-specs>div{min-width:0;padding:10px 11px;background:#f8fbfa}.part-specs span,.part-specs strong{display:block}.part-specs span{font-size:8px!important;text-transform:uppercase;letter-spacing:.05em;color:#73877f!important}.part-specs strong{margin-top:4px!important;color:#263b34;font-size:10px!important;white-space:normal;line-height:1.3}.completion-actions{display:flex;justify-content:center;gap:10px}.empty-procedure{padding:28px 25px;color:var(--muted);font-size:12px;border-block:1px solid var(--line);background:#fafbfa}.missing-inline{display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:center;padding:17px;border:1px solid #e7d8b8;border-radius:10px;background:#fffaf0;color:#8a6b2d}.missing-inline strong,.missing-inline span{display:block}.missing-inline strong{font-size:12px;color:var(--ink)}.missing-inline span{margin-top:3px;font-size:10px;color:var(--muted)}.empty-state{padding:60px 30px;text-align:center}.empty-state>svg{color:var(--green)}.empty-state h1{font:600 26px Manrope;margin:16px 0 7px}.empty-state p{color:var(--muted);font-size:12px;margin:0 0 22px}.add-line,.add-module{display:flex;gap:9px}.add-line input,.add-module input,.line-heading input{height:42px;border:1px solid #d5ddd8;border-radius:8px;padding:0 12px;color:var(--ink);outline:none;background:#fff}.add-line input:focus,.add-module input:focus,.line-heading input:focus{border-color:#5b9381;box-shadow:0 0 0 3px #dfeee9}.hierarchy-list{display:grid;gap:16px}.hierarchy-line{overflow:hidden}.line-heading{display:grid;grid-template-columns:auto minmax(180px,1fr) auto auto;gap:12px;align-items:center;padding:17px 20px;background:#f7faf8;border-bottom:1px solid var(--line);color:var(--green)}.line-heading input{border-color:transparent;background:transparent;font:600 16px Manrope;padding-inline:7px}.line-heading>span{font-size:10px;color:var(--muted)}.module-list{padding:4px 20px}.module-row{display:grid;grid-template-columns:minmax(220px,1fr) auto auto auto;gap:12px;align-items:center;padding:12px 9px;border-bottom:1px solid #edf1ef;border-radius:8px}.module-row:last-child{border-bottom:0}.module-row.active{background:#f0f7f4}.module-select{display:flex;align-items:center;gap:11px;min-width:0;border:0;background:transparent;text-align:left;color:var(--green);padding:0}.module-select>span{min-width:0}.module-select strong,.module-select small{display:block}.module-select strong{color:var(--ink);font-size:12px}.module-select small{margin-top:3px;color:var(--muted);font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.secondary.small{height:32px;padding-inline:10px;font-size:9px}.danger{color:#ad4c45}.icon-button:disabled{opacity:.3;cursor:not-allowed}.add-module{padding:14px 20px;border-top:1px solid var(--line);background:#fafbfa}.add-module input{flex:1;max-width:330px}.structure-add-actions{display:grid;gap:8px;min-width:min(100%,430px)}.structure-add-actions .add-line{justify-content:flex-end}.structure-add-actions input{min-width:190px;flex:1}.remove-structure{justify-self:end;display:inline-flex;align-items:center;gap:7px;padding:5px 8px;border:0;background:transparent;color:#a54b44;font-size:10px;font-weight:700}.remove-structure:hover{color:#83372f;text-decoration:underline}.remove-structure:disabled{cursor:not-allowed;opacity:.35;text-decoration:none}.tree-management{display:grid;gap:11px;padding:14px 15px 13px;border-bottom:1px solid var(--line);background:#f8faf9}.tree-management label>span{display:block;margin-bottom:5px;color:#667871;font-size:8px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.tree-management label>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px}.tree-management input{width:100%;min-width:0;height:36px;padding:0 9px;border:1px solid #ced8d3;border-radius:7px;background:#fff;color:var(--ink);font-size:10px;outline:0}.tree-management input:focus{border-color:var(--green);box-shadow:0 0 0 2px #dfeee9}.tree-management .primary,.tree-management .secondary{min-height:36px;height:36px;padding-inline:10px;font-size:10px}.tree-management .remove-structure{justify-self:stretch;justify-content:center;padding-top:9px;border-top:1px solid #e1e7e4}.module-row{grid-template-columns:auto minmax(200px,1fr) auto auto auto;gap:10px;padding-block:10px}.module-target{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:8px;background:#e6f1ed;color:var(--green)}.module-identity{min-width:0}.module-identity input{display:block;width:100%;height:30px;border:1px solid transparent;border-radius:6px;background:transparent;padding:0 6px;color:var(--ink);font-weight:700;font-size:12px;outline:none}.module-identity input:hover{border-color:#d5ddd8;background:#fff}.module-identity input:focus{border-color:#5b9381;background:#fff;box-shadow:0 0 0 2px #dfeee9}.module-identity small{display:block;margin:1px 6px 0;color:var(--muted);font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:980px){.part-specs{grid-template-columns:repeat(3,1fr)}}@media(max-width:680px){.part-specs{grid-template-columns:repeat(2,1fr)}.completion-actions{flex-direction:column}.add-line{width:100%}.add-line input{min-width:0;flex:1}.missing-inline{grid-template-columns:auto 1fr}.missing-inline button{grid-column:1/-1}.module-row{grid-template-columns:1fr auto}.module-row>.status{grid-column:1}.module-row>.secondary{grid-column:1}.line-heading{grid-template-columns:auto 1fr auto}.line-heading>span{display:none}.add-module input{min-width:0}.hierarchy-page .page-title.split{gap:18px}}@media(max-width:680px){.module-row{grid-template-columns:auto minmax(0,1fr) auto}.module-row>.status,.module-row>.secondary{grid-column:2}.module-row>.danger{grid-column:3;grid-row:1}.add-module{flex-direction:column}.add-module input{max-width:none}.add-module .secondary{width:100%}}.app-shell{display:flex;flex-direction:column;min-height:100vh}.app-header{height:72px;padding:0 clamp(20px,4vw,58px);display:grid;grid-template-columns:auto 1fr auto;gap:32px;align-items:center;position:sticky;top:0;z-index:40;background:#fffffff0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.top-brand{border:0;background:transparent;padding:0;display:flex;color:var(--ink);text-align:left}.top-brand .brand-mark{width:36px;height:36px;display:grid;place-items:center}.top-brand strong,.top-brand small{display:block}.top-brand strong{font:700 16px Manrope;letter-spacing:.08em}.top-brand small{margin-top:1px;color:var(--muted);font-size:10px}.top-menu{height:100%;display:flex;align-items:stretch;justify-content:center;gap:4px}.top-menu button{display:flex;align-items:center;gap:7px;padding:0 15px;border:0;border-bottom:3px solid transparent;background:transparent;color:#66756f;font-size:12px;font-weight:700}.top-menu button:hover{color:var(--green);background:#f8faf9}.top-menu button.active{color:var(--green);border-bottom-color:var(--green)}.header-account{display:flex;align-items:center;gap:8px}.app-shell>main{width:100%;min-width:0}.app-shell .content{padding-top:38px}.hierarchy-workspace{display:grid;grid-template-columns:minmax(300px,.8fr) minmax(420px,1.35fr);gap:18px;align-items:start}.hierarchy-tree{overflow:hidden}.tree-title{display:flex;justify-content:space-between;align-items:center;padding:17px 19px;border-bottom:1px solid var(--line)}.tree-title strong{font:600 14px Manrope}.tree-title span{font-size:9px;color:var(--muted)}.tree-group+.tree-group{border-top:1px solid var(--line)}.tree-line,.tree-modules button{width:100%;display:flex;align-items:center;border:0;text-align:left;color:var(--ink)}.tree-line{gap:11px;padding:14px 17px;background:#fff}.tree-line:hover,.tree-line.active{background:#edf5f2;color:var(--green)}.tree-line>span,.tree-modules button>span{min-width:0;flex:1}.tree-line strong,.tree-line small,.tree-modules strong,.tree-modules small{display:block}.tree-line strong{font-size:12px}.tree-line small,.tree-modules small{margin-top:2px;color:var(--muted);font-size:9px}.tree-modules{padding:2px 8px 9px 38px}.tree-modules button{gap:10px;padding:10px 11px;border-radius:7px;background:#fff;color:#63746d}.tree-modules button:hover,.tree-modules button.active{background:#f0f6f3;color:var(--green)}.tree-modules strong{color:var(--ink);font-size:11px}.tree-empty{display:block;padding:10px 11px;color:#8a9691;font-size:9px}.target-detail{overflow:hidden}.target-detail-head{padding:29px 30px 23px}.target-type{display:inline-block;padding:5px 8px;border-radius:15px;background:var(--mint);color:var(--green);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.target-detail h2{font:600 27px Manrope;margin:13px 0 3px}.target-detail-head p{margin:0;color:var(--muted);font-size:11px}.target-actions{display:flex;gap:10px;padding:0 30px 26px}.target-help{padding:21px 30px;border-top:1px solid var(--line);background:#f8faf9}.target-help strong{font-size:11px}.target-help p{margin:5px 0 0;color:var(--muted);font-size:10px;line-height:1.55}.success-banner{display:flex;gap:8px;align-items:center;margin-top:14px;padding:12px;border-radius:8px;background:#e7f4ee;color:#23634f;font-size:11px}.settings-placeholder{display:flex;align-items:center;gap:17px;padding:28px;color:var(--green)}.settings-placeholder strong{color:var(--ink);font-size:13px}.settings-placeholder p{margin:4px 0 0;color:var(--muted);font-size:11px}.data-settings{overflow:hidden}.data-settings-head{display:flex;align-items:flex-start;gap:17px;padding:27px 28px;color:var(--green)}.data-settings-head>div{min-width:0}.data-settings-head strong,.data-settings-head p,.data-settings-head span{display:block}.data-settings-head strong{color:var(--ink);font-size:14px}.data-settings-head p{max-width:650px;margin:5px 0 9px;color:var(--muted);font-size:11px;line-height:1.55}.data-settings-head span{color:var(--green);font-size:9px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.data-settings-actions{display:flex;gap:9px;padding:19px 28px;border-top:1px solid var(--line);background:#fafbfa}.data-settings-note{margin:0;padding:0 28px 22px;background:#fafbfa;color:var(--muted);font-size:9px}.data-settings-actions button{min-width:145px}@media(max-width:520px){.data-settings-actions{flex-direction:column}.data-settings-actions button{width:100%}}.settings-page>.panel+.panel{margin-top:16px}.line-category-settings{overflow:hidden}.line-category-settings-head{display:grid;grid-template-columns:auto 1fr auto;gap:17px;align-items:start;padding:25px 28px;color:var(--green)}.line-category-settings-head>div:nth-child(2){min-width:0}.line-category-settings-head strong,.line-category-settings-head p,.line-category-settings-head span{display:block}.line-category-settings-head strong{color:var(--ink);font-size:14px}.line-category-settings-head p{max-width:680px;margin:5px 0 9px;color:var(--muted);font-size:11px;line-height:1.55}.line-category-settings-head span{font-size:9px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.line-category-settings-head>div:last-child{display:flex;gap:7px}.line-category-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;padding:20px 28px;border-top:1px solid var(--line);background:#fafbfa}.line-category-options label{position:relative;display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:center;min-height:62px;padding:12px 14px;border:1px solid var(--line);border-radius:9px;background:#fff;cursor:pointer}.line-category-options label.selected{border-color:#65a18d;background:#edf6f2;box-shadow:0 0 0 2px #e0eee9}.line-category-options input{position:absolute;opacity:0;pointer-events:none}.line-category-options .x-check{width:22px;height:22px;display:grid;place-items:center;border:1px solid #afbeb8;border-radius:6px;background:#fff;color:#fff}.line-category-options label.selected .x-check{border-color:var(--green);background:var(--green)}.line-category-options strong,.line-category-options small{display:block}.line-category-options strong{font-size:11px}.line-category-options small{margin-top:3px;color:var(--muted);font-size:8px}.line-category-warning,.line-category-empty{display:flex;align-items:center;gap:8px;margin:0;padding:13px 28px;border-top:1px solid #ebc9c5;background:#fff8f7;color:#ad4c45;font-size:10px}.line-category-empty{color:var(--muted);background:#fafbfa}.line-category-empty strong,.line-category-empty span{display:block}@media(max-width:800px){.line-category-options{grid-template-columns:repeat(2,minmax(0,1fr))}.line-category-settings-head{grid-template-columns:auto 1fr}.line-category-settings-head>div:last-child{grid-column:2}}@media(max-width:520px){.line-category-options{grid-template-columns:1fr;padding-inline:20px}.line-category-settings-head{padding-inline:20px}.line-category-settings-head>div:last-child{flex-wrap:wrap}}@media(max-width:900px){.app-header{grid-template-columns:auto 1fr auto;padding-inline:18px}.top-menu{display:none;position:absolute;top:71px;left:0;right:0;height:auto;padding:8px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 10px 24px #142d251a}.top-menu.open{display:grid}.top-menu button{height:44px;border:0;border-radius:7px;justify-content:flex-start}.top-menu button.active{background:#edf5f2}.header-account{justify-self:end}.app-header .mobile-menu{display:grid}.hierarchy-workspace{grid-template-columns:1fr}.role-picker>span{display:none}}@media(max-width:600px){.app-header{gap:10px}.top-brand small,.header-account .role-picker{display:none}.hierarchy-page .page-title{align-items:stretch}.hierarchy-page .add-line{flex-direction:column}.hierarchy-page .add-line button{width:100%}.target-actions{flex-direction:column}.target-actions button{width:100%}}.target-actions-wrap{flex-wrap:wrap}.action-tab{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 13px;border:1px solid #d6dfda;border-radius:8px;background:#f8faf9;color:#52655d;font-size:11px;font-weight:700}.action-tab:hover,.action-tab.active{border-color:#78a797;background:#e8f3ee;color:var(--green)}.secondary:disabled,.action-tab:disabled{cursor:not-allowed;opacity:.4;transform:none;pointer-events:none}.feature-placeholder{display:flex;min-height:190px;align-items:center;justify-content:center;flex-direction:column;padding:30px;border-top:1px solid var(--line);background:#fafbfa;text-align:center;color:var(--green)}.feature-placeholder strong{margin:10px 0 4px;color:var(--ink);font-size:12px}.feature-placeholder p{max-width:440px;margin:0;color:var(--muted);font-size:10px;line-height:1.5}.definition-view{border-top:1px solid var(--line)}.definition-section+.definition-section{border-top:1px solid var(--line)}.section-caption{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#f8faf9}.section-caption strong,.section-caption span{display:block}.section-caption strong{font-size:12px}.section-caption span{margin-top:2px;color:var(--muted);font-size:9px}.definition-view .table-wrap{max-height:280px}.definition-view .table-wrap table{min-width:650px}.compact-tests{max-height:390px;overflow:auto;padding:4px 19px 13px}.compact-tests article{display:grid;grid-template-columns:31px 1fr;gap:10px;padding:12px 2px;border-bottom:1px solid #edf1ef}.compact-tests article>span{width:29px;height:29px;display:grid;place-items:center;border-radius:7px;background:var(--mint);color:var(--green);font-size:9px;font-weight:800}.compact-tests strong,.compact-tests small{display:block}.compact-tests strong{font-size:11px}.compact-tests small{margin-top:2px;color:var(--muted);font-size:9px}.compact-tests p{margin:6px 0 0;color:#52625c;font-size:9px;line-height:1.45}.report-history{border-top:1px solid var(--line)}.report-history article{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:13px 20px;border-top:1px solid #edf1ef}.pdf-mark{width:35px;height:35px;display:grid;place-items:center;border-radius:8px;background:#f8e9e7;color:#a84d46}.report-history article strong,.report-history article small,.report-history article span{display:block}.report-history article strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.report-history article small{margin-top:3px;color:var(--muted);font-size:8px}.report-history article span{margin-top:3px;color:var(--green);font-size:8px;font-weight:700}@media(max-width:600px){.target-actions-wrap{flex-direction:row}.target-actions-wrap button{width:100%}.report-history article{grid-template-columns:auto 1fr}.report-history article button{grid-column:2;width:100%}}.module-drop-wrap{padding:0 30px 24px;border-top:1px solid var(--line)}.module-dropzone{width:100%;min-height:210px;margin-top:24px;border:1.5px dashed #aebfb8;border-radius:11px;background:#fafcfb;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--green);transition:.18s}.module-dropzone:hover,.module-dropzone.dragging{border-color:var(--green);background:#edf6f2;box-shadow:0 0 0 3px #e0eee9}.module-dropzone.busy{opacity:.55;pointer-events:none}.module-dropzone strong{margin:12px 0 5px;color:var(--ink);font-size:12px}.module-dropzone span{color:var(--muted);font-size:9px}.module-drop-wrap>.back-link{margin-top:14px}@media(max-width:600px){.module-drop-wrap{padding-inline:20px}.module-dropzone{min-height:180px}}.definition-view .definition-tests-table{max-height:430px}.definition-view .definition-tests-table table{min-width:1160px;table-layout:fixed}.definition-tests-table th:nth-child(1){width:5%}.definition-tests-table th:nth-child(2){width:7%}.definition-tests-table th:nth-child(3){width:11%}.definition-tests-table th:nth-child(4){width:15%}.definition-tests-table th:nth-child(5){width:9%}.definition-tests-table th:nth-child(6){width:19%}.definition-tests-table th:nth-child(7){width:27%}.definition-tests-table th:nth-child(8){width:7%}.definition-tests-table td{white-space:normal;overflow-wrap:anywhere;line-height:1.45;vertical-align:top}.test-number{display:grid;place-items:center;width:25px;height:25px;border-radius:7px;background:var(--mint);color:var(--green);font-size:9px;font-weight:800}.definition-tests-table th:first-child,.definition-tests-table td:first-child{position:sticky;left:0;z-index:2;background:#fff;box-shadow:1px 0 0 var(--line)}.definition-tests-table th:first-child{z-index:3;background:#f6f8f6}.definition-tests-table td:first-child{vertical-align:middle}.hierarchy-workspace{transition:grid-template-columns .22s ease}.hierarchy-workspace.tree-collapsed{grid-template-columns:54px minmax(0,1fr)}.tree-title>div{min-width:0}.tree-title .icon-button{flex:0 0 auto;color:var(--green)}.tree-collapsed .hierarchy-tree{min-height:58px}.tree-collapsed .tree-title{height:58px;justify-content:center;padding:10px}.tree-collapsed .tree-title>div,.tree-collapsed .tree-content{display:none}.tree-line-row,.tree-module-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center}.tree-line-row{padding-right:7px}.tree-module-row{border-radius:7px}.tree-line-row>.tree-line,.tree-module-row>.tree-module-select{min-width:0}.tree-module-row>.tree-module-select{gap:10px;padding:10px 7px;border-radius:7px;background:#fff;color:#63746d}.tree-module-row>.tree-module-select:hover,.tree-module-row>.tree-module-select.active{background:#f0f6f3;color:var(--green)}.tree-row-actions{display:flex;gap:1px;opacity:0;transition:opacity .15s}.tree-line-row:hover .tree-row-actions,.tree-module-row:hover .tree-row-actions,.tree-row-actions:focus-within{opacity:1}.tree-modules .tree-row-actions button,.tree-line-row .tree-row-actions button{width:28px;height:28px;display:grid;place-items:center;flex:0 0 auto;padding:0;border:0;border-radius:6px;background:transparent;color:#71817b}.tree-modules .tree-row-actions button:hover,.tree-line-row .tree-row-actions button:hover{background:#e5eeea;color:var(--green)}.tree-modules .tree-row-actions button.delete:hover,.tree-line-row .tree-row-actions button.delete:hover{background:#fae9e7;color:#a74942}.tree-inline-editor,.tree-module-create{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1fr) 29px 29px;gap:5px;align-items:center;padding:8px}.tree-line-row>.tree-inline-editor{padding:10px}.tree-inline-editor input,.tree-module-create input{width:100%;min-width:0;height:34px;padding:0 9px;border:1px solid #76a794;border-radius:7px;background:#fff;color:var(--ink);font-size:10px;outline:0;box-shadow:0 0 0 2px #e0eee9}.tree-modules .tree-inline-editor button,.tree-modules .tree-module-create button,.tree-line-row .tree-inline-editor button{width:29px;height:29px;display:grid;place-items:center;padding:0;border:0;border-radius:6px}.tree-confirm-action{background:var(--green)!important;color:#fff!important}.tree-confirm-action:disabled{cursor:not-allowed;opacity:.35}.tree-cancel-action{background:#edf1ef!important;color:#60736b!important}.tree-module-create{margin:5px 0;background:#f3f7f5;border-radius:8px}@media(hover:none){.tree-row-actions{opacity:1}}.tree-module-row{position:relative;grid-template-columns:24px minmax(0,1fr) auto;transition:opacity .15s,transform .15s}.tree-modules .tree-drag-handle{width:24px;height:34px;display:grid;place-items:center;padding:0;border:0;border-radius:6px;background:transparent;color:#98a59f;cursor:grab}.tree-modules .tree-drag-handle:hover,.tree-modules .tree-drag-handle:focus-visible{background:#e8f1ed;color:var(--green);outline:0}.tree-modules .tree-drag-handle:active{cursor:grabbing}.tree-module-row.dragging{opacity:.38}.tree-module-row.drop-before:before,.tree-module-row.drop-after:after{content:"";position:absolute;z-index:3;left:3px;right:3px;height:3px;border-radius:3px;background:#2c8a6c;box-shadow:0 0 0 2px #dceee7;pointer-events:none}.tree-module-row.drop-before:before{top:-2px}.tree-module-row.drop-after:after{bottom:-2px}.line-run-scope-note{display:flex;align-items:flex-start;gap:10px;margin-top:14px;padding:13px 15px;border:1px solid #cfe1da;border-radius:9px;background:#edf6f2;color:var(--green)}.line-run-scope-note strong,.line-run-scope-note span{display:block}.line-run-scope-note strong{font-size:10px}.line-run-scope-note span{margin-top:3px;color:#587269;font-size:9px;line-height:1.45}@media(max-width:900px){.hierarchy-workspace.tree-collapsed{grid-template-columns:1fr}.tree-collapsed .hierarchy-tree{width:54px}.tree-collapsed .target-detail{grid-column:1}}.specific-methods-table{max-height:380px}.specific-methods-table table{min-width:760px;table-layout:fixed}.specific-methods-table th,.specific-methods-table td{white-space:normal;overflow-wrap:anywhere;line-height:1.45;vertical-align:top}.specific-methods-table th:first-child:nth-last-child(4){width:12%}.specific-methods-table th:nth-child(2){width:22%}.specific-methods-table th:nth-child(3){width:31%}.specific-methods-table th:nth-child(4){width:35%}.methods-empty{padding:25px 20px;color:var(--muted);font-size:10px;background:#fafbfa}.appendix-table table{table-layout:auto;min-width:max(760px,100%)}.appendix-table th{width:auto!important}.appendix-table th,.appendix-table td{min-width:130px}.appendix-table th:first-child,.appendix-table td:first-child{min-width:85px}.raw-definition-table{max-height:360px}.raw-definition-table table{min-width:780px;table-layout:auto}.raw-definition-table th,.raw-definition-table td{min-width:130px;white-space:normal;overflow-wrap:anywhere;line-height:1.45;vertical-align:top}.raw-definition-table th:first-child,.raw-definition-table td:first-child{min-width:55px;width:7%}.outcome-table th:nth-child(2),.outcome-table td:nth-child(2){min-width:170px}.outcome-table th:nth-child(3),.outcome-table td:nth-child(3),.outcome-table th:nth-child(4),.outcome-table td:nth-child(4){min-width:220px}.test-type-step{border-top:1px solid var(--line)}.test-type-heading{display:flex;justify-content:space-between;gap:18px;align-items:flex-end;padding:22px 30px;background:#f8faf9}.test-type-heading>div:last-child{display:flex;gap:8px}.test-type-heading span{color:var(--green);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.test-type-heading h3{margin:5px 0 2px;font:600 18px Manrope}.test-type-heading p{margin:0;color:var(--muted);font-size:10px}.test-type-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:20px 30px}.test-type-list label{position:relative;display:grid;grid-template-columns:auto 1fr;gap:11px;align-items:center;min-height:61px;padding:12px 14px;border:1px solid var(--line);border-radius:9px;background:#fff;cursor:pointer}.test-type-list label:hover{border-color:#9ab6ac}.test-type-list label.selected{border-color:#65a18d;background:#edf6f2;box-shadow:0 0 0 2px #e0eee9}.test-type-list input{position:absolute;opacity:0;pointer-events:none}.x-check{width:22px;height:22px;display:grid;place-items:center;border:1px solid #afbeb8;border-radius:5px;background:#fff;color:#fff}.selected .x-check{border-color:var(--green);background:var(--green)}.test-type-list strong,.test-type-list small{display:block}.test-type-list strong{font-size:11px}.test-type-list small{margin-top:3px;color:var(--muted);font-size:9px}.test-type-footer{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:17px 30px;border-top:1px solid var(--line);background:#fafbfa}.test-type-footer>span{color:var(--muted);font-size:10px}.test-type-footer>div{display:flex;gap:8px}.target-actions .secondary.active{border-color:#78a797;background:#e8f3ee;color:var(--green)}@media(max-width:600px){.test-type-heading{align-items:stretch;flex-direction:column;padding-inline:20px}.test-type-heading>div:last-child button{flex:1}.test-type-list{grid-template-columns:1fr;padding-inline:20px}.test-type-footer{align-items:stretch;flex-direction:column;padding-inline:20px}.test-type-footer>div button{flex:1}}.schema-warning{display:flex;align-items:flex-start;gap:10px;padding:13px 20px;border-bottom:1px solid #ead7b3;background:#fff8e9;color:#956b22}.schema-warning strong,.schema-warning span{display:block}.schema-warning strong{color:#654b1e;font-size:10px}.schema-warning span{margin-top:3px;font-size:9px}.level-selection-list strong em{margin-left:3px;color:var(--green);font-style:normal;font-weight:600}.sequential-test-runner{border-top:1px solid var(--line)}.sequential-run-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 30px;background:#f8faf9}.sequential-run-head span{color:var(--green);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.sequential-run-head h3{margin:5px 0 2px;font:600 18px Manrope}.sequential-run-head p{margin:0;color:var(--muted);font-size:9px}.mobile-run-test-context{display:none}.sequential-run-head>strong{color:var(--green);font:700 19px Manrope}.sequential-progress{height:4px;background:#e4ebe7}.sequential-progress span{display:block;height:100%;background:var(--green);transition:width .25s}.sequential-test-card{margin:22px 30px;border:1px solid var(--line);border-radius:11px;overflow:hidden;background:#fff}.sequential-test-title{padding:20px 22px;background:#fbfcfb}.sequential-test-title>span{display:inline-block;padding:4px 7px;border-radius:12px;background:var(--mint);color:var(--green);font-size:8px;font-weight:800;text-transform:uppercase}.sequential-test-title h3{margin:9px 0 3px;font:600 19px Manrope}.sequential-test-title small{color:var(--muted);font-size:9px}.sequential-parameters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line)}.sequential-parameters>div{padding:15px 20px;border-bottom:1px solid var(--line)}.sequential-parameters>div:nth-child(odd){border-right:1px solid var(--line)}.sequential-parameters .acceptance{grid-column:1/-1;border-right:0}.sequential-parameters span,.sequential-result>span{display:block;color:#71857d;font-size:8px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.sequential-parameters p{margin:5px 0 0;color:#374942;font-size:11px;line-height:1.55;white-space:pre-wrap}.sequential-result{padding:18px 20px}.side-result-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:9px}.side-result-grid.single{grid-template-columns:1fr}.side-result{padding:12px;border:1px solid var(--line);border-radius:9px;background:#fafbfa}.side-result>strong{display:block;margin-bottom:8px;color:#52655d;font-size:10px}.side-result>div{display:grid;grid-template-columns:1fr 1fr;gap:8px}.sequential-result button{height:48px;border:1px solid var(--line);border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:center;gap:8px;font-size:11px;font-weight:800}.sequential-result .pass{color:#25805f}.sequential-result .fail{color:#ad4c45}.sequential-result .pass.selected{border-color:#5ba589;background:#e4f3ed;box-shadow:0 0 0 2px #d4eae2}.sequential-result .fail.selected{border-color:#d77972;background:#faeae8;box-shadow:0 0 0 2px #f5dcd9}.sequential-run-footer{display:flex;align-items:center;gap:8px;padding:17px 30px;border-top:1px solid var(--line);background:#fafbfa}.sequential-run-footer .next-test{order:3}.sequential-run-footer .skip-part-instance{order:2;margin-left:auto;white-space:nowrap}.sequential-run-footer .exit-run{order:1}.sequential-run-footer:not(.has-skip) .next-test{margin-left:auto}.json-run-completion{padding:34px 30px 30px;border-top:1px solid var(--line);text-align:center}.json-run-completion .completion-mark{width:58px;height:58px;margin-bottom:17px}.json-run-completion>span{color:var(--green);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.json-run-completion h3{margin:5px 0;font:600 23px Manrope}.json-run-completion>p{max-width:500px;margin:6px auto;color:var(--muted);font-size:10px;line-height:1.55}.json-run-completion .completion-stats{margin:22px}.json-run-completion .json-storage-note{color:#375e50}.json-run-completion .completion-actions{justify-content:center;margin-top:19px}.line-test-module-label{display:flex;align-items:center;gap:7px;margin-bottom:12px;padding:8px 10px;border:1px solid #cfe1da;border-radius:8px;background:#edf6f2;color:var(--green)}.line-test-module-label span{font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.line-test-module-label strong{padding-left:7px;border-left:1px solid #bfd7ce;color:var(--ink);font-size:11px}.sequential-comment{display:block;padding:18px 20px;border-bottom:1px solid var(--line);background:#f7faf8}.sequential-comment>span{display:flex;align-items:center;gap:7px;margin-bottom:8px;color:var(--green);font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.sequential-comment>span em{padding:3px 6px;border-radius:10px;background:#e4eee9;color:#60746c;font-size:7px;font-style:normal}.sequential-comment textarea{display:block;box-sizing:border-box;width:100%;min-height:82px;padding:10px 12px;resize:vertical;border:1px solid #aebfb8;border-radius:8px;background:#fff;color:var(--ink);font:inherit;font-size:11px;line-height:1.5}.sequential-comment textarea:focus{outline:0;border-color:var(--green);box-shadow:0 0 0 2px #dfeee9}.sequential-comment>small{display:block;margin-top:5px;color:var(--muted);font-size:8px;text-align:right}@media(max-width:600px){.sequential-run-head,.sequential-run-footer{padding-inline:20px}.sequential-test-card{margin-inline:20px}.sequential-parameters{grid-template-columns:1fr}.sequential-parameters>div:nth-child(odd){border-right:0}.sequential-parameters .acceptance{grid-column:auto}.sequential-run-footer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:8px}.sequential-run-footer .next-test{grid-column:1/-1;grid-row:1;width:100%;margin-left:0}.sequential-run-footer .skip-part-instance{grid-column:1;grid-row:2;width:100%;margin-left:0;white-space:normal}.sequential-run-footer .exit-run{grid-column:1/-1;grid-row:2;width:100%}.sequential-run-footer.has-skip .exit-run{grid-column:2}.sequential-result>div{grid-template-columns:1fr}}@media(max-width:600px){.target-detail.line-test-active{overflow:visible}.line-test-active .sequential-run-head{position:sticky;top:72px;z-index:35;padding:10px 20px;border-bottom:1px solid #cfe1da;background:#f8faf9f7;box-shadow:0 8px 18px #132a251f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.line-test-active .sequential-run-position{display:none}.line-test-active .sequential-run-head h3{margin:0;font-size:15px;line-height:1.3;overflow-wrap:anywhere}.line-test-active .mobile-run-test-context{display:block;margin-top:3px;color:#647870;font-size:9px;font-weight:600;line-height:1.35;overflow-wrap:anywhere}.line-test-active .sequential-run-head p{display:none}.line-test-active .sequential-run-head>strong{font-size:16px;white-space:nowrap}}.report-history article{grid-template-columns:auto minmax(0,1fr) auto auto auto}.report-history .report-delete{display:inline-flex;align-items:center;justify-content:center;gap:5px;border-color:#ebc9c5;color:#a74942}.report-history .report-delete:hover{border-color:#d77972;background:#fae9e7}@media(max-width:600px){.report-history article{grid-template-columns:auto minmax(0,1fr)}}.people-list.read-only>header{grid-template-columns:minmax(260px,1fr) 140px 110px}.people-list.read-only>.people-row{grid-template-columns:auto minmax(190px,1fr) 140px 110px}@media(max-width:680px){.people-list.read-only>.people-row{grid-template-columns:auto minmax(0,1fr) auto}.people-list.read-only>.people-row .role-chip,.people-list.read-only>.people-row .status{grid-column:2}.people-list.read-only>.people-row .status{display:inline-flex}}.line-category-settings.read-only .line-category-options label{cursor:default}.line-category-settings.read-only .line-category-options input{cursor:not-allowed}.offline-results-form{border-top:1px solid var(--line)}.offline-results-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:21px 30px;background:#f8faf9}.offline-results-head>div>span{color:var(--green);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.offline-results-head h3{margin:5px 0 2px;font:600 18px Manrope}.offline-results-head p{margin:0;color:var(--muted);font-size:10px}.offline-results-head>strong{padding:6px 9px;border-radius:14px;background:var(--mint);color:var(--green);font-size:9px;white-space:nowrap}.offline-results-list{display:grid;gap:9px;padding:20px 30px}.offline-results-list article{display:grid;grid-template-columns:auto minmax(180px,1fr) 105px 105px;gap:13px;align-items:center;padding:13px 15px;border:1px solid var(--line);border-radius:9px}.offline-test-number{width:30px;height:30px;display:grid;place-items:center;border-radius:7px;background:var(--mint);color:var(--green);font-size:9px;font-weight:800}.offline-test-info span,.offline-test-info strong,.offline-test-info small{display:block}.offline-test-info span{color:var(--green);font-size:8px;font-weight:700}.offline-test-info strong{margin-top:3px;font-size:11px}.offline-test-info small{margin-top:3px;color:var(--muted);font-size:8px}.offline-results-list label span{display:block;margin-bottom:4px;color:#71857d;font-size:8px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.offline-results-list input{width:100%;height:36px;padding:0 9px;border:1px solid #ced8d3;border-radius:7px;background:#fff;color:var(--ink);font-weight:700}.offline-results-list input:focus{outline:0;border-color:var(--green);box-shadow:0 0 0 2px #dfeee9}.offline-results-footer{display:flex;justify-content:flex-end;gap:8px;padding:17px 30px;border-top:1px solid var(--line);background:#fafbfa}@media(max-width:650px){.offline-results-head{align-items:flex-start;padding-inline:20px}.offline-results-list{padding-inline:20px}.offline-results-list article{grid-template-columns:auto 1fr}.offline-results-list article label{grid-column:auto}.offline-results-footer{padding-inline:20px}.offline-results-footer button{flex:1}}.document-test-selection{border-top:1px solid var(--line)}.document-test-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:22px 30px}.document-test-options label{position:relative;display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;min-height:72px;padding:14px 16px;border:1px solid var(--line);border-radius:9px;background:#fff;cursor:pointer}.document-test-options label:hover{border-color:#9ab6ac}.document-test-options label.selected{border-color:#65a18d;background:#edf6f2;box-shadow:0 0 0 2px #e0eee9}.document-test-options input{position:absolute;opacity:0;pointer-events:none}.radio-mark{width:23px;height:23px;display:grid;place-items:center;border:1px solid #afbeb8;border-radius:50%;background:#fff;color:#fff}.document-test-options .selected .radio-mark{border-color:var(--green);background:var(--green)}.document-test-options strong,.document-test-options small{display:block}.document-test-options strong{font-size:12px}.document-test-options small{margin-top:3px;color:var(--muted);font-size:9px}.selected-test-indicator{display:inline-flex;align-items:center;gap:7px;margin-top:13px;padding:7px 10px;border:1px solid #cfe2da;border-radius:8px;background:#edf6f2;color:var(--green)}.selected-test-indicator span{font-size:8px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.selected-test-indicator strong{padding-left:7px;border-left:1px solid #bfd8ce;font-size:10px}.definition-incomplete-notice{border-top:1px solid #ebc9c5;border-bottom:1px solid #ebc9c5;background:#fff8f7}.definition-incomplete-title{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:start;padding:14px 20px;color:#ad4c45}.definition-incomplete-title strong,.definition-incomplete-title p{display:block;margin:0}.definition-incomplete-title strong{font-size:11px}.definition-incomplete-title p{margin-top:3px;color:#7a5b57;font-size:9px;line-height:1.45}.definition-incomplete-title>span{padding:4px 7px;border-radius:12px;background:#fae5e2;font-size:8px;font-weight:800;white-space:nowrap}.definition-issue-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding:0 20px 15px}.definition-issue-list>div{padding:9px 11px;border:1px solid #efd6d2;border-radius:7px;background:#fff}.definition-issue-list span,.definition-issue-list strong,.definition-issue-list small{display:block}.definition-issue-list span{color:#ad4c45;font-size:8px;font-weight:800;text-transform:uppercase}.definition-issue-list strong{margin-top:2px;font-size:10px}.definition-issue-list small{margin-top:3px;color:#876963;font-size:8px;line-height:1.4}@media(max-width:600px){.definition-incomplete-title{grid-template-columns:auto 1fr}.definition-incomplete-title>span{grid-column:2;justify-self:start}.definition-issue-list{grid-template-columns:1fr}}.offline-results-list article{grid-template-columns:auto minmax(180px,1fr) minmax(270px,.9fr)}.offline-side-counts{display:grid;grid-template-columns:1fr 1fr;gap:8px}.offline-side-counts section{display:grid;grid-template-columns:1fr;gap:7px;padding:9px;border:1px solid var(--line);border-radius:8px;background:#fafbfa}.offline-side-counts section>strong{color:var(--green);font-size:9px}.offline-side-counts input{background:#fff}.offline-derived-passes{display:flex;align-items:baseline;gap:5px;padding-top:7px;border-top:1px solid var(--line);color:var(--green)}.offline-derived-passes span{font-size:8px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.offline-derived-passes b{font-size:16px}.offline-derived-passes small{color:var(--muted);font-size:8px}.offline-instance-instruction{color:#71857d;font-size:8px;font-weight:700;text-transform:uppercase}.offline-instance-picker{display:flex;flex-wrap:wrap;gap:5px}.offline-instance-picker button{min-height:30px;padding:5px 8px;border:1px solid #ced8d3;border-radius:7px;background:#fff;color:#53675f;font-size:8px;font-weight:800}.offline-instance-picker button:hover{border-color:#9eaea7}.offline-instance-picker button.selected{border-color:#c96660;background:#fae8e6;color:#a33f39;box-shadow:0 0 0 1px #f1d2cf}.offline-instance-picker button.selected:before{content:"× ";font-size:11px}.offline-side-counts{grid-template-columns:repeat(2,minmax(190px,1fr))}@media(max-width:760px){.offline-results-list article{grid-template-columns:auto 1fr}.offline-side-counts{grid-column:1/-1}}@media(max-width:460px){.offline-side-counts{grid-template-columns:1fr}}@media(max-width:600px){.document-test-options{grid-template-columns:1fr;padding-inline:20px}}@media(max-width:900px){.people-form{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.people-form{grid-template-columns:1fr;padding-inline:18px}.people-editor-actions{padding-inline:18px}.people-editor-actions button{flex:1}.people-list>header{display:none}.people-list>.people-row{grid-template-columns:auto minmax(0,1fr) auto;padding-inline:15px}.people-list>.people-row .role-chip{grid-column:2}.people-list>.people-row .status{grid-column:2;display:inline-flex;justify-self:start}.people-list>.people-row .people-actions{grid-column:3;grid-row:1/4}.people-list>.people-row p{align-self:end}}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:28px;background:radial-gradient(circle at 20% 15%,rgba(168,216,200,.38),transparent 30%),radial-gradient(circle at 85% 85%,rgba(215,185,116,.22),transparent 27%),#f4f6f3}.auth-card{width:min(100%,440px);overflow:hidden;border:1px solid #d9e2dd;border-radius:18px;background:#fffffff7;box-shadow:0 24px 70px #132a2521}.auth-brand{display:flex;align-items:center;gap:10px;padding:22px 26px;border-bottom:1px solid var(--line)}.auth-brand>span{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#a8d8c8;color:#143e34}.auth-brand strong,.auth-brand small{display:block}.auth-brand strong{font:700 16px Manrope;letter-spacing:.08em}.auth-brand small{margin-top:1px;color:var(--muted);font-size:10px}.auth-heading{padding:30px 30px 18px;text-align:center}.auth-icon{width:50px;height:50px;display:grid;place-items:center;margin:0 auto 15px;border-radius:14px;background:var(--mint);color:var(--green)}.auth-heading>p{margin:0 0 7px;color:var(--green);font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.auth-heading h1{margin:0;color:var(--ink);font:600 25px Manrope;letter-spacing:-.03em}.auth-heading>span{display:block;margin:9px auto 0;max-width:330px;color:var(--muted);font-size:11px;line-height:1.55}.auth-heading>span strong{color:var(--ink);overflow-wrap:anywhere}.auth-form{display:grid;gap:13px;padding:4px 30px 28px}.auth-form label>span{display:block;margin-bottom:6px;color:#50645c;font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.auth-form input{width:100%;height:47px;padding:0 13px;border:1px solid #cbd6d0;border-radius:9px;background:#fff;color:var(--ink);font-size:13px;outline:0}.auth-form input:focus{border-color:#579780;box-shadow:0 0 0 3px #e0eee9}.auth-form input:disabled{background:#f4f6f5;color:#84918c}.auth-form .otp-input{text-align:center;font:700 24px Manrope;letter-spacing:.3em;padding-left:calc(13px + .3em)}.auth-submit{width:100%;margin-top:2px}.auth-message{display:flex;align-items:flex-start;gap:8px;padding:10px 11px;border-radius:8px;font-size:10px;line-height:1.45}.auth-message svg{flex:0 0 auto;margin-top:1px}.auth-message.error{border:1px solid #efd0cc;background:#fff5f4;color:#9a443e}.auth-message.success{border:1px solid #cce1d8;background:#edf7f3;color:#28715a}.auth-message.neutral{margin:3px 30px 30px;border:1px solid #d5e1dc;background:#f4f8f6;color:#50685f}.auth-resend,.auth-back{border:0;background:transparent;color:var(--green);font-size:10px;font-weight:700}.auth-resend{min-height:30px}.auth-resend:disabled{cursor:not-allowed;color:#94a19c}.auth-back{display:flex;align-items:center;gap:6px;margin:18px 0 -15px;padding:4px 30px}.auth-card>footer{display:flex;align-items:center;justify-content:center;gap:6px;padding:14px 20px;border-top:1px solid var(--line);background:#fafbfa;color:#718079;font-size:9px}.auth-loading{display:flex;align-items:center;gap:11px;color:var(--green)}.auth-spinner{width:21px;height:21px;border:2px solid #b8d3c9;border-top-color:var(--green);border-radius:50%;animation:auth-spin .8s linear infinite}.spin{animation:auth-spin .8s linear infinite}.auth-config-values{display:grid;gap:8px;margin:0 30px 18px}.auth-config-values code{display:block;padding:11px;border:1px solid var(--line);border-radius:8px;background:#f6f8f7;color:#31584a;font-size:10px;overflow-wrap:anywhere}@keyframes auth-spin{to{transform:rotate(360deg)}}.signed-in-user{display:flex;align-items:center;gap:9px;min-width:0}.signed-in-user>.avatar{width:34px;height:34px;flex:0 0 auto}.signed-in-user>span:last-child{display:block;min-width:0}.signed-in-user strong,.signed-in-user small{display:block;max-width:210px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.signed-in-user strong{font-size:10px}.signed-in-user small{margin-top:2px;color:var(--muted);font-size:8px}.sign-out-button:hover{background:#fae9e7;color:#a74942}@media(max-width:680px){.auth-shell{padding:14px}.auth-heading,.auth-form{padding-inline:22px}.auth-message.neutral{margin-inline:22px}.signed-in-user>span:last-child{display:none}.signed-in-user>.avatar{width:32px;height:32px}.app-header .sign-out-button{display:grid}}.auth-form textarea{width:100%;min-height:86px;resize:vertical;padding:12px 13px;border:1px solid #cbd6d0;border-radius:9px;background:#fff;color:var(--ink);font:500 10px/1.45 monospace;outline:0;overflow-wrap:anywhere}.auth-form textarea:focus{border-color:#579780;box-shadow:0 0 0 3px #e0eee9}.auth-config-form{padding-bottom:18px}.auth-card>footer button{margin-left:auto;padding:3px 0;border:0;background:transparent;color:var(--green);font-size:9px;font-weight:700}.auth-card>footer button:hover{text-decoration:underline}.clerk-auth-panel{width:min(100%,440px);overflow:hidden;border:1px solid #d9e2dd;border-radius:18px;background:#fff;box-shadow:0 24px 70px #132a2521}.clerk-sign-in{width:100%}.clerk-change-connection{display:block;margin:0 auto 18px;padding:5px 10px;border:0;background:transparent;color:var(--green);font-size:9px;font-weight:700}.clerk-change-connection:hover{text-decoration:underline}.clerk-config-form{padding-bottom:18px}.clerk-failed-actions{display:flex;justify-content:center;gap:9px;padding:0 30px 30px}.auth-icon.error{background:#fae9e7;color:#a74942}.signed-in-user .cl-userButtonTrigger:focus{box-shadow:0 0 0 3px #dbece6}@media(max-width:520px){.clerk-failed-actions{flex-direction:column}.clerk-failed-actions button{width:100%}}
