:root{--bg-0: #05060c;--bg-1: #0a0d18;--panel: rgba(255, 255, 255, .035);--panel-2: rgba(255, 255, 255, .055);--border: rgba(255, 255, 255, .08);--border-soft: rgba(255, 255, 255, .05);--text: #eef1f8;--text-dim: #c3c9d8;--muted: #7e879e;--accent: #3b82f6;--accent-2: #8b5cf6;--accent-grad: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);--primary: #3b82f6;--primary-700: #2f6ae0;--danger: #f26d6d;--danger-bg: rgba(242, 109, 109, .12);--ok: #4ade80;--warn: #f5b451;--radius: 18px;--radius-sm: 12px}*{box-sizing:border-box}html,body{min-height:100%}body{margin:0;font-family:Inter,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--text);background:var(--bg-0);-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background:radial-gradient(900px 600px at 100% -5%,rgba(37,99,235,.18),transparent 60%),radial-gradient(800px 600px at 108% 108%,rgba(236,118,62,.16),transparent 55%),radial-gradient(700px 700px at -10% 40%,rgba(99,102,241,.08),transparent 60%),linear-gradient(160deg,#070912,#05060c 55%,#04050a)}h1{font-size:24px;font-weight:700;letter-spacing:-.02em;margin:0 0 18px}h2{font-size:16px;font-weight:600;margin:0 0 12px}.muted{color:var(--muted)}.small{font-size:12px}.center{min-height:100vh;display:grid;place-items:center}.layout{display:grid;grid-template-columns:244px 1fr;min-height:100vh}.sidebar{position:relative;background:linear-gradient(180deg,#ffffff0a,#ffffff04);border-right:1px solid var(--border-soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding:22px 16px;display:flex;flex-direction:column;gap:6px}.brand{font-weight:700;font-size:16px;letter-spacing:-.01em;margin-bottom:6px;background:linear-gradient(120deg,#fff,#a9c2ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.scope-badge{display:inline-block;align-self:flex-start;background:#3b82f629;border:1px solid rgba(59,130,246,.3);color:#bcd2ff;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:3px 10px;border-radius:999px;margin-bottom:14px}.nav-item{display:block;padding:10px 13px;border-radius:12px;color:var(--text-dim);text-decoration:none;font-size:14px;font-weight:500;border:1px solid transparent;transition:background .18s,color .18s,border-color .18s}.nav-item:hover{background:var(--panel);color:var(--text)}.nav-item.active{background:linear-gradient(135deg,#3b82f6e6,#8b5cf6e6);color:#fff;border-color:#8b5cf680;box-shadow:0 8px 24px -8px #3b82f6b3}.sidebar-footer{margin-top:auto;padding-top:16px;border-top:1px solid var(--border-soft);display:flex;flex-direction:column;gap:2px}.user-login{font-weight:600;font-size:14px}.content{padding:30px 34px;min-width:0}.card{position:relative;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:20px;margin-bottom:18px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 24px 60px -30px #000c}.card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:linear-gradient(180deg,rgba(255,255,255,.12),transparent 40%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:14px;margin-bottom:18px}.stat{position:relative;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:18px;overflow:hidden;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.stat:after{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--accent-grad);opacity:.9}.stat-value{font-size:26px;font-weight:700;letter-spacing:-.02em}.stat-label{color:var(--muted);font-size:13px;margin-top:4px}.hero{position:relative;overflow:hidden;border-radius:var(--radius);border:1px solid var(--border);background:radial-gradient(600px 200px at 85% 0%,rgba(59,130,246,.22),transparent 60%),linear-gradient(120deg,#8b5cf624,#3b82f60f);padding:26px 28px;margin-bottom:18px}.hero-greeting{color:var(--text-dim);font-size:15px}.hero-name{font-size:30px;font-weight:700;letter-spacing:-.02em;margin:2px 0 8px}.hero-sub{color:var(--muted);max-width:460px}.hero-chip{position:absolute;top:22px;right:24px;background:#ffffff14;border:1px solid var(--border);border-radius:999px;padding:6px 14px;font-size:13px;font-weight:600}.login-card{width:340px;display:flex;flex-direction:column;gap:14px;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:28px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 30px 80px -30px #000000e6}label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:var(--muted)}input,select,.form select{padding:11px 13px;background:#ffffff0a;border:1px solid var(--border);border-radius:10px;font-size:15px;color:var(--text);outline:none;transition:border-color .15s,box-shadow .15s}input::placeholder{color:#5c6479}input:focus,select:focus{border-color:#3b82f699;box-shadow:0 0 0 3px #3b82f62e}option{background:#0d1120;color:var(--text)}button{background:var(--accent-grad);color:#fff;border:0;padding:11px 18px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:filter .15s,transform .05s,box-shadow .15s;box-shadow:0 10px 30px -12px #3b82f6cc}button:hover{filter:brightness(1.08)}button:active{transform:translateY(1px)}button:disabled{opacity:.55;cursor:default;box-shadow:none}.link-btn{background:none;color:var(--muted);padding:6px 0;font-size:13px;font-weight:500;box-shadow:none;text-align:left}.link-btn:hover{background:none;color:var(--text);filter:none}.error-box{background:var(--danger-bg);color:#ffb4b4;border:1px solid rgba(242,109,109,.35);border-radius:10px;padding:10px 12px;font-size:14px}.page-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.page-head h1{margin:0}.toolbar{display:flex;align-items:center;gap:10px;margin-bottom:16px;flex-wrap:wrap}.toolbar .spacer{flex:1}.toolbar select,.toolbar input{padding:8px 11px;font-size:14px}label.inline{flex-direction:row;align-items:center;gap:6px;color:var(--text-dim)}.summary-bar{display:flex;gap:22px;flex-wrap:wrap;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:14px 18px;margin-bottom:16px;font-size:14px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.btn-sm{padding:7px 12px;font-size:13px;font-weight:500;background:#ffffff0d;color:var(--text-dim);border:1px solid var(--border);border-radius:9px;box-shadow:none}.btn-sm:hover{background:#ffffff1a;color:var(--text);filter:none}.btn-sm:disabled{opacity:.4}.btn-sm.danger{color:#ffb4b4;border-color:#f26d6d59;background:var(--danger-bg)}.table-wrap{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);overflow-x:auto;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.data-table th,.data-table td{white-space:nowrap}.data-table{width:100%;border-collapse:collapse;font-size:14px}.data-table th{text-align:left;padding:13px 16px;background:#ffffff05;border-bottom:1px solid var(--border);color:var(--muted);font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.05em}.data-table td{padding:13px 16px;border-bottom:1px solid var(--border-soft);color:var(--text-dim)}.data-table tbody tr:last-child td{border-bottom:0}.data-table tbody tr:hover{background:#ffffff06}.badge{display:inline-block;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:500;border:1px solid transparent}.badge-on{background:#4ade801f;border-color:#4ade804d;color:#86efac}.badge-off{background:#ffffff0f;border-color:var(--border);color:var(--muted)}.badge-warn{background:#f5b4511f;border-color:#f5b4514d;color:#fbd38d}.row-actions{display:inline-flex;gap:6px;align-items:center;justify-content:flex-end}.neg{color:#ff9b9b}.pos{color:#86efac}.pager{display:flex;align-items:center;justify-content:space-between;margin-top:14px;color:var(--muted);font-size:13px}.pager-btns{display:flex;align-items:center;gap:10px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#03050c9e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;place-items:center;z-index:50}.modal{background:linear-gradient(180deg,#141826f5,#0c0f1af5);border:1px solid var(--border);border-radius:var(--radius);width:380px;max-width:92vw;padding:22px;box-shadow:0 40px 100px -30px #000000e6}.modal-wide{width:80vw;max-width:80vw;max-height:88vh;overflow-y:auto}.goal-form-cols{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px;align-items:start}.goal-form-desc{min-width:0}.goal-form-desc .rte-body{min-height:420px;max-height:62vh}.goal-form-side{display:flex;flex-direction:column;gap:12px}@media (max-width: 860px){.goal-form-cols{grid-template-columns:1fr}.goal-form-desc .rte-body{min-height:260px}}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.modal-header h2{margin:0}.form{display:flex;flex-direction:column;gap:12px}.goals-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.goal{display:flex;flex-direction:column;gap:8px}.goal-off{opacity:.55}.goal-head{display:flex;justify-content:space-between;align-items:center}.goal-sum{font-size:18px;font-weight:700}.progress{position:relative;background:#ffffff0f;border:1px solid var(--border);border-radius:999px;height:22px;overflow:hidden}.progress-bar{background:var(--accent-grad);height:100%;border-radius:999px;transition:width .3s;min-width:2px;box-shadow:0 0 16px #3b82f680}.progress-label{position:absolute;right:10px;top:0;font-size:12px;line-height:22px;color:var(--text)}.goal-actions{display:flex;gap:8px;margin-top:auto}.activation-code{font-family:ui-monospace,SF Mono,Consolas,monospace;font-size:20px;font-weight:700;letter-spacing:.08em;color:#bcd2ff;background:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:10px;padding:10px 14px;margin-top:4px;-webkit-user-select:all;user-select:all}.dash-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:18px}.dash-grid .card{margin-bottom:0}.ring-card{display:flex;flex-direction:column;align-items:center}.ring-wrap{position:relative;margin:6px auto 4px}.ring-track{fill:none;stroke:#ffffff12}.ring-arc{fill:none;filter:drop-shadow(0 0 8px rgba(99,102,241,.5));transition:stroke-dashoffset .6s ease}.ring-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.ring-value{font-size:30px;font-weight:700;letter-spacing:-.02em}.ring-sub{color:var(--muted);font-size:12px;margin-top:2px}.bars{display:flex;flex-direction:column;gap:14px;margin-top:4px}.bar-row{display:grid;grid-template-columns:130px 1fr auto;align-items:center;gap:12px;font-size:13px}.bar-label{color:var(--text-dim)}.bar{height:8px;background:#ffffff0f;border-radius:999px;overflow:hidden}.bar-fill{height:100%;border-radius:999px;background:var(--accent-grad);box-shadow:0 0 12px #3b82f680;transition:width .5s ease;min-width:2px}.bar-text{color:var(--text);font-weight:600;min-width:40px;text-align:right}.shortcuts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.shortcut{display:flex;flex-direction:column;align-items:center;gap:8px;padding:14px 6px;border-radius:14px;border:1px solid var(--border);background:#ffffff08;color:var(--text-dim);text-decoration:none;transition:background .15s,border-color .15s,transform .05s}.shortcut:hover{background:#ffffff0f;border-color:#8b5cf666;color:var(--text)}.shortcut:active{transform:translateY(1px)}.shortcut-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#3b82f638,#8b5cf638);border:1px solid rgba(139,92,246,.3);color:#cdd7ff}.shortcut-label{font-size:12px;text-align:center;line-height:1.2}.rte{border:1px solid var(--border);border-radius:10px;overflow:hidden;background:#ffffff0a}.rte-toolbar{display:flex;align-items:center;gap:4px;flex-wrap:wrap;padding:6px 8px;border-bottom:1px solid var(--border);background:#ffffff08}.rte-toolbar button{min-width:30px;height:30px;padding:0 8px;font-size:14px;background:transparent;color:var(--text-dim);border:1px solid transparent;border-radius:7px;box-shadow:none}.rte-toolbar button:hover{background:#ffffff14;color:var(--text);filter:none}.rte-sep{width:1px;height:18px;background:var(--border);margin:0 2px}.rte-body{min-height:120px;max-height:320px;overflow-y:auto;padding:12px 14px;font-size:14px;line-height:1.5;color:var(--text);outline:none}.rte-body:empty:before{content:"Опишите цель: текст, заголовки, списки, картинки…";color:var(--muted)}.rte-body img{max-width:100%;border-radius:8px;margin:6px 0}.rte-body h3{font-size:16px;margin:8px 0 4px}.rte-body a{color:#8ab4ff}.goal-desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.field{display:flex;flex-direction:column;gap:6px}.field-label{font-size:13px;color:var(--muted)}.img-drop{display:grid;place-items:center;min-height:96px;border:1px dashed var(--border);border-radius:10px;background:#ffffff08;color:var(--text-dim);font-size:14px;cursor:pointer;transition:border-color .15s,background .15s}.img-drop:hover{border-color:#3b82f699;background:#3b82f60f}.img-preview{position:relative;border:1px solid var(--border);border-radius:10px;overflow:hidden;background:#00000040}.img-preview img{display:block;width:100%;max-height:180px;object-fit:contain}.img-preview .btn-sm{position:absolute;top:8px;right:8px}.img-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px}.img-grid .img-preview img{max-height:90px}.img-grid .img-drop{min-height:90px}.events-list{display:flex;flex-direction:column;gap:6px}.checkbox{flex-direction:row;align-items:center;gap:8px;color:var(--text-dim);font-size:14px}.checkbox input{width:auto}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:999px;border:2px solid transparent;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:#ffffff2e;background-clip:padding-box}.mobile-bar,.sidebar-backdrop{display:none}.hamburger{display:inline-flex;flex-direction:column;justify-content:center;gap:4px;width:40px;height:40px;padding:0 9px;background:#ffffff0d;border:1px solid var(--border);border-radius:10px;box-shadow:none}.hamburger span{display:block;height:2px;border-radius:2px;background:var(--text)}@media (max-width: 900px){.layout{grid-template-columns:1fr}.content{padding:18px 16px}.mobile-bar{display:flex;align-items:center;gap:12px;position:sticky;top:0;z-index:40;padding:10px 14px;background:#0a0d18d9;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border-soft)}.mobile-bar .brand{margin:0;font-size:15px}.sidebar{position:fixed;top:0;left:0;bottom:0;width:268px;max-width:82vw;z-index:60;transform:translate(-100%);transition:transform .25s ease;border-right:1px solid var(--border);overflow-y:auto}.sidebar.open{transform:translate(0);box-shadow:0 30px 80px -20px #000000e6}.sidebar-brand{display:block}.sidebar-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:55;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}h1{font-size:20px}.page-head{flex-wrap:wrap;gap:10px}.stats{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}.hero{padding:20px 18px}.hero-name{font-size:24px}.hero-chip{position:static;display:inline-block;margin-bottom:8px}.shortcuts-grid{grid-template-columns:repeat(2,1fr)}.bar-row{grid-template-columns:100px 1fr auto;gap:8px}.modal,.modal-wide{width:94vw;max-width:94vw;max-height:90vh;overflow-y:auto;padding:18px}}@media (max-width: 480px){.stats{grid-template-columns:1fr 1fr}.goals-grid{grid-template-columns:1fr}.content{padding:16px 12px}}
