:root{--bg: #f6f7f9;--surface: rgba(255,255,255,.88);--surface-strong: #fff;--text: #15171a;--muted: #747b85;--line: rgba(21,23,26,.09);--line-strong: rgba(21,23,26,.15);--accent: #111315;--accent-text: #fff;--danger: #c74242;--shadow: 0 12px 40px rgba(20, 25, 35, .08);--radius: 20px;--radius-sm: 12px;--safe-bottom: env(safe-area-inset-bottom, 0px)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select{font:inherit}button{color:inherit}.hidden{display:none!important}.icon{width:18px;height:18px;flex:0 0 auto;stroke:currentColor;stroke-width:1.9;fill:none;stroke-linecap:round;stroke-linejoin:round}.app{min-height:100vh}.topbar{height:70px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 26px;position:sticky;top:0;z-index:30;background:#f6f7f9d1;-webkit-backdrop-filter:blur(22px) saturate(150%);backdrop-filter:blur(22px) saturate(150%);border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:11px;font-weight:760;letter-spacing:-.03em;font-size:20px}.brand-mark{width:34px;height:34px;border-radius:11px;background:#15171a;color:#fff;display:grid;place-items:center;box-shadow:0 5px 14px #00000024}.toolbar{display:flex;align-items:center;gap:8px}.btn{border:1px solid var(--line);background:var(--surface-strong);min-height:40px;border-radius:12px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:.18s ease;box-shadow:0 1px 2px #00000005}.btn:hover{transform:translateY(-1px);border-color:var(--line-strong);box-shadow:0 6px 18px #0000000f}.btn.primary{background:var(--accent);color:var(--accent-text);border-color:var(--accent)}.btn.ghost{background:transparent;border-color:transparent;box-shadow:none}.btn.icon-only{width:40px;padding:0}.btn.danger{color:var(--danger)}.home{max-width:1420px;margin:0 auto;padding:44px 28px 70px}.home-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:28px}.home h1{margin:0;font-size:38px;letter-spacing:-.045em;line-height:1}.home-sub{margin-top:9px;color:var(--muted);font-size:15px}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(clamp(150px,16vw,220px),1fr));gap:18px}.project-card{position:relative;aspect-ratio:1.15;min-height:190px;border:1px solid var(--line);background:var(--surface-strong);border-radius:22px;overflow:hidden;cursor:pointer;box-shadow:0 3px 14px #00000008;transition:.2s ease}.project-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px #00000017}.project-cover{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(145deg,#eef0f3,#fafafa);display:grid;place-items:center}.project-cover img{width:100%;height:100%;object-fit:cover}.project-cover:after{content:"";position:absolute;top:42%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#00000094);pointer-events:none}.project-meta{position:absolute;left:16px;right:16px;bottom:14px;z-index:2;color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.35)}.project-card.no-image .project-meta{color:var(--text);text-shadow:none}.project-card.no-image .project-cover:after{display:none}.project-name{font-weight:720;letter-spacing:-.02em;font-size:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-date{font-size:12px;opacity:.78;margin-top:3px}.card-menu{position:absolute;top:12px;right:12px;z-index:4;opacity:0;transition:.15s}.project-card:hover .card-menu{opacity:1}.card-menu .btn{width:34px;height:34px;min-height:34px;border-radius:10px;background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.empty{border:1px dashed var(--line-strong);background:#ffffff80;border-radius:22px;padding:54px 20px;text-align:center;color:var(--muted)}.empty .big-icon{width:48px;height:48px;border:1px solid var(--line);background:#fff;color:var(--text);border-radius:15px;display:grid;place-items:center;margin:0 auto 14px}.editor{min-height:100vh}.editor-topbar{height:66px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;padding:0 18px;position:sticky;top:0;z-index:35;border-bottom:1px solid var(--line);background:#f6f7f9d6;-webkit-backdrop-filter:blur(22px) saturate(150%);backdrop-filter:blur(22px) saturate(150%)}.editor-left,.editor-right{display:flex;align-items:center;gap:8px;min-width:0}.editor-right{justify-content:flex-end}.project-title-input{border:0;background:transparent;outline:0;font-weight:720;font-size:17px;text-align:center;width:min(390px,38vw);padding:9px 10px;border-radius:10px}.project-title-input:focus{background:#fff;box-shadow:0 0 0 1px var(--line)}.editor-shell{display:grid;grid-template-columns:300px minmax(0,1fr);min-height:calc(100vh - 66px)}.settings{border-right:1px solid var(--line);padding:20px 18px 28px;background:#ffffff75;position:sticky;top:66px;height:calc(100vh - 66px);overflow:auto}.settings-section{padding:0 2px 20px;margin-bottom:20px;border-bottom:1px solid var(--line)}.settings-section:last-child{border-bottom:0}.section-title{font-size:12px;text-transform:uppercase;letter-spacing:.085em;color:var(--muted);font-weight:750;margin-bottom:10px}.segmented{display:grid;grid-template-columns:repeat(2,1fr);gap:4px;padding:4px;border-radius:12px;background:#15171a0e}.segmented.three{grid-template-columns:repeat(3,1fr)}.segmented.four{grid-template-columns:repeat(4,1fr)}.segmented button{border:0;background:transparent;border-radius:9px;min-height:35px;cursor:pointer;color:var(--muted);font-size:13px}.segmented button.active{background:#fff;color:var(--text);box-shadow:0 2px 7px #00000012;font-weight:650}.select{width:100%;border:1px solid var(--line);background:#fff;border-radius:11px;min-height:40px;padding:0 10px;outline:0}.field-label{display:block;font-size:13px;color:var(--muted);margin:12px 0 7px}.ratio-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.ratio-btn{border:1px solid var(--line);background:#fff;border-radius:10px;min-height:42px;cursor:pointer;font-size:12px;color:var(--muted)}.ratio-btn.active{border-color:#202328;color:#111;box-shadow:inset 0 0 0 1px #202328;font-weight:700}.setting-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:8px 0;font-size:13px}.switch{width:42px;height:24px;border-radius:999px;background:#d8dbe0;position:relative;cursor:pointer;border:0;padding:0}.switch:after{content:"";width:18px;height:18px;border-radius:50%;background:#fff;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #00000038;transition:.17s}.switch.on{background:#17191c}.switch.on:after{transform:translate(18px)}.export-selection{max-height:210px;overflow:auto;padding-right:3px}.check-row{display:flex;align-items:center;gap:9px;min-height:34px;font-size:13px;color:#383d44;cursor:pointer}.check-row input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:17px;height:17px;border:1px solid #b7bdc6;border-radius:5px;background:#fff;position:relative;margin:0}.check-row input:checked{background:#17191c;border-color:#17191c}.check-row input:checked:after{content:"";position:absolute;width:7px;height:4px;border-left:1.7px solid white;border-bottom:1.7px solid white;transform:rotate(-45deg);left:4px;top:4px}.storage-card{border:1px solid var(--line);background:#fff;border-radius:12px;padding:11px}.storage-status{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--muted);margin-bottom:9px}.dot{width:7px;height:7px;border-radius:50%;background:#a3a8b0}.dot.good{background:#43a46f}.settings .btn{width:100%;margin-top:7px}.workspace{min-width:0;padding:28px 28px 70px;overflow:auto}.workspace-inner{max-width:1300px;margin:0 auto}.workspace-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.workspace-label{color:var(--muted);font-size:13px}.view-actions{display:flex;align-items:center;gap:8px}.board-wrap{border:1px solid var(--line);background:#eceff2;border-radius:24px;padding:18px;box-shadow:inset 0 1px #ffffffb3;overflow:auto}.board{--cell-min: 72px;--date-header-size:12px;--date-pill-size:10px;display:grid;gap:10px;width:100%;min-width:0;margin:0 auto;align-items:stretch}.board.date-small{--date-header-size:10px;--date-pill-size:9px}.board.date-medium{--date-header-size:12px;--date-pill-size:11px}.board.date-large{--date-header-size:15px;--date-pill-size:14px}.board.date-xlarge{--date-header-size:18px;--date-pill-size:17px}.board.across{grid-template-columns:repeat(var(--times),minmax(var(--cell-min),1fr))}.board.down{grid-template-columns:repeat(var(--views),minmax(var(--cell-min),1fr))}.time-group{display:grid;gap:10px;min-width:0}.time-head{height:34px;display:flex;align-items:center;justify-content:center;gap:7px;color:#616872;font-size:var(--date-header-size);font-weight:650}.time-head .select-indicator{opacity:.45}.time-head.excluded{opacity:.35}.cell{width:100%;position:relative;border-radius:14px;overflow:hidden;background:#dfe3e7;border:1px solid rgba(0,0,0,.05);aspect-ratio:var(--ratio);isolation:isolate;-webkit-user-select:none;user-select:none;touch-action:none}.cell.dragover{box-shadow:inset 0 0 0 2px #111}.cell img{position:absolute;left:50%;top:50%;width:100%;height:100%;object-fit:cover;transform-origin:center;pointer-events:none;will-change:transform}.cell-empty{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#858b94;cursor:pointer}.cell-empty-inner{text-align:center;font-size:11px}.cell-empty .icon{width:20px;height:20px;margin-bottom:5px}.cell-tools{position:absolute;top:8px;right:8px;display:flex;gap:5px;opacity:0;transition:.15s;z-index:3}.cell:hover .cell-tools,.cell.editing .cell-tools{opacity:1}.cell-tool{width:29px;height:29px;display:grid;place-items:center;border:0;border-radius:9px;color:#111;background:#ffffffe0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;box-shadow:0 2px 8px #00000014}.cell-tool .icon{width:15px;height:15px}.date-pill{position:absolute;z-index:2;left:50%;bottom:8px;transform:translate(-50%);padding:5px 9px;border-radius:999px;background:#ffffffb8;-webkit-backdrop-filter:blur(14px) saturate(170%);backdrop-filter:blur(14px) saturate(170%);color:#15171a;font-size:var(--date-pill-size);line-height:1;font-weight:700;box-shadow:0 2px 8px #00000014;white-space:nowrap;pointer-events:none}.board.style-clean .date-pill,.board.style-editorial .date-pill,.board.style-glass .time-head{display:none}.board.style-glass .time-group{padding-top:0}.board.style-glass .cell{border-radius:18px;box-shadow:0 8px 20px #0000000f}.board.style-editorial,.board.style-editorial .time-group{gap:4px}.board.style-editorial .cell{border-radius:3px}.board.style-editorial .time-head{justify-content:flex-start;padding-left:2px;color:#282b30;text-transform:uppercase;letter-spacing:.08em;font-size:var(--date-header-size)}.view-controls{display:flex;justify-content:center;margin-top:12px;gap:8px}.hint{color:var(--muted);font-size:12px;line-height:1.45}.zoom-hud{position:fixed;z-index:70;left:50%;bottom:28px;transform:translate(-50%);display:flex;align-items:center;gap:5px;padding:6px;border-radius:14px;background:#121417eb;color:#fff;box-shadow:0 14px 35px #00000040;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.zoom-hud button{width:38px;height:36px;border:0;border-radius:9px;background:transparent;color:#fff;display:grid;place-items:center;cursor:pointer}.zoom-hud button:hover{background:#ffffff1a}.zoom-value{width:54px;text-align:center;font-size:12px;opacity:.85}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#0f111447;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:grid;place-items:center;padding:20px}.modal{width:min(460px,100%);background:#fff;border:1px solid var(--line);box-shadow:0 24px 80px #0003;border-radius:22px;overflow:hidden}.modal.large{width:min(1100px,96vw);max-height:92vh;display:flex;flex-direction:column}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:17px 18px;border-bottom:1px solid var(--line)}.modal-title{font-weight:720;letter-spacing:-.02em}.modal-body{padding:18px;overflow:auto}.modal-foot{padding:14px 18px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;gap:8px}.text-input{width:100%;min-height:44px;border:1px solid var(--line-strong);border-radius:12px;padding:0 12px;outline:0}.text-input:focus{box-shadow:0 0 0 3px #0000000d;border-color:#8c929b}.preview-stage{background:#e8ebee;border-radius:16px;padding:20px;display:grid;place-items:center;min-height:420px;overflow:auto}#previewCanvas{max-width:100%;max-height:70vh;background:#fff;box-shadow:0 10px 30px #0000001f}.mobile-settings-btn,.sheet-grabber{display:none}.toast{position:fixed;z-index:120;top:84px;left:50%;transform:translate(-50%);padding:10px 13px;border-radius:11px;background:#16181b;color:#fff;font-size:12px;box-shadow:0 10px 30px #00000038;opacity:0;pointer-events:none;transition:.2s}.toast.show{opacity:1}@media (max-width: 900px){.topbar{padding:0 16px}.home{padding:30px 16px 60px}.home h1{font-size:32px}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.project-card{min-height:0;aspect-ratio:1.05}.editor-topbar{grid-template-columns:auto 1fr auto;padding:0 10px}.editor-topbar .desktop-label{display:none}.project-title-input{width:100%;max-width:300px;justify-self:center}.editor-shell{display:block}.settings{position:fixed;z-index:90;left:0;right:0;bottom:0;top:auto;height:min(78vh,720px);border:0;border-radius:24px 24px 0 0;background:#f9fafb;box-shadow:0 -18px 60px #0000002e;transform:translateY(105%);transition:.24s ease;padding:13px 18px calc(24px + var(--safe-bottom))}.settings.open{transform:translateY(0)}.sheet-grabber{display:block;width:42px;height:4px;border-radius:99px;background:#c8ccd1;margin:0 auto 15px}.mobile-settings-btn{display:inline-flex}.workspace{padding:18px 12px 80px}.board-wrap{padding:10px;border-radius:18px}.board{--cell-min: 58px;gap:7px}.time-group{gap:7px}.time-head{height:29px}.cell{border-radius:12px}.cell-tools{opacity:1}.cell-tool{width:28px;height:28px}.workspace-head{margin:0 4px 12px}.workspace-label{max-width:58vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.preview-stage{min-height:65vh;border-radius:0;padding:12px}.modal.large{width:100vw;height:100dvh;max-height:none;border-radius:0}.modal.large .modal-body{padding:0;flex:1}.zoom-hud{bottom:calc(18px + var(--safe-bottom))}}@media (max-width: 520px){.home-head{align-items:flex-start}.home-head .btn span{display:none}.home-head .btn{width:42px;padding:0}.topbar .toolbar .btn span{display:none}.topbar .toolbar .btn{width:40px;padding:0}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-name{font-size:14px}.project-date{font-size:10px}.project-meta{left:12px;right:12px;bottom:11px}.editor-right .btn span,.editor-left .btn span{display:none}.editor-right .btn,.editor-left .btn{width:40px;padding:0}.project-title-input{font-size:15px}.board{--cell-min: 52px}}.sign-in-card{border:1px solid var(--line);background:linear-gradient(145deg,#fffffff2,#f6f7f9e6);border-radius:22px;padding:22px 24px;box-shadow:var(--shadow)}.sign-in-card-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}.sign-in-icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:#3b82f61f;color:#2563eb}.sign-in-badge{border-radius:8px;padding:2px 8px;font-size:11px;font-weight:700;background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.sign-in-title{margin:0;font-size:1.15rem;font-weight:720;letter-spacing:-.02em}.sign-in-desc{margin:8px 0 0;font-size:13px;line-height:1.5;color:var(--muted)}.sign-in-google-btn{display:inline-flex!important;width:100%;align-items:center;justify-content:center;gap:10px;margin-top:16px;min-height:44px;border-radius:12px!important;border:1px solid var(--line-strong)!important;background:#fff!important;font-weight:650!important;cursor:pointer}.sign-in-chip{min-height:34px!important;padding:0 10px!important;font-size:12px!important;width:auto!important;margin-top:0!important}.storage-card .sign-in-card{margin-top:10px;padding:14px;border-radius:14px;box-shadow:none}.storage-card .sign-in-title{font-size:14px}.storage-card .sign-in-desc{font-size:12px}#root{min-height:100vh}
