:root{color-scheme:light;--font-sans: "DM Sans", ui-sans-serif, system-ui, sans-serif;--font-caveat: "Caveat", cursive;--text-dark: #0f172a;--text-muted: #64748b;--panel-border: #e2e8f0;--panel-shadow: 0 22px 45px rgba(15, 23, 42, .15)}*,*:before,*:after{box-sizing:border-box}html.app-root,body.app-body{height:100%;margin:0;padding:0}body.app-body{font-family:var(--font-sans);background:#f8fafc;color:var(--text-dark);overflow:hidden}.dashboard{position:relative;width:100%;height:100%;overflow:hidden}.screen-slot{position:absolute;inset:0}.screen-indicators{position:absolute;left:50%;bottom:16px;transform:translate(-50%);display:flex;gap:8px;z-index:20}.indicator-dot{width:8px;height:8px;border-radius:999px;border:0;background:#0f172a4d;transition:transform .25s ease,background .25s ease;cursor:pointer}.dashboard.is-dark .indicator-dot{background:#ffffff4d}.indicator-dot.is-active{background:#0f172ae6;transform:scale(1.2)}.dashboard.is-dark .indicator-dot.is-active{background:#ffffffe6}.slide-enter,.slide-leave{transition:opacity .5s ease,transform .5s ease}.slide-enter-start{opacity:0;transform:translate(100%)}.slide-enter-end,.slide-leave-start{opacity:1;transform:translate(0)}.slide-leave-end{opacity:0;transform:translate(-100%)}.screen{position:absolute;inset:0;display:flex;flex-direction:column;transition:background .4s ease,color .4s ease;background:linear-gradient(135deg,#fff7ed,#fff1f2);color:var(--text-dark)}.screen.is-dark{background:linear-gradient(135deg,#0f172a,#111827);color:#e2e8f0}.texture-overlay{position:absolute;inset:0;pointer-events:none;opacity:.18;background-image:url("data:image/svg+xml,%3Csvg viewBox=%220 0 200 200%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cfilter id=%22noise%22%3E%3CfeTurbulence type=%22fractalNoise%22 baseFrequency=%220.65%22 numOctaves=%223%22 stitchTiles=%22stitch%22/%3E%3C/filter%3E%3Crect width=%22100%25%22 height=%22100%25%22 filter=%22url(%23noise)%22/%3E%3C/svg%3E")}.screen.is-dark .texture-overlay{opacity:.1}.orb{position:absolute;border-radius:999px;filter:blur(48px);opacity:.7}.orb-1{width:200px;height:200px;top:10%;left:5%;background:#f472b659}.orb-2{width:250px;height:250px;top:30%;right:8%;background:#fbbf2466}.orb-3{width:300px;height:300px;bottom:15%;left:20%;background:#2dd4bf40}.orb-4{width:300px;height:300px;top:6%;right:10%;background:#ef444440}.orb-5{width:250px;height:250px;bottom:18%;left:6%;background:#fb923c4d}.screen.is-dark .orb-1{background:#ec48992e}.screen.is-dark .orb-2{background:#3b82f633}.screen.is-dark .orb-3{background:#10b9812e}.screen.is-dark .orb-4{background:#ef444426}.screen.is-dark .orb-5{background:#fb923c2e}.screen-content{position:relative;z-index:1;display:flex;flex-direction:column;height:100%;padding:16px 16px 40px}.panel{flex:1;background:#ffffffbf;border:1px solid var(--panel-border);border-radius:18px;box-shadow:var(--panel-shadow);overflow:hidden;display:flex;flex-direction:column}.screen.is-dark .panel{background:#1e293bc7;border-color:#475569cc;box-shadow:0 22px 45px #0f172a80}.calendar-header{display:grid;grid-template-columns:90px repeat(4,1fr);background:#fffc;border-bottom:1px solid rgba(226,232,240,.8)}.screen.is-dark .calendar-header{background:#334155e6;border-bottom-color:#475569cc}.calendar-month{display:flex;align-items:center;justify-content:center;border-right:1px solid rgba(226,232,240,.8);padding:12px}.screen.is-dark .calendar-month{border-right-color:#475569cc}.month-label{font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.screen.is-dark .month-label{color:#cbd5f5}.calendar-person{padding:12px;text-align:center;border-right:1px solid rgba(226,232,240,.7)}.calendar-person.person-all{background:#f8fafc99}.calendar-person.person-maud{background:#fce7f373}.calendar-person.person-juul{background:#dbeafe73}.calendar-person.person-sam{background:#dcfce773}.calendar-person.is-last{border-right:0}.screen.is-dark .calendar-person{border-right-color:#47556999}.screen.is-dark .calendar-person.person-all{background:#1e293b73}.screen.is-dark .calendar-person.person-maud{background:#8318434d}.screen.is-dark .calendar-person.person-juul{background:#1e40af4d}.screen.is-dark .calendar-person.person-sam{background:#065f464d}.person-avatar{display:flex;flex-direction:column;align-items:center;gap:6px}.avatar{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-family:var(--font-caveat);font-size:22px;color:#fff;box-shadow:0 8px 14px #0f172a33;border:2px solid rgba(255,255,255,.3)}.avatar-all{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#64748b}.screen.is-dark .avatar-all{background:linear-gradient(135deg,#475569,#334155);color:#cbd5f5}.avatar-icon{width:22px;height:22px}.person-name{font-weight:700;font-size:13px;color:#334155}.screen.is-dark .person-name{color:#e2e8f0}.calendar-separator{height:2px;background:linear-gradient(90deg,#f472b699,#60a5fa99,#10b98199)}.screen.is-dark .calendar-separator{background:linear-gradient(90deg,#f472b659,#60a5fa59,#10b98159)}.calendar-days{flex:1;display:flex;flex-direction:column;min-height:0}.calendar-row{display:grid;grid-template-columns:90px repeat(4,1fr);flex:1;min-height:0;border-bottom:1px solid rgba(226,232,240,.7)}.calendar-row.is-last{border-bottom:0}.calendar-row.is-weekend{background:#fef3c74d}.calendar-row.is-today{background:linear-gradient(90deg,#fed7aacc,#ffedd5b3);box-shadow:inset 0 0 0 2px #fbbf2459}.screen.is-dark .calendar-row{border-bottom-color:#47556980}.screen.is-dark .calendar-row.is-weekend{background:#33415566}.screen.is-dark .calendar-row.is-today{background:linear-gradient(90deg,#78350f99,#78350f59);box-shadow:inset 0 0 0 2px #f59e0b4d}.day-label{padding:8px;border-right:1px solid rgba(226,232,240,.8);display:flex;flex-direction:column;justify-content:center}.day-label.is-today{border-left:4px solid #f97316;background:#fed7aa66}.screen.is-dark .day-label{border-right-color:#475569b3}.screen.is-dark .day-label.is-today{border-left-color:#f59e0b;background:#78350f59}.day-short{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#94a3b8}.day-label.is-today .day-short{color:#c2410c;font-weight:700}.screen.is-dark .day-short{color:#94a3b8}.screen.is-dark .day-label.is-today .day-short{color:#f59e0b}.day-number{font-family:var(--font-caveat);font-size:32px;color:#334155;line-height:1}.day-label.is-today .day-number{color:#c2410c}.screen.is-dark .day-number{color:#e2e8f0}.screen.is-dark .day-label.is-today .day-number{color:#fbbf24}.calendar-cell{padding:6px;border-right:1px solid rgba(226,232,240,.6);display:flex;flex-direction:column;gap:4px;overflow:hidden}.calendar-cell.is-last{border-right:0}.screen.is-dark .calendar-cell{border-right-color:#47556980}.calendar-cell.person-all{background:#f8fafc80}.calendar-cell.person-maud{background:#fce7f359}.calendar-cell.person-juul{background:#dbeafe59}.calendar-cell.person-sam{background:#dcfce759}.screen.is-dark .calendar-cell.person-all{background:#1e293b59}.screen.is-dark .calendar-cell.person-maud{background:#83184333}.screen.is-dark .calendar-cell.person-juul{background:#1e40af33}.screen.is-dark .calendar-cell.person-sam{background:#065f4633}.event-card{padding:4px 8px;border-radius:6px;font-size:12px;font-weight:600;color:#334155;background:#ffffffeb;border-left:3px solid #cbd5f5;box-shadow:0 2px 6px #0f172a1f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.event-time{opacity:.6;margin-right:4px;font-weight:700}.event-maud{border-left-color:#f472b6}.event-juul{border-left-color:#60a5fa}.event-sam{border-left-color:#34d399}.screen.is-dark .event-card{color:#e2e8f0;background:#334155d9;border-left-color:#94a3b8}.news-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:linear-gradient(90deg,#ef4444,#f97316);color:#fff}.screen.is-dark .news-header{background:linear-gradient(90deg,#dc2626,#ea580c)}.news-title{display:flex;align-items:center;gap:10px;font-weight:700;font-size:17px;letter-spacing:.03em}.news-icon{width:22px;height:22px}.news-time{font-size:13px;opacity:.85}.news-grid{flex:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:12px;overflow:hidden}.news-item{display:flex;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 10px 20px #0f172a1f}.screen.is-dark .news-item{background:#374151}.news-image{width:40%;overflow:hidden}.news-image img{width:100%;height:100%;object-fit:cover;display:block}.news-body{flex:1;padding:12px;display:flex;flex-direction:column;justify-content:space-between;min-width:0}.news-category{display:inline-block;background:#fee2e2;color:#b91c1c;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:700;margin-bottom:6px}.screen.is-dark .news-category{background:#7f1d1d;color:#fecaca}.news-heading{font-size:14px;font-weight:700;line-height:1.3;margin:0}.news-description{margin-top:6px;font-size:12px;line-height:1.35;color:#6b7280}.screen.is-dark .news-description{color:#94a3b8}.news-published{margin-top:8px;font-size:11px;color:#9ca3af}.screen.is-dark .news-published{color:#94a3b8}.news-empty{grid-column:1 / -1;display:flex;align-items:center;justify-content:center;font-size:18px;color:#64748b}.screen.is-dark .news-empty{color:#94a3b8}
