:root{--bg: #0f172a;--panel: #111827;--muted: #1f2937;--card: #0b1224;--text: #e5e7eb;--accent: #38bdf8;--ok: #10b981;--warn: #f59e0b;--hot: #ef4444;--full: #831843;--border: #243147}*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:linear-gradient(120deg,#0b1224,#0f172a 60%,#131a30);color:var(--text);font:14px/1.4 system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Helvetica Neue,Arial}header.top{display:flex;gap:12px;align-items:center;justify-content:space-between;padding:16px 20px;position:sticky;top:0;background:#0b1224b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);z-index:5}.title{display:flex;align-items:center;gap:10px;font-weight:800}.title .logo{width:12px;height:12px;border-radius:3px;background:var(--accent);box-shadow:0 0 0 3px #38bdf840}.muted{opacity:.7}button,.btn{background:var(--muted);color:var(--text);border:1px solid var(--border);padding:8px 10px;border-radius:10px;cursor:pointer;transition:.2s}button:hover,.btn:hover{transform:translateY(-1px);border-color:#33507a}.btn-accent{background:var(--accent);color:#00111a;border-color:#7bd9ff;font-weight:700}.btn-danger{background:#3b0b13;border-color:#5a1320;color:#ffd9df}.btn-changelog{background:linear-gradient(135deg,#667eea,#764ba2);border:2px solid #a78bfa;color:#fff;padding:10px 16px;border-radius:12px;cursor:pointer;font-weight:700;font-size:13px;transition:all .3s ease;position:relative;overflow:hidden}.btn-changelog:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.btn-changelog.has-updates{animation:pulse-glow 2s ease-in-out infinite}.btn-changelog.has-updates:before{content:"";position:absolute;top:-2px;right:-2px;width:12px;height:12px;background:#ef4444;border-radius:50%;border:2px solid white;animation:pulse-dot 1.5s ease-in-out infinite}@keyframes pulse-glow{0%,to{box-shadow:0 0 10px #667eea80}50%{box-shadow:0 0 25px #667eeacc,0 0 40px #764ba299}}@keyframes pulse-dot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.8}}.btn-sm{padding:6px 8px;border-radius:8px;font-size:12px;line-height:1.1;white-space:nowrap}input,select{background:#0a1121;color:var(--text);border:1px solid var(--border);padding:8px 10px;border-radius:10px;outline:none}.controls{display:flex;gap:8px;flex-wrap:wrap}.layout{display:grid;grid-template-columns:360px 1fr;gap:16px;padding:16px;height:calc(100vh - 70px)}.panel{background:#10172a99;border:1px solid var(--border);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;min-height:0}.panel>header{padding:12px 14px;border-bottom:1px solid var(--border);flex:0 0 auto}.panel .content{padding:12px;overflow:auto;flex:1 1 auto}.hint{opacity:.8;font-size:12px}.filterbar{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px}.filterbar2{display:grid;grid-template-columns:1fr;gap:8px;margin-bottom:10px}.client-list{display:flex;flex-direction:column;gap:10px}.client-card{background:linear-gradient(180deg,#0d162ce6,#0a1121e6);border:1px solid var(--border);border-radius:14px;padding:10px;display:grid;grid-template-columns:1fr 160px;gap:12px;align-items:center}.client-main{min-width:0}.client-name{font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.client-id-badge{display:inline-block;background:var(--accent);color:#00111a;font-size:10px;font-weight:800;padding:2px 6px;border-radius:4px;margin-right:6px;vertical-align:middle}.notes-icon{display:inline-block;margin-left:6px;font-size:14px;opacity:.9;vertical-align:baseline;line-height:1}.tag-draggable .notes-icon{vertical-align:baseline;margin-left:4px}.client-meta{font-size:12px;opacity:.8}.client-notes{color:#ff9800;opacity:.8;font-size:12px}.tag-draggable{display:inline-block;padding:4px 8px;border-radius:8px;font-weight:700;background:#0b1630;border:1px dashed #33507a;cursor:grab;-webkit-user-select:none;user-select:none;font-size:12px;margin-top:6px}.tag-draggable:active{cursor:grabbing}.client-actions{display:flex;flex-direction:column;gap:8px;align-items:stretch;align-self:stretch}.client-actions select,.client-actions .btn{width:100%}@media (max-width: 1100px){.client-card{grid-template-columns:1fr}.client-actions{grid-column:1 / -1;flex-direction:row;gap:8px}.client-actions .btn{flex:1}.client-actions select{flex:2}}.calendar{display:flex;flex-direction:column;min-width:760px;min-height:0}.weekbar{display:flex;gap:12px;padding:10px 12px;border-bottom:1px solid var(--border);align-items:center;flex-wrap:wrap}.monthTitle{font-size:20px;font-weight:900;letter-spacing:.3px}.calendar-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;padding:12px;overflow:auto;min-height:0;flex:1 1 auto}.day{background:#080e1c99;border:1px solid var(--border);border-radius:14px;display:flex;flex-direction:column;min-width:200px}.day>header{padding:10px 12px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.day .subtitle{opacity:.8;font-size:12px}.badge{font-size:12px;padding:3px 8px;border-radius:999px;border:1px solid transparent;background:#0e1a34}.badge.ok{background:#10b98126;border-color:#10b98159;color:#9bf7cf}.badge.warn{background:#f59e0b26;border-color:#f59e0b59;color:#ffd58e}.badge.hot{background:#ef444426;border-color:#ef444459;color:#ffb3b3}.badge.full{background:#83184340;border-color:#83184380;color:#ffd1ea}.dropzone{flex:1;padding:10px;display:flex;flex-direction:column;gap:6px}.dropzone.over{outline:2px dashed var(--accent);outline-offset:-6px;background:#38bdf80f}.slot{font-size:12px;font-weight:800;background:#0c142a;border:1px solid #213155;border-radius:8px;padding:6px 8px;display:flex;align-items:center;justify-content:space-between;gap:8px}.slot .handle{cursor:grab;-webkit-user-select:none;user-select:none}.slot .remove{border:none;background:#2a0e14;color:#ffc6cd;border:1px solid #4a1822;padding:4px 6px;border-radius:6px;cursor:pointer}.slot-notes{font-size:10px;color:#ff9800;opacity:.85;margin-top:3px;font-weight:400;line-height:1.3}.slot-generated{background:linear-gradient(135deg,#0c142a,#0e1730);border:1px dashed #2a4a7a;opacity:.85}.slot-generated .pattern-badge{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:#38bdf826;border:1px solid rgba(56,189,248,.3);border-radius:4px;color:var(--accent);font-size:11px;font-weight:700}.shake{animation:shake .35s}@keyframes shake{10%{transform:translate(-2px)}20%{transform:translate(2px)}30%{transform:translate(-2px)}40%{transform:translate(2px)}50%{transform:translate(-1px)}60%{transform:translate(1px)}}#authScreen{position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(1200px 600px at 20% -10%,#163055,transparent),linear-gradient(140deg,#0b1224,#0f172a 60%,#131a30);display:flex;align-items:center;justify-content:center;z-index:9999;color:#eaf6ff;border-bottom:1px solid rgba(255,255,255,.06)}.auth-card{width:min(380px,92vw);background:#0c142a;border:1px solid var(--border);border-radius:16px;box-shadow:0 20px 80px #00000073;padding:18px}.auth-card h1{margin:0 0 10px;font-size:18px}.auth-card .row{display:flex;flex-direction:column;gap:6px;margin:10px 0}.auth-card input{width:100%}.auth-foot{display:flex;gap:8px;align-items:center;justify-content:flex-end;margin-top:10px}.auth-msg{min-height:18px;font-size:12px;opacity:.9}dialog{border:none;padding:0;overflow:hidden;width:min(860px,96vw);background:#0c142a;color:var(--text);box-shadow:0 10px 60px #00000073;border:1px solid var(--border);max-height:86vh}dialog::backdrop{background:#00000080}#clientForm{display:flex;flex-direction:column;background:#0c142a;color:var(--text)}.modal-head{position:sticky;top:0;background:#0c142a;z-index:2;padding:14px 16px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.modal-body{padding:18px;gap:16px;overflow:auto;max-height:calc(86vh - 120px);display:grid;grid-template-columns:1fr 1fr}.modal-body>div:first-child{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-content:start}.modal-body>div:first-child .divider{grid-column:1 / -1;height:2px;background:linear-gradient(90deg,transparent,#33507a,transparent);margin:20px 0;border-radius:2px}@media (max-width: 880px){.modal-body{grid-template-columns:1fr}.modal-body>div:first-child{grid-template-columns:1fr}}.modal-foot{position:sticky;bottom:0;background:#0c142a;z-index:2;padding:12px 16px;border-top:1px solid var(--border);display:flex;gap:10px;justify-content:flex-end}.modal-body label{display:flex;flex-direction:column;gap:6px;font-weight:700;font-size:13px;color:#e8eefc}.modal-body input,.modal-body select,.modal-body textarea{width:100%;background:#0e1730;color:#e5e7eb;border:1px solid #2a3f63;border-radius:10px;padding:10px 12px;font-size:14px;line-height:1.2;outline:none;transition:border-color .15s,box-shadow .15s;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Helvetica Neue,Arial}.modal-body textarea{resize:vertical;min-height:80px}.modal-body input:focus,.modal-body select:focus,.modal-body textarea:focus{border-color:#61c7ff;box-shadow:0 0 0 3px #38bdf82e}.modal-body input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1) brightness(1.2);cursor:pointer;opacity:.9}.modal-body input[type=date]:hover::-webkit-calendar-picker-indicator{opacity:1;filter:invert(1) brightness(1.4)}.modal-body input[type=date]::-webkit-calendar-picker-indicator:active{filter:invert(1) brightness(1.5)}.meds{display:flex;flex-direction:column;gap:10px}.med-row{display:grid;grid-template-columns:1.5fr 1fr 1fr auto auto;gap:10px;align-items:end;background:linear-gradient(180deg,#0e173059,#0a112133);border:1px solid rgba(42,63,99,.45);border-radius:12px;padding:10px}@media (max-width: 900px){.med-row{grid-template-columns:1fr 1fr}.med-row>:nth-child(3){grid-column:1 / -1}.med-row>button{justify-self:stretch}}.med-row .btn-danger{padding:8px 10px;border-radius:10px;justify-self:end;align-self:center}.med-row .btn-ghost{background:#142038;border:1px dashed #33507a;color:#bfe7ff}.modal-foot .btn{padding:10px 12px;border-radius:10px}.modal-foot .btn-accent{font-weight:800}.modal-foot .btn-danger{margin-right:auto}@media print{@page{size:A4 landscape;margin:8mm}#authScreen,header.top,.layout>.panel:first-child{display:none!important}body{background:#fff;color:#111}.layout{display:block;padding:0;margin:0}.changelog-entry{margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid var(--border)}.changelog-entry:last-child{border-bottom:none;margin-bottom:0}.changelog-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.changelog-header strong{font-size:16px;color:var(--accent)}.changelog-date{font-size:12px;color:#94a3b8}.changelog-list{list-style:none;padding:0;margin:0}.changelog-list li{padding:8px 0 8px 24px;position:relative;line-height:1.6}.changelog-list li:before{content:"";position:absolute;left:0;top:14px;width:6px;height:6px;background:var(--accent);border-radius:50%}.calendar{border:none}.weekbar{border:none;padding:0 0 6mm}.monthTitle{font-size:22px}.calendar-grid{gap:4mm;padding:0;grid-template-columns:repeat(5,1fr)}.day{border:1px solid #bbb;background:#fff;break-inside:avoid}.day>header{background:#f5f5f5;color:#111;border-bottom:1px solid #bbb}.slot{border:1px solid #ddd;background:#fff;font-weight:600}.slot-generated{border:1px dashed #999;background:#f9f9f9;opacity:1}.slot-generated .pattern-badge{background:#e0e0e0;border:1px solid #999;color:#555}.badge{border:none;background:none;color:#111}}
