:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#fff;--card:#fff;--text:#0a0a0a;--muted:#6b7280;--line:#e5e7eb;--brand:#1f7bff;--brand-hover:#195fca}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit}.account-shell{flex-direction:column;min-height:100vh;display:flex}.account-main{flex-direction:column;flex:1;display:flex}.account-header{border-bottom:1px solid var(--line);background:#fff}.account-header-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:72rem;height:4rem;margin:0 auto;padding:0 1rem;display:flex}.account-brand{color:var(--text);align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;text-decoration:none;display:inline-flex}.account-brand-icon{object-fit:cover;border-radius:.65rem}.account-nav{align-items:center;gap:1.75rem;font-size:.875rem;font-weight:500;display:none}.account-nav a{color:#334155;text-decoration:none}.account-nav a:hover{color:var(--brand)}.account-nav-active{font-weight:600;color:var(--text)!important}.account-download{background:var(--brand);color:#fff;border-radius:999px;justify-content:center;align-items:center;padding:.5rem 1.1rem;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}.account-download:hover{background:var(--brand-hover)}.account-footer{border-top:1px solid var(--line);margin-top:auto}.account-footer-inner{max-width:72rem;color:var(--muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin:0 auto;padding:1.25rem 1rem;font-size:.875rem;display:flex}.account-footer-links{flex-wrap:wrap;gap:1rem;display:flex}.account-footer-links a{color:var(--muted);text-decoration:none}.account-footer-links a:hover{color:var(--text)}@media (min-width:768px){.account-nav{display:flex;position:absolute;left:50%;transform:translate(-50%)}.account-header-inner{position:relative}}.auth-page{flex:1;place-items:center;padding:2rem 1.5rem 3rem;display:grid}.auth-card{text-align:center;border:1px solid var(--line);background:#fff;border-radius:20px;width:100%;max-width:420px;padding:1.5rem 1.25rem;box-shadow:0 14px 30px #0f172a0f}.auth-skeleton{background:#fff;border-radius:20px;gap:14px;width:min(360px,100% - 2rem);padding:2rem;display:grid}.auth-skeleton span{background:linear-gradient(90deg,#eef1f5 25%,#f8f9fb 50%,#eef1f5 75%) 0 0/200% 100%;border-radius:12px;height:46px;animation:1.2s linear infinite auth-shimmer}.auth-skeleton span:first-child{width:42%;height:28px}@keyframes auth-shimmer{to{background-position:-200% 0}}.auth-title{letter-spacing:-.02em;margin:0;font-size:2rem;font-weight:700;line-height:1.15}.auth-subtitle{color:var(--muted);margin:10px 0 18px;font-size:1rem;line-height:1.5}.auth-actions{border:1px solid var(--line);background:#f8fafc;border-radius:16px;padding:10px;display:block}.auth-provider-btn{border:1px solid var(--line);width:100%;color:var(--text);cursor:pointer;background:#fff;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:12px 16px;font-size:.98rem;font-weight:600;transition:background .15s,transform .15s;display:inline-flex}.auth-provider-btn:hover:not(:disabled){background:#f1f5f9;transform:translateY(-1px)}.auth-provider-btn:disabled{opacity:.65;cursor:not-allowed}.auth-error{color:#b42318;margin:14px 0 0;font-size:.875rem;line-height:1.5}.auth-status{color:var(--muted);margin:14px 0 0;font-size:.875rem;line-height:1.5}.centered-state{flex:1;place-items:center;padding:2rem 1.5rem;display:grid}.state-card{border:1px solid var(--line);background:var(--card);border-radius:20px;width:100%;max-width:520px;padding:1.5rem;box-shadow:0 14px 30px #0f172a0f}.state-card h1{margin:0;font-size:1.875rem;line-height:1.15}.state-card p,.muted{color:var(--muted);line-height:1.5}.primary-pill,.secondary-pill{cursor:pointer;border-radius:999px;justify-content:center;align-items:center;font-weight:650;text-decoration:none;display:inline-flex}.primary-pill{background:var(--brand);color:#fff;margin-top:1rem;padding:.65rem 1rem}.secondary-pill{border:1px solid var(--line);color:var(--text);background:#fff;padding:.58rem .85rem;font-size:.875rem}.secondary-pill:disabled{cursor:not-allowed;opacity:.62}.dashboard-page{width:100%;max-width:76rem;margin:0 auto;padding:2.5rem 1rem 4rem}.dashboard-hero{justify-content:space-between;align-items:end;gap:1rem;display:grid}.dashboard-hero h1{letter-spacing:-.035em;max-width:720px;margin:.45rem 0 0;font-size:clamp(2rem,5vw,3.25rem);line-height:1.02}.dashboard-hero p:not(.eyebrow){max-width:720px;color:var(--muted);margin:.85rem 0 0;line-height:1.6}.eyebrow{color:var(--brand);letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:750}.dashboard-actions{flex-wrap:wrap;gap:.55rem;display:flex}.dashboard-notice{color:#1e3a8a;background:#eff6ff;border:1px solid #bfdbfe;border-radius:16px;margin-top:1.25rem;padding:.9rem 1rem;font-size:.92rem;line-height:1.5}.dashboard-notice-error{color:#991b1b;background:#fef2f2;border-color:#fecaca}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;margin-top:1rem;display:grid}.dashboard-card,.dashboard-panel{border:1px solid var(--line);background:var(--card);box-shadow:0 12px 28px #0f172a0a}.dashboard-card{border-radius:16px;padding:1rem}.dashboard-card-label,.dashboard-card-detail{color:var(--muted);font-size:.78rem;line-height:1.35}.dashboard-card-value{margin-top:.45rem;font-size:1.35rem;font-weight:780;line-height:1.15}.dashboard-card-detail{margin-top:.35rem}.dashboard-columns{gap:1rem;margin-top:1rem;display:grid}.dashboard-columns-secondary{align-items:start}.dashboard-panel{border-radius:20px;padding:1rem}.panel-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:start;gap:1rem;padding-bottom:.85rem;display:flex}.panel-heading h2{margin:.3rem 0 0;font-size:1.1rem}.panel-heading>span{color:var(--muted);white-space:nowrap;font-size:.85rem}.table-list,.saved-list,.activity-list{margin-top:.85rem}.table-list,.saved-list{gap:.65rem;display:grid}.table-row,.saved-row{border:1px solid var(--line);background:#fbfdff;border-radius:14px;gap:.85rem;padding:.85rem;display:grid}.table-row-title{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.table-row-title span{color:#1d4ed8;background:#dbeafe;border-radius:999px;padding:.16rem .45rem;font-size:.7rem;font-weight:700}.table-row p,.saved-row p{color:var(--muted);margin:.24rem 0 0;font-size:.875rem}.table-row-stats,.saved-row>div:last-child{color:#334155;flex-wrap:wrap;gap:.4rem;font-size:.78rem;font-weight:620;display:flex}.table-row-stats span,.saved-row>div:last-child span{background:#f1f5f9;border-radius:999px;padding:.25rem .5rem}.activity-list{gap:.75rem;padding:0;list-style:none;display:grid}.activity-list li{border-bottom:1px solid var(--line);gap:.45rem;padding-bottom:.75rem;display:grid}.activity-list li:last-child{border-bottom:0;padding-bottom:0}.activity-list p{color:var(--muted);margin:.25rem 0 0;font-size:.86rem}.activity-list time{color:var(--muted);font-size:.78rem}.account-kv,.onboarding-box dl{gap:.7rem;margin:.85rem 0 0;display:grid}.account-kv div,.onboarding-box dl div{gap:.2rem;display:grid}.account-kv dt,.onboarding-box dt{color:var(--muted);font-size:.76rem}.account-kv dd,.onboarding-box dd{overflow-wrap:anywhere;margin:0;font-size:.92rem;font-weight:620}.onboarding-box{background:#f8fafc;border-radius:16px;margin-top:1rem;padding:.85rem}.onboarding-box h3{margin:0;font-size:.98rem}.empty-panel{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:16px;margin-top:.85rem;padding:1rem}.empty-panel-title{margin:0;font-weight:720}.empty-panel-body{color:var(--muted);margin:.4rem 0 0;font-size:.9rem;line-height:1.5}.arrangement-page{padding-bottom:6.5rem}.dashboard-actions .primary-pill{margin-top:0;padding:.58rem 1rem;font-size:.875rem}.table-edit-link{color:#1d4ed8;background:#e0edff;border-radius:999px;padding:.25rem .6rem;font-size:.78rem;font-weight:650;text-decoration:none}.table-edit-link:hover{background:#cfe2ff}.editor-panel{margin-top:1.25rem}.editor-tables{gap:1rem;margin-top:1.5rem;display:grid}.editor-tables-head{justify-content:space-between;align-items:end;gap:1rem;display:flex}.editor-tables-head h2{margin:.3rem 0 0;font-size:1.35rem}.field{color:var(--muted);gap:.3rem;font-size:.8rem;font-weight:600;display:grid}.field input[type=text],.field input[type=datetime-local],.field select{border:1px solid var(--line);color:var(--text);font:inherit;background:#fff;border-radius:10px;min-width:0;padding:.5rem .6rem;font-size:.92rem;font-weight:500}.field input:focus,.field select:focus,.add-guest-row input:focus,.guest-name:focus{outline:2px solid var(--brand);outline-offset:1px}.field-toggle{color:var(--text);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.field-inline{flex:1;min-width:130px}.plan-form{gap:.8rem;margin-top:.85rem;display:grid}.plan-form-actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.plan-updated{font-size:.8rem}.danger-pill{color:#b42318;border-color:#fecaca}.table-card{scroll-margin-top:5rem}.table-card-head{border-bottom:1px solid var(--line);gap:1rem;padding-bottom:.85rem;display:grid}.table-card-fields{gap:.7rem;display:grid}.table-card-side{justify-items:center;gap:.5rem;display:grid}.table-preview{width:100%;max-width:260px}.table-preview svg{width:100%;height:auto;display:block}.table-card-meta{flex-wrap:wrap;align-items:center;gap:.7rem;display:flex}.current-badge{color:#1d4ed8;background:#dbeafe;border-radius:999px;padding:.2rem .55rem;font-size:.74rem;font-weight:700}.link-btn{color:var(--brand);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:.82rem;font-weight:650}.link-btn:hover{text-decoration:underline}.link-btn-danger{color:#b42318}.guest-list{gap:.65rem;margin-top:.85rem;display:grid}.guest-list-head h3{margin:0;font-size:.95rem}.guest-row{border:1px solid var(--line);background:#fbfdff;border-radius:14px;gap:.6rem;padding:.7rem;display:grid}.guest-row-main{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.guest-dot{color:#fff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.72rem;font-weight:750;display:inline-flex}.guest-seat{color:var(--muted);white-space:nowrap;font-size:.76rem;font-weight:650}.guest-name{border:1px solid var(--line);min-width:140px;font:inherit;background:#fff;border-radius:10px;flex:1;padding:.42rem .55rem;font-size:.95rem;font-weight:600}.guest-controls{flex-wrap:wrap;gap:.35rem;display:flex}.icon-btn{border:1px solid var(--line);color:var(--text);font:inherit;cursor:pointer;background:#fff;border-radius:8px;padding:.3rem .55rem;font-size:.74rem;font-weight:650}.icon-btn:disabled{opacity:.45;cursor:not-allowed}.icon-btn-active{color:#1d4ed8;background:#dbeafe;border-color:#93c5fd}.icon-btn-danger{color:#b42318;border-color:#fecaca}.guest-row-detail{gap:.6rem;display:grid}.chip-row{flex-wrap:wrap;gap:.35rem;display:flex}.chip{border:1px solid var(--line);color:var(--muted);font:inherit;cursor:pointer;background:#fff;border-radius:999px;padding:.26rem .6rem;font-size:.72rem;font-weight:650}.chip-active{background:var(--brand);border-color:var(--brand);color:#fff}.guest-selects{flex-wrap:wrap;gap:.6rem;display:flex}.add-guest-row{flex-wrap:wrap;gap:.5rem;display:flex}.add-guest-row input{border:1px solid var(--line);min-width:160px;font:inherit;border-radius:10px;flex:1;padding:.5rem .6rem;font-size:.92rem}.conflict-actions{margin-left:.6rem;display:inline-flex}.save-bar{border:1px solid var(--line);z-index:40;background:#fff;border-radius:999px;align-items:center;gap:.9rem;max-width:calc(100vw - 2rem);padding:.55rem .6rem .55rem 1.1rem;transition:transform .2s;display:flex;position:fixed;bottom:1rem;left:50%;transform:translate(-50%,130%);box-shadow:0 14px 34px #0f172a29}.save-bar-visible{transform:translate(-50%)}.save-bar-status{white-space:nowrap;font-size:.85rem;font-weight:650}.save-bar-btn{margin-top:0;padding:.5rem 1rem;font-size:.875rem}.editor-skeleton{gap:1rem;margin-bottom:1.5rem;display:grid}.editor-skeleton-bar,.editor-skeleton-card{background:linear-gradient(90deg,#f1f5f9 25%,#e7edf5 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:16px;animation:1.4s infinite editor-shimmer}.editor-skeleton-bar{height:2.2rem}.editor-skeleton-card{height:9rem}@keyframes editor-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (min-width:900px){.table-card-head{grid-template-columns:minmax(0,1fr) 280px;align-items:start}.table-card-fields{grid-template-columns:minmax(0,1.2fr) minmax(0,1.2fr) minmax(0,.8fr);align-items:start}.plan-form{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr) auto;align-items:end}.plan-form-actions{grid-column:1/-1}}.simple-account{text-align:center;width:min(520px,100% - 2rem);margin:0 auto;padding:clamp(3rem,10vh,7rem) 0 2rem}.simple-account-hero{justify-items:center;gap:.65rem;display:grid}.simple-account-hero h1{letter-spacing:-.045em;margin:.35rem 0 0;font-size:clamp(2rem,6vw,3rem)}.simple-account-hero p{color:var(--muted);margin:0}.simple-avatar{width:68px;height:68px;color:var(--brand);background:#e8f0ff;border-radius:50%;place-items:center;font-size:1.55rem;font-weight:800;display:grid}.simple-account-primary{justify-content:center;min-width:210px;margin-top:1.25rem}.simple-account-links{justify-content:center;gap:1.25rem;margin-top:3rem;font-size:.9rem;display:flex}.simple-account-links a,.simple-account-links button{color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;text-decoration:none}.simple-account-links a:hover,.simple-account-links button:hover{color:var(--text)}.simple-editor{width:min(980px,100% - 1.25rem);margin:0 auto;padding:1.25rem 0 4rem}.simple-editor-header{grid-template-columns:42px 1fr auto;align-items:center;gap:.75rem;margin-bottom:1rem;display:grid}.simple-editor-header h1{letter-spacing:-.03em;margin:0;font-size:1.45rem}.simple-editor-header span{color:var(--muted);font-size:.78rem}.simple-editor-header .primary-pill{justify-content:center;min-width:76px;margin:0}.editor-header-actions{align-items:center;gap:.5rem;display:flex}.export-menu{position:relative}.export-menu summary{color:var(--text);cursor:pointer;background:#f1f4f8;border:0;border-radius:999px;padding:.58rem .9rem;font-size:.84rem;font-weight:750;list-style:none}.export-menu summary::-webkit-details-marker{display:none}.export-menu>div{border:1px solid var(--line);z-index:50;background:#fff;border-radius:12px;min-width:145px;padding:.35rem;display:grid;position:absolute;top:calc(100% + .4rem);right:0;box-shadow:0 12px 30px #0f172a24}.export-menu button{text-align:left;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:.6rem .7rem;font-size:.8rem}.export-menu button:hover{background:#f1f4f8}.simple-back{width:38px;height:38px;color:var(--text);background:#f1f4f8;border-radius:50%;place-items:center;font-size:1.3rem;text-decoration:none;display:grid}.simple-message{color:#14733c;margin:0 0 .75rem 42px;font-size:.86rem}.simple-message.is-error{color:#b42318}.simple-message button{color:inherit;cursor:pointer;background:0 0;border:0;margin-left:.6rem;text-decoration:underline}.simple-event-row{gap:.6rem;margin:0 0 1rem 50px;display:flex}.simple-event-row input{border:0;border-bottom:1px solid var(--line);min-width:0;height:40px;font:inherit;background:0 0;padding:0 .25rem}.simple-event-row input:first-child{flex:1;font-weight:700}.simple-add-event{color:var(--brand);font:inherit;cursor:pointer;background:0 0;border:0;font-weight:700}.editor-mode-tabs{background:#eef2f7;border-radius:11px;gap:3px;width:fit-content;margin:.4rem 0 .8rem;padding:3px;display:flex}.editor-mode-tabs button{color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:.48rem 1rem;font-size:.82rem;font-weight:750}.editor-mode-tabs button.is-active{color:var(--text);background:#fff;box-shadow:0 1px 5px #0f172a1a}.table-tabs{scrollbar-width:none;gap:.45rem;padding:.25rem 0 .8rem;display:flex;overflow-x:auto}.table-tabs button{color:var(--muted);font:inherit;cursor:pointer;background:#f1f4f8;border:0;border-radius:999px;flex:none;padding:.55rem .9rem;font-size:.84rem;font-weight:700}.table-tabs button.is-active{background:var(--text);color:#fff}.table-tabs .table-tab-add{width:38px;padding-inline:0;font-size:1.1rem}.focused-table-editor{border-top:1px solid var(--line);padding-top:1rem}.focused-table-toolbar{align-items:center;gap:.5rem;display:flex}.focused-table-toolbar input{min-width:0;font:inherit;background:0 0;border:0;flex:1;padding:.5rem .25rem;font-size:1.05rem;font-weight:750}.focused-table-toolbar select{color:var(--text);font:inherit;background:#f1f4f8;border:0;border-radius:9px;padding:.5rem;font-size:.82rem}.seat-spacing-control{color:var(--muted);gap:.15rem;font-size:.66rem;font-weight:700;display:grid}.seat-spacing-control input{width:92px;padding:0}.simple-delete{color:#b42318;font:inherit;cursor:pointer;background:0 0;border:0;font-size:.78rem}.seating-canvas{touch-action:none;background:#f7f9fc;border-radius:24px;height:min(54vw,430px);min-height:320px;margin:.5rem 0 1rem;position:relative;overflow:hidden}.visual-table{text-align:center;color:#493819;background:#ddbb76;border:2px solid #a7874d;place-content:center;gap:.2rem;width:34%;height:34%;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 24px #4938191a}.visual-table-round{border-radius:50%}.visual-table-oval{border-radius:50%;width:44%;height:28%}.visual-table-square{border-radius:16px}.visual-table-rectangle{border-radius:16px;width:46%;height:27%}.visual-table-triangle{clip-path:polygon(50% 0,100% 100%,0 100%);padding-top:8%}.visual-table strong{font-size:.9rem}.visual-table span{opacity:.75;font-size:.7rem}.visual-seat{color:#fff;cursor:grab;-webkit-user-select:none;user-select:none;z-index:2;border:3px solid #fff;border-radius:50%;place-items:center;width:52px;height:52px;display:grid;position:absolute;transform:translate(-50%,-50%);box-shadow:0 5px 14px #0f172a29}.visual-seat:active,.visual-seat.is-dragging{cursor:grabbing;z-index:10;transform:translate(-50%,-50%)scale(1.08)}.visual-seat>span{pointer-events:none;font-size:.75rem;font-weight:800}.visual-seat img,.guest-avatar-button img,.profile-photo-control img{border-radius:inherit;object-fit:cover;width:100%;height:100%;display:block}.canvas-empty{color:var(--muted);place-items:center;margin:0;font-size:.85rem;display:grid;position:absolute;inset:0}.compact-guests{border-top:1px solid var(--line);gap:1px;display:grid}.compact-guest{border-bottom:1px solid #eef1f5;grid-template-columns:30px 22px minmax(100px,1fr) auto 38px;align-items:center;gap:.5rem;min-height:48px;display:grid}.compact-guest .guest-dot{width:28px;height:28px}.guest-avatar-button{color:#fff;cursor:pointer;border:0;border-radius:50%;place-items:center;width:30px;height:30px;padding:0;font-size:.68rem;font-weight:800;display:grid;overflow:hidden}.vip-badge{color:#8a5b00;background:#fff3c7;border-radius:999px;padding:.2rem .42rem;font-size:.62rem;font-weight:850}.compact-seat-number{color:var(--muted);text-align:center;font-size:.72rem}.compact-guest input,.compact-add-guest input{width:100%;font:inherit;background:0 0;border:0;padding:.5rem 0}.compact-guest button{color:#a1a9b5;cursor:pointer;background:0 0;border:0;font-size:1.25rem}.compact-add-guest{grid-template-columns:minmax(120px,1fr) auto auto;gap:.5rem;padding:.35rem 0 .35rem 60px;display:grid}.compact-add-guest button{color:var(--brand);font:inherit;cursor:pointer;background:#e8f0ff;border:0;border-radius:9px;padding:.45rem .8rem;font-size:.8rem;font-weight:750}.import-guests-button{color:var(--text);cursor:pointer;background:#f1f4f8;border-radius:9px;place-items:center;padding:.45rem .8rem;font-size:.8rem;font-weight:750;display:grid}.import-guests-button input,.profile-photo-control input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.guest-editor-sheet{background:#f7f9fc;border-radius:16px;margin-top:1rem;padding:1rem}.guest-editor-title{justify-content:space-between;align-items:center;display:flex}.guest-editor-title button{color:var(--brand);font:inherit;cursor:pointer;background:0 0;border:0;font-weight:750}.guest-editor-controls{flex-wrap:wrap;align-items:center;gap:.7rem;margin-top:.8rem;display:flex}.guest-editor-controls>label,.guest-editor-controls>button{min-height:40px;color:var(--text);font:inherit;cursor:pointer;background:#fff;border:0;border-radius:10px;align-items:center;gap:.45rem;padding:.45rem .7rem;font-size:.8rem;display:flex}.guest-editor-controls button.is-active{color:#8a5b00;background:#fff3c7}.guest-editor-controls select{font:inherit;background:0 0;border:0}.profile-photo-control>span{color:#fff;border-radius:50%;place-items:center;width:30px;height:30px;font-size:.68rem;font-weight:800;display:grid;overflow:hidden}.room-editor-shell{border:1px solid var(--line);background:#fff;border-radius:18px;grid-template-columns:170px minmax(0,1fr) 170px;min-height:610px;display:grid;overflow:hidden}.room-library,.room-inspector{background:#fafbfd;padding:.85rem}.room-library{border-right:1px solid var(--line)}.room-library strong{font-size:.82rem}.room-library>div{gap:.35rem;margin-top:.7rem;display:grid}.room-library button,.room-inspector button{color:var(--text);font:inherit;text-align:left;cursor:pointer;background:#fff;border:0;border-radius:8px;padding:.55rem .6rem;font-size:.75rem}.room-canvas{touch-action:none;background-color:#f6f8fb;min-width:0;min-height:610px;position:relative;overflow:auto}.room-canvas.show-grid{background-image:linear-gradient(#dfe5ee 1px,#0000 1px),linear-gradient(90deg,#dfe5ee 1px,#0000 1px);background-size:24px 24px}.room-object{color:#344257;text-align:center;cursor:grab;touch-action:none;border:2px solid #4457723d;border-radius:10px;place-content:center;gap:.15rem;display:grid;position:absolute;box-shadow:0 4px 12px #0f172a14}.room-object:active{cursor:grabbing}.room-object.is-selected{outline-offset:3px;outline:3px solid #4b83e5}.room-object-table.room-shape-roundTable,.room-object-table.room-shape-squareTable{border-radius:50%}.room-object strong{text-overflow:ellipsis;white-space:nowrap;padding:0 .25rem;font-size:.76rem;overflow:hidden}.room-object span{opacity:.7;font-size:.62rem}.room-shape-danceFloor{border-style:dashed}.room-shape-entrance{border-radius:999px}.room-empty{color:var(--muted);pointer-events:none;place-items:center;font-size:.85rem;display:grid;position:absolute;inset:0}.room-inspector{border-left:1px solid var(--line);align-content:start;gap:.65rem;display:grid}.room-inspector>input{border:1px solid var(--line);width:100%;font:inherit;border-radius:8px;padding:.5rem;font-size:.78rem}.room-inspector label{color:var(--muted);gap:.3rem;font-size:.68rem;font-weight:700;display:grid}.room-inspector input[type=color]{border:0;width:100%;height:34px;padding:0}.room-inspector button.simple-delete{color:#b42318}.room-add-guest{border-top:1px solid var(--line);grid-template-columns:1fr auto;gap:.4rem;padding-top:.25rem;display:grid}.room-add-guest strong{grid-column:1/-1;font-size:.72rem}.room-add-guest input{border:1px solid var(--line);min-width:0;font:inherit;border-radius:8px;padding:.5rem;font-size:.75rem}.print-guest-list{display:none}.empty-plan-button{border:1px dashed var(--line);width:100%;min-height:180px;color:var(--brand);font:inherit;cursor:pointer;background:#fafbfd;border-radius:20px;font-weight:750}@media (max-width:640px){.simple-event-row{margin-left:0;display:grid}.seating-canvas{min-height:300px}.visual-seat{width:46px;height:46px}.focused-table-toolbar{flex-wrap:wrap}.room-editor-shell{grid-template-columns:1fr}.room-library{border-right:0;border-bottom:1px solid var(--line)}.room-library>div{display:flex;overflow-x:auto}.room-library button{flex:none}.room-canvas{min-height:480px}.room-inspector{border-left:0;border-top:1px solid var(--line)}.compact-add-guest{padding-left:0}}@media print{.account-header,.account-footer,.simple-editor-header,.simple-event-row,.editor-mode-tabs,.table-tabs,.focused-table-toolbar,.compact-guests,.guest-editor-sheet,.room-library,.room-inspector{display:none!important}.print-guest-list{break-before:page;padding:1rem;display:block}.print-guest-list>div{break-inside:avoid}.simple-editor,.room-editor-shell{border:0;width:100%;margin:0;padding:0}.seating-canvas,.room-canvas{-webkit-print-color-adjust:exact;print-color-adjust:exact;min-height:700px}.room-editor-shell{display:block}}@media (min-width:900px){.dashboard-hero{grid-template-columns:minmax(0,1fr) auto}.dashboard-columns{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr)}.table-row,.saved-row,.activity-list li{grid-template-columns:minmax(0,1fr) auto;align-items:center}}
