:root{--accent:#0f766e;--accent-strong:#115e59;--card:#fff;--font:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--line:#d8dee6;--line-soft:#e8edf3;--panel:#f8fafc;--shadow:0 8px 24px #0f172a14;--surface:#eef2f6;--text:#334155;--text-muted:#64748b;--text-strong:#0f172a;color:var(--text);background:var(--surface);font-family:var(--font);font-synthesis:none;letter-spacing:0;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{background:var(--surface);min-width:320px}body{min-width:320px;min-height:100svh;margin:0}#root{min-height:100svh}button,input,textarea,select{font:inherit}.app-shell{min-height:100svh;color:var(--text);background:linear-gradient(180deg, #ffffffc7, #fff0), var(--surface)}.board-header{z-index:10;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f8fafcf0;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:24px;padding:10px 20px;display:grid;position:sticky;top:0}.header-actions{justify-self:end;align-items:center;gap:10px;display:flex}.board-user-module{background:#ffffff24;border:1px solid #fff3;border-radius:999px;align-items:center;gap:10px;min-height:40px;padding:3px 8px 3px 4px;display:inline-flex}.workspace-controls{grid-template-columns:minmax(150px,220px) minmax(220px,280px);justify-items:stretch;gap:8px;display:grid}.workspace-user{color:var(--text-muted);grid-column:1/-1;justify-content:flex-end;align-items:center;gap:10px;font-size:13px;font-weight:700;display:flex}.user-name-button{color:var(--text-strong);cursor:pointer;background:0 0;border:0;padding:0;font-weight:800}.user-name-button:hover,.user-name-button:focus-visible{color:var(--accent);text-underline-offset:3px;text-decoration:underline}.workspace-select{gap:5px;display:grid}.workspace-select span{color:var(--text-muted);text-transform:uppercase;font-size:12px;font-weight:800}.workspace-create{gap:8px;display:flex}.workspace-create input{min-width:0}.board-title{width:min(56vw,720px);min-width:220px;color:var(--text-strong);font:700 24px/1 var(--font);background:0 0;border:0;padding:0}.board-gsd-link{color:#fff;font:700 18px/1 var(--font);letter-spacing:6px;text-indent:6px;background:#ffffff24;border:1px solid #ffffff38;border-radius:6px;justify-self:center;padding:7px 16px;text-decoration:none}.board-gsd-link:hover,.board-gsd-link:focus-visible{background:#ffffff3d;outline:none}.board-title:focus,.list-title:focus{outline:2px solid var(--accent);outline-offset:4px;border-radius:6px}.board-meta{color:var(--text-muted);margin:3px 0 0;font-size:12px}.board{height:calc(100svh - 90px);padding:24px 28px 32px;overflow:auto}.lists{grid-auto-columns:minmax(292px,320px);grid-auto-flow:column;align-items:start;gap:16px;min-height:100%;display:grid}.list-column,.add-list-panel{border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow);border-radius:8px}.list-column{flex-direction:column;max-height:calc(100svh - 142px);display:flex}.list-header{border-bottom:1px solid var(--line-soft);grid-template-columns:32px 1fr 32px;align-items:center;gap:6px;padding:10px 10px 8px;display:grid}.list-title{min-width:0;color:var(--text-strong);font:700 16px/1.2 var(--font);background:0 0;border:0;padding:7px 4px}.cards{flex-direction:column;flex:1;gap:10px;min-height:92px;padding:12px;display:flex;overflow-y:auto}.empty-list{border:1px dashed var(--line);min-height:72px;color:var(--text-muted);border-radius:8px;place-items:center;margin:0;font-size:14px;display:grid}.card{border:1px solid var(--line-soft);background:var(--card);border-radius:8px;position:relative;box-shadow:0 1px 2px #0f172a14}.card:focus-within,.card:hover{border-color:#0f766e61}.card-open{width:100%;min-height:84px;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex-direction:column;align-items:flex-start;gap:8px;padding:12px 42px 12px 12px;display:flex}.card-title{color:var(--text-strong);overflow-wrap:anywhere;font-weight:700;line-height:1.28}.card-description{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.35;display:-webkit-box;overflow:hidden}.card-delete{opacity:0;position:absolute;top:8px;right:8px}.card:hover .card-delete,.card:focus-within .card-delete{opacity:1}.label-pill,.size-pill,.visibility-pill,.due-date{border-radius:999px;align-items:center;min-height:22px;padding:2px 8px;font-size:12px;font-weight:700;line-height:1;display:inline-flex}.visibility-pill{color:#475569;background:#e2e8f0}.label-research{color:#075985;background:#dff3ff}.label-design{color:#7c2d12;background:#ffedd5}.label-engineering{color:#14532d;background:#dcfce7}.label-urgent{color:#831843;background:#fce7f3}.due-date{color:#5f3b00;background:#fef3c7}.add-card-form,.add-list-panel{gap:8px;display:flex}.add-card-form{border-top:1px solid var(--line-soft);align-items:center;padding:10px}.add-card-form>input{flex:auto;min-width:0}.private-card-toggle,.dialog-private-toggle{color:var(--text-muted);white-space:nowrap;align-items:center;gap:7px;font-size:13px;font-weight:800;display:inline-flex}.private-card-toggle input,.dialog-private-toggle input{flex:none;width:16px;height:16px;padding:0}.add-list-panel{flex-direction:column;padding:12px}input,textarea,select{box-sizing:border-box;border:1px solid var(--line);width:100%;color:var(--text-strong);font:500 14px/1.4 var(--font);background:#fff;border-radius:6px;padding:10px 12px}textarea{resize:vertical}input::placeholder{color:#94a3b8}button{font:700 14px/1 var(--font)}button:disabled{cursor:not-allowed;opacity:.6}.primary-button,.secondary-button,.danger-button,.icon-button{cursor:pointer;border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.primary-button,.secondary-button,.danger-button{border:1px solid #0000;gap:8px;min-height:40px;padding:0 14px}.primary-button{color:#fff;background:var(--accent)}.primary-button:hover{background:var(--accent-strong)}.secondary-button{color:var(--text-strong);border-color:var(--line);background:#fff}.danger-button{color:#991b1b;background:#fff1f2;border-color:#fecaca}.icon-button{width:32px;height:32px;color:var(--text-muted);background:0 0;border:1px solid #0000}.icon-button:hover{color:var(--text-strong);border-color:var(--line);background:#fff}.add-button{color:#fff;background:var(--accent);flex:0 0 40px;width:40px;height:40px}.grip-button{cursor:grab}.icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:18px;height:18px}.error-banner{color:#7f1d1d;background:#fff1f2;border:1px solid #fecaca;border-radius:8px;justify-content:space-between;align-items:center;gap:14px;margin:18px 28px 0;padding:12px 14px;display:flex}.error-banner button{color:inherit;cursor:pointer;background:0 0;border:0}.loading-view{place-items:center;display:grid}.auth-shell{background:#1f75b6;place-items:center;min-height:100svh;padding:48px 20px;display:grid}.auth-stack{justify-items:stretch;gap:26px;width:min(312px,100%);display:grid}.auth-brand{color:#fff;letter-spacing:0;text-align:center;font-size:28px;font-weight:900;line-height:1}.auth-panel{background:#fff;border:0;border-radius:5px;gap:12px;width:min(360px,100%);padding:28px 26px 26px;display:grid;box-shadow:0 14px 36px #0f172a29}.auth-stack .auth-panel{width:100%}.auth-heading{gap:10px;margin-bottom:4px;display:grid}.auth-kicker{color:var(--accent);letter-spacing:.03em;text-transform:uppercase;margin:0 0 8px;font-size:13px;font-weight:800}.auth-panel h1{color:#3f4654;text-align:center;margin:0;font-size:16px;line-height:1.25}.auth-copy{color:#1e3a8a;text-align:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;margin:0;padding:10px 12px;font-size:12px;line-height:1.45}.auth-field{color:var(--text-muted);gap:0;font-size:13px;font-weight:800;display:grid}.auth-field span{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.auth-field input{color:#1f2937;background:#fff;border-color:#d7dce3;border-radius:3px;min-height:38px;padding:8px 10px;font-size:13px;font-weight:600}.auth-field input:focus{border-color:#66a9d8;outline:3px solid #1f75b62e}.auth-error{border-radius:5px;align-items:flex-start;margin:0;padding:10px 12px;font-size:12px;line-height:1.35}.auth-submit-button{background:#5aac44;border-radius:3px;width:100%;min-height:38px;margin-top:2px;font-size:13px}.auth-submit-button:hover,.auth-submit-button:focus-visible{background:#519839}.auth-divider{background:#e5e7eb;height:1px;margin:8px 0 2px}.auth-mode-button{color:#2563eb;text-align:center;justify-self:center;font-size:12px;font-weight:700;line-height:1.35}.auth-mode-button:hover,.auth-mode-button:focus-visible{color:#1d4ed8;text-underline-offset:3px;text-decoration:underline}.invite-status-panel .loading-mark{justify-self:center}.loading-panel{color:var(--text-muted);place-items:center;gap:12px;display:grid}.loading-mark{border:3px solid var(--line);border-top-color:var(--accent);border-radius:999px;width:34px;height:34px;animation:.9s linear infinite spin}.dialog-backdrop{z-index:20;background:#0f172a6b;place-items:start center;padding:30px;display:grid;position:fixed;inset:0;overflow-y:auto}.card-dialog{background:#fff;border-radius:8px;gap:20px;width:min(920px,100%);padding:24px;display:grid;box-shadow:0 24px 60px #0f172a47}.profile-dialog{background:#fff;border-radius:8px;gap:16px;width:min(460px,100%);padding:24px;display:grid;box-shadow:0 24px 60px #0f172a47}.profile-dialog h2{color:var(--text-strong);margin:0;font-size:22px;line-height:1.2}.profile-dialog label{color:var(--text-muted);gap:7px;font-size:13px;font-weight:800;display:grid}.profile-password-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.profile-actions{justify-content:flex-end;gap:10px;display:flex}.profile-error{margin:0}.dialog-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.dialog-header p{color:var(--text-muted);margin:4px 0 0;font-size:14px}.dialog-header p span{color:var(--text-strong);text-underline-offset:3px;text-decoration:underline}.dialog-title-input{width:min(560px,100%);color:var(--text-strong);font:700 22px/1.2 var(--font);border:0;padding:0}.dialog-title-input:focus{outline:2px solid var(--accent);outline-offset:5px;border-radius:6px}.dialog-grid{grid-template-columns:minmax(0,1fr) 172px;gap:24px;display:grid}.dialog-main{gap:20px;display:grid}.quick-fields{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.detail-section{gap:10px;display:grid}.detail-section h3,.dialog-sidebar h3{color:var(--text-muted);letter-spacing:.03em;text-transform:uppercase;margin:0;font-size:12px;font-weight:800}.compact-section{align-content:start}.member-row{align-items:center;gap:8px;display:flex}.member-avatar{color:#134e4a;background:#ccfbf1;border-radius:999px;justify-content:center;align-items:center;min-width:40px;height:32px;font-size:12px;font-weight:800;display:inline-flex}.mini-add-button{width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:#f1f5f9;border:0;border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.save-details-button{justify-self:start}.section-heading-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.attachment-actions{align-items:center;gap:12px;display:flex}.file-input{display:none}.text-button{color:#2563eb;cursor:pointer;background:0 0;border:0;padding:0}.danger-text{color:#dc2626}.muted-copy{color:var(--text-muted);margin:0;font-size:14px}.attachment-list,.checklist,.activity-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.attachment-list li,.activity-list li{border:1px solid var(--line-soft);background:#f8fafc;border-radius:8px;justify-content:space-between;align-items:flex-start;gap:12px;padding:10px 12px;display:flex}.attachment-list a{color:var(--text-strong);overflow-wrap:anywhere;font-weight:700;text-decoration:none}.attachment-list a:hover{text-decoration:underline}.attachment-form,.inline-add-form{gap:8px;display:flex}.attachment-form{grid-template-columns:1fr 1.5fr auto;display:grid}.checklist-count{color:var(--text-muted);font-size:12px;font-weight:800}.progress-track{background:#e2e8f0;border-radius:999px;height:7px;overflow:hidden}.progress-track span{border-radius:inherit;background:var(--accent);height:100%;transition:width .18s;display:block}.checklist li{grid-template-columns:1fr auto;align-items:center;gap:12px;display:grid}.checklist label{align-items:center;gap:10px;min-width:0;display:flex}.checklist input{flex:none;width:16px;height:16px}.checklist span{color:var(--text-strong);overflow-wrap:anywhere}.comment-form{gap:8px;display:grid}.comment-form button{justify-self:start}.activity-list p{color:var(--text-strong);overflow-wrap:anywhere;margin:0 0 5px}.activity-list time{color:var(--text-muted);font-size:12px}.dialog-sidebar{align-content:start;gap:8px;display:grid}.dialog-sidebar h3{margin-top:6px}.dialog-sidebar button{min-height:36px;color:var(--text-strong);cursor:pointer;background:#f1f5f9;border:0;border-radius:6px;justify-content:flex-start;padding:0 12px}.dialog-sidebar button:hover{background:#e2e8f0}.dialog-sidebar .danger-rail-button{color:#dc2626;background:#fff1f2}.dialog-sidebar .danger-rail-button:hover{background:#ffe4e6}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=760px){.board-header{grid-template-columns:1fr;align-items:flex-start;padding:10px 14px;position:static}.board-gsd-link{justify-self:center}.board-title{width:100%;min-width:0;font-size:22px}.header-actions,.workspace-controls,.workspace-create{width:100%}.header-actions{flex-direction:column;justify-self:stretch;align-items:stretch}.board-user-module{justify-content:flex-start}.workspace-controls{grid-template-columns:1fr}.workspace-user{justify-content:space-between}.board{height:auto;min-height:calc(100svh - 130px);padding:18px}.lists{grid-auto-columns:minmax(270px,86vw)}.list-column{max-height:none}.dialog-backdrop{padding:14px}.card-dialog{padding:18px}.dialog-grid,.quick-fields,.attachment-form,.profile-password-grid{grid-template-columns:1fr}.dialog-sidebar{grid-row:1}}.app-shell.custom-theme{background:var(--theme-color)}.app-shell.custom-theme .board-header{background:color-mix(in srgb, var(--theme-color) 84%, black 16%);border-bottom-color:#ffffff1a}.app-shell.custom-theme .board-title,.app-shell.custom-theme .board-meta,.app-shell.custom-theme .user-name-button,.app-shell.custom-theme .workspace-select span{color:#fff;text-shadow:0 1px 2px #00000026}.app-shell.custom-theme .board-user-module{border-color:#fff3}.app-shell.custom-theme .text-button{color:#ffffffd9;text-shadow:0 1px 2px #00000026}.app-shell.custom-theme .text-button:hover{color:#fff}.app-shell.custom-theme .attachment-actions .text-button{color:#1d4ed8;text-shadow:none}.app-shell.custom-theme .attachment-actions .text-button:hover,.app-shell.custom-theme .attachment-actions .text-button:focus-visible{color:#1e40af}.app-shell.custom-theme .list-title{color:var(--text-strong)}.app-shell.custom-theme .list-column{background:#f1f2f4}.theme-picker{cursor:pointer;justify-content:center;align-items:center;display:flex}.color-input{cursor:pointer;background:0 0;border:1px solid #fff6;border-radius:4px;width:24px;height:24px;padding:0}.color-input::-webkit-color-swatch-wrapper{padding:0}.color-input::-webkit-color-swatch{border:none;border-radius:3px}.home-shell{min-height:100svh;color:var(--text);background:#f4f5f7}.home-header{color:#fff;background:#0b3558;justify-content:space-between;align-items:center;gap:24px;padding:7px 18px;display:flex}.home-header-left,.home-header-right{align-items:center;gap:10px;min-width:120px;display:flex}.home-header-right{justify-content:flex-end}.home-nav-button{color:#fff;background:#ffffff2e;border-radius:6px;flex-shrink:0;width:30px;height:30px}.home-nav-button:hover,.home-nav-button:focus-visible{background:#ffffff4d}.home-nav-button .icon{stroke:currentColor}.home-title{text-align:center;flex:1;margin:0}.home-title-button{color:inherit;font:700 18px/1 var(--font);letter-spacing:6px;cursor:pointer;background:0 0;border:0;padding:0}.home-title-button:hover,.home-title-button:focus-visible{text-underline-offset:4px;text-decoration:underline}.home-header .text-button{color:#ffffffe0;font-weight:700}.home-header .text-button:hover{color:#fff}.home-main{max-width:1200px;margin:0 auto;padding:28px 32px}.home-section-title{font:700 14px/1 var(--font);letter-spacing:.8px;text-transform:uppercase;color:var(--text-strong);align-items:center;gap:8px;margin:0 0 18px;display:flex}.home-grid-icon{color:var(--text-muted);font-size:18px}.board-tile-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;margin:0;padding:0;list-style:none;display:grid}.board-tile{aspect-ratio:5/3;color:#fff;width:100%;font:700 16px/1.2 var(--font);text-align:left;cursor:pointer;text-shadow:0 1px 3px #00000059;border:0;border-radius:8px;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:14px;transition:transform .15s,box-shadow .15s;display:flex}.board-tile:hover,.board-tile:focus-visible{outline:none;transform:translateY(-2px);box-shadow:0 6px 18px #0f172a2e}.board-tile-title{font-size:18px}.board-tile-workspace{opacity:.85;font-size:12px;font-weight:600}.board-tile-create{color:var(--text-strong);text-shadow:none;background:#e4e6ea;border:2px dashed #0000;justify-content:center;align-items:center}.board-tile-create:hover,.board-tile-create:focus-visible{background:#d8dbe0;border-color:#98a1b3}.avatar-button{color:#0b3558;width:30px;height:30px;font:700 13px/1 var(--font);cursor:pointer;letter-spacing:.5px;background:#fff;border:0;border-radius:50%;justify-content:center;align-items:center;padding:0;display:inline-flex}.avatar-button:hover,.avatar-button:focus-visible{background:#e8f0fb;outline:none}.board-header-left{justify-self:start;align-items:center;gap:14px;min-width:0;display:flex}.app-shell.custom-theme .home-nav-button .icon{stroke:#fff}.create-board-dialog{background:#fff;border-radius:12px;gap:14px;width:min(420px,92vw);padding:20px;display:grid;box-shadow:0 28px 64px #0f172a38}.create-board-preview{aspect-ratio:5/3;color:#fff;font:700 18px/1.2 var(--font);text-shadow:0 1px 3px #00000059;border-radius:8px;align-items:flex-end;padding:14px;display:flex}.field-label{color:var(--text-muted);text-transform:uppercase;margin-bottom:6px;font-size:12px;font-weight:800;display:block}.color-swatch-row{flex-wrap:wrap;gap:8px;display:flex}.color-swatch{cursor:pointer;border:2px solid #0000;border-radius:6px;width:32px;height:32px;padding:0}.color-swatch-active{border-color:var(--text-strong);box-shadow:inset 0 0 0 1px #fff}.color-swatch-custom{background:linear-gradient(135deg,#f87171,#fbbf24,#34d399,#60a5fa,#a78bfa);justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.color-swatch-custom input[type=color]{opacity:0;cursor:pointer;border:0;width:100%;height:100%}.dialog-actions{justify-content:flex-end;gap:10px;display:flex}@media (width<=640px){.home-header{padding:12px 14px}.home-title{letter-spacing:4px;font-size:16px}.home-main{padding:18px 14px}.board-tile-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}.color-picker-popover{display:inline-flex;position:relative}.color-picker-trigger{cursor:pointer;border:2px solid #ffffffb3;border-radius:50%;width:30px;height:30px;padding:0;transition:transform .15s;box-shadow:0 1px 3px #0000002e}.color-picker-trigger:hover,.color-picker-trigger:focus-visible{outline:none;transform:scale(1.06)}.color-picker-panel{z-index:40;background:#fff;border-radius:10px;padding:12px;animation:.12s ease-out popover-in;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 16px 40px #0f172a38}@keyframes popover-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.color-picker-panel .color-swatch-row{flex-wrap:wrap;max-width:180px}.drag-overlay-card{cursor:grabbing;transform:rotate(3deg);box-shadow:0 12px 32px #0f172a47}.drag-overlay-list{cursor:grabbing;width:280px;transform:rotate(2deg);box-shadow:0 16px 40px #0f172a47}.grip-button{cursor:grab;touch-action:none}.grip-button:active{cursor:grabbing}.card{touch-action:manipulation}.share-dialog{background:#fff;border-radius:12px;flex-direction:column;gap:14px;width:min(480px,92vw);max-height:min(640px,90vh);padding:20px;display:flex;overflow:hidden;box-shadow:0 28px 64px #0f172a38}.share-form{grid-template-columns:1fr auto auto;gap:8px;display:grid}.share-form input[type=email]{min-width:0}.share-flash{color:#065f46;background:#ecfdf5;border-radius:8px;margin:0;padding:10px 12px;font-size:13px}.share-link-panel{border:1px solid var(--line);background:#f8fafc;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;padding:12px;display:grid}.share-link-panel label{min-width:0;color:var(--text-muted);gap:6px;font-size:12px;font-weight:800;display:grid}.share-copy-status{color:#065f46;grid-column:1/-1;font-size:12px;font-weight:700}.share-member-list{border-top:1px solid var(--line);margin:0;padding:0;list-style:none;overflow-y:auto}.share-member-row{border-bottom:1px solid var(--line);grid-template-columns:34px 1fr auto;align-items:center;gap:12px;padding:10px 2px;display:grid}.share-member-row:last-child{border-bottom:0}.share-member-avatar{color:#0b3558;cursor:default;background:#e8f0fb;font-size:12px}.share-member-info{flex-direction:column;min-width:0;display:flex}.share-member-name{color:var(--text-strong);text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.share-member-email{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.share-role-pill{text-transform:uppercase;letter-spacing:.4px;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700}.share-role-owner{color:#1d4ed8;background:#dbeafe}.share-role-admin{color:#92400e;background:#fef3c7}.share-role-member{color:#475569;background:#e2e8f0}.share-role-viewer{color:#64748b;background:#f1f5f9}.share-member-pending .share-member-name{color:var(--text-muted)}.share-button{color:var(--text-strong);cursor:pointer;background:#ffffffd9;border:0;border-radius:6px;padding:6px 14px;font-weight:700}.share-button:hover,.share-button:focus-visible{background:#fff;outline:none}.reminder-flash{color:#065f46;background:#ecfdf5;border-radius:6px;margin:8px 0;padding:6px 10px;font-size:12px}@media (width<=640px){.board-header{grid-template-columns:1fr;align-items:center;gap:10px;padding:10px 14px;position:sticky}.board-header-left{justify-self:stretch;gap:10px;min-width:0}.board-title{width:100%;font-size:20px}.board-meta{font-size:12px}.header-actions{flex-flow:row;align-items:center;gap:8px;width:100%}.share-button{padding:8px 12px;font-size:13px}.icon-button,.home-nav-button,.avatar-button{min-width:40px;min-height:40px}.board{height:calc(100svh - 110px);padding:14px}.lists{scroll-snap-type:x mandatory;grid-auto-columns:86vw;padding-bottom:6px;scroll-padding-inline:14px;overflow-x:auto}.list-column{scroll-snap-align:start}.dialog-backdrop{align-items:end;padding:0}.card-dialog,.profile-dialog,.create-board-dialog,.share-dialog{border-radius:14px 14px 0 0;width:100%;max-height:94svh;overflow-y:auto}.card-dialog{padding:16px}.dialog-grid{grid-template-columns:1fr;gap:14px}.dialog-sidebar{flex-wrap:wrap;grid-row:auto;gap:8px;display:flex}.dialog-sidebar button{flex:calc(50% - 4px);padding:10px 12px}.dialog-sidebar h3{width:100%}.share-form{grid-template-columns:1fr;gap:10px}.add-card-form,.add-list-panel,.attachment-form,.inline-add-form{flex-wrap:wrap}.home-header-left,.home-header-right{min-width:0}.home-header-right .text-button{padding:8px 10px}.color-picker-panel{max-width:calc(100vw - 28px);left:0;right:auto}}@media (hover:none) and (pointer:coarse){.grip-button{background:#0000000a}}
