:root{--bg:#202329;--header:#1b1d22;--panel:#d9dee3;--card:#fff;--ink:#eef5ff;--muted:#94a3b8;--line:rgba(255,255,255,.14);--blue:#5b8def;--cyan:#06b6d4;--red:#ef4444;--purple:#7c3aed}*{box-sizing:border-box}html,body{height:100%;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink);overflow:hidden}button,input,textarea,select{font:inherit}button{border:0;cursor:pointer;color:inherit}.hidden{display:none!important}.app{height:100vh;display:grid;grid-template-rows:58px 1fr}.topbar{height:58px;background:var(--header);border-bottom:1px solid #14161b;display:flex;align-items:center;justify-content:space-between;padding:0 18px;gap:18px}.brand{display:flex;align-items:center;gap:12px;min-width:220px}.brand h1{font-size:20px;margin:0;white-space:nowrap}.backbtn{width:38px;height:38px;border-radius:999px;background:transparent;color:#d6dde8;font-size:26px}.toolbar{display:flex;align-items:center;gap:10px}.global-search{height:36px;min-width:260px;background:#111318;border:1px solid #2b3038;border-radius:999px;display:flex;align-items:center;padding:0 12px}.global-search input{width:100%;height:100%;background:transparent;border:0;outline:0;color:#eef5ff}.global-search input::placeholder{color:#7f8a9a}.iconbtn{width:40px;height:40px;border-radius:999px;background:transparent;position:relative}.iconbtn.active{background:#fff;color:#111827}.badge{position:absolute;right:-2px;top:-4px;min-width:19px;height:19px;border-radius:999px;background:#ef4444;font-size:11px;font-weight:900;display:grid;place-items:center}.top-user{font-weight:700;display:flex;align-items:center;gap:8px;background:var(--header);color:#eef5ff;border-radius:999px;padding:6px 10px}.avatar,.avatar-sm{border-radius:50%;display:inline-grid;place-items:center;color:#fff;font-weight:900;box-shadow:inset 0 0 0 2px rgba(255,255,255,.35)}.avatar{width:38px;height:38px}.avatar-sm{width:24px;height:24px;font-size:10px}.main{min-height:0}.home{height:100%;overflow:auto;padding:28px 32px 44px;background:radial-gradient(circle at 15% 0,rgba(124,58,237,.35),transparent 32%),linear-gradient(145deg,#050816,#101827)}.home-hero{width:100%;margin:0 0 22px;display:flex;justify-content:space-between;align-items:end;gap:18px}.home-hero h2{font-size:38px;line-height:1;margin:0 0 7px}.home-hero p{color:#a9b5c7;margin:0;font-size:17px}.home-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.btn{height:40px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid var(--line);padding:0 14px;display:inline-flex;align-items:center;gap:8px}.btn.primary{background:linear-gradient(135deg,var(--purple),#2563eb);border-color:transparent}.btn.active{background:#fff;color:#111827;border-color:#fff}.project-grid{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;align-items:stretch}.project-grid.list-mode{display:block}.project-card,.empty-card{min-height:155px;border-radius:24px;padding:18px;text-align:left;border:1px solid rgba(255,255,255,.18);box-shadow:0 14px 38px rgba(0,0,0,.24)}.project-card{color:#fff;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative}.project-card:before{content:"";position:absolute;right:-70px;top:-80px;width:190px;height:190px;border-radius:50%;background:rgba(255,255,255,.2)}.project-card>*{position:relative}.project-title{font-size:25px;line-height:1;font-weight:950;margin:0 0 8px}.project-desc{color:rgba(255,255,255,.82);font-size:13px;margin:0;line-height:1.25}.project-meta{display:flex;justify-content:space-between;gap:8px;font-size:12px}.chip-dark{height:30px;border-radius:999px;background:rgba(0,0,0,.18);padding:0 10px;display:inline-flex;align-items:center}.empty-card{background:rgba(255,255,255,.06);border-style:dashed;color:#a9b5c7;display:grid;place-items:center;text-align:center}.workspace{height:100%;display:grid;grid-template-rows:50px auto auto 1fr;background:var(--bg)}.tabsbar{height:50px;background:#1d1f25;border-bottom:1px solid #14161b;display:flex;align-items:center;overflow:hidden;padding:0 14px}.tab{height:50px;background:transparent;color:#b7bcc6;padding:0 13px;font-size:13px;font-weight:400;white-space:nowrap;display:inline-flex;align-items:center;gap:7px;position:relative;border-left:1px solid transparent;border-right:1px solid transparent;min-width:0;max-width:210px;flex:0 1 auto}.tab>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis}.tab:hover{color:#fff;background:rgba(255,255,255,.035)}.tab-title-edit{min-width:70px;max-width:220px;outline:0;color:#fff;cursor:text;display:inline-block;font-size:14px;font-weight:500}.tab-title-edit:empty:before{content:'Ny tab';color:#7f8a9a}.tab.active{background:#15171c;color:#fff;border-left-color:#15171c;border-right-color:#15171c;font-weight:500}.tab-edit-btn{width:24px;height:24px;border-radius:5px;background:transparent;color:#d9dee8;display:none;place-items:center;font-size:14px}.tab:hover .tab-edit-btn{display:grid}.tab-edit-btn:hover{background:rgba(255,255,255,.12)}.tab-notify{min-width:18px;height:18px;border-radius:999px;background:#06b6d4;color:#fff;display:inline-grid;place-items:center;font-size:11px;font-weight:900;padding:0 6px;box-shadow:0 2px 9px rgba(6,182,212,.35);flex:0 0 auto}.tab-menu{position:fixed;z-index:85;width:170px;background:#fff;color:#25394b;border:1px solid #d9dde2;border-radius:8px;box-shadow:0 16px 44px rgba(0,0,0,.35);padding:6px;display:none}.tab-menu.open{display:block}.tab-menu button{width:100%;height:34px;border-radius:6px;background:transparent;color:#25394b;text-align:left;padding:0 10px;font-size:14px;font-weight:800}.tab-menu button:hover{background:#f1f3f5}.tab-menu .danger{color:#b91c1c}.board-tools{min-height:82px;background:#23262d;border-bottom:1px solid #1b1d23;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px}.tool-left,.tool-right{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.star-btn,.round-action{width:42px;height:42px;border-radius:999px;background:#191b21;color:#dce3ec;font-size:20px}.tool-label{font-weight:800;color:#d6dde8}.filter-chip{height:34px;border-radius:4px;background:#17191f;color:#fff;padding:0 13px;font-weight:800}.view-menu-wrap{position:relative}.view-icon{height:42px;min-width:42px;border-radius:4px;background:#111318;color:#fff;font-weight:900}.view-menu{position:absolute;right:0;top:48px;width:170px;background:#111318;border:1px solid #2b3038;border-radius:8px;box-shadow:0 18px 44px rgba(0,0,0,.45);padding:6px;display:none;z-index:30}.view-menu.open{display:block}.view-menu button{width:100%;height:38px;background:transparent;color:#d6dde8;border-radius:6px;text-align:left;padding:0 10px;font-weight:800}.view-menu button.active,.view-menu button:hover{background:#2d3340}.stats{display:flex;gap:8px;flex-wrap:wrap;padding:10px 20px 0}.stat{background:#181a20;border-radius:4px;color:#b7c0cd;padding:6px 9px;font-size:12px}.stat strong{color:#fff}.board-wrap{overflow:auto;padding:20px}.board{display:flex;align-items:flex-start;gap:12px;min-height:100%;padding-bottom:20px}.list{width:325px;min-width:325px;background:var(--panel);color:#173047;border-radius:4px;overflow:hidden;transition:transform .18s ease,opacity .14s ease}.list.list-dragging{opacity:.42;transform:rotate(1deg) scale(.985)}.list-head{padding:14px 14px 8px;display:flex;justify-content:space-between;align-items:center;gap:8px;cursor:grab;touch-action:none;user-select:none}.list-head:active{cursor:grabbing}.list-title{display:flex;align-items:center;gap:9px;min-width:0}.list-title input{background:transparent;border:0;outline:0;color:#173047;font-size:14px;font-weight:900;width:166px}.smallbtn{width:30px;height:30px;border-radius:8px;background:transparent;color:#607086}.list-move-btn{display:none}body.touch-device .list-move-btn{display:inline-grid;place-items:center}.cards{padding:8px 10px 0;display:flex;flex-direction:column;gap:8px;min-height:80px}.card{background:var(--card);color:#172033;border-radius:4px;padding:11px 10px;box-shadow:0 1px 0 rgba(9,30,66,.25);transition:transform .18s ease,opacity .14s ease,box-shadow .14s ease;position:relative;cursor:grab;user-select:none;overflow:hidden}.card:hover{box-shadow:0 2px 8px rgba(9,30,66,.22)}.card.context-shine{animation:contextPulse 1.25s ease-out both;box-shadow:0 0 0 3px rgba(91,141,239,.75),0 14px 34px rgba(91,141,239,.36)}.card.notification-highlight{box-shadow:0 0 0 2px rgba(6,182,212,.72),0 12px 24px rgba(6,182,212,.24)}.card.notification-highlight:before{content:"🔔";position:absolute;right:36px;top:7px;width:24px;height:24px;border-radius:999px;background:#06b6d4;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:900;z-index:2;box-shadow:0 3px 10px rgba(6,182,212,.35)}.card.context-shine:after{content:"";position:absolute;inset:-35%;background:linear-gradient(115deg,transparent 36%,rgba(255,255,255,.2) 44%,rgba(255,255,255,.9) 50%,rgba(255,255,255,.2) 56%,transparent 64%);transform:translateX(-90%) rotate(8deg);animation:contextSweep 1.05s ease-out both;pointer-events:none}@keyframes contextPulse{0%{transform:scale(.985)}35%{transform:scale(1.035)}100%{transform:scale(1)}}@keyframes contextSweep{0%{transform:translateX(-90%) rotate(8deg)}100%{transform:translateX(90%) rotate(8deg)}}.card:active{cursor:grabbing}.card.dragging{opacity:0;pointer-events:none}.card-edit-btn{position:absolute;right:6px;top:6px;width:28px;height:28px;border-radius:4px;background:#eef1f4;color:#33475b;display:none;place-items:center;z-index:3;box-shadow:0 1px 4px rgba(9,30,66,.22)}.card:hover .card-edit-btn{display:grid}.card-title{font-size:15px;font-weight:600;color:#173047;margin-bottom:8px;padding-right:26px;line-height:1.3;white-space:normal;overflow-wrap:anywhere}.card-title-edit{font-size:15px;font-weight:600;color:#173047;margin-bottom:8px;padding-right:26px;line-height:1.3;white-space:normal;overflow-wrap:anywhere;outline:0;cursor:text;min-height:20px}.card-title-edit:empty:before{content:'Nyt kort';color:#94a3b8}.card-desc{font-size:13px;color:#64748b;line-height:1.35;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-labels{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:9px}.card-label{height:8px;min-width:36px;border-radius:999px}.meta{display:flex;justify-content:space-between;gap:8px;color:#64748b;font-size:11px}.meta-left,.meta-right{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.priority,.deadline{padding:4px 7px;border-radius:999px;background:#eef2ff;color:#4338ca}.priority.high,.deadline.late{background:#fef2f2;color:#b91c1c}.priority.low{background:#ecfdf5;color:#047857}.deadline.soon{background:#fff7ed;color:#c2410c}.timer-pill{height:22px;border-radius:999px;background:#f1f5f9;color:#475569;display:inline-flex;align-items:center;gap:4px;padding:0 7px;font-size:11px;font-weight:800}.add-card{margin:8px 10px 10px;width:calc(100% - 20px);height:42px;border-radius:4px;background:transparent;color:#6b7c90;text-align:left;font-weight:850}.add-list{width:280px;min-width:280px;height:46px;border-radius:4px;background:rgba(255,255,255,.12);color:#aeb6c1;font-weight:950}.drag-ghost{position:fixed;z-index:9999;pointer-events:none;opacity:.96;transform:rotate(1.5deg);box-shadow:0 18px 38px rgba(0,0,0,.28)!important}.card-table-wrap{width:100%;padding-right:20px}.card-table{width:min(1320px,100%);border-collapse:separate;border-spacing:0 8px}.card-table th{text-align:left;color:#9aa8bd;font-size:12px;text-transform:uppercase;letter-spacing:.08em;padding:0 12px 6px}.card-table th.sortable{cursor:pointer;user-select:none}.card-table th.sortable:hover{color:#fff}.sort-indicator{font-size:10px;margin-left:4px;color:#fff}.card-table td{background:#d9dee3;color:#173047;padding:12px;border-top:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05)}.card-table td:first-child{border-radius:6px 0 0 6px;font-weight:800}.card-table td:last-child{border-radius:0 6px 6px 0}.table-labels,.table-users{display:flex;gap:4px;flex-wrap:wrap}.table-label{height:8px;width:34px;border-radius:999px}.empty-list-view{color:#9aa8bd;background:#181a20;border:1px dashed #343946;border-radius:10px;padding:28px;width:min(680px,100%)}.today-panel,.calendar-panel,.my-cards-panel{width:100%;max-width:1400px}.today-grid{display:grid;grid-template-columns:1.35fr .9fr .9fr;gap:16px;align-items:start}.today-section{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:14px;min-height:140px}.today-section h3{margin:0 0 4px;font-size:22px}.today-section p{margin:0 0 12px;color:#a9b5c7;font-size:13px}.today-list{display:flex;flex-direction:column;gap:8px}.today-card{background:#d9dee3;color:#173047;border-radius:10px;padding:11px;text-align:left;box-shadow:0 1px 0 rgba(9,30,66,.25)}.today-card-title{font-weight:950;margin-bottom:5px}.today-card-path{font-size:11px;color:#64748b;margin-bottom:8px}.today-card-meta{display:flex;gap:6px;align-items:center;flex-wrap:wrap;font-size:11px;color:#64748b}.today-card-actions{display:flex;gap:6px;margin-top:8px;flex-wrap:wrap}.today-card-actions button{height:28px;border-radius:7px;background:#fff;color:#26384a;padding:0 9px;font-size:12px;font-weight:850}.today-empty{color:#a9b5c7;background:rgba(255,255,255,.05);border:1px dashed rgba(255,255,255,.16);border-radius:12px;padding:18px}.today-note{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14);border-radius:10px;padding:10px;text-align:left;color:#eef5ff}.today-note.unread{box-shadow:inset 4px 0 0 #06b6d4}.today-note strong{display:block;margin-bottom:3px}.today-note span{display:block;color:#a9b5c7;font-size:12px}.today-actions{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.today-actions button,.calendar-controls button{height:34px;border-radius:999px;background:#111827;color:#eef5ff;border:1px solid rgba(255,255,255,.16);padding:0 12px;font-weight:850}.calendar-head,.my-cards-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 14px}.calendar-head h3,.my-cards-title h3{margin:0;font-size:24px}.calendar-head p,.my-cards-title p{margin:3px 0 0;color:#a9b5c7;font-size:13px}.calendar-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(130px,1fr));gap:8px}.calendar-weekday{height:28px;color:#a9b5c7;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.07em;display:flex;align-items:center;padding:0 8px}.calendar-day{min-height:132px;background:#d9dee3;color:#173047;border-radius:10px;padding:9px;box-shadow:0 1px 0 rgba(9,30,66,.25);display:flex;flex-direction:column;gap:6px}.calendar-day.muted{opacity:.45}.calendar-day.today{outline:3px solid rgba(91,141,239,.75)}.calendar-date{display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:950;color:#475569}.calendar-date span{font-weight:800;color:#64748b}.calendar-items{display:flex;flex-direction:column;gap:5px}.calendar-card{border-radius:7px;background:#fff;color:#173047;padding:6px 7px;text-align:left;box-shadow:0 1px 0 rgba(9,30,66,.2);font-size:12px;line-height:1.2}.calendar-card-title{font-weight:900;margin-bottom:3px}.calendar-card-path{color:#64748b;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.calendar-more{font-size:11px;color:#64748b;font-weight:850;padding:2px 0}.drawer,.labels-modal,.members-modal,.move-modal,.users-modal,.modal-backdrop,.card-actions-modal,.notify-panel{position:fixed;z-index:60}.drawer{inset:0;background:rgba(0,0,0,.68);display:none;place-items:center;padding:14px;overflow:hidden}.drawer.open{display:grid}.card-modal{width:min(1180px,calc(100vw - 28px));height:min(760px,calc(100vh - 28px));max-height:calc(100vh - 28px);background:#f4f6f8;color:#26384a;border-radius:8px;box-shadow:0 30px 120px rgba(0,0,0,.55);display:grid;grid-template-columns:1fr 280px;gap:22px;padding:24px 22px 22px;overflow:auto;overscroll-behavior:contain;position:relative}.card-modal-head{display:grid;grid-template-columns:30px 1fr auto;gap:12px;align-items:start;margin-bottom:18px}.card-title-input{font-size:23px;font-weight:760;border:0;background:transparent;color:#25394b;outline:0;width:100%;line-height:1.18}.modal-close{position:absolute;right:10px;top:8px;width:34px;height:34px;border-radius:999px;background:transparent;color:#415264;font-size:28px;font-weight:850;z-index:5}.modal-close:hover{background:#e8ebef}.modal-context-btn{position:absolute;right:50px;top:9px;height:32px;border-radius:999px;background:#e8ebef;color:#3f4650;padding:0 12px;font-size:13px;font-weight:900;z-index:5;display:inline-flex;align-items:center;gap:6px}.modal-context-btn:hover{background:#dce3ea}.card-top-fields{display:flex;gap:24px;margin-left:42px;margin-bottom:18px;flex-wrap:wrap}.field-block-title,.side-title{font-size:13px;text-transform:uppercase;letter-spacing:.055em;color:#6a7a8a;font-weight:800;margin-bottom:8px}.modal-avatar-row,.modal-label-row{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.modal-date-input{height:40px;border:0;border-radius:5px;background:#e8ebef;color:#26384a;padding:0 11px;font-size:15px;font-weight:760;outline:0}.due-row{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.modal-time-input{height:40px;width:108px;border:0;border-radius:5px;background:#e8ebef;color:#26384a;padding:0 11px;font-size:15px;font-weight:760;outline:0}.modal-add{width:40px;height:40px;border-radius:5px;background:#e8ebef;color:#647484;font-size:20px;font-weight:850}.modal-label-pill{height:40px;border-radius:5px;color:#fff;padding:0 13px;display:inline-flex;align-items:center;font-size:15px;font-weight:800}.modal-section{display:grid;grid-template-columns:30px 1fr;gap:12px;margin:20px 0}.modal-section-icon{font-size:20px;color:#25394b;text-align:center}.modal-section h3{font-size:20px;margin:0 0 12px;color:#25394b}.description-textarea{width:100%;min-height:62px;border:0;background:transparent;color:#25394b;outline:0;font-size:16px;line-height:1.42;resize:vertical}.comments-tabs{display:flex;gap:18px;border-bottom:2px solid #d3d6da;margin-bottom:14px}.comments-tabs button{height:40px;background:transparent;color:#25394b;font-size:15px;font-weight:800;padding:0 16px;border-bottom:2px solid transparent;margin-bottom:-2px}.comments-tabs button.active{border-bottom-color:#111}.comment-input{width:100%;height:44px;border:0;border-radius:6px;background:#fff;color:#25394b;font-size:15px;padding:0 14px;outline:0;margin-bottom:10px}.comment-card{background:#fff;border:1px solid #d9dde2;border-radius:12px;padding:12px 14px;color:#25394b;max-width:520px;box-shadow:0 1px 2px rgba(0,0,0,.08);margin-top:8px}.comment-card b,.comment-card p{font-size:15px}.card-modal-side{padding-top:58px;align-self:start;position:sticky;top:0}.side-list-name{height:40px;background:#e8ebef;border-radius:5px;color:#697b8d;display:flex;align-items:center;gap:10px;padding:0 13px;font-size:15px;margin-bottom:42px}.side-path{background:#e8ebef;border-radius:4px;color:#697b8d;display:block;padding:10px 12px;font-size:13px;line-height:1.35;margin-top:-40px;margin-bottom:40px;word-break:break-word}.side-action{height:40px;width:100%;background:#e8ebef;color:#3f4650;border-radius:5px;margin-bottom:8px;display:flex;align-items:center;gap:11px;padding:0 13px;text-align:left;font-size:15px;font-weight:800;box-shadow:inset 0 -1px 0 rgba(0,0,0,.08)}.side-action span{width:24px;text-align:center}.side-group{margin-bottom:28px}.modal-timer-box{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#e8ebef;border-radius:8px;padding:12px 14px;color:#26384a;max-width:420px}.modal-timer-time{font-size:22px;font-weight:900}.modal-timer-actions{display:flex;gap:8px}.modal-timer-actions button,.timer-buttons button{height:36px;border-radius:7px;background:#fff;color:#26384a;padding:0 12px;font-weight:850}.labels-modal,.members-modal,.move-modal,.users-modal,.modal-backdrop{inset:0;background:rgba(0,0,0,.55);display:none;place-items:center;z-index:76}.labels-modal.open,.members-modal.open,.move-modal.open,.users-modal.open,.modal-backdrop.open{display:grid}.labels-box,.members-box,.move-box,.users-box{width:min(610px,calc(100vw - 36px));max-height:calc(100vh - 36px);overflow:auto;background:#fff;color:#26384a;border-radius:8px;padding:22px;box-shadow:0 30px 100px rgba(0,0,0,.45)}.users-box{width:min(920px,calc(100vw - 36px))}.labels-head,.members-head,.move-head,.users-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e2e6ea;padding-bottom:12px;margin-bottom:10px}.labels-head span,.members-head span,.move-head h3,.users-head h3{font-size:28px;margin:0}.labels-head button,.members-head button,.move-head button,.users-head button{background:transparent;color:#3d4e5f;font-size:28px;font-weight:900}.label-search,.member-search{height:60px;border:2px solid #d7dadd;border-radius:5px;display:flex;align-items:center;padding:0 18px;margin-bottom:16px}.label-search input,.member-search input{border:0;outline:0;font-size:22px;color:#26384a;width:100%}.label-option-row{display:grid;grid-template-columns:1fr 46px;gap:14px;align-items:center;margin:8px 0}.label-option{height:58px;border-radius:5px;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 18px;font-size:22px;font-weight:900}.label-edit{height:46px;background:transparent;color:#34485c;font-size:25px}.create-label-link{margin-top:20px;background:transparent;color:#73808c;font-size:22px;text-decoration:underline}.label-editor{display:none;gap:8px;margin-top:14px}.label-editor.open{display:grid;grid-template-columns:1fr 60px 90px}.label-editor input[type=text]{height:48px;border:1px solid #d7dadd;border-radius:5px;padding:0 12px;color:#26384a}.label-editor input[type=color]{height:48px;width:60px}.label-editor button{height:48px;border-radius:5px;background:#26384a;color:#fff}.user-option{width:100%;min-height:70px;display:grid;grid-template-columns:60px 1fr 34px;gap:14px;align-items:center;background:transparent;color:#222;text-align:left}.user-option .avatar{width:54px;height:54px;font-size:20px}.user-name{font-size:22px;color:#222}.user-role{font-size:13px;color:#758291;text-transform:uppercase;letter-spacing:.04em;font-weight:800}.user-check{font-size:30px;color:#7b8794}.modal-role{font-size:10px;color:#6a7a8a;font-weight:900;text-transform:uppercase;letter-spacing:.04em;margin-left:6px}.modal-avatar-wrap{display:flex;align-items:center;background:transparent}.modal-avatar-wrap .avatar{width:52px;height:52px}.card-actions-modal{left:0;top:0;z-index:75;background:transparent;display:none}.card-actions-modal.open{display:block}.card-actions-box{width:260px;max-height:min(520px,calc(100vh - 20px));overflow:auto;background:#fff;color:#26384a;border-radius:8px;padding:8px;box-shadow:0 16px 42px rgba(0,0,0,.35);border:1px solid #d9dde2}.card-actions-head{position:relative;padding:8px 34px 10px 10px;border-bottom:1px solid #e2e6ea;margin-bottom:4px}.card-actions-head span{display:block;font-size:13px;font-weight:900;color:#667386;text-transform:uppercase}.card-actions-title{font-size:14px;font-weight:800;color:#26384a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:3px}.card-actions-head button{position:absolute;right:4px;top:4px;background:transparent;color:#3d4e5f;font-size:22px;font-weight:900;width:28px;height:28px;border-radius:6px}.card-actions-list{display:flex;flex-direction:column;gap:1px}.card-action-item,.card-actions-back,.tree-back{width:100%;height:34px;display:flex;align-items:center;background:transparent;color:#222;text-align:left;font-size:14px;border-radius:6px;padding:0 10px}.card-action-item:hover,.card-actions-back:hover,.tree-back:hover{background:#f1f3f5}.card-action-item[data-action="delete"]{color:#b91c1c}.flyout-search{height:34px;border:1px solid #d7dadd;border-radius:6px;padding:0 9px;margin:6px 0 8px;width:100%;color:#26384a;outline:0}.flyout-member-item,.flyout-label-item,.tree-item{width:100%;min-height:40px;display:grid;grid-template-columns:30px 1fr 20px;gap:8px;align-items:center;background:transparent;color:#26384a;text-align:left;border-radius:6px;padding:5px 8px}.tree-item{display:flex;justify-content:space-between}.flyout-member-item:hover,.flyout-label-item:hover,.tree-item:hover{background:#f1f3f5}.flyout-member-item .avatar-sm{width:28px;height:28px;font-size:10px}.flyout-member-name,.flyout-label-name{font-size:13px;font-weight:800;line-height:1.1}.flyout-member-role,.tree-item span{font-size:10px;color:#758291;text-transform:uppercase;letter-spacing:.04em;font-weight:800}.flyout-check{font-size:16px;color:#667386;text-align:center}.flyout-label-swatch{width:28px;height:18px;border-radius:999px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.08)}.timer-panel{display:grid;gap:8px;padding:8px}.timer-time{font-size:28px;font-weight:900;color:#26384a}.tree-list{display:flex;flex-direction:column;gap:4px;margin-top:6px}.tree-breadcrumb{font-size:11px;color:#667386;line-height:1.35;margin:4px 0 8px}.users-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}.users-list{display:flex;flex-direction:column;gap:8px}.user-manage-row{display:grid;grid-template-columns:44px 1fr auto;gap:10px;align-items:center;background:#f4f6f8;border:1px solid #e2e6ea;border-radius:10px;padding:10px;text-align:left;color:#26384a}.user-manage-row.inactive{opacity:.48}.user-manage-name{font-size:16px;font-weight:900}.user-manage-meta{font-size:12px;color:#758291}.user-manage-role{height:24px;border-radius:999px;background:#e8ebef;color:#475569;padding:0 8px;display:inline-flex;align-items:center;font-size:11px;font-weight:900;text-transform:uppercase}.user-form{background:#f4f6f8;border:1px solid #e2e6ea;border-radius:12px;padding:14px;display:grid;gap:10px}.user-form h4{margin:0 0 4px;font-size:18px}.user-field{display:grid;gap:5px}.user-field label{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#758291;font-weight:900}.user-field input,.user-field select{height:38px;border:1px solid #d7dadd;border-radius:8px;padding:0 10px;color:#26384a;background:#fff;outline:0}.user-field input[type=color]{padding:2px;width:58px}.user-form-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px}.user-form-actions button{height:36px;border-radius:8px;padding:0 12px;font-weight:900;background:#e8ebef;color:#26384a}.user-form-actions .primary{background:#26384a;color:#fff}.user-form-actions .danger{background:#fee2e2;color:#991b1b}.user-form-actions .ghost{background:transparent;color:#64748b}.user-hint{font-size:12px;color:#758291;line-height:1.35;margin:0}.notify-panel{right:18px;top:68px;width:min(420px,calc(100vw - 28px));background:#0f172a;border:1px solid var(--line);border-radius:22px;box-shadow:0 24px 80px rgba(0,0,0,.38);padding:12px;display:none;z-index:80}.notify-panel.open{display:block}.note{border:1px solid var(--line);background:rgba(255,255,255,.08);border-radius:16px;padding:10px;display:grid;gap:4px;text-align:left}.note.unread{box-shadow:inset 4px 0 0 #06b6d4}.note span{font-size:12px;color:#94a3b8}.note-preview{display:none;background:rgba(255,255,255,.08);border-radius:12px;padding:8px;margin-top:4px;font-size:12px}.note:hover .note-preview{display:block}.field{width:100%;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.09);padding:10px 12px;color:#fff}.modal{width:min(520px,calc(100vw - 28px));background:#202329;border-radius:24px;padding:18px;border:1px solid var(--line);box-shadow:0 24px 80px rgba(0,0,0,.35)}.confirm-modal{position:fixed;inset:0;background:rgba(0,0,0,.58);z-index:95;display:none;place-items:center;padding:18px}.confirm-modal.open{display:grid}.confirm-box{width:min(430px,calc(100vw - 36px));background:#fff;color:#26384a;border-radius:16px;box-shadow:0 26px 90px rgba(0,0,0,.46);padding:20px;border:1px solid #d9dde2}.confirm-box h3{margin:0 0 8px;font-size:22px;color:#25394b}.confirm-box p{margin:0;color:#667386;line-height:1.45}.confirm-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.confirm-actions button{height:40px;border-radius:10px;padding:0 14px;font-weight:900}.confirm-cancel{background:#e8ebef;color:#26384a}.confirm-ok{background:#26384a;color:#fff}.confirm-ok.danger{background:#dc2626;color:#fff}.chat-panel-toggle{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:73;width:34px;min-height:104px;border-radius:12px 0 0 12px;background:#111827;color:#eef5ff;border:1px solid rgba(255,255,255,.16);border-right:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;box-shadow:0 18px 44px rgba(0,0,0,.35);font-weight:900}.chat-panel-toggle strong{writing-mode:vertical-rl;text-orientation:mixed;font-size:13px;letter-spacing:.04em}.chat-panel-toggle span{font-size:22px;line-height:1}.chat-panel-toggle.open span{transform:rotate(180deg)}.chat-dock{position:fixed;right:46px;bottom:0;z-index:72;display:flex;align-items:flex-end;gap:10px;pointer-events:none}.chat-window{width:330px;height:410px;background:#f8fafc;color:#26384a;border:1px solid #d9dde2;border-bottom:0;border-radius:14px 14px 0 0;box-shadow:0 24px 80px rgba(0,0,0,.38);display:grid;grid-template-rows:auto auto 1fr auto;overflow:hidden;pointer-events:auto}.chat-window.collapsed{height:46px;grid-template-rows:46px}.chat-window.collapsed .chat-participants,.chat-window.collapsed .chat-body,.chat-window.collapsed .chat-form{display:none}.chat-head{height:46px;background:#111827;color:#eef5ff;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 10px}.chat-title{min-width:0;font-weight:900;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-subtitle{display:block;color:#94a3b8;font-size:10px;font-weight:700}.chat-head-actions{display:flex;gap:4px}.chat-head-actions button{width:28px;height:28px;border-radius:7px;background:rgba(255,255,255,.1);color:#eef5ff}.chat-participants{border-bottom:1px solid #e2e8f0;background:#fff;padding:8px 10px;display:flex;flex-wrap:wrap;gap:6px;align-items:center}.chat-participants-label{font-size:10px;font-weight:900;color:#64748b;text-transform:uppercase;letter-spacing:.06em;width:100%}.chat-member-bubble{height:25px;border-radius:999px;border:1px solid #d7dde6;background:#f1f5f9;color:#26384a;display:inline-flex;align-items:center;gap:5px;padding:0 8px;font-size:11px;font-weight:900}.chat-member-bubble.remove{background:#fff7ed;color:#9a3412;border-color:#fed7aa}.chat-member-bubble.leave{background:#fef2f2;color:#991b1b;border-color:#fecaca}.chat-member-bubble.add{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.chat-member-bubble.empty{background:#f8fafc;color:#94a3b8;border-style:dashed}.chat-member-dot{width:14px;height:14px;border-radius:999px;color:#fff;display:inline-grid;place-items:center;font-size:7px;font-weight:900}.chat-body{padding:10px;overflow:auto;display:flex;flex-direction:column;gap:8px}.chat-msg{max-width:88%;align-self:flex-start;background:#e8ebef;border-radius:12px;padding:8px 10px;position:relative}.chat-msg.me{align-self:flex-end;background:#dbeafe}.chat-msg b{display:block;font-size:11px;margin-bottom:3px;color:#475569}.chat-msg p{margin:0;font-size:13px;line-height:1.35;white-space:pre-wrap}.chat-msg time{display:block;margin-top:4px;font-size:10px;color:#64748b}.chat-msg-card-btn{margin-top:6px;height:26px;border-radius:7px;background:#fff;color:#26384a;border:1px solid #cbd5e1;padding:0 8px;font-size:11px;font-weight:900}.chat-linked-card{margin-top:6px;display:inline-flex;align-items:center;gap:5px;border-radius:999px;background:#fff;color:#2563eb;border:1px solid #bfdbfe;padding:4px 7px;font-size:11px;font-weight:900}.chat-form{display:grid;grid-template-columns:1fr auto;gap:8px;padding:10px;border-top:1px solid #e2e8f0}.chat-form input{height:38px;border:1px solid #cbd5e1;border-radius:10px;padding:0 10px;color:#26384a;outline:0}.chat-form button{height:38px;border-radius:10px;background:#26384a;color:#fff;padding:0 12px;font-weight:900}.chat-panel{position:fixed;right:0;top:58px;width:330px;height:calc(100vh - 58px);background:#0f172a;border-left:1px solid var(--line);box-shadow:-18px 0 60px rgba(0,0,0,.38);padding:14px;z-index:71;color:#eef5ff;overflow:auto;transform:translateX(100%);transition:transform .18s ease}.chat-panel.open{transform:translateX(0)}.chat-panel h3{margin:0 0 10px;padding-right:34px}.chat-panel-section{margin-top:12px}.chat-panel-section h4{margin:0 0 6px;color:#94a3b8;font-size:12px;text-transform:uppercase;letter-spacing:.07em}.chat-panel-item{width:100%;border-radius:12px;background:rgba(255,255,255,.08);color:#eef5ff;text-align:left;padding:9px;margin-bottom:6px}.chat-panel-item strong{display:block;font-size:13px}.chat-panel-item span{display:block;color:#94a3b8;font-size:11px;margin-top:2px}.source-link{font-size:12px;color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;padding:8px 10px;margin:8px 0;display:inline-flex;gap:6px;align-items:center}.chat-panel-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.chat-panel-top h3{margin:0;padding-right:0}.chat-new-btn{height:32px;border-radius:999px;background:#eef5ff;color:#111827;padding:0 10px;font-size:12px;font-weight:900}.chat-panel-row{display:grid;grid-template-columns:1fr auto;gap:6px;align-items:start}.chat-panel-actions{display:flex;gap:4px}.chat-panel-edit,.chat-panel-archive,.chat-panel-delete,.chat-panel-restore{width:30px;height:34px;border-radius:10px;background:rgba(255,255,255,.08);color:#eef5ff;font-size:13px}.chat-panel-delete{color:#fecaca}.chat-panel-restore{color:#bbf7d0}.chat-panel-archive:hover,.chat-panel-delete:hover,.chat-panel-edit:hover,.chat-panel-restore:hover{background:rgba(255,255,255,.16)}.picker-grid{display:grid;gap:10px}.picker-grid label{display:grid;gap:5px;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#758291;font-weight:900}.picker-grid input,.picker-grid select{height:40px;border:1px solid #d7dadd;border-radius:8px;padding:0 10px;color:#26384a;background:#fff;outline:0}.member-check-grid{display:grid;gap:6px;max-height:210px;overflow:auto;border:1px solid #e2e6ea;border-radius:10px;padding:8px;background:#f8fafc}.member-check{min-height:36px;display:flex;align-items:center;gap:8px;color:#26384a;text-transform:none;letter-spacing:0;font-size:13px}.member-check input{width:auto;height:auto}.modal-note{font-size:12px;color:#758291;line-height:1.35;margin:0}.stack{display:flex;flex-direction:column;gap:10px}.row{display:flex;gap:8px;align-items:center}.color-row{display:grid;grid-template-columns:1fr 46px;gap:8px}.color-input{height:42px;width:46px}body.dragging-card,body.dragging-card *{cursor:grabbing!important}body.dragging-list,body.dragging-list *{cursor:grabbing!important}.cards.drag-preserve-height{transition:min-height .18s ease}@media(max-width:900px){.home{padding:22px 18px}.home-hero,.board-tools{align-items:flex-start;flex-direction:column}.home-hero h2{font-size:32px}.project-grid{grid-template-columns:1fr}.global-search{min-width:160px}.card-modal{grid-template-columns:1fr;width:min(760px,calc(100vw - 18px));height:calc(100vh - 18px);max-height:calc(100vh - 18px);padding:18px;gap:16px}.card-title-input{font-size:21px}.card-modal-side{padding-top:0}.card-top-fields{margin-left:0}.modal-section{grid-template-columns:1fr}.modal-section-icon{display:none}.today-grid{grid-template-columns:1fr}.calendar-grid{grid-template-columns:repeat(2,minmax(130px,1fr))}.users-layout{grid-template-columns:1fr}}
.sync-status{height:26px;min-width:58px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#111318;color:#aeb8c7;display:inline-flex;align-items:center;justify-content:center;padding:0 9px;font-size:11px;font-weight:900;white-space:nowrap}.sync-status[data-status="local"]{background:#111318;color:#aeb8c7}.sync-status[data-status="syncing"]{background:#172554;color:#bfdbfe;border-color:#1d4ed8}.sync-status[data-status="synced"]{background:#052e1a;color:#bbf7d0;border-color:#166534}.sync-status[data-status="pending"]{background:#422006;color:#fed7aa;border-color:#9a3412}.sync-status[data-status="offline"]{background:#27272a;color:#d4d4d8;border-color:#52525b}.sync-status[data-status="error"]{background:#450a0a;color:#fecaca;border-color:#991b1b}
.sync-toggle{height:26px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:transparent;color:#aeb8c7;padding:0 9px;font-size:11px;font-weight:900;white-space:nowrap}.sync-toggle:hover{background:rgba(255,255,255,.08);color:#fff}.sync-toggle[data-enabled="false"]{color:#d4d4d8;border-color:#52525b}
.checklist-group{max-width:620px;margin:0 0 18px}.checklist-head{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;margin-bottom:8px}.checklist-title-input{height:34px;border:0;background:transparent;color:#25394b;font-size:18px;font-weight:900;outline:0;padding:0}.checklist-delete{width:34px;height:34px;border-radius:7px;background:#e8ebef;color:#667386;font-size:20px;font-weight:900}.checklist-delete:hover,.checklist-item button:hover{background:#fee2e2;color:#991b1b}.checklist-progress-row{display:grid;grid-template-columns:42px 1fr;gap:10px;align-items:center;color:#64748b;font-size:12px;font-weight:900;margin-bottom:8px}.checklist-progress{height:8px;border-radius:999px;background:#d7dde4;overflow:hidden}.checklist-progress span{display:block;height:100%;border-radius:999px;background:#5b8def;transition:width .15s ease}.checklist-items{display:grid;gap:5px}.checklist-item{display:grid;grid-template-columns:24px 1fr 30px;gap:8px;align-items:center}.checklist-item input[type=checkbox]{width:18px;height:18px}.checklist-item-input{height:34px;border:0;border-radius:6px;background:#fff;color:#25394b;padding:0 9px;outline:0}.checklist-item-input.done{text-decoration:line-through;color:#8a98a8}.checklist-item button{width:30px;height:30px;border-radius:6px;background:transparent;color:#7b8794;font-size:18px}.checklist-add-row{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:8px}.checklist-add-row input{height:36px;border:1px solid #d7dadd;border-radius:6px;background:#fff;color:#25394b;padding:0 10px;outline:0}.checklist-add-row button{height:36px;border-radius:6px;background:#e8ebef;color:#26384a;padding:0 12px;font-weight:900}.checklist-empty{margin:0;color:#758291}.calendar-end-row{margin-top:6px}.modal-checkbox{height:40px;border-radius:5px;background:#e8ebef;color:#26384a;padding:0 10px;display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:800}.modal-checkbox input{margin:0}
