:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#15241f;background:#f4f6f1;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #f4f6f1;--surface: #ffffff;--surface-soft: #eef2ec;--surface-strong: #e2e9df;--ink: #15241f;--muted: #66726d;--line: #d8dfd8;--line-strong: #bcc8bf;--primary: #155b4b;--primary-strong: #0e4539;--primary-soft: #dcece5;--accent: #d88b3a;--accent-soft: #f7e6d3;--danger: #a43c42;--danger-soft: #f6e3e5;--warning: #8a5c17;--warning-soft: #fff2d7;--success: #236d48;--success-soft: #e0f1e7;--info: #315f87;--info-soft: #e4edf6;--shadow-sm: 0 8px 24px rgba(21, 36, 31, .07);--shadow: 0 24px 70px rgba(21, 36, 31, .12);--radius-sm: 12px;--radius: 22px;--radius-lg: 34px}:root[data-theme=dark]{color:#ebf2ee;background:#101815;--bg: #101815;--surface: #17231f;--surface-soft: #1d2b26;--surface-strong: #263731;--ink: #ebf2ee;--muted: #a8b7b0;--line: #30413a;--line-strong: #445950;--primary: #69b79f;--primary-strong: #8ecab7;--primary-soft: #243f36;--accent: #efa95f;--accent-soft: #493523;--danger: #ef8e94;--danger-soft: #47272b;--warning: #efc16e;--warning-soft: #453821;--success: #7bc69b;--success-soft: #213d2e;--info: #83b9e8;--info-soft: #203648;--shadow-sm: 0 8px 24px rgba(0, 0, 0, .22);--shadow: 0 24px 70px rgba(0, 0, 0, .34)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg);color:var(--ink)}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:-1;background:radial-gradient(circle at 12% 5%,color-mix(in srgb,var(--primary) 10%,transparent),transparent 28rem),radial-gradient(circle at 90% 20%,color-mix(in srgb,var(--accent) 10%,transparent),transparent 24rem)}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}h1,h2{letter-spacing:-.035em}code{font-family:SFMono-Regular,Consolas,monospace;font-size:.88em}.app-shell{min-height:100vh;display:flex;flex-direction:column}.site-header{min-height:78px;padding:11px clamp(18px,4vw,64px);display:grid;grid-template-columns:minmax(220px,1fr) auto minmax(220px,1fr);gap:24px;align-items:center;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--bg) 88%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:sticky;top:0;z-index:50}.brand{display:inline-flex;flex-direction:column;align-items:flex-start;gap:2px;text-decoration:none;width:max-content;min-width:168px}.brand img{width:clamp(164px,13vw,220px);height:auto;object-fit:contain;object-position:left center}.brand-subtitle{display:block;color:var(--muted);font-size:.68rem;line-height:1.2;font-weight:600;letter-spacing:.01em}.user-menu span{display:flex;flex-direction:column}.user-menu small{color:var(--muted);font-size:.73rem;margin-top:2px}.main-nav{display:flex;gap:6px;justify-content:center}.main-nav a{text-decoration:none;padding:10px 13px;border-radius:999px;color:var(--muted);font-weight:700;font-size:.86rem}.main-nav a:hover{background:var(--surface-soft);color:var(--ink)}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.icon-btn{width:42px;height:42px;border:1px solid var(--line);background:var(--surface);color:var(--ink);border-radius:50%;cursor:pointer;font-size:1.15rem}.notification-center{position:relative}.notification-button{position:relative;display:grid;place-items:center}.notification-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.notification-button.has-unread{border-color:color-mix(in srgb,var(--primary) 48%,var(--line));color:var(--primary);background:var(--primary-soft)}.notification-count{position:absolute;top:-5px;right:-5px;min-width:19px;height:19px;padding:0 5px;display:grid;place-items:center;border:2px solid var(--bg);border-radius:999px;background:var(--danger);color:#fff;font-size:.6rem;font-weight:900;line-height:1}.notification-popover{position:absolute;top:calc(100% + 12px);right:0;z-index:80;width:min(430px,calc(100vw - 28px));overflow:hidden;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:var(--shadow)}.notification-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 20px 15px;border-bottom:1px solid var(--line)}.notification-heading h2{margin:5px 0 0;font-size:1.35rem}.notification-heading>span{padding:5px 9px;border-radius:999px;background:var(--primary-soft);color:var(--primary);font-size:.68rem;font-weight:800;white-space:nowrap}.notification-list{max-height:min(440px,58vh);overflow-y:auto}.notification-item{width:100%;display:grid;grid-template-columns:9px minmax(0,1fr) auto;gap:11px;align-items:start;padding:16px 18px;border:0;border-bottom:1px solid var(--line);background:var(--surface);color:var(--ink);text-align:left;cursor:pointer}.notification-item.unread{background:color-mix(in srgb,var(--primary-soft) 62%,var(--surface))}.notification-item>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:5px}.notification-item strong{font-size:.82rem}.notification-item small{color:var(--muted);font-size:.76rem;line-height:1.45}.notification-item time{color:var(--muted);font-size:.65rem}.notification-item>b{color:var(--primary)}.notification-dot{width:8px;height:8px;margin-top:5px;border-radius:50%;background:transparent}.notification-item.unread .notification-dot{background:var(--primary);box-shadow:0 0 0 4px color-mix(in srgb,var(--primary) 13%,transparent)}.notification-empty{margin:0;padding:28px 20px;color:var(--muted);text-align:center;font-size:.82rem}.notification-footer{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;color:var(--primary);text-decoration:none;font-size:.78rem;font-weight:800}.notification-footer:hover{background:var(--surface-soft)}.user-menu{display:flex;align-items:center;gap:12px}.user-menu>span{text-align:right;max-width:210px}.user-menu b{font-size:.78rem;overflow:hidden;text-overflow:ellipsis}.main-content{flex:1;width:min(1440px,100%);margin:0 auto;padding:clamp(28px,5vw,72px) clamp(18px,4vw,64px)}.site-footer{padding:24px clamp(18px,4vw,64px);border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:24px;color:var(--muted)}.site-footer>div{display:flex;flex-direction:column;gap:4px;font-size:.8rem}.site-footer img{width:min(360px,42vw);max-height:48px;object-fit:contain;object-position:right}.page-stack{display:flex;flex-direction:column;gap:28px;animation:page-in .42s ease both}.narrow-page{width:min(920px,100%);margin:0 auto}@keyframes page-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--primary);text-transform:uppercase;letter-spacing:.14em;font-size:.7rem;font-weight:800}.eyebrow:before{content:"";width:24px;height:2px;background:currentColor}.muted{color:var(--muted)}.block{display:block;margin-top:4px}.hero{min-height:min(660px,calc(100vh - 184px));display:grid;grid-template-columns:minmax(0,1.12fr) minmax(330px,.88fr);gap:clamp(36px,6vw,92px);align-items:center}.hero-copy h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(2.5rem,4.35vw,4.6rem);line-height:.99;max-width:880px;margin:20px 0 24px;text-wrap:balance}.hero-copy p{max-width:690px;color:var(--muted);font-size:clamp(1rem,1.35vw,1.2rem);line-height:1.68}.hero-visual{width:clamp(340px,34vw,550px);max-width:100%;aspect-ratio:1;position:relative;display:grid;place-items:center;justify-self:center;animation:float 6s ease-in-out infinite;isolation:isolate;overflow:visible}.hero-visual:before,.hero-visual:after{content:"";position:absolute;border-radius:50%;border:1px solid var(--line);opacity:.6}.hero-visual:before{top:4%;right:4%;bottom:4%;left:4%}.hero-visual:after{top:22%;right:22%;bottom:22%;left:22%}.hero-core{width:39%;aspect-ratio:1;border-radius:50%;display:grid;place-items:center;background:var(--primary);color:#fff;font-weight:800;font-size:clamp(.9rem,1.3vw,1.2rem);box-shadow:0 0 48px color-mix(in srgb,var(--primary) 30%,transparent);z-index:2}.orbit-main{position:absolute;top:12%;right:12%;bottom:12%;left:12%;animation:orbit 22s linear infinite;will-change:transform}.orbit-node{--orbit-shift-y: -50%;position:absolute;left:50%;width:clamp(70px,8.3vw,112px);aspect-ratio:1;border-radius:50%;display:grid;place-items:center;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm);font-weight:800;font-size:clamp(.76rem,1.05vw,1rem);transform:translate(-50%,var(--orbit-shift-y));animation:counter-orbit 22s linear infinite;will-change:transform;z-index:3}.orbit-node-neo{top:0}.orbit-node-ppo{--orbit-shift-y: 50%;bottom:0;background:var(--accent);color:#23180d;border:0}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes orbit{to{transform:rotate(360deg)}}@keyframes counter-orbit{0%{transform:translate(-50%,var(--orbit-shift-y)) rotate(0)}to{transform:translate(-50%,var(--orbit-shift-y)) rotate(-360deg)}}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(24px,3vw,42px);min-height:290px;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:var(--shadow-sm)}.feature-card.featured{background:var(--primary);color:#fff;transform:translateY(-20px)}.feature-card h2{font-size:1.55rem;margin:18px 0 10px}.feature-card p{color:var(--muted);line-height:1.65;margin:0}.feature-card.featured p{color:#ffffffc2}.feature-index{color:var(--accent);font-weight:800;letter-spacing:.12em}.btn{min-height:44px;border:1px solid transparent;border-radius:12px;padding:10px 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;font-weight:800;font-size:.86rem;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease}.btn:hover:not(:disabled){transform:translateY(-1px)}.btn:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,button:focus-visible{outline:3px solid color-mix(in srgb,var(--primary) 35%,transparent);outline-offset:2px}.btn:disabled{opacity:.48;cursor:not-allowed}.btn.primary{background:var(--primary);color:#fff;box-shadow:0 10px 24px color-mix(in srgb,var(--primary) 25%,transparent)}:root[data-theme=dark] .btn.primary{color:#10231c}.btn.primary:hover:not(:disabled){background:var(--primary-strong)}.btn.secondary{background:var(--surface);color:var(--ink);border-color:var(--line-strong)}.btn.ghost{background:transparent;color:var(--muted);border-color:var(--line)}.btn.small{min-height:36px;padding:7px 12px;font-size:.76rem}.btn.full{width:100%}.button-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:26px}.button-row.center{justify-content:center}.center-screen{min-height:55vh;display:grid;place-content:center;justify-items:center;color:var(--muted);gap:14px}.loader{width:42px;height:42px;border-radius:50%;border:4px solid var(--line);border-top-color:var(--primary);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.notice{padding:16px 18px;border:1px solid var(--line);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:space-between;gap:18px;background:var(--surface)}.notice p{margin:4px 0 0;line-height:1.55}.notice.error{border-color:color-mix(in srgb,var(--danger) 45%,var(--line));background:var(--danger-soft);color:var(--danger)}.notice.warning{border-color:color-mix(in srgb,var(--warning) 45%,var(--line));background:var(--warning-soft);color:var(--warning)}.notice.success{border-color:color-mix(in srgb,var(--success) 45%,var(--line));background:var(--success-soft);color:var(--success)}.notice.info{border-color:color-mix(in srgb,var(--info) 45%,var(--line));background:var(--info-soft);color:var(--info)}.notice.compact{padding:12px 14px;font-size:.82rem}.notice.large{padding:24px 28px}.auth-card{width:min(500px,100%);margin:clamp(20px,7vh,90px) auto;padding:clamp(28px,5vw,54px);border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow)}.auth-card.wide{width:min(800px,100%)}.auth-card h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(2.2rem,5vw,3.7rem);margin:16px 0 12px}.auth-links{text-align:center;margin-top:20px;font-size:.86rem}.auth-links a{color:var(--primary);font-weight:800}.form-stack{display:flex;flex-direction:column;gap:18px;margin-top:28px}.form-grid{display:grid;grid-template-columns:1fr;gap:18px;margin-top:28px}.form-grid.two{grid-template-columns:1fr 1fr}.span-two{grid-column:1 / -1}label{display:flex;flex-direction:column;gap:7px;font-weight:700;font-size:.84rem}.mtl-label-card{display:flex;flex-direction:column;gap:18px}.mtl-question-group{display:grid;gap:14px;padding:18px;border:1px solid var(--line);border-radius:12px;background:var(--surface-soft)}.mtl-question-group h3{margin:5px 0 0}.mtl-question-group .table-wrap{margin:0}.mtl-behaviors{display:grid;gap:10px;margin:0;padding:18px;border:1px solid var(--line);border-radius:12px}.mtl-behaviors legend{padding:0 8px;font-weight:800}.mtl-behaviors .check-label{font-weight:500}.mtl-labeling-queue-table .progress-wrap{min-width:130px}.mtl-labeling-queue-table td:first-child{min-width:220px}.confidence-star-input{display:inline-flex;align-items:center;gap:12px;flex-wrap:wrap;min-height:48px;padding:4px 12px;border:1px solid var(--line);border-radius:11px;background:var(--surface-soft);transition:border-color .15s ease,background .15s ease}.confidence-star-input:hover{border-color:var(--line-strong)}.confidence-star-input:focus-within{border-color:var(--primary)}.confidence-star-input .star-buttons{display:inline-flex;gap:3px;align-items:center}.confidence-star-input .star-btn{background:transparent;border:0;padding:3px 4px;cursor:pointer;font-size:1.55rem;line-height:1;color:var(--line-strong);border-radius:6px;display:inline-flex;align-items:center;justify-content:center;transition:transform .14s ease,color .14s ease;-webkit-user-select:none;user-select:none}.confidence-star-input .star-btn:hover:not(:disabled){transform:scale(1.22)}.confidence-star-input .star-btn.filled{color:var(--accent)}.confidence-star-input .star-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.confidence-star-input .confidence-label{display:inline-flex;align-items:center;gap:8px;font-size:.8rem;color:var(--muted)}.confidence-star-input .confidence-label strong{color:var(--accent);font-weight:800;font-size:.9rem}.confidence-star-input .confidence-tag{display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;background:color-mix(in srgb,var(--accent-soft) 70%,var(--surface));color:var(--accent);font-size:.72rem;font-weight:700}.mtl-labeling-page{max-width:1560px;margin:0 auto}.mtl-labeling-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:start;transition:grid-template-columns .28s cubic-bezier(.4,0,.2,1)}.mtl-labeling-layout.sidebar-expanded{grid-template-columns:minmax(0,1fr) 520px}.mtl-labeling-main{display:flex;flex-direction:column;gap:20px;min-width:0}.mtl-potentials-sidebar{position:sticky;top:96px;max-height:calc(100vh - 116px);display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden;transition:width .28s ease,max-width .28s ease;z-index:10}.mtl-sidebar-header{padding:16px 18px;background:var(--surface-soft);border-bottom:1px solid var(--line);display:flex;flex-direction:column;gap:10px;flex-shrink:0}.mtl-sidebar-title-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.mtl-sidebar-heading{display:flex;flex-direction:column;gap:2px}.mtl-sidebar-heading h3{margin:0;font-size:1.05rem;font-weight:800;color:var(--ink)}.mtl-sidebar-subtitle{margin:0;font-size:.74rem;color:var(--muted);line-height:1.4}.mtl-sidebar-progress-row{margin-top:2px}.mtl-sidebar-toggle-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;width:100%;font-weight:700;font-size:.78rem;min-height:36px;padding:7px 12px;border-radius:999px;cursor:pointer}.mtl-sidebar-toggle-btn .expand-indicator{font-size:.7rem;transition:transform .2s ease}.mtl-sidebar-content{overflow-y:auto;padding:12px 14px;flex:1;display:flex;flex-direction:column;gap:8px;overscroll-behavior:contain}.mtl-sidebar-list{display:flex;flex-direction:column;gap:8px}.mtl-sidebar-item{padding:12px 14px;border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--surface);cursor:pointer;transition:border-color .16s ease,background-color .16s ease,transform .16s ease,box-shadow .16s ease;display:flex;flex-direction:column;gap:7px;-webkit-user-select:none;user-select:none}.mtl-sidebar-item:hover{border-color:var(--primary);background:color-mix(in srgb,var(--primary-soft) 28%,var(--surface));transform:translateY(-1px);box-shadow:0 4px 14px #0000000f}.mtl-sidebar-item:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.mtl-sidebar-item.evaluated{border-color:color-mix(in srgb,var(--primary) 38%,var(--line));background:color-mix(in srgb,var(--surface-soft) 55%,var(--surface))}.mtl-sidebar-item.pending{border-style:dashed;opacity:.9}.mtl-sidebar-item-header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.mtl-sidebar-item-info{display:flex;flex-direction:column;gap:2px;min-width:0}.mtl-sidebar-potential-name{font-size:.88rem;color:var(--ink);line-height:1.3;font-weight:800}.mtl-sidebar-potential-mean{font-size:.7rem;color:var(--muted)}.mtl-sidebar-item-badge{flex-shrink:0}.mtl-sidebar-item-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:.72rem}.mtl-sidebar-confidence{display:inline-flex;align-items:center;gap:5px;color:var(--accent);font-weight:700}.mtl-sidebar-confidence .stars-icons{letter-spacing:.06em;font-size:.82rem;line-height:1}.mtl-sidebar-unrated-hint{color:var(--muted);font-size:.7rem;font-style:italic}.behaviors-mini-chip{display:inline-flex;align-items:center;padding:2px 7px;border-radius:999px;background:color-mix(in srgb,var(--primary-soft) 70%,var(--surface));color:var(--primary-strong);font-size:.68rem;font-weight:700}.mtl-sidebar-expanded-section{margin-top:6px;padding-top:8px;border-top:1px dashed var(--line);display:flex;flex-direction:column;gap:6px}.mtl-sidebar-section-title{font-size:.7rem;font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.mtl-sidebar-behavior-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:5px}.mtl-sidebar-behavior-item{display:flex;align-items:flex-start;gap:6px;font-size:.78rem;line-height:1.35;color:var(--ink);background:var(--surface-soft);padding:5px 8px;border-radius:7px}.mtl-sidebar-behavior-item .behavior-icon{color:var(--success);font-weight:900;font-size:.8rem;flex-shrink:0;line-height:1.3}.mtl-sidebar-behavior-item .behavior-text{flex:1}.mtl-sidebar-no-behavior-note{margin:0;font-size:.72rem;color:var(--muted);font-style:italic}.mtl-sidebar-note-preview{margin-top:4px;padding:6px 8px;border-radius:7px;background:color-mix(in srgb,var(--accent-soft) 38%,var(--surface));font-size:.72rem;line-height:1.35}.mtl-sidebar-note-preview .note-label{display:block;color:var(--accent);font-weight:800;font-size:.68rem;margin-bottom:2px}.mtl-sidebar-note-preview p{margin:0;color:var(--ink);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.mtl-level-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 9px;border-radius:999px;font-size:.72rem;font-weight:800;white-space:nowrap}.mtl-level-badge.pending{background:var(--surface-strong);color:var(--muted);font-weight:600}.mtl-level-badge.level-1{background:color-mix(in srgb,var(--danger) 16%,var(--surface));color:var(--danger);border:1px solid color-mix(in srgb,var(--danger) 32%,transparent)}.mtl-level-badge.level-2{background:color-mix(in srgb,var(--warning) 16%,var(--surface));color:var(--warning);border:1px solid color-mix(in srgb,var(--warning) 32%,transparent)}.mtl-level-badge.level-3{background:var(--info-soft);color:var(--info);border:1px solid color-mix(in srgb,var(--info) 32%,transparent)}.mtl-level-badge.level-4{background:var(--primary-soft);color:var(--primary-strong);border:1px solid color-mix(in srgb,var(--primary) 32%,transparent)}.mtl-level-badge.level-5{background:var(--success-soft);color:var(--success);border:1px solid color-mix(in srgb,var(--success) 32%,transparent)}.mtl-level-badge .level-num{font-size:.76rem;font-weight:900}@keyframes potentialCardFlash{0%{box-shadow:0 0 0 3px var(--primary),var(--shadow-sm);border-color:var(--primary)}to{box-shadow:var(--shadow-sm);border-color:var(--line)}}.mtl-label-card.highlight-flash{animation:potentialCardFlash 1.2s ease-out}@media (max-width: 1100px){.mtl-labeling-layout,.mtl-labeling-layout.sidebar-expanded{grid-template-columns:1fr}.mtl-potentials-sidebar{position:static;max-height:none;margin-bottom:24px}}.sticky-actions{position:sticky;bottom:12px;z-index:5;box-shadow:0 12px 35px #0f172a24}input,select,textarea{width:100%;color:var(--ink);background:var(--surface-soft);border:1px solid var(--line);border-radius:11px;padding:12px 14px;transition:border-color .15s ease,background .15s ease}input,select{min-height:48px}textarea{resize:vertical;line-height:1.55}input:hover,select:hover,textarea:hover{border-color:var(--line-strong)}.field-error{color:var(--danger);font-size:.76rem;font-weight:600}.check-label{flex-direction:row;align-items:center;gap:10px}.check-label input{width:18px;min-height:auto;height:18px;accent-color:var(--primary)}.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;padding-bottom:24px;border-bottom:1px solid var(--line)}.page-head h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(2.4rem,5vw,5rem);line-height:1.04;margin:14px 0 10px}.page-head p{color:var(--muted);max-width:760px;margin-bottom:0;line-height:1.6}.staff-dashboard-page .page-head h1{font-size:clamp(2.7rem,4vw,4.3rem)}.staff-dashboard-page .page-head p{max-width:680px}.metrics-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.metrics-grid.compact{grid-template-columns:repeat(3,1fr)}.metric-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:22px;display:flex;flex-direction:column;gap:6px;box-shadow:var(--shadow-sm)}.metric-card span{color:var(--muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.metric-card strong{font-size:clamp(1.6rem,3vw,2.5rem)}.metric-card small{color:var(--muted)}.card-section{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(22px,3.5vw,38px);box-shadow:var(--shadow-sm)}.anchor-section{scroll-margin-top:112px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px}.section-heading h2{font-size:clamp(1.5rem,3vw,2.4rem);margin:7px 0 0}.section-heading>small{color:var(--muted);text-align:right}.study-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.study-grid.compact{grid-template-columns:repeat(2,1fr)}.study-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:clamp(25px,4vw,44px);display:flex;flex-direction:column;gap:24px;min-height:470px;box-shadow:var(--shadow)}.study-card-head{display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:16px}.study-card-head h2{font-size:clamp(1.4rem,2.4vw,2rem);margin:2px 0 8px}.study-card-head p{color:var(--muted);margin:0;font-size:.86rem}.study-mark{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary);font-size:1.4rem;font-weight:800}.study-note{color:var(--muted);line-height:1.7;flex:1}.status{display:inline-flex;width:max-content;align-items:center;border-radius:999px;padding:7px 10px;background:var(--surface-soft);color:var(--muted);font-size:.7rem;font-weight:800;white-space:nowrap}.status-completed{color:var(--success);background:var(--success-soft)}.status-in_progress{color:var(--info);background:var(--info-soft)}.status-scoring,.status-submitted{color:var(--warning);background:var(--warning-soft)}.status-error{color:var(--danger);background:var(--danger-soft)}.progress-wrap{display:flex;flex-direction:column;gap:7px}.progress-wrap small{color:var(--muted);font-size:.72rem}.progress-track,.score-track,.mini-track{height:8px;border-radius:999px;background:var(--surface-strong);overflow:hidden}.progress-track span,.score-track span,.mini-track span{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,var(--primary),color-mix(in srgb,var(--primary) 62%,var(--accent)));transition:width .35s ease}.study-screen{width:min(1500px,100%);margin:calc(clamp(28px,5vw,72px)*-1) auto 0;min-height:calc(100dvh - 78px)}.study-topbar{min-height:76px;display:grid;grid-template-columns:1fr minmax(260px,.75fr) auto;gap:24px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}.study-topbar>div:first-child{display:flex;flex-direction:column;gap:5px}.study-progress{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.study-progress .progress-wrap{width:100%}.study-progress>span{color:var(--muted);font-size:.75rem;white-space:nowrap}.question-board{width:min(920px,100%);min-height:0;margin:clamp(14px,2.6vh,28px) auto 28px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:clamp(20px,3vw,38px);box-shadow:var(--shadow);display:grid;grid-template-rows:auto auto auto auto;align-content:start;overflow:visible;transition:opacity .18s ease}.question-board.is-transitioning{opacity:.72}.question-number{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary);font-weight:800;font-size:.9rem}.question-board h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.3rem,1.85vw,1.95rem);line-height:1.22;margin:14px 0 16px;min-height:3.66em;display:flex;align-items:flex-start;overflow:visible;overflow-wrap:anywhere;text-wrap:pretty}.question-board h1.medium{font-size:clamp(1.22rem,1.7vw,1.75rem)}.question-board h1.long{font-size:clamp(1.14rem,1.55vw,1.6rem);line-height:1.24}.answer-list{display:grid;grid-template-columns:1fr;gap:6px;align-content:center}.answer-option{min-height:50px;padding:8px 14px;display:flex;align-items:center;gap:12px;text-align:left;border:1px solid var(--line);border-radius:12px;background:var(--surface-soft);color:var(--ink);cursor:pointer;font-weight:700;font-size:clamp(.86rem,1.15vw,1rem);-webkit-tap-highlight-color:transparent}.answer-option:disabled{cursor:wait;opacity:.8}@media (hover: hover){.answer-option:hover{border-color:var(--primary)}}.answer-option.selected{background:var(--primary-soft);border-color:var(--primary);color:var(--primary-strong)}.answer-option kbd{width:30px;height:30px;flex:0 0 30px;display:grid;place-items:center;border-radius:8px;background:var(--surface);border:1px solid var(--line);color:var(--muted)}.question-actions{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;margin-top:0;padding-top:16px}.estimate{color:var(--muted);text-align:center;font-size:.76rem}.ppo-board,.rating-board{margin:18px auto 0}.board-heading{text-align:center;max-width:860px;margin:0 auto 18px}.board-heading h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.8rem,3.2vw,3.35rem);line-height:1.05;margin:7px 0 8px;text-wrap:balance}.board-heading p{color:var(--muted);margin:4px 0;line-height:1.55}.round-pill,.level-pill{display:inline-flex;align-items:center;padding:7px 11px;border-radius:999px;background:var(--primary-soft);color:var(--primary);font-size:.72rem;font-weight:800}.image-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(10px,1.2vw,16px);max-width:1320px;margin:0 auto;align-items:stretch}.image-grid.count-4{grid-template-columns:repeat(4,minmax(0,1fr))}.image-grid.count-2{grid-template-columns:repeat(2,minmax(0,1fr));max-width:900px}.image-grid.count-5,.image-grid.count-6{grid-template-columns:repeat(3,minmax(0,1fr))}.image-choice{position:relative;min-height:0;padding:0;border:2px solid transparent;border-radius:17px;overflow:hidden;background:var(--surface);color:#fff;cursor:pointer;box-shadow:var(--shadow-sm);display:block}.image-media{width:100%;aspect-ratio:4 / 3;min-height:0;display:grid;place-items:center;overflow:hidden;background:color-mix(in srgb,var(--surface-strong) 58%,#101511)}.image-choice:after{content:"";position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(transparent,#000000a6);pointer-events:none}.image-choice img{width:100%;height:100%;min-height:0;max-height:none;object-fit:contain;transition:transform .3s ease,filter .2s ease}@media (hover: hover){.image-choice:hover img{transform:scale(1.025)}}.image-choice.selected{border-color:var(--accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 25%,transparent),var(--shadow)}.image-choice:not(.selected):has(~.image-choice.selected),.image-grid:has(.image-choice.selected) .image-choice:not(.selected) img{filter:saturate(.65) brightness(.85)}.image-check{position:absolute;left:12px;bottom:10px;z-index:2;font-weight:800;text-align:left;padding:6px 9px;border-radius:999px;background:#0a120f9e;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);font-size:.78rem}.ppo-actions{max-width:1320px;margin:16px auto 0;display:flex;justify-content:space-between;gap:14px}.ppo-actions.end{justify-content:flex-end}.btn.no-opinion{background:var(--surface);border-color:var(--line-strong);color:var(--muted)}.btn.no-opinion.active{background:var(--warning-soft);border-color:var(--warning);color:var(--warning)}.rating-board{max-width:1120px}.rating-image{width:min(680px,100%);max-height:42vh;margin:0 auto 18px;border-radius:var(--radius);overflow:hidden;background:var(--surface);box-shadow:var(--shadow)}.rating-image img{width:100%;max-height:42vh;object-fit:contain;background:#0d1210}.rating-scale{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.rating-scale button{min-height:72px;padding:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:1px solid var(--line);border-radius:13px;background:var(--surface);color:var(--ink);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:border-color .18s ease,background-color .18s ease,color .18s ease,box-shadow .18s ease,transform .14s ease}.rating-scale button span{font-size:.86rem;line-height:1.25;font-weight:650;text-align:center}.rating-scale button.selected{border-color:var(--primary);background:var(--primary-soft);color:var(--primary);transform:translateY(-2px)}@media (hover: hover){.rating-scale button:hover:not(:disabled){border-color:var(--primary);background:var(--primary-soft);color:var(--primary);transform:translateY(-2px)}}.rating-scale button:active:not(:disabled){transform:translateY(0) scale(.97)}.completion-card{width:min(700px,100%);margin:10vh auto;padding:clamp(34px,6vw,70px);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow);display:grid;justify-items:center}.completion-card h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(2.2rem,5vw,4rem);margin:22px 0 10px}.completion-card p{color:var(--muted);line-height:1.7}.completion-mark{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:var(--success-soft);color:var(--success);font-size:2rem;font-weight:800}.completion-card.error-state .completion-mark{background:var(--danger-soft);color:var(--danger)}.results-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.results-grid.compact{grid-template-columns:repeat(5,1fr)}.result-card{padding:22px;border-radius:var(--radius);background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm)}.result-card-head{display:flex;justify-content:space-between;align-items:center;color:var(--primary);font-size:.78rem}.result-card h2,.result-card h3{margin:18px 0 16px}.result-card p{color:var(--muted);font-size:.8rem;line-height:1.55}.result-card small{color:var(--muted)}.score-list{display:flex;flex-direction:column;gap:10px}.potential-result{display:grid;grid-template-columns:42px 1fr;gap:16px;align-items:center;padding:14px 16px;border:1px solid var(--line);border-radius:15px;background:var(--surface-soft)}.potential-result .rank{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--surface);color:var(--primary);font-weight:800}.potential-result-main{display:grid;grid-template-columns:1fr auto;align-items:center;gap:18px}.score-bar{display:flex;flex-direction:column;gap:8px}.score-bar-head{display:flex;justify-content:space-between;gap:18px;align-items:end}.score-bar-head>div{display:flex;flex-direction:column;gap:2px}.score-bar-head small{color:var(--muted);font-size:.68rem}.score-bar-head b{font-size:1.2rem}.score-track{height:10px}.ppo-results-section .notice{margin-top:22px}.ppo-display-panel{display:grid;grid-template-columns:minmax(230px,.8fr) minmax(420px,1.4fr);gap:22px;align-items:stretch;margin:-4px 0 24px;padding:18px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(135deg,var(--surface-soft),color-mix(in srgb,var(--primary-soft) 42%,var(--surface)))}.ppo-display-intro{display:flex;flex-direction:column;justify-content:center;gap:5px;padding:4px 8px}.ppo-display-intro strong{font-size:1rem}.ppo-display-intro small{color:var(--muted);line-height:1.45}.ppo-display-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}.display-switch{position:relative;min-height:92px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto;align-items:center;gap:12px;padding:14px;border:1px solid var(--line);border-radius:13px;background:var(--surface);cursor:pointer;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.display-switch:hover{border-color:var(--line-strong);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.display-switch input{position:absolute;opacity:0;pointer-events:none}.switch-control{width:42px;height:24px;padding:3px;border-radius:999px;background:var(--surface-strong);transition:background .18s ease}.switch-control:after{content:"";width:18px;height:18px;display:block;border-radius:50%;background:var(--surface);box-shadow:0 1px 4px #0000002e;transition:transform .18s ease}.display-switch input:checked+.switch-control{background:var(--primary)}.display-switch input:checked+.switch-control:after{transform:translate(18px)}.display-switch input:focus-visible+.switch-control{outline:3px solid color-mix(in srgb,var(--primary) 35%,transparent);outline-offset:3px}.display-switch:has(input:disabled){cursor:wait;opacity:.68;transform:none}.display-switch>span:last-child{display:flex;flex-direction:column;gap:4px}.display-switch strong{font-size:.82rem}.display-switch small{color:var(--muted);font-size:.7rem;line-height:1.35;font-weight:500}.ppo-results-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ppo-result-card{--ppo-level-color: var(--primary);position:relative;isolation:isolate;min-height:138px;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;align-content:center;gap:18px;padding:20px 22px;overflow:hidden;border-color:color-mix(in srgb,var(--ppo-level-color) 26%,var(--line));background:radial-gradient(circle at 100% 0%,color-mix(in srgb,var(--ppo-level-color) 12%,transparent) 0,transparent 44%),linear-gradient(145deg,color-mix(in srgb,var(--ppo-level-color) 7%,var(--surface)),var(--surface-soft));box-shadow:inset 4px 0 color-mix(in srgb,var(--ppo-level-color) 88%,transparent),var(--shadow-sm);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.ppo-result-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--ppo-level-color) 42%,var(--line));box-shadow:inset 4px 0 0 var(--ppo-level-color),0 16px 34px color-mix(in srgb,var(--ppo-level-color) 12%,transparent)}.ppo-result-card:after{content:"";position:absolute;z-index:-1;width:128px;height:128px;right:-62px;bottom:-72px;border:24px solid color-mix(in srgb,var(--ppo-level-color) 7%,transparent);border-radius:50%}.ppo-level-very-low{--ppo-level-color: #627b91}.ppo-level-low{--ppo-level-color: #3d7f82}.ppo-level-moderate{--ppo-level-color: #477253}.ppo-level-high{--ppo-level-color: #a66d27}.ppo-level-very-high{--ppo-level-color: #9a4e5d}.ppo-level-unknown{--ppo-level-color: var(--primary)}.ppo-result-card-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px 18px}.ppo-result-card-heading.has-rank{grid-template-columns:auto minmax(0,1fr) auto}.ppo-result-card-heading h3{min-width:0;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.05rem,1.35vw,1.22rem);line-height:1.2;letter-spacing:-.018em}.ppo-result-card .rank{flex:0 0 auto;background:color-mix(in srgb,var(--ppo-level-color) 11%,var(--surface));color:var(--ppo-level-color);border:1px solid color-mix(in srgb,var(--ppo-level-color) 25%,var(--line))}.ppo-level-badge{display:inline-grid;grid-template-columns:9px auto;align-items:center;gap:9px;padding:7px 12px 7px 9px;border:1px solid color-mix(in srgb,var(--ppo-level-color) 23%,var(--line));border-radius:999px;background:color-mix(in srgb,var(--ppo-level-color) 11%,var(--surface));color:var(--ppo-level-color)}.ppo-level-badge-mark{width:9px;height:9px;border-radius:50%;background:var(--ppo-level-color);box-shadow:0 0 0 4px color-mix(in srgb,var(--ppo-level-color) 14%,transparent)}.ppo-level-badge>span:last-child{display:flex;flex-direction:column;gap:0}.ppo-level-badge small{color:color-mix(in srgb,var(--ppo-level-color) 72%,var(--muted));font-size:.56rem;line-height:1.05;text-transform:uppercase;letter-spacing:.08em;font-weight:750}.ppo-level-badge strong{font-size:.76rem;line-height:1.25;white-space:nowrap}.ppo-result-card-detail{padding-top:14px;border-top:1px solid color-mix(in srgb,var(--ppo-level-color) 15%,var(--line))}.ppo-score-bar{gap:9px}.ppo-score-summary{display:flex;align-items:flex-end;justify-content:space-between;gap:14px}.ppo-score-summary>span:first-child{display:flex;flex-direction:column;gap:1px}.ppo-score-summary small{color:color-mix(in srgb,var(--ppo-level-color) 60%,var(--muted));font-size:.61rem;line-height:1.15;text-transform:uppercase;letter-spacing:.08em;font-weight:750}.ppo-score-summary strong{color:var(--ppo-level-color);font-size:1.22rem;line-height:1.1}.ppo-score-confidence{padding:5px 9px;border:1px solid color-mix(in srgb,var(--ppo-level-color) 18%,var(--line));border-radius:999px;background:color-mix(in srgb,var(--ppo-level-color) 7%,var(--surface));color:color-mix(in srgb,var(--ppo-level-color) 70%,var(--muted));font-size:.65rem;font-weight:700;white-space:nowrap}.ppo-result-card .score-track{height:8px;background:color-mix(in srgb,var(--ppo-level-color) 11%,var(--surface-strong))}.ppo-result-card .score-track span{background:linear-gradient(90deg,color-mix(in srgb,var(--ppo-level-color) 72%,var(--primary)),var(--ppo-level-color))}.ppo-level-scale{display:flex;align-items:center;justify-content:flex-start;gap:14px;min-height:29px}.ppo-level-scale small{color:color-mix(in srgb,var(--ppo-level-color) 58%,var(--muted));font-size:.69rem;line-height:1.3}.ppo-level-scale-dots{display:inline-flex;flex:0 0 auto;align-items:center;gap:7px;padding:7px 9px;border-radius:999px;background:color-mix(in srgb,var(--ppo-level-color) 7%,var(--surface));border:1px solid color-mix(in srgb,var(--ppo-level-color) 16%,var(--line))}.ppo-level-scale-dots span{width:6px;height:6px;border-radius:50%;background:color-mix(in srgb,var(--ppo-level-color) 18%,var(--surface-strong))}.ppo-level-scale-dots span.current{width:10px;height:10px;background:var(--ppo-level-color);box-shadow:0 0 0 4px color-mix(in srgb,var(--ppo-level-color) 13%,transparent)}.ppo-results-grid.qualitative-only .ppo-result-card{min-height:132px}.invite-grid{grid-template-columns:2fr 1fr 1.2fr .65fr;align-items:end}.invite-grid .span-two{grid-column:span 2}.invite-links{margin-top:28px;padding-top:24px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:9px}.invite-links>div{display:grid;grid-template-columns:minmax(160px,.8fr) minmax(220px,1.8fr) auto;gap:14px;align-items:center;padding:12px;border-radius:12px;background:var(--surface-soft)}.invite-links>div>div{display:flex;flex-direction:column}.invite-links code{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-form{display:flex;gap:8px}.search-form input{min-width:260px}.dashboard-metrics{grid-template-columns:repeat(5,minmax(0,1fr))}.dashboard-section-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:7px;border:1px solid var(--line);border-radius:16px;background:var(--surface-strong)}.dashboard-section-tabs button{min-height:50px;display:flex;justify-content:center;align-items:center;gap:10px;border:0;border-radius:11px;background:transparent;color:var(--muted);font-weight:800;cursor:pointer}.dashboard-section-tabs button small{min-width:25px;padding:4px 7px;border-radius:999px;background:color-mix(in srgb,var(--muted) 10%,transparent);color:inherit;font-size:.67rem}.dashboard-section-tabs button.active{background:var(--surface);color:var(--primary);box-shadow:var(--shadow-sm)}.users-heading{align-items:flex-start}.users-heading>div>p{margin:8px 0 0;color:var(--muted);font-size:.8rem}.user-list-filters{width:min(720px,100%);display:grid;grid-template-columns:minmax(210px,1.5fr) minmax(170px,1fr) auto auto;gap:9px;align-items:end}.user-list-filters.without-role{grid-template-columns:minmax(260px,1fr) auto auto}.user-list-filters label{gap:5px}.user-list-filters label>span{color:var(--muted);font-size:.66rem;text-transform:uppercase;letter-spacing:.07em}.user-list-filters input,.user-list-filters select{min-height:44px;padding-block:9px}.user-list-filters .btn{min-height:44px;white-space:nowrap}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:14px}table{width:100%;border-collapse:collapse;font-size:.82rem}th,td{padding:13px 15px;text-align:left;border-bottom:1px solid var(--line);vertical-align:middle}th{position:sticky;top:0;background:var(--surface-soft);color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:.67rem;z-index:1}tr:last-child td{border-bottom:0}.th-sortable{padding:0}.th-sortable button{display:flex;align-items:center;gap:5px;width:100%;min-height:100%;padding:13px 15px;background:none;border:0;cursor:pointer;font:inherit;font-weight:inherit;color:inherit;text-transform:inherit;letter-spacing:inherit;text-align:left}.th-sortable button:hover,.th-sortable button:focus-visible{color:var(--ink)}.th-sortable .sort-indicator{opacity:.4;flex-shrink:0}.th-sortable.th-sorted{color:var(--ink)}.th-sortable.th-sorted .sort-indicator{opacity:1;color:var(--primary)}tbody tr:hover{background:color-mix(in srgb,var(--surface-soft) 65%,transparent)}.study-summary{display:flex;align-items:center;justify-content:space-between;gap:20px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:20px}.study-summary h3{margin:0 0 8px}.study-summary>div:nth-child(2){display:flex;flex-direction:column;color:var(--muted)}.staff-scores{max-height:760px;overflow:auto;padding-right:4px}.details-block{margin-top:24px}.details-block summary{cursor:pointer;font-weight:800;color:var(--primary);padding:12px 0}.metrics-table{max-height:520px}.interview-list{display:flex;flex-direction:column;gap:8px}.interview-list a{display:flex;justify-content:space-between;align-items:center;text-decoration:none;padding:16px;border:1px solid var(--line);border-radius:13px;background:var(--surface-soft)}.interview-list a>div{display:flex;flex-direction:column;gap:4px}.interview-list small{color:var(--muted)}.interview-form{display:grid;grid-template-columns:1fr 1fr;gap:20px}.interview-form label:not(:first-child):not(:nth-child(2)){grid-column:1 / -1}.interview-form .button-row{grid-column:1 / -1}.empty-state{padding:30px;text-align:center;color:var(--muted);background:var(--surface-soft);border-radius:14px}.import-panel{display:flex;justify-content:space-between;align-items:center;gap:28px}.import-panel p{color:var(--muted);margin:10px 0 0}.import-panel code{display:inline-block;padding:8px 10px;margin-top:10px;border-radius:8px;background:var(--surface-soft);word-break:break-all}.import-actions{display:flex;flex-direction:column;align-items:flex-end;gap:13px;min-width:270px}.ppo-archive-import-panel>div:first-child{max-width:760px}.ppo-archive-file{width:min(410px,100%);display:flex;flex-direction:column;gap:7px}.ppo-archive-file>span{font-size:.78rem;font-weight:800;color:var(--ink)}.ppo-archive-file input{width:100%;padding:10px;border:1px dashed var(--line-strong);border-radius:12px;background:var(--surface-soft)}.ppo-archive-file small{color:var(--muted);line-height:1.45}.ppo-import-progress .section-heading{align-items:center;margin-bottom:18px}.ppo-import-progress .section-heading>b{color:var(--primary);font-size:1.35rem}.ppo-import-report{border-top:5px solid var(--primary)}.ppo-import-report>.notice{margin-bottom:16px}.ppo-import-report .notice ul{margin:8px 0 0;padding-left:20px}.ppo-import-report .notice li+li{margin-top:5px}.ppo-import-report code{overflow-wrap:anywhere}.ppo-report-header-wrap{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.ppo-report-header-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.ppo-report-history-select{display:flex;align-items:center;gap:8px;margin:12px 0 16px;font-size:.82rem;color:var(--muted)}.ppo-report-history-select select{font-size:.8rem;padding:4px 8px;border-radius:8px;border:1px solid var(--line);background:var(--surface);max-width:460px}.ppo-report-toggle-btn{white-space:nowrap}.ppo-report-outcome-notice{margin-top:14px;margin-bottom:14px}.ppo-import-metrics.metrics-grid.compact{grid-template-columns:repeat(5,minmax(0,1fr));margin:22px 0}.ppo-import-comparison{margin-top:18px}.ppo-import-long-table{max-height:560px}.ppo-import-long-table td{max-width:360px;overflow-wrap:anywhere}.ppo-warning-files-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:10px;margin-top:10px}.ppo-warning-file-card{display:flex;align-items:center;gap:12px;padding:8px 12px;border-radius:10px;background:var(--surface);border:1px solid var(--line)}.ppo-warning-file-card .ppo-warning-meta{display:flex;flex-direction:column;gap:3px;min-width:0;font-size:.78rem}.ppo-warning-file-card .ppo-warning-meta code{font-size:.72rem;word-break:break-all}.ppo-warning-file-card .ppo-format-badge{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:.74rem;margin-top:2px}.ppo-warning-file-card .ppo-format-badge b{font-weight:700}.ppo-import-thumb-link{display:inline-flex;flex-direction:column;align-items:center;gap:4px;text-decoration:none;flex-shrink:0}.ppo-import-thumb-link.compact{flex-direction:row;gap:6px}.ppo-import-thumb{width:48px;height:48px;object-fit:cover;border-radius:8px;border:1px solid var(--line);background:var(--surface-soft);transition:border-color .15s ease,transform .15s ease}.ppo-import-thumb.compact{width:32px;height:32px;border-radius:6px}.ppo-import-thumb-link:hover .ppo-import-thumb{border-color:var(--primary);transform:scale(1.04)}.ppo-thumb-caption{font-size:.68rem;color:var(--muted)}.ppo-import-thumb-list{display:flex;flex-direction:column;gap:8px}.ppo-import-thumb-item{display:flex;align-items:center;gap:10px}.ppo-import-thumb-group{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:4px 0}.ppo-import-thumb-chips{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.ppo-import-thumb-pair{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:4px 0}.pair-arrow{color:var(--muted);font-weight:700}.nested-details{margin-top:14px;padding:12px 15px;border:1px solid var(--line);border-radius:12px;background:var(--surface-soft)}.nested-details summary{cursor:pointer;font-weight:750}.nested-details ul{max-height:300px;overflow:auto;margin-bottom:0;padding-left:20px}.ppo-import-report .nested-details pre{max-height:320px;margin:12px 0 0;padding:12px;overflow:auto;border-radius:10px;background:var(--surface-strong);color:var(--muted);font-size:.7rem;line-height:1.5;white-space:pre-wrap}.ppo-import-report td>pre{max-height:240px;min-width:180px;margin:0;overflow:auto;color:var(--muted);font-size:.7rem;line-height:1.45;white-space:pre-wrap}.ppo-import-audit{display:grid;gap:7px;margin-top:24px;padding:16px;border-radius:12px;background:var(--surface-soft);color:var(--muted);font-size:.76rem}.ppo-import-confirmation{display:grid;gap:18px;margin-top:24px;padding:20px;border:1px solid color-mix(in srgb,var(--primary) 40%,var(--line));border-radius:14px;background:var(--primary-soft)}.ppo-import-confirmation .check-label{align-items:flex-start}.ppo-import-confirmation .button-row{justify-content:flex-end}.ppo-import-management{border-top:5px solid color-mix(in srgb,var(--danger) 66%,var(--line))}.ppo-import-management-heading{align-items:flex-start}.ppo-import-management-heading>div{max-width:780px}.ppo-import-management-heading p{max-width:760px;color:var(--muted);line-height:1.55}.ppo-import-management-table table{min-width:1040px}.ppo-import-management-table td{vertical-align:top}.ppo-import-management-table td:first-child{max-width:245px}.ppo-import-management-table td code{display:inline-block;max-width:210px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ppo-import-management-table td:nth-child(5){max-width:260px;overflow-wrap:anywhere}.ppo-import-management-table .btn{white-space:nowrap}.positive-text{color:var(--success);font-weight:800}.admin-columns{display:grid;grid-template-columns:1fr 1fr;gap:20px}.bar-list{display:flex;flex-direction:column;gap:13px}.bar-list>div>div:first-child{display:flex;justify-content:space-between;margin-bottom:5px;font-size:.78rem}.mini-track{height:6px}.potential-admin-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.potential-admin-grid article{min-height:115px;display:grid;grid-template-columns:100px 1fr;gap:14px;align-items:center;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:var(--surface-soft)}.potential-admin-grid img{width:100%;height:100%;min-height:115px;object-fit:cover}.potential-admin-grid article>div{padding:12px 12px 12px 0}.potential-admin-grid h3{margin:0 0 7px;font-size:.9rem}.potential-admin-grid p{margin:0 0 10px;color:var(--muted);font-size:.72rem}@media (max-width: 1180px){.site-header{grid-template-columns:1fr auto}.main-nav{order:3;grid-column:1 / -1;justify-content:flex-start;overflow-x:auto;padding-top:4px}.user-menu>span{display:none}.results-grid,.results-grid.compact,.metrics-grid{grid-template-columns:repeat(3,1fr)}.potential-admin-grid{grid-template-columns:repeat(2,1fr)}.ppo-display-panel{grid-template-columns:1fr}.invite-grid{grid-template-columns:1fr 1fr}.invite-grid .span-two{grid-column:1 / -1}}@media (max-width: 860px){.main-content{padding-top:30px}.site-header{position:static}.hero{grid-template-columns:1fr;min-height:auto}.hero-visual{width:min(440px,90vw);order:-1}.feature-grid{grid-template-columns:1fr}.feature-card.featured{transform:none}.page-head{align-items:flex-start;flex-direction:column}.study-grid,.study-grid.compact,.admin-columns{grid-template-columns:1fr}.study-card{min-height:400px}.study-screen{margin-top:-30px}.study-topbar{grid-template-columns:1fr auto}.study-progress{grid-column:1 / -1;grid-row:2}.image-grid{grid-template-columns:repeat(2,1fr)}.image-grid.count-3,.image-grid.count-4,.image-grid.count-5,.image-grid.count-6{grid-template-columns:repeat(2,minmax(0,1fr))}.image-choice,.image-choice img{min-height:0}.rating-scale{grid-template-columns:repeat(4,1fr)}.rating-scale button:last-child{grid-column:span 1}.results-grid,.results-grid.compact{grid-template-columns:repeat(2,1fr)}.ppo-display-options,.potential-result-main{grid-template-columns:1fr}.level-pill{width:max-content}.invite-links>div{grid-template-columns:1fr auto}.invite-links code{grid-column:1 / -1}.import-panel{flex-direction:column;align-items:flex-start}.import-actions{align-items:flex-start;min-width:0}.ppo-import-metrics.metrics-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.ppo-import-confirmation .button-row{justify-content:flex-start}.site-footer{flex-direction:column;align-items:flex-start}.site-footer img{width:min(460px,100%);object-position:left}}@media (max-width: 580px){.site-header{padding:10px 14px;gap:10px}.brand{min-width:112px}.brand-subtitle{display:none}.brand img{width:138px;height:auto}.main-nav a{font-size:.75rem;padding:8px 10px}.main-content{padding-inline:13px}.site-footer{padding-inline:16px}.hero-copy h1{font-size:clamp(2rem,10vw,2.8rem);line-height:1.02}.form-grid.two,.invite-grid,.interview-form{grid-template-columns:1fr}.span-two,.invite-grid .span-two,.interview-form label,.interview-form .button-row{grid-column:1}.metrics-grid,.metrics-grid.compact{grid-template-columns:repeat(2,1fr)}.study-card-head{grid-template-columns:auto 1fr}.study-card-head .status{grid-column:1 / -1}.question-board{min-height:0;padding:16px 14px 14px;border-radius:22px;grid-template-rows:auto auto auto auto;overflow:visible}.question-board h1,.question-board h1.medium,.question-board h1.long{font-size:clamp(1.02rem,4.4vw,1.22rem);min-height:3.5em;height:auto;overflow:visible;line-height:1.25;margin:10px 0 12px}.question-actions{grid-template-columns:auto 1fr}.estimate{text-align:right}.image-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.image-grid.count-2,.image-grid.count-3,.image-grid.count-4,.image-grid.count-5,.image-grid.count-6{grid-template-columns:repeat(2,minmax(0,1fr))}.image-choice,.image-choice img{min-height:0;max-height:none}.image-check{left:7px;bottom:7px;padding:4px 7px;font-size:.68rem}.ppo-actions{flex-direction:column}.rating-scale{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.rating-scale button{min-height:64px;padding:6px 4px}.rating-scale button span{font-size:.72rem}.results-grid,.results-grid.compact,.ppo-results-grid{grid-template-columns:1fr}.potential-result:not(.ppo-result-card){grid-template-columns:34px 1fr;padding:12px 10px}.ppo-result-card{min-height:0;padding:18px 17px 16px}.ppo-result-card-heading,.ppo-result-card-heading.has-rank{grid-template-columns:auto minmax(0,1fr);align-items:start}.ppo-result-card-heading .ppo-level-badge{grid-column:1 / -1;justify-self:start}.ppo-result-card-heading:not(.has-rank) h3{grid-column:1 / -1}.ppo-level-scale{align-items:flex-start;flex-direction:column;gap:9px}.ppo-score-summary{align-items:flex-start}.section-heading{align-items:flex-start;flex-direction:column}.search-form{width:100%}.search-form input{min-width:0}.potential-admin-grid{grid-template-columns:1fr}.study-summary{align-items:flex-start;flex-direction:column}}@media (max-height: 820px) and (min-width: 581px){.study-topbar{min-height:68px;padding-block:7px}.question-board{min-height:0;margin-top:12px;padding:20px 30px;grid-template-rows:auto auto auto auto}.question-number{width:38px;height:38px}.question-board h1{margin:10px 0 14px;min-height:3.2em;font-size:clamp(1.2rem,1.7vw,1.7rem)}.question-board h1.medium{font-size:clamp(1.14rem,1.55vw,1.55rem)}.question-board h1.long{font-size:clamp(1.08rem,1.45vw,1.42rem)}.answer-list{gap:5px}.answer-option{min-height:45px;padding-block:6px}.question-actions{padding-top:10px}.ppo-board,.rating-board{margin-top:10px}.board-heading{margin-bottom:12px}.board-heading h1{font-size:clamp(1.65rem,2.7vw,2.75rem)}.image-media{aspect-ratio:16 / 10}.ppo-actions{margin-top:12px}.rating-image,.rating-image img{max-height:36vh}.rating-scale button{min-height:62px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.ppo-history{display:flex;flex-direction:column;gap:24px;padding-top:12px}.ppo-history-turn{border:1px solid var(--line);border-radius:var(--radius-sm);padding:18px;background:var(--surface-soft)}.turn-meta{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:14px;font-size:.86rem}.turn-meta strong{color:var(--primary)}.rating-tag{background:var(--accent-soft);color:var(--accent);padding:4px 8px;border-radius:6px;font-weight:800;font-size:.75rem}.turn-images{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-end}.history-image{position:relative;width:100px;height:100px;border-radius:8px;overflow:hidden;border:2px solid transparent}.history-image img{width:100%;height:100%;object-fit:cover}.history-image.selected{border-color:var(--accent);box-shadow:0 0 10px var(--accent-soft)}.selected-mark{position:absolute;top:0;right:0;bottom:0;left:0;background:#d88b3a99;color:#fff;display:grid;place-items:center;font-size:.65rem;font-weight:800}.no-opinion-mark{background:var(--warning-soft);color:var(--warning);padding:8px 12px;border-radius:8px;font-weight:800;font-size:.75rem;border:1px dashed var(--warning)}.btn.danger{background:var(--danger);color:#fff;box-shadow:0 10px 24px color-mix(in srgb,var(--danger) 24%,transparent)}.btn.danger:hover:not(:disabled){background:color-mix(in srgb,var(--danger) 84%,#000)}.danger-text{color:var(--danger)!important}.compact-row{margin-top:0}.dismissible{cursor:pointer}.dismissible>span{font-size:1.35rem;line-height:1;margin-left:auto}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:grid;place-items:center;padding:20px;background:#08110e9e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.confirm-dialog{width:min(560px,100%);padding:clamp(26px,4vw,42px);border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow)}.confirm-dialog h2{margin:12px 0 10px;font-size:clamp(1.65rem,4vw,2.35rem)}.confirm-dialog p{color:var(--muted);line-height:1.65}.confirm-icon{width:58px;height:58px;margin-bottom:20px;display:grid;place-items:center;border-radius:18px;background:var(--primary-soft);color:var(--primary);font-size:1.45rem;font-weight:900}.confirm-icon.danger{background:var(--danger-soft);color:var(--danger)}.confirm-details{display:flex;flex-direction:column;gap:5px;margin-top:18px;padding:14px 16px;border:1px solid var(--line);border-radius:12px;background:var(--surface-soft);word-break:break-word}.confirm-details span{color:var(--muted);font-size:.82rem}.confirm-details strong:first-child{overflow-wrap:anywhere}.confirm-details .danger-text{margin-top:5px;color:var(--danger)}.ppo-deletion-session-list summary{cursor:pointer;font-size:.82rem;font-weight:800}.ppo-deletion-session-list ul{max-height:180px;margin:10px 0 6px;padding-left:18px;overflow:auto}.ppo-deletion-session-list li+li{margin-top:6px}.ppo-deletion-session-list li small{display:block;color:var(--muted)}.confirm-actions{justify-content:flex-end}.profile-gate{border-left:5px solid var(--warning)}.profile-gate.complete{border-left-color:var(--success)}.profile-intro{max-width:900px;line-height:1.6}.profile-form{display:grid;grid-template-columns:minmax(140px,.55fr) minmax(220px,1fr) auto;gap:14px;align-items:end;margin-top:20px}.rating-instruction{max-width:760px;margin:0 auto 18px;color:var(--muted);line-height:1.55;text-align:center}.rating-scale.star-scale{grid-template-columns:repeat(5,minmax(0,1fr));max-width:980px;margin:0 auto}.rating-scale.star-scale button{min-height:112px;padding:14px 10px}.rating-scale.star-scale .stars{color:var(--accent);font-size:clamp(1rem,1.8vw,1.45rem);letter-spacing:.06em;white-space:nowrap}.rating-scale.star-scale strong{font-size:.92rem}.rating-scale.star-scale small{max-width:150px;color:var(--muted);font-size:.7rem;line-height:1.3;text-align:center}.rating-scale.star-scale button.selected small{color:currentColor}@media (hover: hover){.rating-scale.star-scale button:hover:not(:disabled) small{color:currentColor}}.star-value{display:inline-flex;align-items:center;gap:8px;padding:5px 8px;border-radius:8px;background:var(--accent-soft);color:var(--accent)}.star-value>span{letter-spacing:.04em;white-space:nowrap}.star-value small{color:inherit;font-weight:800}.invite-grid{grid-template-columns:minmax(260px,2fr) minmax(170px,1fr) minmax(190px,1.15fr) minmax(230px,1.25fr) auto}.invite-email-check{min-height:48px;align-self:end;padding:11px 13px;border:1px solid var(--line);border-radius:11px;background:var(--surface-soft)}.table-actions{display:flex;flex-wrap:wrap;gap:7px;align-items:center;min-width:170px}.role-select{min-width:160px;min-height:40px;padding-block:8px}.users-table table{min-width:1260px}.users-table .user-identity{min-width:270px}.user-identity>b{display:block;overflow-wrap:anywhere}.user-identity>small:last-child{color:var(--muted)}.user-chips{display:flex;flex-wrap:wrap;gap:6px;align-items:center;margin-top:8px}.role-chip{display:inline-flex;width:max-content;padding:5px 8px;border-radius:999px;background:var(--surface-strong);color:var(--muted);font-size:.64rem;font-weight:800}.role-chip.role-psychologist{background:var(--info-soft);color:var(--info)}.role-chip.role-admin{background:var(--accent-soft);color:color-mix(in srgb,var(--accent) 72%,var(--ink))}.role-chip.role-participant{background:var(--primary-soft);color:var(--primary)}.role-chip.role-mtl{background:color-mix(in srgb,var(--info-soft) 85%,var(--surface));color:var(--info);border:1px solid color-mix(in srgb,var(--info) 30%,transparent)}.users-table .activation-cell{min-width:135px}.users-table .activation-cell>*+*{margin-top:6px}.users-table .role-cell{min-width:185px;vertical-align:top}.users-table .role-cell>*+*{margin-top:7px}.users-table .role-select{width:100%;min-width:160px;min-height:38px;padding-block:6px}.users-table .mtl-switch{width:100%}.users-table .actions-cell{vertical-align:top}.users-table .table-actions{min-width:145px;flex-direction:column;align-items:stretch;gap:6px}.users-table .table-actions .btn{width:100%;text-align:center}.users-table th:first-child,.users-table td:first-child{position:sticky;left:0;z-index:2;background:var(--surface);box-shadow:1px 0 0 var(--line)}.users-table th:first-child{z-index:4;background:var(--surface-soft)}.users-table th:last-child,.users-table td:last-child{position:sticky;right:0;z-index:2;background:var(--surface);box-shadow:-1px 0 0 var(--line)}.users-table th:last-child{z-index:4;background:var(--surface-soft)}.users-table tbody tr:hover td:first-child,.users-table tbody tr:hover td:last-child{background:color-mix(in srgb,var(--surface-soft) 65%,var(--surface))}.users-table .study-cell{min-width:168px}.users-table .study-cell>*+*{margin-top:7px}.study-version{color:var(--muted);font-size:.68rem;line-height:1.35;overflow-wrap:anywhere}.study-version code{font-size:.68rem}.version-stale{color:var(--warning);font-weight:800}.users-table .table-switch{min-height:0;padding:6px 10px;gap:8px;border-radius:10px}.users-table .table-switch:hover{transform:none;box-shadow:none;border-color:var(--line)}.users-table .table-switch .switch-control{width:34px;height:20px}.users-table .table-switch .switch-control:after{width:14px;height:14px}.users-table .table-switch input:checked+.switch-control:after{transform:translate(14px)}.users-table .table-switch strong{font-size:.7rem}.users-table .table-switch small{font-size:.66rem}.settings-state.compact{min-height:26px;padding:4px 9px;font-size:.66rem}.table-note{margin:10px 0 0;font-size:.74rem;line-height:1.5}.revealed-invite{min-width:300px;max-width:520px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;margin-top:10px;padding:10px;border:1px solid color-mix(in srgb,var(--primary) 35%,var(--line));border-radius:11px;background:var(--primary-soft)}.revealed-invite code{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--primary-strong)}.invitations-table td:last-child{min-width:240px}.users-table td:last-child{min-width:175px}.user-list-empty{margin:14px 0 0}.availability-section{overflow:hidden}.availability-heading{align-items:flex-start}.availability-heading p{margin:10px 0 0;max-width:760px;line-height:1.55}.calendar-integrations{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:9px}.availability-workspace{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(270px,.8fr);gap:16px;margin:24px 0}.availability-editor{padding:18px;border:1px solid var(--line);border-radius:16px;background:var(--surface-soft)}.availability-editor h3{margin:8px 0 16px}.segmented-control{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin-bottom:16px;padding:4px;border-radius:12px;background:var(--surface-strong)}.segmented-control button{min-height:38px;border:0;border-radius:9px;background:transparent;color:var(--muted);font-weight:800;cursor:pointer}.segmented-control button.active{background:var(--surface);color:var(--primary);box-shadow:var(--shadow-sm)}.availability-fields{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:10px;margin-bottom:14px}.series-fields{grid-template-columns:1fr 1fr .85fr .85fr}.weekday-picker{grid-column:1 / -1}.weekday-picker>span{display:block;margin-bottom:7px;font-size:.84rem;font-weight:700}.weekday-picker>div{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.weekday-picker button{min-height:38px;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--muted);font-weight:800;cursor:pointer}.weekday-picker button.active{border-color:var(--primary);background:var(--primary-soft);color:var(--primary)}.edit-slot-panel{border-color:color-mix(in srgb,var(--primary) 42%,var(--line));background:color-mix(in srgb,var(--primary-soft) 70%,var(--surface))}.edit-slot-panel .compact-row{margin-top:14px}.calendar-toolbar{display:grid;grid-template-columns:1fr auto 1fr;gap:18px;align-items:center;margin:24px 0 14px}.calendar-toolbar>strong{text-align:center;font-size:1rem}.calendar-toolbar>button{justify-self:end}.weekly-calendar{display:grid;grid-template-columns:64px minmax(980px,1fr);grid-template-rows:54px 840px;width:100%;overflow:auto;border:1px solid var(--line);border-radius:16px;background:var(--surface);overscroll-behavior:contain}.calendar-corner{position:sticky;left:0;top:0;z-index:8;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface-soft)}.calendar-day-headings{position:sticky;top:0;z-index:7;display:grid;grid-template-columns:repeat(7,1fr);min-width:980px;background:var(--surface-soft)}.calendar-day-headings>div{display:grid;place-items:center;border-right:1px solid var(--line);border-bottom:1px solid var(--line);text-transform:capitalize;font-size:.8rem;font-weight:800}.calendar-day-headings>div.today{background:var(--primary-soft);color:var(--primary)}.calendar-hours{position:sticky;left:0;z-index:6;display:grid;grid-template-rows:repeat(14,60px);background:var(--surface-soft)}.calendar-hours>div{padding:6px 8px 0 0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--muted);text-align:right;font-size:.68rem}.calendar-days-grid{display:grid;grid-template-columns:repeat(7,minmax(140px,1fr));min-width:980px}.calendar-day-column{position:relative;display:grid;grid-template-rows:repeat(14,60px);border-right:1px solid var(--line);background:var(--surface)}.calendar-day-column.today{background:color-mix(in srgb,var(--primary-soft) 28%,var(--surface))}.calendar-hour-cell{border-bottom:1px solid var(--line);background-image:linear-gradient(to bottom,transparent 49%,color-mix(in srgb,var(--line) 55%,transparent) 50%,transparent 51%);background-size:100% 50%}.calendar-slot{position:absolute;left:5px;right:5px;z-index:3;min-height:29px;overflow:hidden;padding:6px 7px;border:1px solid color-mix(in srgb,var(--primary) 46%,var(--line));border-radius:9px;background:var(--primary-soft);color:var(--primary-strong);text-align:left;cursor:pointer;box-shadow:0 4px 12px #155b4b1a}.calendar-slot.selected{z-index:5;border-color:var(--primary);box-shadow:0 7px 18px color-mix(in srgb,var(--primary) 24%,transparent);transform:translateY(-1px)}@media (hover: hover){.calendar-slot:hover:not(:disabled){z-index:5;border-color:var(--primary);box-shadow:0 7px 18px color-mix(in srgb,var(--primary) 24%,transparent);transform:translateY(-1px)}}.calendar-slot.booked{border-color:color-mix(in srgb,var(--accent) 54%,var(--line));background:var(--accent-soft);color:color-mix(in srgb,var(--accent) 62%,var(--ink));cursor:default}.calendar-slot:disabled{opacity:1}.calendar-slot strong,.calendar-slot span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-slot strong{font-size:.7rem}.calendar-slot span{margin-top:2px;font-size:.62rem}.calendar-empty{margin-top:14px}@media (max-width: 1180px){.profile-form{grid-template-columns:1fr 1fr}.profile-form .btn{grid-column:1 / -1}.invite-grid{grid-template-columns:1.4fr 1fr 1fr}.invite-email-check{grid-column:1 / span 2}.availability-workspace{grid-template-columns:1fr}.users-heading{flex-direction:column}.user-list-filters{width:100%}.calendar-toolbar{grid-template-columns:1fr auto}.calendar-toolbar>strong{grid-row:1;grid-column:1 / -1}}@media (max-width: 860px){.users-table .study-cell{min-width:150px}.users-table .table-switch{padding:6px 8px}.users-table .table-switch strong{font-size:.66rem}.rating-scale.star-scale{grid-template-columns:repeat(5,minmax(112px,1fr));overflow-x:auto;padding:5px}.availability-fields,.series-fields{grid-template-columns:1fr 1fr}.availability-fields label:first-child,.weekday-picker{grid-column:1 / -1}.calendar-integrations{justify-content:flex-start}.calendar-toolbar{display:flex;flex-wrap:wrap;justify-content:space-between}.calendar-toolbar>strong{order:-1;width:100%}.invite-grid{grid-template-columns:1fr 1fr}.invite-email-check{grid-column:1 / -1}.dashboard-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.user-list-filters{grid-template-columns:1fr 1fr}.user-list-filters .filter-search{grid-column:1 / -1}}@media (max-width: 580px){.profile-form,.availability-fields,.series-fields,.invite-grid{grid-template-columns:1fr}.profile-form .btn,.availability-fields label:first-child,.weekday-picker,.invite-email-check{grid-column:1}.weekday-picker>div{grid-template-columns:repeat(4,1fr)}.rating-scale.star-scale{grid-template-columns:1fr;overflow:visible}.dashboard-section-tabs{grid-template-columns:1fr}.dashboard-section-tabs button{justify-content:space-between;padding-inline:16px}.user-list-filters{grid-template-columns:1fr}.user-list-filters .filter-search{grid-column:1}.notification-popover{position:fixed;top:68px;left:14px;right:14px;width:auto}.rating-scale.star-scale button{min-height:82px;display:grid;grid-template-columns:1fr auto;text-align:left}.rating-scale.star-scale button small{grid-column:1 / -1;max-width:none}.calendar-toolbar .button-row{width:100%}.calendar-toolbar .button-row .btn{flex:1}.revealed-invite{min-width:240px;grid-template-columns:1fr}.confirm-actions .btn{flex:1}}.administration-page .page-head p{max-width:760px}.administration-settings{padding:clamp(24px,3.5vw,42px)}.administration-heading{align-items:flex-start}.administration-heading>div{max-width:780px}.administration-heading p{margin:10px 0 0;color:var(--muted);line-height:1.6}.settings-state{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:7px 12px;border-radius:999px;font-size:.72rem;font-weight:800}.settings-state:before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor}.settings-state.saved{color:var(--success);background:var(--success-soft)}.settings-state.pending{color:var(--warning);background:var(--warning-soft)}.administration-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr);gap:22px;align-items:stretch}.administration-options{grid-template-columns:1fr;gap:14px}.administration-switch{min-height:128px;padding:22px;grid-template-columns:auto minmax(0,1fr);align-items:flex-start}.administration-switch .switch-control{margin-top:2px}.administration-switch strong{font-size:.95rem;line-height:1.35}.administration-switch small{max-width:780px;margin-top:5px;font-size:.78rem;line-height:1.55}.ppo-level-scale-setting{margin:0;padding:22px;border:1px solid var(--line);border-radius:13px;background:var(--surface)}.ppo-level-scale-setting legend{padding:0 7px;color:var(--text);font-size:.95rem;line-height:1.35;font-weight:800}.ppo-level-scale-setting>p{margin:2px 0 16px;color:var(--muted);font-size:.78rem;line-height:1.55}.ppo-level-scale-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ppo-level-scale-option{position:relative;display:block;min-width:0;padding:15px;border:1px solid var(--line);border-radius:12px;background:var(--surface-soft);cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease,background .16s ease}@media (hover: hover){.ppo-level-scale-option:hover{transform:translateY(-1px);border-color:var(--line-strong);box-shadow:var(--shadow-sm)}}.ppo-level-scale-option.selected{border-color:color-mix(in srgb,var(--primary) 55%,var(--line));background:color-mix(in srgb,var(--primary-soft) 72%,var(--surface));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--primary) 18%,transparent)}.ppo-level-scale-option input{position:absolute;opacity:0;pointer-events:none}.ppo-level-scale-option:has(input:focus-visible){outline:3px solid color-mix(in srgb,var(--primary) 30%,transparent);outline-offset:3px}.ppo-level-scale-option:has(input:disabled){cursor:wait;opacity:.68;transform:none}.ppo-level-scale-option>span{display:flex;flex-direction:column;gap:4px}.ppo-level-scale-option strong{font-size:.9rem}.ppo-level-scale-option small{color:var(--muted);font-size:.72rem;line-height:1.4}.ppo-level-preview{display:grid;gap:5px;margin-top:10px}.ppo-level-preview.three-levels{grid-template-columns:repeat(3,minmax(0,1fr))}.ppo-level-preview.five-levels{grid-template-columns:repeat(5,minmax(0,1fr))}.ppo-level-preview i{min-width:0;padding:5px 4px;overflow:hidden;border:1px solid color-mix(in srgb,currentColor 22%,var(--line));border-radius:999px;background:color-mix(in srgb,currentColor 8%,var(--surface));font-size:.57rem;font-style:normal;font-weight:750;line-height:1;text-align:center;text-overflow:ellipsis;white-space:nowrap}.ppo-level-preview i:first-child{color:#3d7f82}.ppo-level-preview.five-levels i:first-child{color:#627b91}.ppo-level-preview.three-levels i:nth-child(2),.ppo-level-preview.five-levels i:nth-child(3){color:#477253}.ppo-level-preview.three-levels i:last-child{color:#a66d27}.ppo-level-preview.five-levels i:nth-child(2){color:#3d7f82}.ppo-level-preview.five-levels i:nth-child(4){color:#a66d27}.ppo-level-preview.five-levels i:last-child{color:#9a4e5d}.administration-impact{padding:24px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(145deg,var(--primary-soft),color-mix(in srgb,var(--surface) 82%,var(--accent-soft)))}.administration-impact h3{margin:12px 0 20px;font-size:1.3rem;line-height:1.25}.role-impact-list{display:flex;flex-direction:column;gap:10px}.role-impact-list>div{display:flex;flex-direction:column;gap:4px;padding:13px 14px;border:1px solid color-mix(in srgb,var(--line) 72%,transparent);border-radius:12px;background:color-mix(in srgb,var(--surface) 78%,transparent)}.role-impact-list b{font-size:.8rem}.role-impact-list span{color:var(--muted);font-size:.72rem;line-height:1.45}.administration-actions{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:24px;padding-top:22px;border-top:1px solid var(--line)}.administration-actions>div:first-child{display:flex;flex-direction:column;gap:4px}.administration-actions small{color:var(--muted);line-height:1.45}.administration-actions .button-row{margin-top:0;flex-wrap:nowrap}.potential-name-list{display:grid;gap:10px;margin-top:22px}.potential-name-row{display:grid;grid-template-columns:minmax(180px,.75fr) minmax(240px,1.4fr) auto;gap:14px;align-items:center;padding:13px 14px;border:1px solid var(--line);border-radius:12px;background:var(--surface-soft)}.potential-name-meta{display:flex;min-width:0;flex-direction:column;gap:5px}.potential-name-meta code{width:fit-content;color:var(--primary);font-size:.75rem;font-weight:800}.potential-name-meta small{overflow:hidden;color:var(--muted);font-size:.7rem;text-overflow:ellipsis;white-space:nowrap}.potential-name-row input{min-width:0}.inline-loading{display:flex;align-items:center;gap:12px;min-height:90px;color:var(--muted)}.inline-loading .loader{width:24px;height:24px}.mtl-labeler-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.mtl-labeler-option{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px;min-width:0;padding:17px 18px;border:1px solid var(--line);border-radius:13px;background:var(--surface-soft);cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.mtl-labeler-option:hover{border-color:var(--line-strong)}.mtl-labeler-option.selected{border-color:color-mix(in srgb,var(--primary) 48%,var(--line));background:color-mix(in srgb,var(--primary-soft) 64%,var(--surface));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--primary) 12%,transparent)}.mtl-labeler-option input{width:19px;height:19px;min-height:auto;accent-color:var(--primary)}.mtl-labeler-option>span{display:flex;min-width:0;flex-direction:column;gap:5px}.mtl-labeler-option>span strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mtl-labeler-option>span small{color:var(--muted);font-size:.7rem;line-height:1.4}.mtl-labeler-option>b{padding:6px 9px;border-radius:999px;background:var(--surface);color:var(--muted);font-size:.67rem;white-space:nowrap}.mtl-labeler-option.selected>b{background:var(--success-soft);color:var(--success)}.mtl-labeler-list+.notice{margin-top:16px}.mtl-dataset-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding-block:22px}.mtl-dataset-toolbar label{width:min(440px,100%)}.mtl-dataset-toolbar>div{display:flex;min-width:0;flex-direction:column;align-items:flex-end;gap:5px;text-align:right}.mtl-dataset-toolbar>div b{overflow:hidden;max-width:440px;text-overflow:ellipsis;white-space:nowrap}.mtl-dataset-toolbar>div small{color:var(--muted)}.mtl-progress-note{margin-top:18px}.mtl-labeling-time-metrics{margin-top:14px}.mtl-labeling-time-note{margin:10px 0 0;font-size:.72rem;line-height:1.5}.mtl-progress-note+.notice,.mtl-progress-note+.mtl-reviewer-progress-table,.mtl-progress-note~.mtl-reviewer-progress-table{margin-top:14px}.mtl-reviewer-progress-table{margin-top:18px}.mtl-reviewer-progress-table table{min-width:980px}.mtl-reviewer-progress-table .progress-wrap{min-width:150px}.mtl-reviewer-time-cell{min-width:225px}.mtl-assignment-heading{z-index:3}.table-header-help{display:inline-flex;align-items:center;gap:6px;outline:none;cursor:help}.table-header-help-mark{width:16px;height:16px;display:inline-grid;flex:0 0 auto;place-items:center;border:1px solid currentColor;border-radius:50%;font-size:.58rem;font-weight:900;line-height:1;text-transform:lowercase}.table-header-tooltip{position:fixed;z-index:200;padding:13px 15px;border-radius:10px;background:var(--ink);box-shadow:var(--shadow);color:var(--surface);font-size:.76rem;font-weight:650;letter-spacing:normal;line-height:1.5;text-align:left;text-transform:none;white-space:normal;pointer-events:none;opacity:0;transform:translateY(-4px);transition:opacity .15s ease,transform .15s ease}.table-header-tooltip.visible{opacity:1;transform:translateY(0)}.table-header-help:focus-visible{border-radius:4px;outline:3px solid color-mix(in srgb,var(--primary) 35%,transparent);outline-offset:3px}.mtl-question-search{width:min(340px,100%)}.mtl-question-search>span{color:var(--muted);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase}.mtl-question-overview-list{display:grid;gap:18px}.mtl-question-overview-card{overflow:hidden;border:1px solid var(--line);border-radius:16px;background:var(--surface-soft)}.mtl-question-overview-card>header{display:grid;grid-template-columns:minmax(0,1fr) minmax(190px,260px);gap:28px;align-items:start;padding:22px 24px;border-bottom:1px solid var(--line)}.mtl-question-overview-card h3{margin:7px 0 0;font-size:1.25rem}.mtl-question-overview-card header p{max-width:760px;margin:8px 0 0;color:var(--muted);font-size:.78rem;line-height:1.55}.mtl-question-overview-card .eyebrow code{color:inherit;font-size:inherit}.mtl-potential-progress{display:flex;flex-direction:column;gap:10px}.mtl-potential-progress>b{color:var(--muted);font-size:.75rem;text-align:right}.mtl-admin-question-list{display:grid;margin:0;padding:0;list-style:none}.mtl-admin-question-list li{display:grid;grid-template-columns:44px minmax(0,1fr);gap:14px;align-items:start;padding:15px 24px}.mtl-admin-question-list li+li{border-top:1px solid var(--line)}.mtl-admin-question-list li>span{display:grid;width:34px;height:34px;place-items:center;border:1px solid color-mix(in srgb,var(--primary) 30%,var(--line));border-radius:10px;background:var(--surface);color:var(--primary);font-size:.72rem;font-weight:850}.mtl-admin-question-list p{margin:6px 0 0;line-height:1.5}.administration-actions.no-border{margin-top:20px;padding-top:0;border-top:0}.status-running{color:var(--info);background:var(--info-soft)}.status-pending{color:var(--warning);background:var(--warning-soft)}.status-failed{color:var(--danger);background:var(--danger-soft)}.status-cancelled{color:var(--muted);background:var(--line)}.status-sent{color:var(--success);background:var(--success-soft)}.status-skipped{color:var(--muted);background:var(--surface-soft)}.part-size-row{display:flex;align-items:center;gap:12px}.part-size-row input{width:130px}.part-size-row span{color:var(--muted);font-size:.82rem;font-weight:800}.job-card{display:flex;flex-direction:column;gap:14px;margin-top:22px;padding:20px;border:1px solid var(--line);border-radius:14px;background:var(--surface-soft)}.job-card.running{border-color:color-mix(in srgb,var(--info) 40%,var(--line))}.job-card.failed{border-color:color-mix(in srgb,var(--danger) 40%,var(--line))}.job-card.completed{border-color:color-mix(in srgb,var(--success) 34%,var(--line))}.job-card.cancelled{border-color:color-mix(in srgb,var(--muted) 34%,var(--line))}.job-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.job-card header>div{display:flex;flex-direction:column;gap:4px}.job-card header small{color:var(--muted);font-size:.74rem;line-height:1.45}.job-card-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.job-log summary{cursor:pointer;color:var(--muted);font-size:.76rem;font-weight:800}.job-log pre{max-height:220px;margin:10px 0 0;padding:12px 14px;overflow:auto;border-radius:11px;background:var(--surface-strong);color:var(--muted);font-size:.72rem;line-height:1.6;white-space:pre-wrap}.backup-history,.restore-panel{margin-top:30px;padding-top:24px;border-top:1px solid var(--line)}.backup-history h3,.restore-panel h3{margin:0 0 16px;font-size:1.15rem}.backup-list{display:flex;flex-direction:column;gap:14px}.backup-item{display:flex;flex-direction:column;gap:13px;padding:18px 20px;border:1px solid var(--line);border-radius:14px;background:var(--surface-soft)}.backup-item header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.backup-item header>div{display:flex;flex-direction:column;gap:4px}.backup-item small{color:var(--muted);font-size:.74rem;line-height:1.5}.backup-parts{display:flex;flex-wrap:wrap;gap:10px}.backup-checksum code{font-size:.68rem;word-break:break-all}.restore-panel .display-switch{margin:16px 0}.restore-picker{display:flex;flex-direction:column;gap:14px}.restore-picker input[type=file]{padding:14px;border-style:dashed;cursor:pointer}.restore-file-list{display:flex;flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;counter-reset:part}.restore-file-list li{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 14px;border:1px solid var(--line);border-radius:11px;background:var(--surface);font-size:.8rem}.restore-file-list li:before{counter-increment:part;content:counter(part) ".";color:var(--muted);font-weight:800}.restore-file-list span{flex:1;word-break:break-all}.restore-file-list small{color:var(--muted);white-space:nowrap}.reset-toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:18px;margin:22px 0 18px}.reset-search{flex:1 1 260px}.reset-search span{color:var(--muted);font-size:.74rem;text-transform:uppercase;letter-spacing:.08em}.reset-toolbar .check-label{align-self:center}.reset-toolbar .button-row{margin-left:auto}.reset-table{max-height:420px}.reset-table input[type=checkbox]{width:18px;min-height:auto;height:18px;accent-color:var(--primary)}.reset-table tr.selected{background:color-mix(in srgb,var(--primary-soft) 55%,transparent)}.reset-table td:first-child{width:48px}.archive-counts{display:flex;flex-wrap:wrap;gap:4px 12px;max-width:320px;color:var(--muted);font-size:.74rem}.archive-counts b{color:var(--text)}@media (max-width: 980px){.administration-layout{grid-template-columns:1fr}.administration-impact{order:-1}}@media (max-width: 680px){.administration-settings{padding:20px 16px}.administration-heading{gap:14px}.settings-state{align-self:flex-start}.administration-switch{min-height:0;padding:18px 15px}.ppo-level-scale-setting{padding:18px 15px}.ppo-level-scale-options{grid-template-columns:1fr}.administration-actions{align-items:stretch;flex-direction:column}.administration-actions .button-row{width:100%}.administration-actions .button-row .btn{flex:1}.mtl-labeler-list{grid-template-columns:1fr}.mtl-labeler-option{grid-template-columns:auto minmax(0,1fr)}.mtl-labeler-option>b{grid-column:2;width:max-content}.mtl-dataset-toolbar{align-items:stretch;flex-direction:column}.mtl-dataset-toolbar>div{align-items:flex-start;text-align:left}.mtl-question-catalog .section-heading{align-items:stretch}.mtl-question-search{width:100%}.mtl-question-overview-card>header{grid-template-columns:1fr;gap:16px;padding:19px 16px}.mtl-potential-progress>b{text-align:left}.mtl-admin-question-list li{grid-template-columns:38px minmax(0,1fr);gap:10px;padding:13px 16px}.potential-name-row{grid-template-columns:1fr auto}.potential-name-meta{grid-column:1 / -1}.backup-item header,.job-card header{flex-direction:column}.reset-toolbar .button-row{margin-left:0;width:100%}.part-size-row{flex-wrap:wrap}}.identify-board{display:flex;flex-direction:column}.rating-image.identify-image{margin-bottom:22px}.rating-scale.identify-scale{max-width:1080px;margin:0 auto;width:100%;grid-template-columns:minmax(0,3fr) minmax(0,1.22fr) minmax(0,3fr);gap:10px;align-items:stretch}.identify-scale-group{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:6px;border:1px solid var(--line);border-radius:17px;background:color-mix(in srgb,var(--surface-soft) 62%,var(--surface));animation:identify-group-in .34s cubic-bezier(.22,.9,.35,1) backwards;animation-delay:calc(40ms + var(--group-i, 0) * 55ms)}.identify-scale-group.valence-neutral{grid-template-columns:1fr}.identify-scale-group.valence-negative{border-color:color-mix(in srgb,var(--info) 34%,var(--line));background:color-mix(in srgb,var(--info-soft) 58%,var(--surface))}.identify-scale-group.valence-positive{border-color:color-mix(in srgb,var(--primary) 34%,var(--line));background:color-mix(in srgb,var(--primary-soft) 58%,var(--surface))}@keyframes identify-group-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.rating-scale.identify-scale button{min-height:66px;padding:12px 10px;position:relative;border-radius:12px;border-color:color-mix(in srgb,var(--line) 72%,transparent)}.rating-scale.identify-scale button small{font-size:.82rem;line-height:1.25;font-weight:700;text-align:center;color:var(--ink)}.rating-scale.identify-scale button[data-valence=negative].selected{border-color:var(--info);background:var(--info-soft);color:var(--info);box-shadow:0 0 0 3px color-mix(in srgb,var(--info) 20%,transparent)}.rating-scale.identify-scale button[data-valence=neutral].selected{border-color:var(--line-strong);background:var(--surface-soft);color:var(--ink);box-shadow:0 0 0 3px color-mix(in srgb,var(--line-strong) 32%,transparent)}.rating-scale.identify-scale button[data-valence=positive].selected{border-color:var(--primary);background:var(--primary-soft);color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 20%,transparent)}.rating-scale.identify-scale button.selected{animation:identify-pop .2s ease}@keyframes identify-pop{0%{transform:scale(.94)}65%{transform:scale(1.02)}to{transform:none}}@media (hover: hover){.rating-scale.identify-scale button[data-valence=negative]:hover:not(:disabled){border-color:var(--info);background:var(--info-soft);color:var(--info)}.rating-scale.identify-scale button[data-valence=neutral]:hover:not(:disabled){border-color:var(--line-strong);background:var(--surface-soft);color:var(--ink)}.rating-scale.identify-scale button[data-valence=positive]:hover:not(:disabled){border-color:var(--primary);background:var(--primary-soft);color:var(--primary)}.rating-scale.identify-scale button:hover:not(:disabled) small{color:currentColor}}.rating-scale.identify-scale button.selected small{color:currentColor}.identification-badge{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;font-size:.72rem;font-weight:800;background:var(--surface-soft);border:1px solid var(--line);color:var(--ink)}.identification-badge.negative{background:var(--info-soft);border-color:var(--info);color:var(--info)}.identification-badge.positive{background:var(--primary-soft);border-color:var(--primary);color:var(--primary)}.superseded-badge{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;font-size:.7rem;font-weight:800;background:var(--warning-soft);border:1px dashed var(--warning);color:var(--warning)}.ppo-history-turn.superseded{opacity:.55}@media (max-width: 860px){.rating-scale.identify-scale{grid-template-columns:1fr;gap:8px}.identify-scale-group{gap:5px;padding:5px;border-radius:15px}.rating-scale.identify-scale button{min-height:48px;flex-direction:row;justify-content:center;padding:8px 6px}.rating-scale.identify-scale button small{text-align:center}}.analytics-switch{max-width:1240px;grid-template-columns:repeat(5,1fr)}.analytics-switch button{padding:10px 14px;font-size:.86rem}.analytics-potential-select{display:inline-flex;flex-direction:column;gap:6px;margin-bottom:14px;font-size:.84rem;font-weight:700}.analytics-potential-select select{min-width:300px;min-height:40px;padding-block:8px;width:auto}.refusal-cell{color:var(--danger);font-weight:800}.neutral-cell{color:var(--ink);font-weight:800;background:color-mix(in srgb,var(--surface-strong) 55%,transparent)}.chart-row{display:flex;flex-wrap:wrap;gap:26px;align-items:flex-start}.chart-row>*{flex:1 1 300px;min-width:0}.chart-flex-fill{flex:2 1 420px}.chart-figure{margin:0;display:flex;flex-direction:column;gap:10px}.chart-figure figcaption{color:var(--muted);font-size:.78rem;font-weight:600}.chart-figure svg{width:100%;height:auto}.chart-grid{stroke:var(--line);stroke-width:1}.chart-threshold{stroke:var(--danger);stroke-width:1;stroke-dasharray:4 4;opacity:.7}.chart-tick{fill:var(--muted);font-size:10px;font-weight:600}.chart-axis-label{fill:var(--muted);font-size:10.5px;font-weight:700;letter-spacing:.04em}.chart-bar{fill:var(--primary)}.chart-bar:hover{fill:var(--primary-strong)}.chart-dot{fill:var(--primary);fill-opacity:.78;stroke:var(--surface);stroke-width:1.5}.chart-dot.flagged{fill:var(--danger)}.chart-dot:hover{fill-opacity:1}.chart-legend{display:flex;flex-wrap:wrap;gap:8px 20px;color:var(--muted);font-size:.76rem;font-weight:600}.chart-legend .dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:6px;background:var(--primary);vertical-align:-1px}.chart-legend .dot.flagged{background:var(--danger)}.chart-legend .dot.tone-primary{background:var(--primary)}.chart-legend .dot.tone-accent{background:var(--accent)}.chart-legend .dot.tone-info{background:var(--info)}.subsection-title{margin:22px 0 12px;font-size:1rem}.formula-note{margin-top:16px;font-size:.78rem}.cell-progress{display:flex;align-items:center;gap:10px;min-width:130px}.cell-progress .progress-wrap{flex:1}.cell-progress small{color:var(--muted);white-space:nowrap}.heatmap-wrap{overflow-x:auto}.heatmap{border-collapse:separate;border-spacing:2px;font-size:.72rem}.heatmap th{color:var(--muted);font-weight:700;text-align:left;padding:4px 8px;max-width:130px}.heatmap thead th{vertical-align:bottom}.heatmap thead th span{display:inline-block;writing-mode:vertical-rl;transform:rotate(180deg);max-height:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.heatmap tbody th{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.heatmap td{width:30px;height:26px;min-width:30px;text-align:center;border-radius:6px;font-weight:700;color:var(--ink);background:color-mix(in srgb,var(--primary) var(--heat, 0%),var(--surface-soft))}.heatmap td.deep{color:#fff}:root[data-theme=dark] .heatmap td.deep{color:#0e1b16}.share-bar-wrap{display:flex;flex-direction:column;gap:14px}.share-bar{display:flex;height:22px;border-radius:999px;overflow:hidden;background:var(--surface-strong)}.share-seg{display:block;height:100%}.share-seg+.share-seg{border-left:2px solid var(--surface)}.share-seg.tone-primary{background:var(--primary)}.share-seg.tone-accent{background:var(--accent)}.share-seg.tone-info{background:var(--info)}.chip-list{display:inline-flex;flex-wrap:wrap;gap:6px}.term-chip{display:inline-flex;align-items:center;padding:4px 9px;border-radius:999px;font-size:.72rem;font-weight:700;color:var(--primary-strong);background:color-mix(in srgb,var(--primary-soft) var(--chip, 100%),var(--surface-soft));border:1px solid color-mix(in srgb,var(--primary) 22%,transparent)}.term-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px}.term-grid article{background:var(--surface-soft);border:1px solid var(--line);border-radius:14px;padding:14px 16px;display:flex;flex-direction:column;gap:10px}.term-grid article h3{margin:0;font-size:.9rem}@media (max-width: 760px){.analytics-switch{grid-template-columns:1fr}.chart-row{flex-direction:column}.chart-row>*{flex:0 0 auto;width:100%}}.dataset-meta{margin:-8px 0 0;font-size:.78rem}.dataset-meta code{font-size:.74rem}.analytics-thumb-link{display:inline-flex;flex-direction:column;gap:4px;align-items:flex-start;text-decoration:none}.analytics-thumb-link code{font-size:.68rem;color:var(--muted)}.analytics-thumb{width:52px;height:52px;object-fit:cover;border-radius:10px;border:1px solid var(--line);background:var(--surface-soft)}.analytics-thumb-link:hover .analytics-thumb{border-color:var(--primary)}.thumb-caption{display:block;margin-top:2px;color:var(--muted)}.decision-graph svg{min-height:220px}.decision-graph .decision-node-box{fill:var(--surface-soft);stroke:var(--line);stroke-width:1}.decision-node:hover .decision-node-box{stroke:var(--primary)}.decision-node.retired .decision-node-box{stroke:var(--danger);stroke-dasharray:5 4}.decision-node-title{fill:var(--ink);font-size:11.5px;font-weight:800}.decision-node-meta{fill:var(--muted);font-size:10px}.decision-node-track{fill:var(--surface-strong)}.decision-node-fill{fill:var(--primary)}.decision-edge{fill:none;opacity:.78}.decision-edge:hover{opacity:1;stroke-width:4}.decision-edge.strong-yes{stroke:var(--primary-strong)}.decision-edge.yes{stroke:var(--primary)}.decision-edge.neutral{stroke:var(--line-strong)}.decision-edge.no{stroke:var(--accent)}.decision-edge.strong-no{stroke:var(--warning)}.decision-edge.unassessable{stroke:var(--danger);stroke-dasharray:5 4}.decision-arrow{stroke:none}.decision-arrow.strong-yes{fill:var(--primary-strong)}.decision-arrow.yes{fill:var(--primary)}.decision-arrow.neutral{fill:var(--line-strong)}.decision-arrow.no{fill:var(--accent)}.decision-arrow.strong-no{fill:var(--warning)}.decision-arrow.unassessable{fill:var(--danger)}.chart-legend .dash{display:inline-block;width:16px;height:3px;border-radius:2px;margin-right:6px;background:var(--line-strong);vertical-align:3px}.chart-legend .dash.strong-yes{background:var(--primary-strong)}.chart-legend .dash.yes{background:var(--primary)}.chart-legend .dash.neutral{background:var(--line-strong)}.chart-legend .dash.no{background:var(--accent)}.chart-legend .dash.strong-no{background:var(--warning)}.chart-legend .dash.unassessable{background:var(--danger)}.decision-outcome-bar{display:flex;min-width:120px;height:14px;border-radius:999px;overflow:hidden;background:var(--surface-strong)}.decision-outcome-seg{display:block;height:100%}.decision-outcome-seg.strong-yes{background:var(--primary-strong)}.decision-outcome-seg.yes{background:var(--primary)}.decision-outcome-seg.neutral{background:var(--line-strong)}.decision-outcome-seg.no{background:var(--accent)}.decision-outcome-seg.strong-no{background:var(--warning)}.decision-outcome-seg.unassessable{background:var(--danger)}.term-grid article .analytics-thumb-link{flex-direction:row;align-items:center;gap:8px}.term-grid article .analytics-thumb{width:34px;height:34px;border-radius:8px}.rating-scale button,.image-choice,.ppo-actions .btn,.ppo-feedback-btn,.identify-circles-row button,.identify-skip,.answer-option{touch-action:manipulation}.image-choice img,.rating-image img{-webkit-touch-callout:none;user-select:none;-webkit-user-select:none}.touch-hint{min-height:22px;text-align:center;color:var(--warning);font-size:.78rem;font-weight:700}.rating-image{position:relative}.image-choice-wrap{position:relative;display:flex;min-width:0}.image-choice-wrap .image-choice{width:100%}.image-grid:has(.image-choice.selected) .image-choice-wrap .image-choice:not(.selected){filter:saturate(.65) brightness(.85)}.image-zoom{position:absolute;top:10px;right:10px;z-index:3;width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.28);border-radius:12px;background:#0a120f94;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.image-zoom:focus-visible{background:#0a120fd1;border-color:#fff9}@media (hover: hover){.image-zoom:hover{background:#0a120fd1;border-color:#fff9}}.image-zoom:focus-visible{outline:3px solid color-mix(in srgb,var(--primary) 45%,transparent);outline-offset:2px}.ppo-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:grid;place-items:center;background:#060a08ed}.ppo-lightbox-stage{width:100%;height:100%;display:grid;place-items:center;overflow:hidden;touch-action:none;cursor:grab}.ppo-lightbox-stage:active{cursor:grabbing}.ppo-lightbox-stage img{max-width:94vw;max-height:88vh;max-height:88svh;object-fit:contain;transition:transform .06s linear;will-change:transform}.ppo-lightbox-close{position:fixed;top:calc(env(safe-area-inset-top,0px) + 14px);right:14px;width:46px;height:46px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.3);border-radius:50%;background:#0a120fa8;color:#fff;font-size:1.6rem;line-height:1;cursor:pointer}.ppo-lightbox-close:focus-visible{outline:3px solid rgba(255,255,255,.6);outline-offset:2px}.ppo-lightbox-hint{position:fixed;bottom:calc(env(safe-area-inset-bottom,0px) + 14px);left:0;right:0;margin:0;text-align:center;color:#ffffffb8;font-size:.76rem;pointer-events:none}@media (hover: hover) and (pointer: fine){.ppo-lightbox-hint{display:none}}.ppo-feedback{margin-top:14px;padding-top:12px;border-top:1px dashed color-mix(in srgb,var(--ppo-level-color) 18%,var(--line));display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px}.ppo-feedback-question{color:var(--muted);font-size:.74rem;font-weight:700}.ppo-feedback-buttons{display:inline-flex;gap:8px}.ppo-feedback-btn{display:inline-flex;align-items:center;gap:7px;min-height:44px;padding:8px 14px;border:1px solid var(--line-strong);border-radius:999px;background:var(--surface);color:var(--muted);font-size:.78rem;font-weight:750;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}@media (hover: hover){.ppo-feedback-btn:hover{border-color:var(--primary);color:var(--ink)}}.ppo-feedback-btn:focus-visible{outline:3px solid color-mix(in srgb,var(--primary) 40%,transparent);outline-offset:2px}.ppo-feedback-btn.up.active{background:var(--primary-soft);border-color:var(--primary);color:var(--primary)}.ppo-feedback-btn.down.active{background:var(--info-soft);border-color:var(--info);color:var(--info)}.ppo-feedback-btn:disabled{opacity:.6;cursor:wait}.ppo-feedback-readonly{margin-top:12px;display:inline-flex;align-items:center;gap:8px;padding:6px 11px;border-radius:999px;font-size:.72rem;font-weight:750;border:1px solid var(--line);background:var(--surface-soft);color:var(--muted)}.ppo-feedback-readonly.up{border-color:var(--primary);color:var(--primary);background:var(--primary-soft)}.ppo-feedback-readonly.down{border-color:var(--info);color:var(--info);background:var(--info-soft)}.ppo-feedback-intro{margin-top:14px}.ppo-access-panel{margin:14px 0 20px;padding:4px 16px;border:1px solid var(--line);border-radius:14px;background:var(--surface-soft)}.ppo-access-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0}.ppo-access-row+.ppo-access-row{border-top:1px dashed var(--line)}.ppo-access-row>div{display:flex;flex-direction:column;gap:3px}.ppo-access-row strong{font-size:.82rem}.ppo-access-row small{color:var(--muted);line-height:1.4;max-width:520px}.ppo-access-row .display-switch{min-height:0;padding:8px 12px}@media (max-width: 860px){.rating-image,.rating-image img{max-height:42vh;max-height:42svh}.rating-image.identify-image{margin-bottom:14px}.ppo-actions{position:sticky;bottom:0;z-index:6;margin-top:12px;padding:10px 2px calc(env(safe-area-inset-bottom,0px) + 10px);background:color-mix(in srgb,var(--bg) 90%,transparent);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.image-zoom{top:7px;right:7px;width:38px;height:38px}}@media (orientation: landscape) and (max-height: 520px){.identify-board{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:6px 16px;align-items:center}.identify-board .board-heading{grid-column:1 / -1;margin-bottom:4px}.identify-board .board-heading h1{font-size:clamp(1.1rem,2.6vw,1.5rem)}.identify-board .board-heading p{display:none}.rating-image.identify-image{margin:0;max-height:68svh}.rating-image.identify-image img{max-height:68svh}.rating-scale.identify-scale{grid-template-columns:1fr;gap:5px}.identify-scale-group{gap:4px;padding:4px;border-radius:13px}.rating-scale.identify-scale button{min-height:38px;flex-direction:row;justify-content:center;padding:6px 8px}}html:has(.ppo-study-shell),body:has(.ppo-study-shell){height:100%;overflow:hidden;overscroll-behavior:none}.app-shell.ppo-study-shell{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100vh;height:100svh;min-height:0;overflow:hidden;overscroll-behavior:none;background:var(--bg)}.ppo-study-shell .ppo-study-main{flex:1 1 auto;width:100%;max-width:none;height:100%;min-height:0;margin:0;padding:0;overflow:hidden}.ppo-study-shell .ppo-screen{width:min(1500px,100%);height:100%;min-height:0;margin:0 auto;padding:0 clamp(12px,2.2vw,34px);display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden}.ppo-study-shell .ppo-topbar{min-height:calc(64px + env(safe-area-inset-top,0px));padding:calc(8px + env(safe-area-inset-top,0px)) 0 8px;display:grid;grid-template-columns:minmax(170px,.8fr) minmax(260px,1.25fr) auto;gap:clamp(12px,2vw,28px);align-items:center;border-bottom:1px solid var(--line)}.ppo-study-shell .ppo-topbar-title{min-width:0;display:flex;flex-direction:column;gap:3px}.ppo-study-shell .ppo-topbar-title b{overflow:hidden;font-size:.92rem;text-overflow:ellipsis;white-space:nowrap}.ppo-study-shell .study-progress{min-width:0;grid-template-columns:minmax(80px,1fr) auto;gap:10px}.ppo-study-shell .study-progress>span{overflow:hidden;text-overflow:ellipsis}.ppo-study-shell .ppo-exit-button{white-space:nowrap}.ppo-study-shell .ppo-study-stage{position:relative;min-height:0;padding:clamp(8px,1.5vh,16px) 0 max(clamp(8px,1.5vh,16px),env(safe-area-inset-bottom,0px));overflow:hidden}.ppo-study-shell .ppo-study-stage.phase-scoring,.ppo-study-shell .ppo-study-stage.phase-completed,.ppo-study-shell .ppo-study-stage.phase-error{overflow-y:auto;overscroll-behavior:contain}.ppo-study-shell .identify-board,.ppo-study-shell .ppo-board{position:relative;width:100%;height:100%;min-height:0;margin:0 auto}.ppo-study-shell .identify-board{display:grid;grid-template-rows:auto minmax(92px,1fr) auto;gap:clamp(6px,1vh,11px);align-items:stretch}.ppo-study-shell .ppo-board{display:grid;grid-template-rows:auto minmax(130px,1fr) minmax(24px,auto) auto;gap:clamp(6px,1vh,11px);align-items:stretch}.ppo-study-shell .board-heading{width:min(940px,100%);max-width:none;margin:0 auto;text-align:center}.ppo-study-shell .board-heading h1{margin:clamp(3px,.55vh,7px) 0 3px;font-size:clamp(1.45rem,2.65vw,2.8rem);line-height:1.04}.ppo-study-shell .board-heading p{margin:0;font-size:clamp(.72rem,1.05vw,.9rem);line-height:1.35}.ppo-study-shell .rating-image.identify-image{position:relative;width:min(760px,100%);height:100%;min-height:0;max-height:none;margin:0 auto;border:1px solid color-mix(in srgb,var(--line) 75%,transparent);border-radius:clamp(14px,2vw,22px);background:color-mix(in srgb,var(--surface-strong) 58%,#101511);box-shadow:var(--shadow-sm)}.ppo-study-shell .rating-image.identify-image img{width:100%;height:100%;min-height:0;max-height:none;object-fit:contain;background:transparent}.ppo-study-shell .stimulus-loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;display:grid;place-content:center;justify-items:center;gap:9px;padding:18px;border-radius:inherit;background:color-mix(in srgb,var(--surface) 88%,transparent);color:var(--muted);font-size:.75rem;font-weight:700;text-align:center;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.ppo-study-shell .stimulus-loading .loader,.ppo-study-shell .ppo-transition-overlay .loader{width:32px;height:32px;border-width:3px}.ppo-study-shell .new-stimulus-badge{position:absolute;top:10px;left:50%;z-index:4;transform:translate(-50%);padding:6px 11px;border:1px solid color-mix(in srgb,var(--primary) 30%,var(--line));border-radius:999px;background:color-mix(in srgb,var(--primary-soft) 92%,var(--surface));color:var(--primary);box-shadow:var(--shadow-sm);font-size:.68rem;font-weight:800;white-space:nowrap;animation:ppo-badge-in .18s ease both}@keyframes ppo-badge-in{0%{opacity:0;transform:translate(-50%,-4px)}to{opacity:1;transform:translate(-50%)}}.ppo-study-shell .choice-pending-hint{min-height:24px;margin:0;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:.7rem;font-weight:700;line-height:1.25;text-align:center}.ppo-study-shell .choice-pending-hint.ready{color:var(--primary)}.ppo-study-shell .identify-pending-hint{position:absolute;left:50%;bottom:8px;z-index:4;max-width:calc(100% - 16px);padding:5px 11px;border:1px solid color-mix(in srgb,var(--line) 70%,transparent);border-radius:999px;background:color-mix(in srgb,var(--surface) 92%,transparent);color:var(--muted);box-shadow:var(--shadow-sm);font-size:.68rem;font-weight:750;line-height:1.2;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transform:translate(-50%);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:none}.ppo-study-shell .identify-pending-hint.is-empty{opacity:0}.ppo-study-shell .identify-pending-hint.pending,.ppo-study-shell .identify-pending-hint.submitting{color:var(--primary);border-color:color-mix(in srgb,var(--primary) 30%,var(--line))}.ppo-study-shell .identify-pending-hint.error{color:var(--danger);border-color:color-mix(in srgb,var(--danger) 40%,var(--line))}.ppo-study-shell .identify-pending-hint.hint{color:var(--warning);border-color:color-mix(in srgb,var(--warning) 40%,var(--line))}.ppo-study-shell .identify-response-panel{width:min(1120px,100%);min-height:0;margin:0 auto;display:grid;grid-template-rows:auto auto;gap:clamp(5px,.7vh,8px)}.ppo-study-shell .rating-scale.identify-scale{width:100%;max-width:none;margin:0;grid-template-columns:minmax(0,3fr) minmax(0,1.22fr) minmax(0,3fr);gap:clamp(6px,.9vw,10px)}.ppo-study-shell .identify-scale-group{gap:clamp(4px,.55vw,6px);padding:clamp(4px,.55vw,6px);border-radius:14px}.ppo-study-shell .rating-scale.identify-scale button{min-height:clamp(48px,6.4vh,62px);padding:8px 7px;border-radius:11px;transform:none}.ppo-study-shell .rating-scale.identify-scale button.selected{transform:none}@media (hover: hover){.ppo-study-shell .rating-scale.identify-scale button:hover:not(:disabled){transform:none}}.ppo-study-shell .rating-scale.identify-scale button:disabled{opacity:.58;cursor:wait}.ppo-study-shell .rating-scale.identify-scale button small{font-size:clamp(.67rem,.95vw,.82rem);line-height:1.2}.identify-skip-wrap{display:grid;animation:identify-group-in .34s cubic-bezier(.22,.9,.35,1) backwards;animation-delay:235ms}.ppo-study-shell .identify-skip{width:min(560px,100%);margin:0 auto;min-height:42px;padding:8px 16px;border:1px dashed color-mix(in srgb,var(--accent) 45%,var(--line-strong));border-radius:999px;background:color-mix(in srgb,var(--accent-soft) 26%,var(--surface));color:var(--muted);font:inherit;font-size:.76rem;font-weight:750;line-height:1.2;text-align:center;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:border-color .18s ease,background-color .18s ease,color .18s ease,box-shadow .18s ease,transform .14s ease}.ppo-study-shell .identify-skip.selected{border-style:solid;border-color:var(--accent);background:var(--accent-soft);color:var(--warning);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 22%,transparent);animation:identify-pop .2s ease}@media (hover: hover){.ppo-study-shell .identify-skip:hover:not(:disabled){border-style:solid;border-color:var(--accent);background:var(--accent-soft);color:var(--warning)}}.ppo-study-shell .identify-skip:active:not(:disabled){transform:scale(.98)}.ppo-study-shell .identify-skip:disabled{opacity:.58;cursor:wait}.ppo-study-shell .image-grid{position:relative;width:min(1320px,100%);height:100%;min-height:0;max-width:1320px;margin:0 auto;gap:clamp(7px,1vw,13px);align-items:stretch;grid-auto-rows:minmax(0,1fr)}.ppo-study-shell .image-choice-wrap,.ppo-study-shell .image-choice,.ppo-study-shell .image-media{width:100%;height:100%;min-height:0}.ppo-study-shell .image-choice-wrap{overflow:visible}.ppo-study-shell .image-choice{border-radius:clamp(12px,1.5vw,17px)}.ppo-study-shell .image-choice:disabled{opacity:1;cursor:wait}.ppo-study-shell .image-media{aspect-ratio:auto}.ppo-study-shell .image-choice img{width:100%;height:100%;max-height:none;object-fit:contain}.ppo-study-shell .image-grid .board-loading{border-radius:16px}.ppo-study-shell .ppo-actions{position:static;z-index:auto;width:min(900px,100%);max-width:none;margin:0 auto;padding:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.ppo-study-shell .ppo-actions .btn{min-width:0;min-height:44px;padding:8px 12px;line-height:1.2;text-align:center}.ppo-study-shell .ppo-transition-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:30;display:grid;place-content:center;justify-items:center;gap:8px;padding:24px;border:1px solid color-mix(in srgb,var(--primary) 16%,var(--line));border-radius:18px;background:color-mix(in srgb,var(--surface) 91%,transparent);color:var(--ink);text-align:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:ppo-transition-in .12s ease both}.ppo-study-shell .ppo-transition-overlay strong{margin-top:2px;font-size:.92rem}.ppo-study-shell .ppo-transition-overlay span{color:var(--muted);font-size:.72rem}@keyframes ppo-transition-in{0%{opacity:0}to{opacity:1}}.ppo-study-shell .ppo-error-slot,.ppo-study-shell .ppo-restart-notice{position:absolute;left:50%;z-index:45;width:min(680px,calc(100% - 16px));transform:translate(-50%)}.ppo-study-shell .ppo-error-slot{top:8px}.ppo-study-shell .ppo-error-slot .notice{box-shadow:var(--shadow)}.ppo-study-shell .ppo-restart-notice{top:8px;z-index:20;pointer-events:none;box-shadow:var(--shadow-sm)}.ppo-study-shell .completion-card{margin:clamp(18px,6vh,64px) auto}@media (max-width: 860px){.ppo-study-shell .ppo-screen{padding:0 max(8px,env(safe-area-inset-left,0px)) 0 max(8px,env(safe-area-inset-right,0px))}.ppo-study-shell .ppo-topbar{min-height:calc(54px + env(safe-area-inset-top,0px));padding:calc(5px + env(safe-area-inset-top,0px)) 0 5px;grid-template-columns:auto minmax(0,1fr) auto;gap:8px}.ppo-study-shell .ppo-topbar .eyebrow{display:none}.ppo-study-shell .ppo-topbar-title b{font-size:.76rem}.ppo-study-shell .study-progress{grid-template-columns:minmax(0,1fr);gap:3px}.ppo-study-shell .study-progress .progress-track{height:6px}.ppo-study-shell .study-progress>span{font-size:.62rem;line-height:1;text-align:center;white-space:nowrap}.ppo-study-shell .ppo-exit-button{min-height:36px;padding:6px 9px;font-size:.66rem}.ppo-study-shell .ppo-study-stage{padding:6px 0 max(6px,env(safe-area-inset-bottom,0px))}.ppo-study-shell .identify-board,.ppo-study-shell .ppo-board{gap:5px}.ppo-study-shell .identify-board{grid-template-rows:auto minmax(76px,1fr) auto}.ppo-study-shell .ppo-board{grid-template-rows:auto minmax(90px,1fr) 24px auto}.ppo-study-shell .board-heading h1{margin:2px 0;font-size:clamp(1.05rem,5vw,1.38rem);line-height:1.07}.ppo-study-shell .board-heading p{font-size:.67rem;line-height:1.25}.ppo-study-shell .rating-image,.ppo-study-shell .rating-image img,.ppo-study-shell .rating-image.identify-image,.ppo-study-shell .rating-image.identify-image img{height:100%;max-height:none}.ppo-study-shell .rating-image.identify-image{width:100%;margin:0;border-radius:15px}.ppo-study-shell .image-zoom{top:7px;right:7px;width:36px;height:36px;border-radius:11px}.ppo-study-shell .new-stimulus-badge{top:7px;padding:4px 9px;font-size:.61rem}.ppo-study-shell .choice-pending-hint{min-height:24px;overflow:hidden;font-size:.62rem;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.ppo-study-shell .identify-pending-hint{bottom:6px;padding:4px 9px;font-size:.6rem}.ppo-study-shell .identify-response-panel{grid-template-rows:auto auto;gap:5px}.ppo-study-shell .rating-scale.identify-scale{grid-template-columns:1fr;gap:6px}.ppo-study-shell .identify-scale-group{grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;padding:4px;border-radius:13px}.ppo-study-shell .identify-scale-group.valence-neutral{grid-template-columns:1fr}.ppo-study-shell .rating-scale.identify-scale button{min-height:40px;padding:5px 8px;flex-direction:row;justify-content:center;border-radius:10px}.ppo-study-shell .rating-scale.identify-scale button small{font-size:.74rem;text-align:center}.ppo-study-shell .identify-skip{min-height:40px;margin-top:2px;padding:6px 12px;font-size:.72rem}.ppo-study-shell .image-grid,.ppo-study-shell .image-grid.count-2,.ppo-study-shell .image-grid.count-3,.ppo-study-shell .image-grid.count-4,.ppo-study-shell .image-grid.count-5,.ppo-study-shell .image-grid.count-6{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.ppo-study-shell .image-choice{border-radius:12px;border-width:2px}.ppo-study-shell .image-check{left:7px;bottom:6px;max-width:calc(100% - 14px);padding:4px 7px;overflow:hidden;font-size:.62rem;text-overflow:ellipsis;white-space:nowrap}.ppo-study-shell .ppo-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:6px}.ppo-study-shell .ppo-actions .btn{min-height:42px;padding:6px 8px;font-size:.68rem}.ppo-study-shell .ppo-transition-overlay{border-radius:14px}.ppo-study-shell .ppo-error-slot,.ppo-study-shell .ppo-restart-notice{width:calc(100% - 8px);top:4px}.ppo-study-shell .ppo-error-slot .notice,.ppo-study-shell .ppo-restart-notice{padding:9px 10px;gap:8px;font-size:.68rem}.ppo-study-shell .ppo-error-slot .notice p,.ppo-study-shell .ppo-restart-notice p{margin-top:2px;font-size:.64rem;line-height:1.25}.ppo-study-shell .ppo-error-slot .btn{min-height:34px;padding:5px 8px;font-size:.64rem}}@media (max-width: 860px) and (max-height: 700px){.ppo-study-shell .ppo-topbar{min-height:calc(48px + env(safe-area-inset-top,0px));padding-top:calc(3px + env(safe-area-inset-top,0px));padding-bottom:3px}.ppo-study-shell .ppo-study-stage{padding-top:4px}.ppo-study-shell .identify-board,.ppo-study-shell .ppo-board{gap:3px}.ppo-study-shell .board-heading p{font-size:.6rem;line-height:1.2}.ppo-study-shell .board-heading h1{font-size:1.02rem;line-height:1.04}.ppo-study-shell .identify-board{grid-template-rows:auto minmax(68px,1fr) auto}.ppo-study-shell .ppo-board{grid-template-rows:auto minmax(76px,1fr) 20px auto}.ppo-study-shell .choice-pending-hint{min-height:20px;font-size:.57rem}.ppo-study-shell .identify-response-panel{grid-template-rows:auto auto;gap:3px}.ppo-study-shell .rating-scale.identify-scale{grid-template-columns:1fr;gap:4px}.ppo-study-shell .identify-scale-group{gap:3px;padding:3px;border-radius:11px}.ppo-study-shell .rating-scale.identify-scale button{min-height:34px;padding:3px 6px}.ppo-study-shell .rating-scale.identify-scale button small{font-size:.66rem}.ppo-study-shell .identify-skip{min-height:34px;padding:4px 10px;font-size:.64rem}.ppo-study-shell .ppo-actions .btn{min-height:36px;font-size:.63rem}}@media (orientation: landscape) and (max-height: 520px){.ppo-study-shell .ppo-topbar{min-height:calc(44px + env(safe-area-inset-top,0px))}.ppo-study-shell .identify-board{grid-template-columns:minmax(0,1.4fr) minmax(220px,.75fr);grid-template-rows:auto minmax(0,1fr);column-gap:10px}.ppo-study-shell .identify-board .board-heading{grid-column:1 / -1;grid-row:1}.ppo-study-shell .rating-image.identify-image{grid-column:1;grid-row:2}.ppo-study-shell .identify-response-panel{grid-column:2;grid-row:2;min-height:0;grid-template-rows:minmax(0,1fr) auto;gap:3px}.ppo-study-shell .rating-scale.identify-scale{min-height:0;grid-template-columns:1fr;gap:3px;align-content:stretch}.ppo-study-shell .identify-scale-group{gap:3px;padding:3px;border-radius:10px}.ppo-study-shell .rating-scale.identify-scale button{min-height:0;padding:2px 5px}.ppo-study-shell .identify-skip{min-height:30px;padding:3px 7px;font-size:.6rem}.ppo-study-shell .ppo-board .image-grid,.ppo-study-shell .ppo-board .image-grid.count-2,.ppo-study-shell .ppo-board .image-grid.count-3,.ppo-study-shell .ppo-board .image-grid.count-4,.ppo-study-shell .ppo-board .image-grid.count-5,.ppo-study-shell .ppo-board .image-grid.count-6{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (prefers-reduced-motion: reduce){.ppo-study-shell .new-stimulus-badge,.ppo-study-shell .ppo-transition-overlay,.identify-scale-group,.identify-skip-wrap,.ppo-study-shell .identify-skip.selected,.rating-scale.identify-scale button.selected{animation:none}.rating-scale button,.ppo-study-shell .identify-skip{transition:none}}.study-topbar.compact-topbar{min-height:0;padding:10px 0 8px;grid-template-columns:auto minmax(200px,1fr) auto;gap:clamp(12px,2vw,28px);align-items:center}.study-topbar-title,.study-topbar>.study-topbar-title{min-width:0;display:flex;flex-direction:column;gap:2px}.study-topbar-title b{font-size:.86rem;letter-spacing:.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.study-topbar-title small{color:var(--muted);font-size:.68rem;font-weight:700;line-height:1.15;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.study-progress.slim{grid-template-columns:minmax(0,1fr)}.study-progress.slim .progress-track{height:5px}.study-exit-button{white-space:nowrap}.neo-study-shell .main-content{padding-top:clamp(14px,2.5vw,28px)}.neo-study-shell .study-screen{margin-top:0;min-height:0}.question-actions.compact{grid-template-columns:auto 1fr auto;gap:10px;padding-top:12px}.question-actions.compact .estimate{text-align:right;font-size:.72rem}.completion-screen{display:grid;align-content:start;min-height:0}.completion-card h1{text-wrap:balance}@media (max-width: 580px){.completion-card{margin:6vh auto;padding:30px 20px 26px}.completion-card h1{font-size:clamp(1.7rem,7.6vw,2.2rem);margin:16px 0 8px}.completion-card p{font-size:.9rem}}.notice .method-note{margin-top:10px}.notice .method-note summary{cursor:pointer;font-weight:700;font-size:.78rem}.notice .method-note p{font-size:.8rem}.completion-card .technical-note{margin:4px 0 0;color:var(--muted);font-size:.72rem}@media (max-width: 860px){.study-topbar.compact-topbar{grid-template-columns:minmax(0,1fr) auto;row-gap:6px;column-gap:8px;padding:8px 0 6px}.study-topbar.compact-topbar .study-progress{grid-column:1 / -1;grid-row:2}.study-topbar-title b{font-size:.8rem}.study-topbar-title small{font-size:.62rem}.study-topbar.compact-topbar .study-exit-button{min-height:36px;padding:6px 10px;font-size:.68rem}.neo-study-shell .main-content{padding-top:10px}.neo-study-shell .study-screen{margin-top:0}.answer-option{min-height:48px}.question-actions.compact{grid-template-columns:auto 1fr}.question-actions.compact .estimate+.btn{grid-column:1 / -1}}.ppo-study-shell .ppo-topbar.compact-topbar{min-height:calc(58px + env(safe-area-inset-top,0px));padding:calc(6px + env(safe-area-inset-top,0px)) 0 6px;grid-template-columns:minmax(170px,.8fr) minmax(220px,1.25fr) auto}.ppo-study-shell .study-topbar>.ppo-topbar-title{gap:1px}.ppo-study-shell .ppo-topbar-title small{color:var(--muted);font-size:.66rem;font-weight:700}.ppo-study-shell .study-progress.slim{grid-template-columns:minmax(0,1fr);gap:0}.ppo-study-shell .board-heading.short{min-height:0}.ppo-study-shell .board-heading h1.board-short-label{margin:0;display:flex;justify-content:center;font-family:inherit;font-size:1rem;line-height:1}.identify-scale-group.count-2{grid-template-columns:repeat(2,minmax(0,1fr))}.ppo-study-shell .rating-scale.identify-scale-grouped:has(.identify-scale-group.count-2){grid-template-columns:minmax(0,2fr) minmax(0,1.22fr) minmax(0,2fr)}.ppo-study-shell .question-chip{display:inline-flex;align-items:center;min-height:26px;padding:5px 12px;border:1px solid color-mix(in srgb,var(--primary) 26%,var(--line));border-radius:999px;background:color-mix(in srgb,var(--primary-soft) 82%,var(--surface));color:var(--primary);font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:.74rem;font-weight:800;line-height:1.2;letter-spacing:.01em;white-space:nowrap}.ppo-study-shell .rating-scale.identify-scale.identify-scale-list{display:grid;grid-template-columns:1fr;gap:0;border:1px solid var(--line);border-radius:14px;background:var(--surface);overflow:hidden;box-shadow:var(--shadow-sm)}.ppo-study-shell .rating-scale.identify-scale.identify-scale-list button{min-height:48px;padding:6px 16px;flex-direction:row;justify-content:flex-start;border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent;animation:none;transform:none}.ppo-study-shell .rating-scale.identify-scale.identify-scale-list button:last-child{border-bottom:0}.ppo-study-shell .rating-scale.identify-scale.identify-scale-list button:focus-visible{outline-offset:-3px}.ppo-study-shell .rating-scale.identify-scale.identify-scale-list button small{font-size:.9rem;font-weight:700;text-align:left}.ppo-study-shell .rating-scale.identify-scale.identify-scale-list button[data-valence=negative].selected{background:var(--info-soft);color:var(--info);box-shadow:inset 4px 0 0 var(--info)}.ppo-study-shell .rating-scale.identify-scale.identify-scale-list button[data-valence=neutral].selected{background:var(--surface-soft);color:var(--ink);box-shadow:inset 4px 0 0 var(--line-strong)}.ppo-study-shell .rating-scale.identify-scale.identify-scale-list button[data-valence=positive].selected{background:var(--primary-soft);color:var(--primary);box-shadow:inset 4px 0 0 var(--primary)}.ppo-study-shell .rating-scale.identify-scale.identify-scale-list button.selected{animation:none}.ppo-study-shell .identify-response-panel.layout-list .identify-skip{min-height:46px;margin-top:2px}.ppo-study-shell .ppo-study-stage.layout-list.phase-identify{overflow-y:auto;overscroll-behavior:contain}.ppo-study-shell .identify-board.layout-list{height:100%;min-height:0;grid-template-rows:auto minmax(150px,1fr) auto}.ppo-study-shell .identify-board.layout-list .rating-image.identify-image{min-height:150px}.ppo-study-shell .identify-circles{width:min(640px,100%);margin:0 auto;display:grid;gap:4px;align-content:center}.ppo-study-shell .identify-circles-row{display:flex;align-items:center;justify-content:space-between;gap:2px}.ppo-study-shell .identify-circles-row button{--circle-size: calc(30px + var(--circle-step, 0) * 26px);flex:1 1 0;min-width:44px;min-height:60px;padding:0;display:grid;place-items:center;border:0;border-radius:12px;background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent;animation:none;transform:none}.ppo-study-shell .identify-circles-row button .circle-mark{width:var(--circle-size);height:var(--circle-size);border-radius:50%;border:2px solid var(--line-strong);background:var(--surface);transition:background-color .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease}.ppo-study-shell .identify-circles-row button.valence-positive .circle-mark{border-color:var(--primary)}.ppo-study-shell .identify-circles-row button.valence-negative .circle-mark{border-color:var(--info)}.ppo-study-shell .identify-circles-row button.valence-neutral .circle-mark{border-color:var(--muted)}.ppo-study-shell .identify-circles-row button.selected.valence-positive .circle-mark{background:var(--primary);box-shadow:0 0 0 4px color-mix(in srgb,var(--primary) 22%,transparent)}.ppo-study-shell .identify-circles-row button.selected.valence-negative .circle-mark{background:var(--info);box-shadow:0 0 0 4px color-mix(in srgb,var(--info) 22%,transparent)}.ppo-study-shell .identify-circles-row button.selected.valence-neutral .circle-mark{background:var(--muted);box-shadow:0 0 0 4px color-mix(in srgb,var(--muted) 30%,transparent)}.ppo-study-shell .identify-circles-row button.selected .circle-mark{animation:identify-pop .2s ease}.ppo-study-shell .identify-circles-row button:disabled{cursor:wait;opacity:.6}.ppo-study-shell .identify-circles-row button:focus-visible{outline:3px solid color-mix(in srgb,var(--primary) 35%,transparent);outline-offset:-2px}@media (hover: hover){.ppo-study-shell .identify-circles-row button:hover:not(:disabled) .circle-mark{transform:scale(1.08)}.ppo-study-shell .identify-circles-row button.valence-positive:hover:not(:disabled):not(.selected) .circle-mark{background:var(--primary-soft)}.ppo-study-shell .identify-circles-row button.valence-negative:hover:not(:disabled):not(.selected) .circle-mark{background:var(--info-soft)}.ppo-study-shell .identify-circles-row button.valence-neutral:hover:not(:disabled):not(.selected) .circle-mark{background:var(--surface-soft)}}.ppo-study-shell .identify-circles-labels{display:flex;justify-content:space-between;gap:12px;padding:0 4px;font-size:.74rem;font-weight:800}.ppo-study-shell .identify-circles-labels .valence-positive{color:var(--primary)}.ppo-study-shell .identify-circles-labels .valence-negative{color:var(--info)}.ppo-study-shell .identify-response-panel.layout-circles{width:min(760px,100%)}.ppo-study-shell .identify-board.layout-circles{grid-template-rows:auto minmax(160px,1fr) auto}.ppo-study-shell .image-grid.count-4{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(0,1fr)}.ppo-study-shell .ppo-board.has-short-heading .board-heading{margin-bottom:0}@media (max-width: 860px){.ppo-study-shell .ppo-topbar.compact-topbar{min-height:calc(50px + env(safe-area-inset-top,0px));padding:calc(4px + env(safe-area-inset-top,0px)) 0 4px;grid-template-columns:minmax(0,1fr) auto;row-gap:4px;column-gap:8px}.ppo-study-shell .ppo-topbar.compact-topbar .study-progress{grid-column:1 / -1;grid-row:2}.ppo-study-shell .ppo-topbar-title small{font-size:.6rem}.ppo-study-shell .ppo-topbar-title b{font-size:.8rem}.ppo-study-shell .question-chip{min-height:22px;padding:3px 10px;font-size:.64rem}.ppo-study-shell .board-heading.short{margin:0 auto 2px}.ppo-study-shell .identify-board.layout-list{grid-template-rows:auto minmax(150px,1fr) auto;gap:6px}.ppo-study-shell .identify-board.layout-circles{grid-template-rows:auto minmax(200px,1fr) auto}.ppo-study-shell .identify-circles-row button{--circle-size: calc(26px + var(--circle-step, 0) * 22px);min-height:56px}.ppo-study-shell .identify-circles-labels{font-size:.68rem}.ppo-study-shell .rating-scale.identify-scale.identify-scale-list button{min-height:48px;padding:4px 14px}.ppo-study-shell .rating-scale.identify-scale.identify-scale-list button small{font-size:.86rem}.ppo-study-shell .identify-response-panel.layout-list .identify-skip{min-height:44px;font-size:.74rem}}@media (max-width: 340px){.ppo-study-shell .identify-circles-row{gap:0}.ppo-study-shell .identify-circles-row button{min-width:40px;--circle-size: calc(22px + var(--circle-step, 0) * 18px)}}@media (max-width: 860px) and (max-height: 700px){.ppo-study-shell .identify-board.layout-list{grid-template-rows:auto minmax(120px,1fr) auto}.ppo-study-shell .identify-board.layout-list .rating-image.identify-image{min-height:120px}}@media (orientation: landscape) and (max-height: 520px){.ppo-study-shell .ppo-study-stage.layout-list.phase-identify{overflow:hidden}.ppo-study-shell .identify-board.layout-list{height:100%;min-height:0;grid-template-rows:auto minmax(0,1fr)}.ppo-study-shell .identify-board.layout-list .rating-image.identify-image,.ppo-study-shell .identify-board.layout-list .rating-image.identify-image img{max-height:none;min-height:0}.ppo-study-shell .identify-response-panel.layout-list{overflow:visible;grid-template-rows:minmax(0,1fr) auto}.ppo-study-shell .identify-response-panel.layout-circles{grid-template-rows:auto auto;align-content:center}.ppo-study-shell .rating-scale.identify-scale.identify-scale-list{min-height:0;overflow-y:auto;overscroll-behavior:contain}.ppo-study-shell .rating-scale.identify-scale.identify-scale-list button{min-height:40px;padding:2px 10px}.ppo-study-shell .identify-response-panel.layout-list .identify-skip{min-height:32px;margin-top:0;font-size:.62rem}.ppo-study-shell .identify-board.layout-circles{grid-template-rows:auto minmax(0,1fr);grid-template-columns:minmax(0,1fr) minmax(340px,.95fr)}.ppo-study-shell .identify-response-panel.layout-circles{width:100%}.ppo-study-shell .identify-circles-row button{--circle-size: calc(20px + var(--circle-step, 0) * 14px);min-width:34px;min-height:40px}.ppo-study-shell .identify-circles-labels{font-size:.58rem}.ppo-study-shell .ppo-board .image-grid.count-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (prefers-reduced-motion: reduce){.ppo-study-shell .identify-circles-row button.selected .circle-mark{animation:none}.ppo-study-shell .identify-circles-row button .circle-mark{transition:none}}.ppo-r1-preview{display:flex;align-items:center;gap:4px;margin-top:8px}.ppo-r1-preview.list{flex-direction:column;align-items:stretch;gap:3px}.ppo-r1-preview.list i{display:block;height:7px;border-radius:3px;background:color-mix(in srgb,var(--primary) 30%,var(--surface-strong))}.ppo-r1-preview.circles{justify-content:space-between}.ppo-r1-preview.circles i{display:block;width:12px;height:12px;border-radius:50%;border:2px solid var(--primary)}.ppo-r1-preview.circles i:nth-child(1),.ppo-r1-preview.circles i:nth-child(7){width:18px;height:18px}.ppo-r1-preview.circles i:nth-child(2),.ppo-r1-preview.circles i:nth-child(6){width:15px;height:15px}.ppo-r1-preview.circles i:nth-child(4){width:10px;height:10px;border-color:var(--line-strong)}.ppo-r1-preview.circles i:nth-child(5),.ppo-r1-preview.circles i:nth-child(6),.ppo-r1-preview.circles i:nth-child(7){border-color:var(--info)}.ppo-r1-setting p{margin:4px 0 10px;color:var(--muted);font-size:.8rem;line-height:1.5}.ppo-gallery-toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:18px;padding-block:18px}.ppo-gallery-toolbar label{display:flex;flex-direction:column;gap:5px;min-width:220px;flex:1 1 220px}.ppo-image-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;margin-top:10px}.ppo-image-card{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:var(--surface-soft)}.ppo-image-card.excluded{opacity:.62}.ppo-image-thumb{position:relative;display:block;width:100%;aspect-ratio:4 / 3;padding:0;border:none;background:var(--surface-strong);cursor:zoom-in}.ppo-image-thumb img{width:100%;height:100%;object-fit:cover;display:block}.ppo-image-excluded-flag{position:absolute;top:8px;left:8px;padding:3px 9px;border-radius:999px;background:var(--danger);color:#fff;font-size:.68rem;font-weight:700}.ppo-image-card-body{display:flex;flex-direction:column;gap:6px;padding:12px 14px 14px}.ppo-image-filename{font-size:.82rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ppo-image-leadership{margin-top:2px}.ppo-image-stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:4px 10px;font-size:.72rem;color:var(--muted)}.ppo-image-stat-grid b{color:var(--ink);font-weight:700}.ppo-image-no-evidence{font-size:.76rem;margin:4px 0}.ppo-image-actions{margin-top:4px}@media (max-width: 640px){.ppo-image-gallery{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}
