:root{--bg:#f5f7f8;--panel:#fff;--ink:#17211b;--muted:#718078;--line:#e3e8e5;--green:#0e8f55;--good:#17a466;--warn:#e5a21a;--bad:#df4a45;--blue:#246bfd;--soft:#eef3f0;--sidebar:#142019;--sidebarText:#d9e5de;--shadow:0 12px 40px rgba(23,33,27,.06)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg)}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.app-shell{display:grid;grid-template-columns:244px 1fr;min-height:100vh}.sidebar{background:var(--sidebar);color:var(--sidebarText);padding:22px 16px;display:flex;flex-direction:column;position:fixed;width:244px;height:100vh;z-index:20}.brand{display:flex;align-items:center;gap:12px;padding:2px 8px 24px}.brand-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#d6ff59;color:#142019;font-weight:900;font-size:20px}.brand strong{display:block;color:#fff}.brand small{display:block;color:#809288;font-size:11px;margin-top:2px}.brand-big{padding:0 0 24px}.brand-big .brand-mark{width:48px;height:48px;font-size:24px}.brand-big strong{color:var(--ink);font-size:18px}.sidebar nav{display:flex;flex-direction:column;gap:4px}.sidebar nav a{padding:11px 12px;border-radius:8px;color:#9eb0a6;font-size:14px;display:flex;align-items:center;gap:11px}.sidebar nav a:hover,.sidebar nav a.active{background:#213128;color:#fff}.sidebar nav a span{font-size:18px;width:20px;text-align:center}.sidebar-foot{margin-top:auto;border-top:1px solid #2b3a32;padding-top:16px;font-size:12px;color:#8ea198}.sidebar-foot>a{display:block;padding:10px 4px}.mini-user{display:flex;gap:9px;align-items:center;margin-bottom:6px}.mini-user>span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#2b4034;color:#d6ff59;font-weight:800}.mini-user div{min-width:0;overflow:hidden;text-overflow:ellipsis}.mini-user small{display:block;color:#687b70}.main{grid-column:2;min-width:0}.topbar{height:84px;padding:18px 30px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;background:rgba(245,247,248,.94);position:sticky;top:0;z-index:10;backdrop-filter:blur(12px)}.topbar h1{font-size:20px;margin:0}.topbar p{margin:4px 0 0;font-size:12px;color:var(--muted)}.content{padding:28px 30px 60px;max-width:1600px;margin:auto}.mobile-menu{display:none;border:0;background:transparent;font-size:24px}.btn{border:1px solid var(--line);background:#fff;color:var(--ink);padding:9px 13px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-weight:650;font-size:13px;cursor:pointer}.btn:hover{border-color:#bfcac4}.btn.primary{background:var(--ink);color:#fff;border-color:var(--ink)}.btn.ghost{background:transparent}.btn.wide{width:100%;padding:12px}.hero-row{background:linear-gradient(118deg,#18261e 0%,#20362a 70%,#2d4b38 100%);color:#fff;border-radius:16px;padding:28px 30px;display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;overflow:hidden;position:relative}.hero-row:after{content:"";position:absolute;width:300px;height:300px;border:1px solid rgba(214,255,89,.2);border-radius:50%;right:80px;top:-120px}.hero-row h2{font-size:28px;margin:5px 0}.hero-row p{margin:0;color:#aabbb1}.eyebrow{font-size:10px;letter-spacing:.14em;font-weight:800;color:#7f9087}.hero-row .eyebrow{color:#d6ff59}.health-ring{width:94px;height:94px;border-radius:50%;padding:9px;display:grid;place-items:center;position:relative;z-index:2}.health-ring:before{content:"";position:absolute;inset:9px;border-radius:50%;background:#203229}.health-ring strong,.health-ring span{position:relative;z-index:1}.health-ring strong{font-size:21px;align-self:end}.health-ring span{font-size:10px;color:#a9b9b0;align-self:start}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:14px}.stat-card{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:18px;display:flex;gap:14px;align-items:center}.stat-card small,.stat-card em{display:block;color:var(--muted);font-style:normal;font-size:11px}.stat-card strong{display:block;font-size:26px;line-height:1.1;margin:3px 0}.stat-icon{width:42px;height:42px;border-radius:10px;display:grid;place-items:center;font-weight:900}.stat-icon.good{background:#e8f7ef;color:var(--green)}.stat-icon.link{background:#edf2ff;color:var(--blue)}.stat-icon.index{background:#f1edff;color:#7455d8}.stat-icon.alerti{background:#fff1eb;color:#de6237}.dashboard-grid{display:grid;grid-template-columns:1.55fr 1fr;gap:14px;margin-bottom:14px}.panel{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:20px;margin-bottom:14px;box-shadow:var(--shadow)}.panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;gap:15px}.panel-head h3{margin:2px 0 0;font-size:16px}.panel-head>a{font-size:12px;color:var(--muted)}.chart{height:220px}.bars{height:100%;display:flex;align-items:end;gap:7px;padding-top:18px}.bar-col{height:100%;flex:1;display:flex;flex-direction:column;justify-content:end;align-items:center;gap:8px;min-width:10px}.bar-stack{width:min(28px,80%);display:flex;flex-direction:column;justify-content:flex-end;border-radius:4px 4px 2px 2px;overflow:hidden;min-height:4px}.bar-stack i{display:block;background:#9ddbbd}.bar-stack b{display:block;background:var(--bad)}.bar-col span{font-size:9px;color:#8b9991}.donut-wrap{display:flex;align-items:center;gap:28px;padding:8px}.donut{width:150px;height:150px;border-radius:50%;display:grid;place-items:center;position:relative}.donut:after{content:"";position:absolute;inset:17px;background:#fff;border-radius:50%}.donut span{z-index:1;text-align:center}.donut strong,.donut small{display:block}.donut strong{font-size:25px}.donut small{font-size:10px;color:var(--muted)}.legend{display:grid;gap:10px;min-width:160px}.legend span{font-size:12px;display:grid;grid-template-columns:10px 1fr auto;align-items:center;gap:8px}.dot{width:8px;height:8px;border-radius:50%}.good-dot{background:var(--good)}.warn-dot{background:var(--warn)}.bad-dot{background:var(--bad)}.event-list{display:grid}.event-row{display:grid;grid-template-columns:12px 1fr auto;gap:12px;align-items:center;padding:12px 2px;border-bottom:1px solid var(--line)}.event-row:last-child{border:0}.event-dot{width:7px;height:7px;border-radius:50%;background:#aaa}.event-dot.critical{background:var(--bad);box-shadow:0 0 0 5px #fceceb}.event-dot.warning{background:var(--warn);box-shadow:0 0 0 5px #fff6df}.event-dot.success{background:var(--good);box-shadow:0 0 0 5px #e8f7ef}.event-row strong{font-size:13px}.event-row p{margin:3px 0 0;font-size:11px;color:var(--muted)}.event-row time{font-size:10px;color:var(--muted)}.event-meta{display:grid;justify-items:end;gap:5px}.event-list.large .event-row{padding:15px 4px}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.project-card{border:1px solid var(--line);border-radius:11px;padding:17px}.project-top{display:grid;grid-template-columns:40px 1fr auto;gap:10px;align-items:center}.project-avatar{width:40px;height:40px;border-radius:9px;background:#ecf2ee;display:grid;place-items:center;font-weight:900}.project-top h3{font-size:14px;margin:0 0 3px}.project-top a{font-size:11px;color:var(--muted)}.project-metrics{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:15px 0;padding:13px 0}.project-metrics div{border-right:1px solid var(--line);padding-left:10px}.project-metrics div:first-child{padding-left:0}.project-metrics div:last-child{border:0}.project-metrics strong,.project-metrics span{display:block}.project-metrics strong{font-size:20px}.project-metrics span{font-size:9px;color:var(--muted)}.project-actions{display:flex;gap:7px}.form-panel{max-width:960px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field{display:grid;gap:6px;margin-bottom:12px}.field label{font-size:11px;font-weight:750}.field input,.field select{width:100%;border:1px solid #dbe2de;border-radius:7px;background:#fff;padding:10px 11px;outline:0}.field input:focus,.field select:focus{border-color:#87a191;box-shadow:0 0 0 3px #edf3ef}.field small{font-size:10px;color:var(--muted)}.span-2{grid-column:span 2}.span-all{grid-column:1/-1}.switch-row{display:flex;align-items:center;gap:9px;font-size:12px}.switch-row input{display:none}.switch-row span{width:34px;height:20px;border-radius:20px;background:#cbd4cf;position:relative}.switch-row span:after{content:"";position:absolute;width:14px;height:14px;border-radius:50%;background:#fff;left:3px;top:3px;transition:.2s}.switch-row input:checked+span{background:var(--good)}.switch-row input:checked+span:after{left:17px}.actions{display:flex;gap:8px}.alert{padding:11px 13px;border-radius:8px;margin-bottom:14px;font-size:12px;border:1px solid}.alert.success{background:#eaf8f0;border-color:#bfe4cf;color:#176a42}.alert.danger{background:#fff0ef;border-color:#f2c5c2;color:#9b2c28}.toolbar{display:flex;gap:10px;align-items:center;justify-content:space-between;margin-bottom:12px;flex-wrap:wrap}.searchbar{display:flex;background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden;min-width:300px}.searchbar input{border:0;padding:9px 12px;min-width:260px;outline:0}.searchbar button{border:0;background:transparent;padding:0 12px}.filter-tabs{display:flex;gap:4px;background:#e9eeeb;padding:4px;border-radius:8px}.filter-tabs a{font-size:11px;padding:6px 9px;border-radius:6px;color:var(--muted)}.filter-tabs a.active{background:#fff;color:var(--ink);box-shadow:0 1px 3px rgba(0,0,0,.06)}.toolbar-actions{display:flex;gap:6px}.table-panel{padding:0;overflow:hidden}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:12px}th{text-align:left;color:#7d8c83;font-size:10px;text-transform:uppercase;letter-spacing:.07em;padding:11px 14px;background:#f9faf9;border-bottom:1px solid var(--line);white-space:nowrap}td{padding:13px 14px;border-bottom:1px solid #edf0ee;vertical-align:middle}tbody tr:hover{background:#fafcfb}.url-cell{min-width:300px}.url-cell strong,.url-cell a,.url-cell small{display:block}.url-cell a{color:#4d6b5a;font-size:10px;max-width:420px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:3px 0}.url-cell small{color:#9aa69f}.badge{display:inline-flex;align-items:center;border-radius:20px;padding:4px 7px;font-size:9px;font-weight:750;white-space:nowrap}.badge.good{background:#e8f7ef;color:#158350}.badge.bad{background:#fdeceb;color:#bd3c37}.badge.warn{background:#fff4dc;color:#a56a00}.badge.neutral{background:#eff2f0;color:#6e7d75}td>small{display:block;margin-top:5px;color:var(--muted);font-size:9px}.nap-dots{display:flex;gap:5px}.nap-dots i{width:8px;height:8px;border-radius:50%;background:#ccc}.nap-dots i.good{background:var(--good)}.nap-dots i.bad{background:var(--bad)}.nap-dots i.neutral{background:#ccd3cf}.row-link{font-size:18px}.empty{padding:28px;text-align:center;color:var(--muted);font-size:12px}.import-box{display:grid;gap:14px}.dropzone{border:1.5px dashed #b9c6bf;background:#f9fbfa;padding:38px;text-align:center;border-radius:10px;cursor:pointer}.dropzone input{display:none}.dropzone strong,.dropzone span{display:block}.dropzone span{font-size:11px;color:var(--muted);margin-top:6px}.preview-table{overflow:auto;border:1px solid var(--line);border-radius:8px;max-height:280px}.detail-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:16px;gap:20px}.detail-head h2{margin:5px 0;font-size:23px}.detail-head a{font-size:11px;color:var(--muted)}.detail-head .back{display:block;margin-bottom:8px}.detail-head form{display:flex;align-items:center;gap:10px}.inline-check{font-size:11px;color:var(--muted)}.detail-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px}.detail-card{background:#fff;border:1px solid var(--line);border-radius:11px;padding:16px;min-width:0}.detail-card>span{display:block;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}.detail-card>strong{display:block;min-height:30px}.detail-card dl{display:grid;grid-template-columns:auto 1fr;gap:7px 12px;border-top:1px solid var(--line);padding-top:12px;margin:7px 0 0;font-size:10px}.detail-card dt{color:var(--muted)}.detail-card dd{margin:0;overflow:hidden;text-overflow:ellipsis}.timeline>div{display:grid;grid-template-columns:12px 1fr auto;gap:9px;align-items:center;padding:9px 0;border-bottom:1px solid var(--line)}.timeline i{width:7px;height:7px;border-radius:50%;background:#9ba69f}.timeline i.success{background:var(--good)}.timeline i.warning{background:var(--warn)}.timeline strong{font-size:11px}.timeline time{font-size:9px;color:var(--muted)}.settings-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:14px;align-items:start}.provider-block{border-top:1px solid var(--line);padding-top:12px;margin-top:10px}.provider-block h4{font-size:12px;margin:0 0 10px}.cron-card code{display:block;background:#142019;color:#d6ff59;padding:11px;border-radius:7px;overflow:auto;font-size:10px}.muted{color:var(--muted);font-size:12px}.logic-list{display:grid;gap:9px;padding-left:0;list-style:none;font-size:12px}.logic-list b{display:inline-grid;place-items:center;width:20px;height:20px;background:#eef2ef;border-radius:50%;margin-right:5px}.logic-list code{font-size:10px;background:#f1f3f2;padding:2px 4px;border-radius:3px}.report-hero{display:flex;justify-content:space-between;align-items:end;padding:12px 0 24px}.report-hero h2{font-size:30px;margin:4px 0}.report-hero p{margin:0;color:var(--muted)}.setup-body,.login-body{display:grid;place-items:center;min-height:100vh;background:radial-gradient(circle at 20% 20%,#e5f1e9 0,transparent 32%),#f5f7f6}.setup-card,.login-card{width:min(720px,calc(100% - 32px));background:#fff;border:1px solid var(--line);border-radius:14px;padding:28px;box-shadow:0 30px 80px rgba(20,32,25,.1)}.login-card{width:min(420px,calc(100% - 32px))}.setup-card h1,.login-card h1{font-size:25px;margin:0 0 8px}.success-box{text-align:center;padding:20px}.success-box h1{font-size:34px}.setup-card .form-grid{margin-top:20px}@media(max-width:1100px){.stat-grid{grid-template-columns:repeat(2,1fr)}.project-grid{grid-template-columns:repeat(2,1fr)}.detail-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:780px){.app-shell{display:block}.sidebar{transform:translateX(-100%);transition:.2s}.menu-open .sidebar{transform:translateX(0)}.main{grid-column:auto}.mobile-menu{display:block}.topbar{padding:14px 16px;height:auto;gap:10px}.topbar>div{flex:1}.topbar>.btn{display:none}.content{padding:18px 14px}.hero-row{padding:22px}.hero-row h2{font-size:22px}.stat-grid,.dashboard-grid,.project-grid,.settings-grid,.detail-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.span-2{grid-column:span 1}.health-ring{width:75px;height:75px}.donut-wrap{flex-direction:column}.toolbar{align-items:stretch}.searchbar{min-width:0;width:100%}.searchbar input{min-width:0;width:100%}.detail-head{align-items:start;flex-direction:column}.event-row{grid-template-columns:12px 1fr}.event-row>time,.event-meta{grid-column:2;justify-items:start}.setup-card{padding:20px}}@media print{.sidebar,.topbar,.toolbar,.btn{display:none!important}.app-shell,.main{display:block}.content{padding:0}.panel,.stat-card{box-shadow:none;break-inside:avoid}body{background:#fff}}
.pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 15px;border-top:1px solid var(--line);font-size:10px;color:var(--muted)}.pagination>div{display:flex;gap:4px}.pagination a{min-width:28px;height:28px;padding:0 7px;border:1px solid var(--line);border-radius:6px;display:grid;place-items:center;background:#fff}.pagination a.active{background:var(--ink);color:#fff;border-color:var(--ink)}
/* v1.1 multi-user + dashboard/report refinements */
.svg-icon{width:18px;height:18px;display:inline-block;vertical-align:-3px;flex:0 0 auto}.sidebar nav a>.svg-icon{width:18px;height:18px;color:#82968b}.sidebar nav a.active>.svg-icon,.sidebar nav a:hover>.svg-icon{color:#d6ff59}.sidebar nav a>span{font-size:14px;width:auto;text-align:left}.btn .svg-icon{width:15px;height:15px}.icon-btn{width:34px;height:34px;padding:0;border:1px solid var(--line);border-radius:8px;background:#fff;display:inline-grid;place-items:center;cursor:pointer;color:var(--muted)}.icon-btn:hover{color:var(--ink);border-color:#bcc8c1}.icon-btn .svg-icon{width:17px;height:17px}.topbar .mobile-menu{background:transparent;border:0}.text-link{display:inline-flex!important;align-items:center;gap:5px}.text-link .svg-icon{width:14px;height:14px}.stat-card.clickable{transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.stat-card.clickable:hover{transform:translateY(-2px);border-color:#c6d2cb;box-shadow:0 14px 35px rgba(23,33,27,.08)}.stat-icon .svg-icon{width:22px;height:22px}.compact-hero{padding:24px 28px}.dashboard-grid.wide-left{grid-template-columns:2fr .8fr}.queue-list{display:grid;gap:2px}.queue-list>div{display:grid;grid-template-columns:28px 1fr auto;grid-template-rows:auto auto;align-items:center;padding:10px 0;border-bottom:1px solid var(--line);column-gap:8px}.queue-list>div:last-child{border:0}.queue-list .svg-icon{grid-row:1/3;width:18px;height:18px;color:var(--muted)}.queue-list span{font-size:11px;font-weight:700}.queue-list strong{font-size:18px}.queue-list small{grid-column:2/4;font-size:9px;color:var(--muted)}.dashboard-projects{padding:0}.dashboard-projects .panel-head{padding:18px 20px 0}.project-table-name strong,.project-table-name small{display:block}.project-table-name small{margin-top:3px;color:var(--muted)}.health-pill{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:20px;font-size:10px;font-weight:800}.health-pill.good{background:#e8f7ef;color:#158350}.health-pill.warn{background:#fff4dc;color:#9b6500}.health-pill.bad{background:#fdeceb;color:#bd3c37}.issue-count{display:inline-grid;place-items:center;min-width:28px;height:24px;border-radius:20px;font-size:10px;font-weight:800}.issue-count.has{background:#fdeceb;color:#bd3c37}.issue-count.none{background:#edf6f1;color:#198151}.btn.small{padding:6px 9px;font-size:10px}.attention-list{display:grid}.attention-list>a{display:grid;grid-template-columns:minmax(140px,1fr) auto 20px;gap:10px;align-items:center;padding:11px 0;border-bottom:1px solid var(--line)}.attention-list>a:last-child{border:0}.attention-list>a>div:first-child strong,.attention-list>a>div:first-child small{display:block}.attention-list>a>div:first-child strong{font-size:12px}.attention-list>a>div:first-child small{font-size:9px;color:var(--muted);margin-top:3px}.attention-list>a>.svg-icon{width:14px;height:14px;color:var(--muted)}.attention-badges{display:flex;gap:4px;flex-wrap:wrap;justify-content:flex-end}.project-top a{display:inline-flex;align-items:center;gap:4px}.project-top a .svg-icon,.url-cell a .svg-icon{width:11px;height:11px}.project-metrics.four{grid-template-columns:repeat(4,1fr)}.project-actions{align-items:center}.project-actions .icon-btn{width:30px;height:30px;margin-left:auto}.project-actions .icon-btn+.icon-btn{margin-left:0}.drop-icon{width:34px;height:34px!important;margin:0 auto 10px;color:var(--green)}.project-context{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:16px;padding:4px 2px}.project-context h2{margin:3px 0;font-size:23px}.project-context a{font-size:11px;color:var(--muted);display:inline-flex;align-items:center;gap:5px}.project-context>div:last-child{display:flex;gap:7px}.page-filter,.report-toolbar{display:flex;justify-content:flex-end;margin-bottom:14px}.page-filter form,.report-toolbar form{display:flex;align-items:center;gap:8px}.page-filter label,.report-toolbar label{font-size:10px;font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.page-filter select,.report-toolbar select{border:1px solid var(--line);background:#fff;border-radius:8px;padding:8px 10px;min-width:220px}.report-toolbar{justify-content:space-between;align-items:center}.report-toolbar>div{display:flex;gap:6px}.report-hero.refined{background:#fff;border:1px solid var(--line);border-radius:13px;padding:22px 24px;margin-bottom:14px;align-items:center}.report-hero.refined h2{font-size:26px}.report-score .health-ring{width:84px;height:84px}.report-score .health-ring:before{background:#fff}.report-score .health-ring span{color:var(--muted)}.report-layout{display:grid;grid-template-columns:1.7fr 1fr;gap:14px}.chart.tall{height:280px}.report-donut{padding:4px 0 16px}.problem-links{border-top:1px solid var(--line);padding-top:8px}.problem-links a{display:grid;grid-template-columns:1fr auto 18px;align-items:center;gap:8px;padding:10px 0;border-bottom:1px solid var(--line);font-size:11px}.problem-links a:last-child{border:0}.problem-links a strong{font-size:16px}.problem-links a .svg-icon{width:14px;height:14px;color:var(--muted)}.change-breakdown{display:grid}.change-breakdown>div{display:grid;grid-template-columns:14px 1fr auto;align-items:center;gap:8px;padding:10px 0;border-bottom:1px solid var(--line)}.change-breakdown>div:last-child{border:0}.change-breakdown strong{font-size:11px;font-weight:650}.change-breakdown b{font-size:13px}.settings-intro{display:flex;align-items:end;justify-content:space-between;margin-bottom:16px;padding:4px 2px}.settings-intro h2{margin:3px 0;font-size:24px}.settings-intro p{margin:0;color:var(--muted);font-size:12px}.settings-grid .panel-head>.svg-icon{color:var(--muted);width:20px;height:20px}.user-cell{display:flex;align-items:center;gap:9px}.user-cell>span{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#edf2ef;font-weight:800}.user-cell strong,.user-cell small{display:block}.user-cell small{color:var(--muted);margin-top:2px}.note-panel{display:flex;gap:14px;align-items:flex-start}.note-panel>div:first-child{width:38px;height:38px;border-radius:9px;background:#edf2ff;color:var(--blue);display:grid;place-items:center}.note-panel p{margin:5px 0 0;color:var(--muted);font-size:11px;line-height:1.55}.event-row[href]:hover{background:#fafcfb}.row-link{width:30px;height:30px;display:grid;place-items:center;border-radius:7px}.row-link:hover{background:var(--soft)}.row-link .svg-icon{width:15px;height:15px}.detail-head .back{display:inline-flex;align-items:center;gap:5px}.detail-head a .svg-icon{width:13px;height:13px}.panel-head>.icon-btn{font-size:0}.setup-card .success-box .success-icon{width:52px;height:52px;margin:0 auto 12px;border-radius:50%;display:grid;place-items:center;background:#e8f7ef;color:var(--good)}.setup-card .success-box .success-icon .svg-icon{width:25px;height:25px}
@media(max-width:1100px){.dashboard-grid.wide-left,.report-layout{grid-template-columns:1fr}.project-metrics.four{grid-template-columns:repeat(2,1fr)}.project-metrics.four div:nth-child(2){border-right:0}.project-metrics.four div:nth-child(3),.project-metrics.four div:nth-child(4){margin-top:8px}}
@media(max-width:780px){.report-toolbar,.project-context,.settings-intro{align-items:stretch;flex-direction:column}.report-toolbar>div,.project-context>div:last-child{flex-wrap:wrap}.page-filter{justify-content:stretch}.page-filter form,.report-toolbar form{width:100%;align-items:stretch;flex-direction:column}.page-filter select,.report-toolbar select{width:100%}.attention-list>a{grid-template-columns:1fr 18px}.attention-badges{grid-column:1}.project-actions{flex-wrap:wrap}.dashboard-stats{grid-template-columns:1fr 1fr}.topbar .mobile-menu{display:grid}.filter-tabs{overflow:auto}.report-hero.refined{align-items:center}}
@media(max-width:520px){.dashboard-stats{grid-template-columns:1fr}.project-metrics.four{grid-template-columns:1fr 1fr}}
@media print{.report-toolbar,.page-filter,.project-context{display:none!important}.report-hero.refined{border:0;padding-left:0;padding-right:0}.report-layout{grid-template-columns:1.5fr 1fr}.panel{margin-bottom:10px}.event-row[href]:hover{background:transparent}}
