/* Host workflow: invitation, RSVP, guests, quiz and lucky draw. */
.festivo-workspace{max-width:1240px;margin:0 auto}.festivo-workspace-hero{align-items:flex-end;background:radial-gradient(circle at 87% 14%,rgba(255,190,215,.9),transparent 25%),radial-gradient(circle at 12% 105%,rgba(125,216,247,.45),transparent 30%),linear-gradient(135deg,#211746,#613de2 62%,#a84cc5);border-radius:24px;color:#fff;display:flex;gap:1.5rem;justify-content:space-between;margin-bottom:1.15rem;padding:clamp(1.35rem,3.8vw,2.5rem)}.festivo-workspace-hero h1{font-size:clamp(1.8rem,4vw,3.15rem);font-weight:900;letter-spacing:-.065em;line-height:1;margin:.45rem 0 .65rem}.festivo-workspace-hero p{color:rgba(255,255,255,.84);font-size:.85rem;margin:0;max-width:620px}.festivo-workspace-hero .btn{background:#fff!important;color:#5738d1!important;box-shadow:none}.festivo-workspace-kicker{color:#ffc0d5;font-size:.68rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.festivo-workspace-chip{background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.17);border-radius:99px;font-size:.72rem;font-weight:900;padding:.55rem .7rem;white-space:nowrap}.festivo-workspace-chip i{color:#ffc0d4;margin-right:.3rem}.festivo-workspace-panel{background:#fff;border:1px solid var(--fn-line);border-radius:20px;overflow:hidden}.festivo-workspace-panel-head{align-items:center;border-bottom:1px solid #f0edf6;display:flex;gap:.75rem;justify-content:space-between;padding:1rem 1.2rem}.festivo-workspace-panel-head h2{font-size:1.05rem;font-weight:900;letter-spacing:-.04em;margin:0}.festivo-workspace-panel-head p{color:var(--fn-muted);font-size:.75rem;margin:.16rem 0 0}.festivo-workspace-icon{align-items:center;background:#eeeaff;border-radius:11px;color:#6848df;display:flex;flex:0 0 38px;height:38px;justify-content:center}.festivo-workspace-body{padding:1.2rem}.festivo-stat-grid{display:grid;gap:.75rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:1rem}.festivo-stat{background:linear-gradient(135deg,#fbfaff,#fff5f8);border:1px solid #eee9f7;border-radius:16px;padding:1rem}.festivo-stat small{color:#777086;display:block;font-size:.68rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.festivo-stat strong{color:#332b4b;display:block;font-size:1.65rem;font-weight:900;letter-spacing:-.06em;line-height:1.1;margin-top:.35rem}.festivo-question-list{display:grid;gap:.7rem}.festivo-question-item{align-items:center;background:#fbfaff;border:1px solid #ebe6f4;border-radius:15px;display:flex;gap:.8rem;padding:.8rem}.festivo-question-no{align-items:center;background:#eee8ff;border-radius:10px;color:#6345dc;display:flex;flex:0 0 36px;font-size:.78rem;font-weight:900;height:36px;justify-content:center}.festivo-question-copy{flex:1;min-width:0}.festivo-question-copy strong{color:#3e374f;display:block;font-size:.85rem}.festivo-question-copy small{color:#8a8395;font-size:.7rem;display:block;margin-top:.18rem}.festivo-question-actions{display:flex;gap:.35rem}.festivo-question-actions .btn{box-shadow:none!important;padding:.35rem .5rem}.festivo-empty-state{background:linear-gradient(135deg,#fbf9ff,#fff5f8);border:1px dashed #d9cdf5;border-radius:17px;color:#837b8f;padding:2.5rem 1rem;text-align:center}.festivo-empty-state i{color:#8164df;font-size:1.8rem}.festivo-empty-state h3{color:#41394f;font-size:1.05rem;font-weight:900;margin:.55rem 0 .25rem}.festivo-empty-state p{font-size:.78rem;margin:0}.festivo-guest-table td{font-size:.82rem}.festivo-status{border-radius:99px;font-size:.65rem;font-weight:900;padding:.4rem .6rem}.festivo-status.is-coming{background:#e2fbf3;color:#128166}.festivo-status.is-not-coming{background:#fff0f2;color:#b45369}.festivo-status.is-pending{background:#fff3d8;color:#a66d00}.festivo-prize-grid{display:grid;gap:.85rem;grid-template-columns:repeat(auto-fill,minmax(165px,1fr))}.festivo-prize-card{background:#fbfaff;border:1px solid #e9e4f3;border-radius:16px;overflow:hidden}.festivo-prize-card img{background:#efebf6;display:block;height:135px;object-fit:contain;width:100%}.festivo-prize-card>div{padding:.75rem}.festivo-prize-card label{color:#777084;font-size:.67rem;font-weight:900;text-transform:uppercase}.festivo-prize-card .form-control{font-size:.8rem;min-height:36px;padding:.3rem .55rem}.festivo-history-table img{background:#f0ecf6;border-radius:9px;height:46px;object-fit:contain;width:46px}@media(max-width:767px){.festivo-workspace-hero{align-items:flex-start;flex-direction:column}.festivo-stat-grid{grid-template-columns:1fr}.festivo-question-item{align-items:flex-start;flex-wrap:wrap}.festivo-question-actions{margin-left:44px}.festivo-workspace-body{padding:1rem}.festivo-workspace-panel-head{align-items:flex-start;flex-direction:column}}
