
/* Appearance control and dark palette, shared by every view and dialog. */
:root{color-scheme:light}
.theme-toggle{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:6px 10px;border:1px solid var(--border);border-radius:7px;background:#fff;color:#50665a;font-size:11px;font-weight:600;white-space:nowrap}
.theme-toggle:hover{background:#edf4ef}
.theme-switch{width:27px;height:16px;border-radius:20px;background:#d7e2da;position:relative}
.theme-switch:after{content:'';position:absolute;top:3px;left:3px;width:10px;height:10px;border-radius:50%;background:#fff;transition:transform .15s}
.theme-toggle[aria-checked=true] .theme-switch{background:#91baff}
.theme-toggle[aria-checked=true] .theme-switch:after{transform:translateX(11px);background:#122440}
:root[data-theme=dark]{color-scheme:dark;color:#e5edf9;background:#0b1426;--green:#426da8;--muted:#a7b8d2;--border:#2b3d59;--orange:#e6bb7e;--red:#e89d91}
[data-theme=dark] :is(.sidebar,.topbar,.metric,.card,.objective-card,.task-card,.icon-button,.btn,.period,.theme-toggle,dialog){background:#132139;color:#e5edf9;border-color:var(--border)}
[data-theme=dark] :is(input:not([type=checkbox]),select,textarea){background:#0e1b30;color:#e5edf9;border-color:#3d5376}
[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:#98abc8}
[data-theme=dark] :is(.avatar,.metric-icon,.objective-number,nav b,.board-column){background:#203453;color:#b7cbea}
[data-theme=dark] :is(nav a.active,nav a:hover,.btn:hover,.theme-toggle:hover){background:#293f62;color:#d5e5ff}
[data-theme=dark] :is(.sidebar-note,.ai-teaser){background:linear-gradient(135deg,#1b3153,#162640);border-color:#344e75;color:#d8e6fc}
[data-theme=dark] .ai-teaser:after{color:#29446c}
[data-theme=dark] :is(.subtitle,.eyebrow,.nav-label,nav a,.settings-link,.breadcrumb,.save-status,.metric-label,.metric-detail,.card-head p,.legend,.chart-labels,.status-legend,.insight,.objective-meta,.kr-mark,.kr-values,.more-btn,.task-row-title small,.task-card p,.task-card-bottom,.hint,.plan-kr ul,.history-list li,.empty,.loading,footer,.ai-teaser p,.sidebar-note p,.board-column h2,.tab){color:#a9bbd7}
[data-theme=dark] :is(.breadcrumb strong,.status-legend b,.kr-title,.kr-percent,.objective-progress,.field label,label.field,.text-btn,.ai-result,.empty h2,.metric-detail strong,.ai-teaser .sparkle){color:#c0d4f2}
[data-theme=dark] :is(.tab.active,.settings-link.active){color:#bad8ff;border-color:#8ab8f3}
[data-theme=dark] :is(.metric-bar,.track){background:#2c4162}
[data-theme=dark] :is(.kr-list,.kr-row,.section-head h2 small){border-color:var(--border)}
[data-theme=dark] .donut:before{background:#132139}
[data-theme=dark] .pill{background:#294431;color:#b4d7bf}
[data-theme=dark] :is(.pill.amber-pill,nav i){background:#453c29;color:#ebcc94}
[data-theme=dark] .pill.red-pill{background:#482f2b;color:#efb7aa}
[data-theme=dark] .pill.gray-pill{background:#283951;color:#bfcee3}
[data-theme=dark] .notice{background:#343a25;border-color:#505638;color:#d7dbaa}
[data-theme=dark] .btn.primary{background:#91baff;border-color:#91baff;color:#0b1c36}
[data-theme=dark] .btn.primary:hover{background:#b5d1ff}
[data-theme=dark] :is(.btn.danger,.form-error,.danger-zone h2){color:#f0afa0}
[data-theme=dark] .btn.danger,[data-theme=dark] .danger-zone{border-color:#68463b}
[data-theme=dark] .overdue{color:#edab99!important}
[data-theme=dark] .line-chart line[stroke="#eef2ed"]{stroke:#2d4263}
[data-theme=dark] .line-chart line[stroke="#cdd8cd"]{stroke:#869ec1}
[data-theme=dark] .line-chart text{fill:#b3c6e3}
[data-theme=dark] .line-chart polyline{stroke:#91baff}
[data-theme=dark] .line-chart circle{fill:#91baff;stroke:#132139}
[data-theme=dark] dialog::backdrop{background:#0009}
[data-theme=dark] .task-row input{accent-color:#91baff}
@media(max-width:650px){.theme-toggle{padding:6px 8px;gap:5px}.theme-label{display:none}.topbar .breadcrumb{min-width:0}.topbar .top-actions{gap:8px;flex-shrink:0}}
@media(max-width:440px){.topbar .save-status{display:none}}
@media(prefers-reduced-motion:reduce){.theme-switch:after{transition:none}}
:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#233b34;background:#f6f8f7;font-synthesis:none;--green:#205b4b;--muted:#84918a;--border:#e6ece8;--orange:#d89646;--red:#c66b60}*{box-sizing:border-box}body{margin:0;font-size:14px}button,input,select,textarea{font:inherit}button,a,input,select,textarea{outline-offset:4px}button{cursor:pointer}button:disabled{opacity:.5;cursor:wait}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}h1{font-size:30px;letter-spacing:-1px;font-weight:650;margin-bottom:9px}h2{font-size:17px;font-weight:650;letter-spacing:-.3px}h3{font-size:15px}small{font-size:12px;color:var(--muted)}.sidebar{width:238px;position:fixed;inset:0 auto 0 0;background:#fff;border-right:1px solid var(--border);padding:34px 22px 18px;display:flex;flex-direction:column;z-index:10}.brand{display:flex;align-items:center;font-size:25px;font-weight:750;letter-spacing:-1px;gap:8px}.brand>span:last-child{font-weight:400;margin-left:-7px}.brand-mark{background:var(--green);color:#fff;font-size:31px;width:37px;height:37px;border-radius:11px;text-align:center;line-height:32px}.workspace{border:1px solid var(--border);border-radius:10px;padding:11px 9px;margin:32px 0;display:flex;align-items:center;gap:9px;font-size:12px;font-weight:600}.workspace>span:last-child{margin-left:auto}.workspace small,.profile small{display:block;font-weight:400;margin-top:4px;font-size:10px}.avatar{width:34px;height:34px;background:#e9eee9;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#526c5b;flex-shrink:0}.small{width:31px;height:31px;background:#eddfc9}.nav-label{color:#9ba59f;font-size:10px;font-weight:650;letter-spacing:1.7px;padding:0 12px;margin:0 0 13px}nav{display:grid;gap:6px}nav a{display:flex;align-items:center;padding:13px 12px;border-radius:7px;color:#78867e;font-size:13px;font-weight:500;gap:12px}nav a>span{font-size:20px;width:21px;text-align:center;line-height:19px}nav a.active{background:#edf4ef;color:#265c49;font-weight:650}nav a:hover{background:#f2f5f3}nav b{margin-left:auto;background:#edf0ed;border-radius:5px;padding:2px 6px;font-size:10px}nav i{font-size:9px;font-style:normal;background:#f1ebe1;color:#9d8057;padding:3px 5px;border-radius:4px;margin-left:auto}.sidebar-note{background:linear-gradient(135deg,#f1f5ee,#f6f7f2);border-radius:12px;margin-top:auto;padding:19px 16px;color:#4d6853}.sidebar-note>span{font-size:27px;display:block;margin-bottom:10px}.sidebar-note strong{font-size:14px;line-height:1.6}.sidebar-note p{font-size:11px;line-height:1.7;color:#879583;margin:10px 0 0}.settings-link{margin:24px 10px;display:flex;gap:14px;align-items:center;color:#7a867e;font-size:13px}.settings-link.active{color:var(--green);font-weight:700}.profile{display:flex;gap:10px;align-items:center;border-top:1px solid var(--border);padding-top:18px;font-size:12px}.online-dot{width:7px;height:7px;background:#77a086;border-radius:50%;margin-left:auto}.shell{margin-left:238px}.topbar{height:79px;padding:0 39px;display:flex;justify-content:space-between;align-items:center;background:#fff;border-bottom:1px solid var(--border)}.breadcrumb{font-size:12px;color:#9ba49d}.breadcrumb span{margin:0 14px;color:#c4ccc6}.breadcrumb strong{font-weight:500;color:#53665b}.top-actions{display:flex;gap:22px;align-items:center}.save-status{font-size:11px;color:#82968b}.icon-button{border:1px solid var(--border);background:#fff;border-radius:7px;width:31px;height:31px;color:#7c8f82;font-size:20px}main{max-width:1570px;margin:auto;padding:36px 39px 24px;min-height:calc(100vh - 130px)}.page-head{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:28px}.eyebrow{font-size:10px;color:#90a194;letter-spacing:1.7px;font-weight:650;margin-bottom:10px}.subtitle{color:#88968d;font-size:13px;line-height:1.7;margin:0}.head-actions{display:flex;gap:10px;flex-wrap:wrap}.btn{border:1px solid #dce5de;border-radius:7px;background:white;color:#50665a;padding:10px 15px;font-size:12px;font-weight:600;display:inline-flex;gap:8px;align-items:center;justify-content:center;white-space:nowrap}.btn:hover{background:#f0f5f1}.btn.primary{background:var(--green);color:#fff;border-color:var(--green)}.btn.primary:hover{background:#174636}.btn.danger{color:#af504a;border-color:#eacfc9}.btn.small-btn{padding:7px 10px;font-size:11px}.text-btn{background:none;border:0;color:#55725f;font-size:12px;padding:0}.filter-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:23px;gap:15px;flex-wrap:wrap}.tabs{display:flex;border-bottom:1px solid var(--border);gap:25px}.tab{padding:10px 0 13px;border:0;border-bottom:2px solid transparent;background:none;color:#8b978e;font-size:12px}.tab.active{color:#2e5d45;border-color:#2e5d45;font-weight:650}.period{border:1px solid var(--border);background:#fff;border-radius:7px;color:#65776b;font-size:12px;padding:9px 12px}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:17px;margin-bottom:24px}.metric{background:#fff;border:1px solid var(--border);border-radius:11px;padding:20px 22px}.metric-label{font-size:12px;color:#7e8f83;display:flex;justify-content:space-between}.metric-icon{background:#f1f5f0;border-radius:6px;width:27px;height:27px;display:grid;place-items:center;color:#74947a;font-size:17px;margin-top:-4px}.metric-value{font-size:32px;font-weight:650;letter-spacing:-1px;margin:9px 0 8px}.metric-value em{font-size:18px;font-style:normal;color:#a2afa6;font-weight:400}.metric-detail{font-size:11px;color:#9aa59e}.metric-detail strong{color:#699377;font-weight:500}.metric-bar{height:4px;background:#eef3ef;border-radius:5px;margin-top:13px;overflow:hidden}.metric-bar span{display:block;height:100%;background:#76a18a;border-radius:5px}.chart-grid{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(280px,1fr);gap:22px;margin-bottom:25px}.card{background:#fff;border:1px solid var(--border);border-radius:11px;padding:23px}.card-head{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;margin-bottom:15px}.card-head h2{margin:0 0 7px}.card-head p{font-size:11px;color:#97a399;margin:0}.legend{display:flex;gap:17px;font-size:10px;color:#8d9b91;align-items:center;flex-wrap:wrap}.legend span:before{content:'';display:inline-block;width:7px;height:7px;border-radius:50%;background:#679d7f;margin-right:6px}.legend .expected:before{background:#cad4cb}.line-chart{width:100%;height:190px;display:block}.chart-labels{display:flex;justify-content:space-between;color:#9ba69f;font-size:10px;margin:0 5px 0 30px}.donut-wrap{display:flex;align-items:center;gap:28px;justify-content:center;padding:7px 0 9px}.donut{width:145px;height:145px;border-radius:50%;position:relative;flex-shrink:0;display:grid;place-items:center}.donut:before{content:'';position:absolute;inset:15px;background:white;border-radius:50%}.donut-center{z-index:1;text-align:center;font-size:30px;font-weight:600;letter-spacing:-1px}.donut-center small{display:block;font-size:10px;letter-spacing:0;font-weight:400;margin-top:4px}.status-legend{display:grid;gap:18px;min-width:110px;font-size:11px;color:#809184}.status-legend div{display:flex;align-items:center;gap:7px}.status-legend b{margin-left:auto;color:#485e50}.dot{height:7px;width:7px;border-radius:50%;display:inline-block;flex-shrink:0}.green{background:#71a185}.amber{background:#dfb77a}.red{background:#ce8b7b}.gray{background:#dce4de}.insight{border-top:1px solid var(--border);padding-top:14px;font-size:10px;color:#9ba79d;margin-top:10px;line-height:1.7}.section-head{display:flex;align-items:center;justify-content:space-between;margin:29px 0 17px}.section-head h2{margin:0}.section-head h2 small{font-size:11px;font-weight:400;border:1px solid #dee6df;border-radius:4px;padding:2px 5px;margin-left:7px}.objectives-list{display:grid;gap:14px}.objective-card{background:white;border:1px solid var(--border);border-radius:10px;overflow:hidden}.objective-top{display:flex;align-items:center;padding:19px 22px;gap:14px}.objective-number{width:35px;height:35px;border-radius:8px;background:#eef3ec;display:grid;place-items:center;color:#6f8d72;font-size:12px;font-weight:650}.objective-info{flex:1;min-width:0}.objective-info h3{margin:0 0 7px;font-weight:600}.objective-meta{display:flex;gap:13px;font-size:10px;color:#98a398;align-items:center;flex-wrap:wrap}.pill{border-radius:4px;background:#eef5ef;color:#74957e;font-size:10px;padding:4px 7px;font-weight:500;white-space:nowrap}.pill.amber-pill{background:#fcf5e8;color:#b4945f}.pill.red-pill{background:#fbefeb;color:#ba8072}.pill.gray-pill{background:#f0f2f0;color:#889389}.objective-progress{display:flex;gap:12px;align-items:center;font-size:12px;color:#637d68;margin:0 12px}.objective-progress .track{width:90px}.track{height:5px;background:#edf2ed;border-radius:4px;overflow:hidden}.track>span{display:block;background:#7aa286;height:100%;border-radius:4px}.kr-list{border-top:1px solid #edf1ed}.kr-row{display:flex;align-items:center;gap:14px;padding:12px 22px 12px 70px;border-bottom:1px solid #f0f3f0}.kr-row:last-child{border:0}.kr-title{flex:1;font-size:12px;color:#63766a;min-width:0}.kr-mark{font-size:10px;color:#a3b2a5}.kr-values{font-size:11px;color:#93a297;white-space:nowrap}.kr-row .track{width:90px}.kr-percent{font-size:11px;color:#718a77;width:32px;text-align:right}.more-btn{border:0;background:none;font-size:18px;color:#98a49b;padding:6px}.lower-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:22px;margin-top:24px}.task-row{display:flex;align-items:center;gap:11px;padding:13px 0;border-bottom:1px solid var(--border)}.task-row:last-child{border:0}.task-row input{accent-color:var(--green);width:16px;height:16px}.task-row-title{font-size:12px;flex:1}.task-row-title small{display:block;margin-top:6px;font-size:10px}.task-row.done .task-row-title{color:#99a79d;text-decoration:line-through}.ai-teaser{background:#edf3ec;border:1px solid #e2ebdf;border-radius:11px;padding:25px;position:relative;overflow:hidden}.ai-teaser .sparkle{font-size:34px;color:#648568;margin-bottom:12px}.ai-teaser h2{font-size:20px;line-height:1.4;max-width:250px}.ai-teaser p{font-size:12px;color:#8b9a87;line-height:1.8;max-width:290px}.ai-teaser:after{content:'✧';font-size:180px;color:#e1eadd;position:absolute;right:-20px;top:30px;pointer-events:none}.ai-teaser .btn{position:relative;z-index:1;margin-top:5px}footer{padding:18px 39px;color:#a0aaa3;font-size:10px;display:flex;justify-content:space-between;border-top:1px solid var(--border);margin-top:10px}.empty{padding:45px 20px;text-align:center;color:#89998d;line-height:1.8}.empty h2{color:#4d6957}.toolbar{display:flex;gap:12px;margin-bottom:22px;flex-wrap:wrap}.toolbar input{flex:1;min-width:180px}.field{display:grid;gap:7px;margin-bottom:18px}.field label,label.field{font-size:12px;font-weight:600;color:#63776a}input:not([type=checkbox]),select,textarea{background:#fff;border:1px solid #dce5de;border-radius:7px;padding:11px 12px;color:#3d5848;width:100%}textarea{resize:vertical;min-height:100px;line-height:1.6}input:focus,select:focus,textarea:focus{outline:2px solid #9ec4ac;border-color:transparent}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}.form-grid.three{grid-template-columns:repeat(3,1fr)}dialog{border:1px solid var(--border);border-radius:14px;padding:0;width:min(580px,calc(100vw - 30px));max-height:90vh;color:#294934;box-shadow:0 30px 100px #102a3333}dialog::backdrop{background:#112f2955;backdrop-filter:blur(3px)}.modal-head{display:flex;justify-content:space-between;padding:24px 26px 0;gap:15px}.modal-head h2{font-size:21px;margin:0}.modal-head button{background:none;border:0;font-size:22px;color:#8c9f8e}dialog form,dialog .modal-body{padding:24px 26px}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:23px}.form-error{color:#b85446;font-size:12px;line-height:1.6}.hint{font-size:11px;line-height:1.7;color:#8b9d8e;margin-bottom:20px}.board{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.board-column{background:#eef2ee;padding:17px;border-radius:10px;min-height:350px}.board-column h2{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:#819385;display:flex;justify-content:space-between}.task-card{padding:17px;background:white;border:1px solid #e1e8e1;border-radius:8px;margin-top:13px}.task-card h3{font-weight:550;line-height:1.6;font-size:13px;margin:11px 0}.task-card p{font-size:10px;color:#9aaa9b;line-height:1.6}.task-card-bottom{display:flex;align-items:center;justify-content:space-between;font-size:10px;color:#8c9f90;border-top:1px solid var(--border);padding-top:12px}.task-card select{font-size:10px;padding:6px;width:auto}.overdue{color:#bd7765!important}.ai-layout{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(300px,1.3fr);gap:25px;align-items:start}.ai-result{white-space:pre-wrap;font-size:13px;line-height:1.8;color:#647e6b}.plan-kr{border:1px solid var(--border);border-radius:8px;padding:18px;margin:15px 0}.plan-kr h3{line-height:1.6;margin-bottom:5px}.plan-kr ul{padding-left:18px;font-size:12px;color:#829587;line-height:1.9}.notice{padding:14px 17px;border:1px solid #e5e9d9;border-radius:8px;background:#f8f9ef;color:#8c9067;font-size:12px;line-height:1.8;margin-bottom:22px}.settings-panel{max-width:720px}.settings-panel .card{margin-bottom:22px}.checkin-card{margin-bottom:16px}.checkin-card .kr-row{padding:17px 0}.history-list{padding:0;list-style:none;margin:0}.history-list li{padding:13px 0;border-bottom:1px solid var(--border);font-size:12px;color:#758b7b;display:flex;gap:15px;justify-content:space-between}.loading{padding:35px;text-align:center;color:#859c8b}.loading:before{content:'✧';display:block;font-size:40px;animation:pulse 1.4s infinite}.danger-zone{border-color:#efdfd9}.danger-zone h2{color:#a57466}#toast{position:fixed;bottom:25px;left:calc(50% + 100px);transform:translateX(-50%);background:#244e3c;color:#fff;padding:14px 22px;border-radius:9px;box-shadow:0 8px 30px #244e3c22;font-size:12px;opacity:0;pointer-events:none;transition:opacity .2s;z-index:100;max-width:90vw}#toast.visible{opacity:1}#toast.error{background:#a34e43}.mobile-label{display:none}@keyframes pulse{50%{opacity:.3}}@media(min-width:1550px){.line-chart{height:220px}.donut-wrap{padding:20px 0}.donut{width:160px;height:160px}.objective-top{padding:23px}.kr-row{padding-top:15px;padding-bottom:15px}}@media(max-width:1180px){.sidebar{width:205px;padding:28px 15px 18px}.shell{margin-left:205px}main{padding:28px 25px}.topbar{padding:0 25px}.chart-grid{grid-template-columns:1.4fr 1fr}.donut-wrap{gap:15px}.donut{width:120px;height:120px}.metric{padding:16px}.objective-progress .track{width:65px}.head-actions{justify-content:flex-end}.kr-row{padding-left:25px}.sidebar-note{padding:15px}.status-legend{min-width:95px}}@media(max-width:960px){.metrics{grid-template-columns:repeat(2,1fr)}.chart-grid,.lower-grid,.ai-layout{grid-template-columns:1fr}.donut-wrap{justify-content:flex-start;padding:10px 30px;gap:45px}.donut{width:145px;height:145px}.board{grid-template-columns:1fr}.objective-progress .track{display:none}.kr-row .track{display:none}.sidebar-note{display:none}.settings-link{margin-top:auto}.card-head{flex-wrap:wrap}.objective-top{flex-wrap:wrap}.objective-info{min-width:60%}}@media(max-width:650px){.sidebar{position:static;width:100%;padding:15px;border-right:0;border-bottom:1px solid var(--border)}.brand{font-size:21px}.brand-mark{width:30px;height:30px;font-size:26px;line-height:27px}.workspace,.nav-label,.profile,.sidebar-note{display:none}nav{display:flex;gap:2px;overflow-x:auto;margin-top:14px}nav a{font-size:11px;white-space:nowrap;padding:10px 9px;gap:6px}nav a>span{font-size:15px;width:auto}nav b,nav i{display:none}.settings-link{position:absolute;right:15px;top:18px;margin:0;font-size:12px}.shell{margin-left:0}.topbar{height:55px;padding:0 18px}.top-actions{gap:10px}.top-actions .avatar{display:none}.save-status{font-size:9px}.breadcrumb{font-size:10px}main{padding:24px 17px}.page-head{align-items:flex-start;flex-direction:column;gap:16px}h1{font-size:26px}.metrics{gap:11px}.metric-value{font-size:28px}.metric-label{font-size:11px}.metric-detail{font-size:10px}.card{padding:18px}.objective-top{padding:16px 14px;gap:9px}.objective-info h3{font-size:13px;line-height:1.5}.objective-number{width:27px;height:27px}.objective-progress{margin-left:36px}.kr-row{padding:13px 15px;gap:8px;flex-wrap:wrap}.kr-title{font-size:11px;min-width:65%}.kr-values{margin-left:18px}.kr-percent{margin-left:auto}.lower-grid{gap:16px}.tabs{gap:20px}.tab{font-size:11px}.donut-wrap{padding:10px;gap:30px}.form-grid.three{grid-template-columns:1fr}.form-grid{gap:0 10px}footer{padding:18px}#toast{left:50%;width:max-content}.ai-layout{display:block}.ai-layout>.card{margin-bottom:20px}}

.kr-initiatives{padding:12px 22px 16px 70px;border-bottom:1px solid var(--border)}.kr-initiatives summary{cursor:pointer;font-size:12px;margin-bottom:10px}.initiative-row{display:flex;align-items:center;gap:12px;padding:9px 0;flex-wrap:wrap}.initiative-row .text-btn{flex:1;text-align:left;min-width:150px}.initiative-row small{color:var(--muted)}.kr-initiatives .hint{margin:10px 0}@media(max-width:650px){.kr-initiatives{padding:12px 15px}}
[data-theme=dark] :is(.track>span,.metric-bar>span){background:#91baff}[data-theme=dark] input:focus,[data-theme=dark] select:focus,[data-theme=dark] textarea:focus{outline-color:#91baff}

.initiative-block{border:1px solid var(--border);border-radius:8px;padding:15px;margin:12px 0}.initiative-block h4{margin:14px 0 8px}.initiative-block .hint{margin:6px 0}

.avatar{overflow:hidden}.avatar img{width:100%;height:100%;object-fit:cover}.profile-photo{width:88px;height:88px;font-size:32px;margin-bottom:16px}.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.profile a{color:inherit}@media(max-width:800px){.profile-grid{grid-template-columns:1fr}}
