:root{--bg:#f4f7fb;--card:#fff;--text:#172033;--muted:#718096;--line:#e5ebf3;--primary:#1f7aec;--primary-dark:#135fc0;--good:#1b9c68;--bad:#d94a4a;--shadow:0 18px 50px rgba(22,35,60,.10);--radius:22px}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:radial-gradient(circle at top left,#e7f0ff,transparent 35%),var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}.topbar{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px 26px;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.logo{display:flex;align-items:center;gap:10px;font-weight:800}.logo span,.brand-mark{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:14px;background:linear-gradient(135deg,#1f7aec,#21a67a);color:#fff;font-weight:900}.topbar nav{display:flex;gap:8px;flex-wrap:wrap}.topbar nav a{padding:9px 12px;border-radius:999px;color:#41506a}.topbar nav a:hover{background:#eef4ff;color:#173155}.wrap{max-width:1040px;margin:0 auto;padding:28px 18px 60px}.hero{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:10px 0 24px;padding:28px;border-radius:var(--radius);background:linear-gradient(135deg,#ffffff,#edf5ff);box-shadow:var(--shadow)}h1,h2,h3{margin-top:0}h1{font-size:clamp(28px,4vw,42px);letter-spacing:-.04em}.hero p,.muted{color:var(--muted)}.panel,.entry,.auth-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.panel{padding:22px;margin-bottom:22px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:14px;padding:12px 18px;background:var(--primary);color:#fff;font-weight:800;cursor:pointer;box-shadow:0 8px 18px rgba(31,122,236,.22)}.btn:hover{background:var(--primary-dark)}.btn.ghost{background:#edf4ff;color:#185ba8;box-shadow:none}.btn.light{background:#f2f5f9;color:#40506a;box-shadow:none}.btn.full{width:100%;margin-top:8px}.filters{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:12px;align-items:end}label{display:block;font-weight:700;color:#34445f;margin-bottom:12px}input,select,textarea{width:100%;margin-top:7px;border:1px solid #dbe4ef;border-radius:14px;padding:12px 13px;font:inherit;background:#fbfdff;color:var(--text)}textarea{resize:vertical;line-height:1.5}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.timeline{position:relative}.entry{position:relative;padding:22px;margin:0 0 18px 0;border-left:8px solid var(--type-color,#3283dc)}.entry:before{content:"";position:absolute;left:-14px;top:28px;width:18px;height:18px;border-radius:50%;background:var(--type-color,#3283dc);border:4px solid #fff;box-shadow:0 5px 16px rgba(0,0,0,.15)}.entry-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:10px}.badge,.mini-badge{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;font-weight:800;background:color-mix(in srgb,var(--type-color,#3283dc) 14%,white);color:var(--type-color,#3283dc)}.mini-badge{background:#eef4ff;color:#24537f}.entry h2{margin-bottom:8px;font-size:22px}.entry p{white-space:normal;line-height:1.6;color:#2d3b52}.byline{color:var(--muted);font-weight:700;margin-bottom:8px}.statbox{margin-top:14px;padding:14px;border-radius:16px;background:#f6f9fd;border:1px dashed #cbd8e8}.statbox span{display:block;color:#53647e;margin-top:4px}.empty{padding:30px;text-align:center;color:var(--muted);background:#fff;border:1px dashed #cbd8e8;border-radius:var(--radius)}.auth-body{min-height:100vh;display:grid;place-items:center;padding:18px;background:linear-gradient(135deg,#eef5ff,#f6fff9)}.auth-card{width:min(430px,100%);padding:30px}.auth-card.wide{width:min(620px,100%)}.auth-card h1{margin-bottom:6px}.notice{padding:12px 14px;border-radius:14px;margin:12px 0;font-weight:700}.notice.good{background:#eaf8f1;color:#13714d}.notice.bad{background:#fff0f0;color:#b83333}.form-panel{max-width:820px}.cando{background:#f8fbff;border:1px solid var(--line);border-radius:18px;padding:16px;margin:14px 0}.profile-age{background:#f6f9fd;border-radius:14px;padding:13px;margin:8px 0 16px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:12px;border-bottom:1px solid var(--line)}th{color:#53647e;font-size:13px;text-transform:uppercase;letter-spacing:.04em}.type-list{display:flex;flex-wrap:wrap;gap:10px}.type-pill{display:flex;align-items:center;gap:9px;padding:10px 12px;border:1px solid var(--line);border-radius:999px;background:#fff;font-weight:800}.type-pill span{width:14px;height:14px;border-radius:50%;background:var(--type-color)}.type-pill em{font-style:normal;color:var(--muted);font-weight:500}@media(max-width:780px){.topbar{align-items:flex-start;flex-direction:column}.hero{flex-direction:column;align-items:flex-start}.filters,.grid2,.grid3{grid-template-columns:1fr}.entry-head{align-items:flex-start;flex-direction:column}.wrap{padding:18px 12px 42px}}

/* v2 additions */
.layout-grid{display:grid;grid-template-columns:310px 1fr;gap:22px;align-items:start}.sidebar{position:sticky;top:88px;display:flex;flex-direction:column;gap:16px}.content-col{min-width:0}.profile-card h2{margin:0 0 12px}.profile-line{display:flex;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid rgba(20,30,45,.08)}.profile-line span,.log-row span{color:#667085}.mini-form{display:grid;gap:10px;margin-top:14px}.mini-form label{font-size:.86rem}.smallbtn{padding:9px 12px;font-size:.88rem}.notice.small{padding:8px 10px;font-size:.85rem}.text-link{display:inline-block;margin-top:12px;color:#246bfe;font-weight:700;text-decoration:none}.best-list{display:grid;gap:9px}.best-list div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:14px;background:rgba(36,107,254,.07)}.best-list span{font-weight:700}.best-list strong{white-space:nowrap}.best-list em{font-style:normal;color:#667085;font-size:.82rem}.wide-best{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.wide-best div{align-items:flex-start;flex-direction:column}.log-row{display:flex;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px solid rgba(20,30,45,.08);font-size:.9rem}.cando-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.cando-grid label{background:#fff;border:1px solid rgba(20,30,45,.08);border-radius:16px;padding:12px;box-shadow:0 8px 20px rgba(20,30,45,.04)}.cando-grid span{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-weight:800}.cando-grid em{font-style:normal;color:#667085;font-weight:600;font-size:.8rem}.topbar nav{flex-wrap:wrap}table input[type=text],table input:not([type]){width:100%}@media(max-width:900px){.layout-grid{grid-template-columns:1fr}.sidebar{position:static;order:2}.content-col{order:1}.hero{align-items:flex-start}.topbar{position:static}.topbar nav{justify-content:flex-start}}

/* v3 progress + important entries */
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.entry.important-entry{box-shadow:0 12px 32px rgba(239,143,36,.18);border-color:rgba(239,143,36,.45);background:linear-gradient(135deg,#fff 0%,#fffaf2 100%)}.important-label{display:inline-flex;align-items:center;gap:6px;background:#fff3d9;color:#9a5b00;border:1px solid #ffd58a;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800;margin-top:8px}.entry-actions{display:flex;gap:10px;align-items:center}.entry-actions form{margin:0}.star-btn{border:0;background:#eef2f7;color:#8290a3;border-radius:999px;width:34px;height:34px;font-size:20px;line-height:1;cursor:pointer}.star-btn.on{background:#fff0c2;color:#d78a00}.checkline{display:flex!important;align-items:center;gap:10px;background:#f8fafc;border:1px solid #e8edf4;border-radius:14px;padding:12px 14px;font-weight:700}.checkline input{width:auto!important}.section-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;flex-wrap:wrap}.inline-filter{display:flex;gap:8px;align-items:center}.inline-filter select{min-width:180px}.range-note{background:#f4f8ff;border:1px solid #dceaff;border-radius:16px;padding:12px 14px;margin:14px 0;color:#2a3a55}.mini-chart{width:100%;height:auto;max-height:280px;background:#ffffff;border:1px solid #e7edf5;border-radius:18px;margin:12px 0}.mini-chart .axis{stroke:#cfd8e6;stroke-width:1}.mini-chart polyline{fill:none;stroke:#2563eb;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.mini-chart circle{fill:#2563eb;stroke:#fff;stroke-width:2}.mini-chart text{font-size:13px;fill:#718096;font-family:system-ui,-apple-system,Segoe UI,sans-serif}.mini-chart .chart-num{font-weight:700;fill:#44546a}.mini-chart .avg-min,.mini-chart .avg-max{stroke:#f59e0b;stroke-width:2;stroke-dasharray:7 7}.graph-empty{margin:12px 0}.wide-best{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.table-wrap{width:100%;overflow:auto}table{width:100%;border-collapse:collapse;margin-top:12px}th,td{text-align:left;border-bottom:1px solid #e8edf4;padding:11px 10px;white-space:nowrap}th{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#718096;background:#f8fafc}td{color:#26364d}@media(max-width:720px){.section-head,.inline-filter{display:block}.inline-filter select,.inline-filter button{width:100%;margin-top:8px}.hero-actions{width:100%}.hero-actions .btn{flex:1;text-align:center}}

.result-pack{
    margin-top:12px;
    padding:12px;
    border-radius:18px;
    background:rgba(15,23,42,.04);
    border:1px solid rgba(15,23,42,.08);
    display:grid;
    gap:8px;
}
.result-pack > strong{font-size:.92rem;color:#334155;}
.statbox.compact{margin:0;}

/* admin important marker polish */
.entry-badges{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.important-label.inline{margin-top:0;padding:4px 9px;font-size:11px}

/* v5 tracking graph controls */
.range-toggle{margin:14px 0;align-items:flex-start}.range-toggle strong{margin-left:4px}.multi-chart .avg-line{display:none}.multi-chart.show-ranges .avg-line{display:block}.multi-chart polyline,.multi-chart circle{stroke-width:4}.multi-chart circle{stroke:#fff;stroke-width:2}.multi-chart .line-0{stroke:#2563eb;fill:#2563eb}.multi-chart .line-1{stroke:#16a34a;fill:#16a34a}.multi-chart .line-2{stroke:#dc2626;fill:#dc2626}.multi-chart .line-3{stroke:#9333ea;fill:#9333ea}.multi-chart .line-4{stroke:#ea580c;fill:#ea580c}.multi-chart .line-5{stroke:#0891b2;fill:#0891b2}.multi-chart .line-6{stroke:#4f46e5;fill:#4f46e5}.multi-chart .line-7{stroke:#be123c;fill:#be123c}.chart-legend{display:flex;flex-wrap:wrap;gap:10px;margin:8px 0 16px}.legend-item{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;background:#f8fafc;border:1px solid #e8edf4;font-weight:700;color:#334155}.legend-item i{width:12px;height:12px;border-radius:50%;display:inline-block}.legend-item.line-0 i{background:#2563eb}.legend-item.line-1 i{background:#16a34a}.legend-item.line-2 i{background:#dc2626}.legend-item.line-3 i{background:#9333ea}.legend-item.line-4 i{background:#ea580c}.legend-item.line-5 i{background:#0891b2}.legend-item.line-6 i{background:#4f46e5}.legend-item.line-7 i{background:#be123c}
.nav-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;margin-left:5px;border-radius:999px;background:#ef4444;color:#fff;font-size:12px;font-weight:800}.chat-list{display:grid;gap:12px}.chat-user-card{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid rgba(31,41,55,.12);border-radius:18px;background:#fff;text-decoration:none;color:inherit;box-shadow:0 10px 30px rgba(15,23,42,.05)}.chat-user-card:hover{transform:translateY(-1px);box-shadow:0 14px 34px rgba(15,23,42,.08)}.chat-user-main{display:flex;flex-direction:column;gap:3px;flex:1}.chat-user-main small{color:#64748b}.avatar-dot,.status-dot{width:13px;height:13px;border-radius:99px;display:inline-block;background:#94a3b8;box-shadow:0 0 0 4px rgba(148,163,184,.15)}.avatar-dot.online,.status-dot.online{background:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.16)}.avatar-dot.offline,.status-dot.offline{background:#94a3b8}.pill-count{min-width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#2563eb;color:#fff;font-weight:800}.chat-panel{padding:0;overflow:hidden}.chat-thread{height:min(62vh,620px);overflow:auto;padding:20px;background:linear-gradient(180deg,#f8fafc,#eef6ff)}.bubble-row{display:flex;margin:10px 0}.bubble-row.mine{justify-content:flex-end}.bubble-row.theirs{justify-content:flex-start}.bubble{max-width:min(620px,82%);padding:12px 14px;border-radius:18px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.08)}.bubble-row.mine .bubble{background:#2563eb;color:#fff;border-bottom-right-radius:6px}.bubble-row.theirs .bubble{border-bottom-left-radius:6px}.bubble p{margin:0 0 6px}.bubble small{display:block;font-size:11px;opacity:.72}.chat-compose{display:grid;grid-template-columns:1fr auto;gap:12px;padding:14px;border-top:1px solid rgba(31,41,55,.12);background:#fff}.chat-compose textarea{resize:vertical;min-height:54px}@media(max-width:700px){.chat-compose{grid-template-columns:1fr}.bubble{max-width:94%}}

.wall-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.wall-card{background:linear-gradient(135deg,#fff7df,#ffffff);border:1px solid #f1d89b;border-radius:22px;padding:20px;display:flex;gap:16px;box-shadow:0 10px 30px rgba(24,39,75,.08)}.wall-card h2{margin:0 0 8px}.trophy{font-size:42px}.entry-social{display:flex;align-items:center;gap:12px;margin-top:14px;padding-top:12px;border-top:1px solid rgba(0,0,0,.06)}.reaction-btn{border:0;background:#eef7f2;border-radius:999px;padding:8px 12px;font-weight:800;cursor:pointer}.reaction-btn span{background:#fff;border-radius:999px;padding:2px 7px;margin-left:4px}.comment-count{color:#64748b;font-weight:700}.comment-form{display:flex;gap:8px;margin-top:10px}.comment-form input{flex:1;border:1px solid #d8e1ec;border-radius:12px;padding:10px}.notif-list{display:grid;gap:10px}.notif-item{display:block;text-decoration:none;color:inherit;border:1px solid #e5edf5;border-radius:16px;padding:14px;background:#fff}.notif-item.unread{border-color:#83c5ff;background:#f0f8ff}.notif-item strong,.notif-item span,.notif-item small{display:block}.notif-item small{color:#64748b;margin-top:4px}.goal-list{display:grid;gap:14px}.goal-card{background:#fff;border:1px solid #e6edf5;border-radius:20px;padding:18px;box-shadow:0 10px 26px rgba(15,23,42,.05)}.goal-card.done{background:#f2fbf5}.done-badge{display:inline-block;background:#dff7e8;color:#166534;padding:7px 12px;border-radius:999px;font-weight:800}.chat-panel{position:relative}.bubble{max-width:min(680px,85vw)}
.public-btn{border:0;background:#eef2ff;color:#4f46e5;border-radius:999px;width:34px;height:34px;cursor:pointer;font-size:16px;box-shadow:0 6px 16px rgba(15,23,42,.08)}
.public-btn.on{background:#dcfce7;color:#15803d}
.public-label{display:inline-flex;align-items:center;gap:6px;margin:6px 0 2px;padding:5px 10px;border-radius:999px;background:#ecfdf5;color:#047857;font-weight:800;font-size:12px}
.author-chip{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#f1f5f9;color:#334155;font-weight:800;font-size:12px}
.public-entry{border-left-color:#22c55e}
.public-timeline .entry{max-width:900px}
.comments-list{display:grid;gap:8px;margin:12px 0;padding:10px;border-radius:16px;background:#f8fafc;border:1px solid #e2e8f0}
.comment-item{display:grid;gap:2px;padding:8px 10px;border-radius:12px;background:white}
.comment-item strong{font-size:12px;color:#475569}
.comment-item span{font-size:14px;color:#0f172a}

.status-ok{background:#dcfce7;color:#166534}.status-warn{background:#fef3c7;color:#92400e}.status-bad{background:#fee2e2;color:#991b1b}
