body{color:#111;background:#f4f4f4;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.console-root{background:#f4f4f4;justify-content:center;align-items:center;height:100vh;padding:0;display:flex;overflow:auto}.console-frame{box-sizing:border-box;zoom:1.18;background:#fff;border:2px solid #111;border-radius:16px;width:min(1120px,100% - 32px);max-height:none;padding:22px 30px 24px;overflow:visible;box-shadow:0 18px 50px #0006}.console-header{border-bottom:2px solid #111;justify-content:space-between;gap:24px;padding-bottom:14px;display:flex}.console-header-left{align-items:center;gap:16px;display:flex}.console-logo-circle{border:2px solid #111;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:20px;font-weight:800;display:flex}.console-header-text{flex-direction:column;gap:2px;display:flex}.console-header-label{letter-spacing:.02em;text-transform:none;font-size:20px;font-weight:700}.console-main-title{letter-spacing:.02em;text-transform:none;color:#555;margin:0;font-size:15px;font-weight:500}.console-header-right{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.console-user-block{align-items:center;gap:8px;font-size:12px;display:flex}.console-user-email{text-overflow:ellipsis;white-space:nowrap;max-width:200px;overflow:hidden}.console-signout-btn{color:#fff;cursor:pointer;background:#111;border:1px solid #111;border-radius:999px;padding:4px 10px;font-size:11px}.console-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px;display:grid}.console-card{cursor:pointer;border:2px solid #111;border-radius:16px;align-items:center;gap:14px;padding:16px 18px;transition:transform 80ms,box-shadow 80ms;display:flex}.console-card:hover{transform:translateY(-2px);box-shadow:0 4px #bc47d6}.console-card-tag{border:2px solid #111;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.console-card-number{font-size:14px;font-weight:700}.console-card-body{flex-direction:column;gap:2px;display:flex}.console-card-title{letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:16px}.console-card-sub{margin:0;font-size:13px}.console-footer{border-top:2px solid #111;justify-content:space-between;align-items:center;gap:12px;margin-top:16px;padding-top:10px;font-size:12px;display:flex}.console-footer-tip span{font-weight:600}.console-footer-pill{text-transform:uppercase;border:1px solid #111;border-radius:999px;padding:4px 10px;font-size:11px}@media (max-width:900px){.console-frame{zoom:1;padding:18px 16px 20px}.console-header{flex-direction:column;align-items:flex-start}.console-header-right{align-items:flex-start}.console-grid{grid-template-columns:1fr}.console-user-email{max-width:140px}}html,body,#root{height:100%}body{background:#f4f4f4;margin:0}:root{--frame-border:#111;--bg-page:#f4f4f4;--text-main:#111;--text-muted:#6b6b6b}.login-page{background:var(--bg-page);box-sizing:border-box;justify-content:center;align-items:center;min-height:100vh;padding:20px 0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;overflow:auto}.login-frame{border:4px solid var(--frame-border);box-sizing:border-box;background:#fff;border-radius:30px;width:min(760px,100% - 40px);padding:2rem 1.9rem 1.7rem;box-shadow:0 22px 60px #0000001f}.login-header{justify-content:space-between;align-items:flex-start;gap:1.5rem;display:flex}.login-header-left{align-items:center;gap:1rem;display:flex}.logo-circle{border:3px solid var(--frame-border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.2rem;font-weight:800;line-height:1;display:flex}.login-title-block{flex-direction:column;display:flex}.eyebrow{letter-spacing:.02em;color:var(--text-main);margin-bottom:.15rem;font-size:1.65rem;font-weight:700}.login-heading{letter-spacing:.02em;color:var(--text-muted);margin:0;font-size:1rem;font-weight:600}.login-divider{border:none;border-top:2px solid var(--frame-border);margin:1.5rem 0 1.4rem}.login-main{flex-direction:column;gap:1rem;display:flex}.auth-stack{flex-direction:column;gap:18px;display:flex}.auth-btn{border:3px solid var(--frame-border);cursor:pointer;width:100%;min-height:84px;color:var(--text-main);box-sizing:border-box;background:#fff;border-radius:28px;justify-content:flex-start;align-items:center;gap:22px;padding:0 26px;font-size:1rem;font-weight:700;transition:transform 80ms,box-shadow 80ms;display:inline-flex}.auth-btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px #00000014}.auth-btn:focus-visible{outline-offset:3px;outline:3px solid #111}.auth-icon{border:3px solid var(--frame-border);background:#fff;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:inline-flex;overflow:hidden}.inline-svg-icon{width:28px;height:28px;display:block}.auth-logo{object-fit:contain;display:block}.auth-logo-microsoft{width:28px;height:28px}.auth-logo-apple{width:24px;height:24px}.google-auth-container{border:3px solid var(--frame-border);box-sizing:border-box;background:#fff;border-radius:28px;justify-content:center;align-items:center;width:100%;min-height:84px;padding:0 20px;transition:transform 80ms,box-shadow 80ms;display:flex;overflow:hidden}.google-auth-container:hover{transform:translateY(-1px);box-shadow:0 8px 20px #00000014}.google-signin-button{justify-content:center;align-items:center;width:100%;min-height:44px;display:flex}.google-signin-button>div{max-width:100%}.google-signin-button iframe{max-width:100%!important}.login-actions{justify-content:flex-start;display:flex}.secondary-btn{border:1px solid var(--frame-border);color:var(--text-main);cursor:pointer;background:#fff}.story-btn{align-items:center;gap:3px;padding:2px 7px;font-size:.85rem;display:inline-flex}.story-caret{line-height:1;transition:transform .2s}.story-btn.is-open .story-caret{transform:rotate(180deg)}.our-story-wrap{display:block}.our-story-panel{margin-top:.6rem}.our-story-title{margin:0 0 1rem;font-size:1.15rem}.our-story-body{color:var(--text-main);font-size:1rem;line-height:1.45}.our-story-body p{margin:0 0 1rem}.our-story-signature{margin-bottom:0}.login-footer{justify-content:flex-end;margin-top:1.4rem;display:flex}.login-pill{border:2px solid var(--frame-border);letter-spacing:.08em;text-transform:uppercase;background:#fff;border-radius:999px;padding:.4rem 1rem;font-size:.78rem;font-weight:600}.login-pill-small{padding:.35rem .9rem;font-size:.72rem}@media (max-width:700px){.login-page{align-items:flex-start;padding:10px 0}.login-frame{width:calc(100% - 20px);padding:1.25rem 1rem 1.1rem}.login-header-left{gap:.8rem}.logo-circle{width:56px;height:56px;font-size:1rem}.eyebrow{font-size:1.3rem}.login-heading{font-size:.9rem}.auth-btn,.google-auth-container{min-height:72px}.auth-btn{gap:14px;padding:0 18px;font-size:.95rem}.google-auth-container{padding:0 12px}.auth-icon{border-radius:14px;width:46px;height:46px}.inline-svg-icon,.auth-logo-microsoft{width:24px;height:24px}.auth-logo-apple{width:20px;height:20px}}.wizard-page{color:#111827;background:#f7f8fa;min-height:100vh}.wizard-shell{max-width:1200px;margin:0 auto;padding:16px 20px 28px}.wizard-top{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.wizard-title{align-items:center;gap:10px;display:flex}.wizard-title h1{letter-spacing:-.02em;margin:0;font-size:24px;font-weight:900}.wizard-sub{color:#6b7280;margin-top:2px;font-size:12px}.wizard-logo{background:#fff;border:1px solid #e5e7eb;border-radius:14px;place-items:center;width:40px;height:40px;display:grid;overflow:hidden}.wizard-logo img{object-fit:contain;width:100%;height:100%;padding:6px}.wizard-progress{align-items:center;gap:14px;display:flex}.wizard-dots{align-items:center;gap:8px;display:flex}.wizard-dot{background:#d1d5db;border-radius:999px;width:8px;height:8px}.wizard-dot.active{background:#111}.wizard-progressbar{background:#edeef0;border:1px solid #e5e7eb;border-radius:999px;width:170px;height:8px;overflow:hidden}.wizard-progressbar>span{background:#111;border-radius:999px;height:100%;display:block}.wizard-grid{gap:18px;display:grid}@media (min-width:980px){.wizard-grid{grid-template-columns:320px 1fr}}.wizard-panel{background:#fff;border:1px solid #e5e7eb;border-radius:24px;box-shadow:0 8px 28px #11182714,0 2px 8px #1118270f}.wizard-panel.padded{padding:18px}.steps-title{align-items:center;gap:8px;margin-bottom:10px;font-weight:700;display:flex}.steps-list{gap:10px;display:grid}.step-pill{color:#111;background:#fff;border:1px solid #e5e7eb;border-radius:999px;align-items:center;gap:12px;padding:12px 16px;font-weight:600;display:flex}.step-pill .num{color:#111;background:#fff;border:1px solid #e5e7eb;border-radius:999px;place-items:center;width:24px;height:24px;font-size:12px;display:grid}.step-pill.active,.step-pill.active .num{color:#fff;background:#111;border-color:#111}.content-title{margin:0;font-size:38px;font-weight:900;line-height:1.1}.content-sub{color:#6b7280;margin-top:6px;font-size:16px}.callout{color:#374151;background:#f7f7f9;border:1px solid #e5e7eb;border-radius:16px;align-items:center;gap:10px;padding:14px 16px;display:flex}.btn{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;align-items:center;gap:10px;padding:12px 18px;font-weight:700;transition:box-shadow .15s,transform 50ms;display:inline-flex}.btn:hover{box-shadow:0 8px 28px #11182714,0 2px 8px #1118270f}.btn:active{transform:translateY(1px)}.btn-primary{color:#fff;background:#111;border-color:#111}.btn-ghost{background:0 0}.btn-sm{padding:10px 14px;font-size:14px}.wizard-panel .padded{padding:16px 20px 24px}@media (min-width:1024px){.wizard-panel .padded{padding:20px 28px 28px}}.content-head{padding:20px 28px 12px}.steps-list .step-pill{cursor:pointer}.steps-list .step-pill:focus-visible{outline-offset:2px;outline:2px solid #111}.wizard-main{flex-direction:column;min-height:560px;display:flex}.wizard-body{flex:1}.wizard-nav{background:#fff;border-top:1px solid #e5e7eb;border-radius:0 0 24px 24px;align-items:center;gap:12px;margin-top:auto;padding:14px 20px 18px;display:flex}@media (min-width:1024px){.wizard-nav{padding:14px 28px 18px}}.wizard-nav-spacer{flex:auto}.wizard-nav-right{flex:none;align-items:center;gap:10px;display:flex}.wizard-nav.welcome{justify-content:flex-end}.wizard-nav .nav-btn{white-space:nowrap;justify-content:center;align-items:center;min-height:40px;padding:10px 14px;font-size:14px;display:inline-flex;flex:none!important;width:auto!important}.wizard-nav .nav-btn svg{width:16px;height:16px}.wizard-input{background:#fff;border:1px solid #e5e7eb;border-radius:16px;outline:none;width:100%;padding:12px 16px;font-weight:700}.wizard-input:focus{border-color:#cbd5e1;box-shadow:0 0 0 3px #1118271f}.event-row{align-items:center;gap:10px;display:flex}.guestlist-wrap{color:#000;--rz-accent:#bc47d6;--rz-border:#000;--rz-muted:#0000008c;--rz-soft:#0000001a;padding-top:16px;font-family:Segoe UI,SegoeUI,system-ui,-apple-system,Arial,sans-serif}.guestlist-title{letter-spacing:-.2px;margin:0 0 12px;padding-left:14px;font-family:Century Gothic,Segoe UI,system-ui,Arial,sans-serif;font-size:34px;font-weight:700}.guestlist-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.guestlist-count{color:#000;padding-left:14px;font-size:14px;font-weight:700}.guestlist-toolbar-right{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.guestlist-toolbar-secondary{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.guestlist-card{border:1.5px solid var(--rz-border);background:#fff;border-radius:16px;box-shadow:0 2px #0000001f}.guestlist-table{border-collapse:separate;border-spacing:0;table-layout:auto;width:100%;font-size:14px}.guestlist-table thead th{text-transform:uppercase;letter-spacing:.09em;border-bottom:1.5px solid var(--rz-border);white-space:nowrap;background:#fff;padding:10px 12px;font-size:11px;font-weight:800}.guestlist-table tbody td{border-bottom:1px solid var(--rz-soft);vertical-align:top;padding:10px 12px}.guestlist-table tbody tr:nth-child(2n){background:#00000004}.guestlist-table tbody tr:hover{background:#bc47d60f}.guestlist-input{box-sizing:border-box;background:#fff;border:1px solid #0000002e;border-radius:12px;outline:none;width:100%;padding:8px 10px}.guestlist-input:focus{border-color:var(--rz-accent);box-shadow:0 0 0 3px #bc47d62e}.guestlist-name-cell input{max-width:260px}.guestlist-phone-disabled{color:#00000073;background:#00000008}.event-cell .vstack{flex-direction:column;gap:8px;display:flex}.small{color:var(--rz-muted);font-size:12px}.guestlist-wrap .btn{color:#000;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #00000040;border-radius:12px;justify-content:center;align-items:center;height:34px;padding:0 12px;font-size:13px;font-weight:700;transition:transform 50ms,background .15s,opacity .15s;display:inline-flex}.guestlist-wrap .btn:hover{background:#00000008}.guestlist-wrap .btn:active{transform:translateY(1px)}.guestlist-wrap .btn:disabled{opacity:.55;cursor:not-allowed}.guestlist-wrap .btn-xs{border-radius:8px;height:26px;padding:0 8px;font-size:11px;font-weight:600}.guestlist-wrap .btn-primary{border:1.5px solid var(--rz-accent);color:var(--rz-accent);background:#fff}.guestlist-wrap .btn-primary:hover{background:#bc47d614}.guestlist-wrap .btn-secondary{color:#000;background:#fff;border:1px solid #00000040}.guestlist-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.guestlist-footer{border-top:1px solid #0000002e;margin-top:44px;padding-top:18px}.guestlist-footer-actions{justify-content:flex-end;align-items:center;gap:10px;padding:0 14px;display:flex}@media (max-width:560px){.guestlist-footer-actions{justify-content:space-between}}.ce-page{color:#111827;background:#f7f8fa;min-height:100vh}.ce-shell{max-width:1200px;margin:0 auto;padding:16px 20px 28px}.ce-top{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.ce-title{align-items:center;gap:10px;display:flex}.ce-title h1{margin:0;font-size:24px;font-weight:800}.ce-sub{color:#6b7280;margin-top:2px;font-size:12px}.ce-avatar{color:#fff;background:#000;border-radius:14px;place-items:center;width:40px;height:40px;font-weight:800;display:grid}.ce-panel{background:#fff;border:1px solid #e5e7eb;border-radius:24px;box-shadow:0 8px 28px #11182714,0 2px 8px #1118270f}.ce-body{padding:20px 28px 28px}.ce-label{color:#374151;margin-bottom:8px;font-size:12px;font-weight:700;display:block}.ce-pill{background:#fff;border:1px solid #e5e7eb;border-radius:16px;gap:8px;margin-bottom:18px;padding:8px 12px;display:flex}.ce-input{color:#111827;background:0 0;border:1px solid #0000;border-radius:12px;outline:none;width:100%;padding:10px 12px;font-size:14px;font-weight:600}.ce-input:focus{border-color:#111}.ce-input.ce-date{max-width:220px}.ce-section{margin-top:10px}.ce-section-head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.ce-section-title{font-size:18px;font-weight:900}.ce-muted{color:#6b7280;font-size:12px}.ce-events{gap:14px;display:grid}.ce-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px 16px}.ce-row{gap:10px;display:flex}.ce-row .ce-input{flex:1}.ce-file-row{justify-content:space-between;align-items:center;margin-top:10px;display:flex}.ce-btn{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;align-items:center;gap:10px;padding:10px 16px;font-weight:700;transition:box-shadow .15s,transform 50ms;display:inline-flex}.ce-btn:hover{box-shadow:0 8px 28px #11182714,0 2px 8px #1118270f}.ce-btn:active{transform:translateY(1px)}.ce-btn-primary{color:#fff;background:#111;border-color:#111}.ce-danger{border-color:#e5e7eb}.ce-footer{justify-content:space-between;align-items:center;margin-top:18px;display:flex}.ce-bottom{text-align:center;color:#9ca3af;margin-top:14px;font-size:12px}@media (max-width:900px){.ce-row{flex-direction:column}.ce-input.ce-date{max-width:none}}html,body,#root{width:100%;min-height:100%;margin:0}body{background:#f7f8fa;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.rd-page{color:#111827;background:#f7f8fa;min-height:100vh;width:100vw!important;max-width:none!important;margin:0!important;padding:0!important}.rd-shell{box-sizing:border-box!important;width:96vw!important;max-width:1600px!important;margin:0 auto!important;padding:26px 28px 40px!important}.rd-header{justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;display:flex}.rd-header h1{letter-spacing:-.04em;margin:0;font-size:34px;font-weight:950}.rd-muted{color:#6b7280}.rd-header-actions{gap:10px;display:flex}.rd-btn{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:12px 18px;font-weight:800;transition:box-shadow .15s,transform 50ms}.rd-btn:hover{box-shadow:0 8px 28px #11182714,0 2px 8px #1118270f}.rd-btn:active{transform:translateY(1px)}.rd-btn:disabled{opacity:.6;cursor:not-allowed}.rd-btn-ghost{background:#fff;border-color:#e5e7eb}.rd-syncbar{background:#fff;border:1px solid #e5e7eb;border-radius:20px;justify-content:space-between;align-items:flex-start;gap:14px;margin-top:12px;padding:16px 18px;display:flex;box-shadow:0 10px 28px #1118270f}.rd-sync-left{flex-direction:column;gap:5px;display:flex}.rd-sync-title{letter-spacing:-.02em;font-weight:950}.rd-sync-meta{color:#374151;font-size:14px}.rd-sync-note{color:#6b7280;font-size:13px}.rd-orphans{background:#fff;border:1px solid #e5e7eb;border-radius:18px;margin-top:12px;padding:14px 16px;box-shadow:0 10px 28px #1118270f}.rd-orphans-head{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:12px;display:flex}.rd-orphans-title{font-weight:950}.rd-orphans-list{flex-direction:column;gap:8px;display:flex}.rd-orphan-row{background:#f9fafb;border:1px solid #eef2f7;border-radius:14px;justify-content:space-between;align-items:baseline;gap:10px;padding:12px 14px;display:flex}.rd-orphan-name{font-weight:800}.rd-orphan-id{color:#6b7280;font-size:12px}.rd-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:18px;display:grid}.rd-card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:18px;box-shadow:0 12px 30px #11182714}.rd-card-head{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:10px;display:flex}.rd-card-title{font-size:18px;font-weight:950}.rd-card-sub{color:#374151;white-space:nowrap;font-size:14px}.rd-card-body{padding-top:4px}.rd-metric-num{font-size:38px;font-weight:950;line-height:1}.rd-metric-lbl{color:#374151;margin-top:4px;font-size:16px}.rd-metric-row{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.rd-pill{white-space:nowrap;background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:7px 11px;font-size:13px;font-weight:800}.rd-pill-yes{color:#166534;background:#dcfce7;border-color:#86efac}.rd-pill-no{color:#991b1b;background:#fee2e2;border-color:#fca5a5}.rd-pill-pending{color:#92400e;background:#fef3c7;border-color:#fcd34d}.rd-controls{grid-template-columns:minmax(220px,1fr) minmax(180px,260px) auto auto;align-items:center;gap:12px;margin-top:22px;display:grid}.rd-search input,.rd-select{box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:14px;outline:none;width:100%;padding:13px 14px;font-size:15px}.rd-search input:focus,.rd-select:focus{border-color:#111827;box-shadow:0 0 0 3px #11182714}.rd-toggles{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.rd-check{background:#fff;border:1px solid #e5e7eb;border-radius:999px;align-items:center;gap:6px;padding:8px 11px;font-size:14px;font-weight:800;display:inline-flex}.rd-sheet-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;margin-top:18px;overflow:hidden;box-shadow:0 16px 40px #11182714}.rd-sheet-title-row{background:linear-gradient(#fff,#f9fafb);border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:18px;padding:20px 22px;display:flex}.rd-sheet-title-row h2{letter-spacing:-.03em;margin:0;font-size:24px;font-weight:950}.rd-sheet-title-row p{color:#6b7280;margin:4px 0 0;font-size:14px}.rd-sheet-legend{flex-wrap:wrap;gap:8px;display:flex}.rd-legend-pill{border:1px solid #0000;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:900}.rd-legend-yes{color:#166534;background:#dcfce7;border-color:#86efac}.rd-legend-no{color:#991b1b;background:#fee2e2;border-color:#fca5a5}.rd-legend-pending{color:#92400e;background:#fef3c7;border-color:#fcd34d}.rd-sheet-wrap{max-width:100%;overflow:auto}.rd-sheet{min-width:max(100%,920px)}.rd-sheet-row{grid-template-columns:minmax(230px,1.1fr)minmax(230px,1fr)repeat(var(--rd-event-cols),minmax(150px,.8fr));border-bottom:1px solid #e5e7eb;display:grid}.rd-sheet-row:last-child{border-bottom:none}.rd-sheet-header{z-index:4;background:#f3f4f6;position:sticky;top:0}.rd-sheet-header .rd-sheet-cell{text-transform:uppercase;letter-spacing:.04em;color:#374151;min-height:48px;font-size:13px;font-weight:950}.rd-sheet-cell{box-sizing:border-box;background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;justify-content:center;min-height:72px;padding:14px 16px;display:flex}.rd-sheet-cell:last-child{border-right:none}.rd-sheet-name{z-index:3;background:#fff;position:sticky;left:0;box-shadow:1px 0 #e5e7eb}.rd-sheet-header .rd-sheet-name{z-index:5;background:#f3f4f6}.rd-group-name{color:#111827;font-size:16px;font-weight:950}.rd-group-id{color:#9ca3af;word-break:break-all;margin-top:4px;font-size:12px}.rd-event-tiles{flex-wrap:wrap;gap:7px;display:flex}.rd-event-tile{border:1px solid #0000;border-radius:999px;align-items:center;padding:6px 10px;font-size:12px;font-weight:900;display:inline-flex}.rd-status-cell{text-align:center;align-items:center;font-weight:950}.rd-cell-main{font-size:17px;font-weight:950}.rd-cell-sub{opacity:.85;margin-top:3px;font-size:12px;font-weight:800}.rd-status-yes{color:#166534;background:#dcfce7!important;border-color:#86efac!important}.rd-status-no{color:#991b1b;background:#fee2e2!important;border-color:#fca5a5!important}.rd-status-pending{color:#92400e;background:#fef3c7!important;border-color:#fcd34d!important}.rd-status-empty{color:#cbd5e1;background:#f9fafb!important}.rd-empty-sheet{color:#6b7280;padding:22px}.rd-bottom{text-align:center;color:#9ca3af;margin-top:16px;font-size:12px}@media (max-width:900px){.rd-shell{width:calc(100vw - 20px)!important;padding:16px 10px 28px!important}.rd-header{flex-direction:column;align-items:flex-start}.rd-header-actions{flex-wrap:wrap;width:100%}.rd-grid,.rd-controls{grid-template-columns:1fr}.rd-syncbar,.rd-orphan-row,.rd-sheet-title-row{flex-direction:column;align-items:stretch}}:root{--accent:#bc47d6;--bg:#fff;--text:#111;--muted:#5a5a5a;--line:#111;--soft:#00000014}*{box-sizing:border-box}.gv-page{background:var(--bg);color:var(--text);flex-direction:column;align-items:center;min-height:100vh;margin:0;padding:22px 12px 40px;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;display:flex}.gv-simpleCard{border:2px solid var(--line);width:100%;max-width:520px;box-shadow:0 10px 28px var(--soft);background:#fff;border-radius:16px;padding:18px}.gv-title{margin-bottom:6px;font-size:18px;font-weight:700}.gv-muted{color:var(--muted);font-size:13px}.gv-envelopeScene{flex-direction:column;align-items:center;gap:10px;width:100%;max-width:360px;display:flex}.gv-envelopeWrapper{perspective:1200px;cursor:pointer;-webkit-user-select:none;user-select:none;width:320px;max-width:100%;height:220px}.envelope-3d{width:100%;height:100%;transform-style:preserve-3d;transition:transform .72s cubic-bezier(.2,.9,.2,1);position:relative}.env-face{border:2px solid var(--line);backface-visibility:hidden;box-shadow:0 10px 30px var(--soft);background:#fff;border-radius:14px;position:absolute;inset:0;overflow:hidden}.front{place-items:center;padding:18px;display:grid}.front .group-name{text-align:center;padding:8px 10px;font-size:22px;font-weight:700;line-height:1.25}.stamp{border:2px solid var(--line);width:44px;height:44px;color:var(--accent);letter-spacing:.5px;border-radius:10px;place-items:center;font-weight:700;display:grid;position:absolute;top:14px;right:14px}.back{transform:rotateY(180deg)}.back-flap{border-bottom:2px solid var(--line);clip-path:polygon(0 0,100% 0,50% 100%);transform-origin:top;z-index:2;background:#fff;height:62%;transition:transform .68s cubic-bezier(.2,.9,.2,1);position:absolute;top:0;left:0;right:0;transform:rotateX(0)}.gv-instruction{color:var(--muted);text-align:center;font-size:13px}.panel{border:2px solid var(--line);width:100%;max-width:520px;box-shadow:0 10px 28px var(--soft);background:#fff;border-radius:16px;padding:18px}.panel h2{margin:0;font-size:18px;line-height:1.25}.panel p{color:#222;margin:10px 0 0;font-size:14px;line-height:1.5}.muted{color:var(--muted);font-size:13px}.event{border:1px solid #0003;border-radius:14px;margin-top:14px;padding:14px}.event-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.event-name{margin:0;font-size:14px;font-weight:700}.event-meta{color:var(--muted);margin-top:4px;font-size:12px}.pill-link{color:var(--text);white-space:nowrap;border:1px solid #0003;border-radius:999px;padding:6px 10px;font-size:12px;text-decoration:none}.pill-link:hover{border-color:var(--accent);color:var(--accent)}.seg{border:1px solid #00000040;border-radius:999px;margin-top:12px;display:inline-flex;overflow:hidden}.seg input{opacity:0;pointer-events:none;position:absolute}.seg label{cursor:pointer;color:var(--text);text-align:center;background:#fff;min-width:64px;padding:8px 12px;font-size:13px;transition:background .15s,color .15s}.seg input:checked+label{background:var(--accent);color:#fff}.row{grid-template-columns:1fr;gap:10px;margin-top:12px;display:grid}select,textarea{border:1px solid #00000040;border-radius:12px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:14px}textarea{resize:vertical;min-height:86px}.btn{border:2px solid var(--line);cursor:pointer;width:100%;color:var(--text);background:#fff;border-radius:14px;padding:12px 14px;font-family:inherit;font-size:14px;font-weight:700}.btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn:disabled{opacity:.6;cursor:not-allowed}.status{color:var(--muted);margin-top:10px;font-size:13px}.hidden{display:none!important}.fade-in{opacity:0;transition:opacity .28s,transform .28s;transform:translateY(14px)}.fade-in.visible{opacity:1;transform:translateY(0)}.hr{background:#00000014;height:1px;margin:12px 0}.gv-envelopeWrapper{perspective:1200px}.envelope-3d{width:240px;height:160px;transform-style:preserve-3d;transition:transform 1.2s cubic-bezier(.4,0,.2,1)}.envelope-3d.idle{transform:rotateY(0)}.envelope-3d.spin{transform:rotateY(540deg)}.env-face{backface-visibility:hidden;background:#fff;border:2px solid #000;border-radius:14px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.env-face.front{z-index:2}.env-face.back{transform:rotateY(180deg)}.back-flap{transform-origin:top;background:#fff;border-bottom:2px solid #000;height:50%;transition:transform .5s ease-out;position:absolute;top:0;left:0;right:0;transform:rotateX(0)}.back-flap.open{transform:rotateX(160deg)}
