@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";html,body,#root{height:100%}.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{width:100%;min-height:100%}:root{--frame-border:#111;--bg-page:#fff;--surface:#fff;--text-main:#111;--text-muted:#656565;--soft-shadow:0 24px 70px #00000024}body{color:var(--text-main);background:#fff;margin:0;font-family:Space Grotesk,sans-serif}button,input,textarea,select{font:inherit}.login-page{min-height:100vh;background:#fff;justify-content:center;align-items:center;min-height:100svh;padding:28px;display:flex}.login-frame{border:4px solid var(--frame-border);width:min(1380px,100vw - 56px);min-height:min(840px,100svh - 56px);box-shadow:var(--soft-shadow);background:#fff;border-radius:36px;grid-template-rows:minmax(0,1fr) auto;grid-template-columns:minmax(320px,.72fr) 2px minmax(620px,1.28fr);column-gap:54px;padding:62px 68px 34px;display:grid;overflow:hidden}.login-header{flex-direction:column;grid-area:1/1;justify-content:center;align-items:flex-start;gap:34px;min-width:0;padding:24px 0;display:flex}.login-header-left{flex-direction:column;align-items:flex-start;gap:34px;width:100%;display:flex}.logo-circle{border:4px solid var(--frame-border);letter-spacing:-.07em;background:#fff;border-radius:50%;flex:0 0 116px;justify-content:center;align-items:center;width:116px;height:116px;font-size:2.2rem;font-weight:700;line-height:1;display:flex}.login-title-block{width:100%;min-width:0}.eyebrow{color:var(--text-main);letter-spacing:-.075em;margin:0 0 18px;font-size:clamp(3.5rem,5.4vw,5.6rem);font-weight:700;line-height:.92}.login-heading{max-width:410px;color:var(--text-muted);margin:0;font-size:clamp(1.18rem,1.65vw,1.6rem);font-weight:500;line-height:1.5}.login-title-block:after{content:"";border-top:1px solid #b8b8b8;width:min(360px,100%);margin-top:32px;display:block}.story-btn{border:2px solid var(--frame-border);min-height:52px;color:var(--text-main);cursor:pointer;background:#fff;border-radius:999px;justify-content:center;align-items:center;gap:13px;padding:0 25px;font-size:1rem;font-weight:700;transition:transform .15s,background .15s,color .15s,box-shadow .15s;display:inline-flex}.story-btn:hover{color:#fff;background:#111;transform:translateY(-2px);box-shadow:0 7px #1111111f}.story-btn:active{box-shadow:none;transform:translateY(0)}.story-btn:focus-visible,.auth-btn:focus-visible,.story-close-btn:focus-visible{outline-offset:4px;outline:3px solid #111}.login-divider{background:#d0d0d0;border:0;grid-area:1/2/3;width:2px;height:100%;margin:0}.login-main{grid-area:1/3;justify-content:center;align-items:center;min-width:0;padding:24px 0;display:flex}.auth-stack{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(230px,1fr);gap:34px;width:min(700px,100%);display:grid}.auth-btn,.google-auth-container{border:2px solid var(--frame-border);background:#fff;border-radius:22px;width:100%;min-width:0;min-height:230px;transition:transform .16s,box-shadow .16s}.auth-btn{color:var(--text-main);cursor:pointer;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:24px;padding:28px 22px;font-size:1.12rem;font-weight:700;line-height:1.35;display:flex}.auth-btn:hover,.google-auth-container:hover{background:#fff;transform:translateY(-5px);box-shadow:0 12px #1111111c}.auth-btn:active{box-shadow:none;transform:translateY(0)}.auth-icon{background:0 0;border:0;border-radius:0;flex:0 0 82px;justify-content:center;align-items:center;width:82px;height:82px;display:inline-flex;overflow:hidden}.inline-svg-icon{width:54px;height:54px;display:block}.auth-logo{object-fit:contain;display:block}.auth-logo-microsoft{width:58px;height:58px}.auth-logo-apple{width:61px;height:61px}.google-auth-container{background:#fff;justify-content:center;align-items:center;padding:30px;display:flex;overflow:hidden}.google-signin-button{justify-content:center;align-items:center;width:100%;min-height:58px;display:flex}.google-signin-button>div{justify-content:center;width:100%;max-width:260px;display:flex}.google-signin-button iframe{width:100%!important;max-width:260px!important}.login-footer{grid-area:2/1/auto/4;grid-template-columns:minmax(320px,.72fr) 2px minmax(620px,1.28fr);align-items:end;column-gap:54px;margin-top:30px;display:grid}.login-footer-note{color:var(--text-muted);text-align:center;grid-column:3;justify-self:center;margin:0;font-size:.76rem;font-weight:500}.login-pill{border:2px solid var(--frame-border);letter-spacing:.1em;white-space:nowrap;background:#fff;border-radius:999px;grid-area:1/1;justify-self:start;padding:9px 18px;font-size:.72rem;font-weight:700}.story-modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#111111c2;padding:24px;animation:.18s ease-out backdrop-in;position:fixed;inset:0;overflow-y:auto}.story-modal{border:4px solid var(--frame-border);background:#fff;border-radius:30px;grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr);width:min(1180px,100%);min-height:min(760px,100svh - 48px);margin:0 auto;animation:.22s ease-out modal-in;display:grid;position:relative;overflow:hidden;box-shadow:0 30px 100px #0000005c}.story-close-btn{z-index:5;border:2px solid var(--frame-border);width:46px;height:46px;color:var(--text-main);cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:transform .14s,background .14s,color .14s;display:flex;position:absolute;top:18px;right:18px}.story-close-btn:hover{color:#fff;background:#111;transform:rotate(6deg)}.story-close-btn svg{width:21px;height:21px}.story-photo-column{border-right:3px solid var(--frame-border);background:#fff;align-self:start;height:calc(100svh - 48px);min-height:760px;position:sticky;top:0;overflow:hidden}.story-photo{object-fit:contain;object-position:center;background:#fff;width:100%;height:100%;display:block}.story-photo-caption{border:2px solid var(--frame-border);color:var(--text-main);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff5;border-radius:14px;padding:13px 15px;font-size:.8rem;font-weight:700;line-height:1.4;position:absolute;bottom:20px;left:20px;right:20px}.story-content{background:#fff;min-width:0;padding:58px clamp(32px,4vw,58px) 52px}.story-kicker{color:var(--text-muted);letter-spacing:.14em;margin-bottom:10px;font-size:.72rem;font-weight:700}.story-content h2{color:var(--text-main);letter-spacing:-.07em;margin:0 0 28px;font-size:clamp(2.6rem,5vw,4.4rem);font-weight:700;line-height:.95}.story-copy{color:var(--text-main);font-size:1rem;line-height:1.72}.story-copy p{margin:0 0 20px}.story-highlight{border:2px solid var(--frame-border);background:#fff;border-radius:10px;padding:9px 13px;font-size:1.08rem;font-weight:700;display:inline-block}@keyframes backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes modal-in{0%{opacity:0;transform:translateY(18px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:1180px){.login-frame{grid-template-columns:minmax(270px,.68fr) 2px minmax(520px,1.32fr);column-gap:38px;width:calc(100vw - 40px);min-height:calc(100svh - 40px);padding:44px 44px 28px}.logo-circle{flex-basis:96px;width:96px;height:96px;font-size:1.85rem}.eyebrow{font-size:clamp(3rem,5vw,4.2rem)}.login-heading{font-size:1.15rem}.auth-stack{grid-auto-rows:minmax(200px,1fr);gap:22px}.auth-btn,.google-auth-container{min-height:200px}.login-footer{grid-template-columns:minmax(270px,.68fr) 2px minmax(520px,1.32fr);column-gap:38px}}@media (max-height:780px) and (min-width:861px){.login-page{padding:16px}.login-frame{min-height:calc(100svh - 32px);padding-top:30px;padding-bottom:22px}.login-header{gap:24px;padding:10px 0}.login-header-left{gap:22px}.logo-circle{border-width:3px;flex-basis:78px;width:78px;height:78px;font-size:1.5rem}.eyebrow{margin-bottom:10px;font-size:3rem}.login-heading{font-size:1rem}.login-title-block:after{margin-top:22px}.story-btn{min-height:44px}.auth-stack{grid-auto-rows:minmax(165px,1fr);gap:18px}.auth-btn,.google-auth-container{min-height:165px}.auth-btn{gap:14px;padding:18px;font-size:.98rem}.auth-icon{flex-basis:58px;width:58px;height:58px}.auth-logo-microsoft{width:44px;height:44px}.auth-logo-apple{width:47px;height:47px}.inline-svg-icon{width:42px;height:42px}.login-footer{margin-top:18px}}@media (max-width:860px){.login-page{align-items:flex-start;padding:10px}.login-frame{background:#fff;border-width:3px;border-radius:26px;flex-direction:column;width:100%;min-height:calc(100svh - 20px);padding:24px 18px 18px;display:flex;overflow:visible}.login-header{justify-content:flex-start;align-items:flex-start;gap:20px;padding:0;display:flex}.login-header-left{gap:18px}.logo-circle{border-width:3px;flex-basis:64px;width:64px;height:64px;font-size:1.2rem}.eyebrow{margin-bottom:8px;font-size:2.6rem}.login-heading{max-width:440px;font-size:.96rem}.login-title-block:after{margin-top:18px}.story-btn{min-height:42px;padding:0 18px;font-size:.86rem}.login-divider{background:var(--frame-border);width:100%;height:2px;margin:24px 0}.login-main{width:100%;padding:0;display:block}.auth-stack{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(175px,auto);gap:14px;width:100%}.auth-btn,.google-auth-container{border-width:2px;border-radius:18px;min-height:175px}.auth-btn{gap:15px;padding:18px 12px;font-size:.9rem}.auth-icon{flex-basis:58px;width:58px;height:58px}.auth-logo-microsoft{width:43px;height:43px}.auth-logo-apple{width:46px;height:46px}.inline-svg-icon{width:41px;height:41px}.google-auth-container{padding:16px 10px}.login-footer{justify-content:space-between;align-items:flex-end;gap:16px;width:100%;margin-top:22px;display:flex}.login-footer-note{text-align:right;max-width:320px;font-size:.67rem;line-height:1.4}.login-pill{padding:7px 11px;font-size:.6rem}.story-modal-backdrop{padding:10px;overflow-y:auto}.story-modal{background:#fff;border-width:3px;border-radius:22px;width:100%;min-height:0;display:block;overflow:hidden}.story-photo-column{border-right:0;border-bottom:3px solid var(--frame-border);background:#fff;width:100%;height:auto;min-height:0;position:relative;top:auto}.story-photo{object-fit:contain;background:#fff;width:100%;height:auto;max-height:none}.story-content{background:#fff;padding:36px 22px 30px}.story-content h2{margin-bottom:22px;font-size:2.8rem}.story-copy{font-size:.92rem;line-height:1.6}}@media (max-width:520px){.login-frame{padding:20px 14px 16px}.login-header-left{gap:15px}.logo-circle{flex-basis:56px;width:56px;height:56px;font-size:1rem}.eyebrow{font-size:2.15rem}.login-heading{font-size:.84rem}.story-btn{width:100%}.auth-stack{grid-template-columns:1fr;grid-auto-rows:auto}.auth-btn,.google-auth-container{min-height:135px}.auth-btn{text-align:left;flex-direction:row;justify-content:flex-start;gap:18px;padding:18px 22px}.auth-icon{flex-basis:54px;width:54px;height:54px}.login-footer-note{display:none}.login-footer{justify-content:flex-end}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.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)}
