@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";html,body{height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#f8f9fa;color:#2d3748;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100%}.logo-icon,.u-logo-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff}.subscription-card,.cal-event{display:flex;align-items:center;gap:.35rem;padding:0 .5rem;border-radius:8px;font-size:.78rem;transition:all .2s;height:var(--event-row-h);flex-shrink:0}.subscription-card:hover,.cal-event:hover{transform:translateY(-1px)}.card-name{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;width:100%}.card-amount{display:none}.card-name{line-height:1.2}.subscription-card.placeholder{background:#f3f4f6;color:#374151}.subscription-card .card-icon,.cal-event .card-icon{display:none}.rsoev-scroll{height:calc(100vh - var(--nav-height) - 12px);overflow:auto;padding:48px 0 24px 8px}.rsoev-page{padding-right:0}.rsoev-page>.rsoev-scroll{margin-right:0}.rsoev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;width:min(85%,1000px);margin:0 auto}.rsoev-toolbar{width:min(85%,1000px);margin:0 auto 12px;display:flex;align-items:center}.rsoev-search{position:relative;display:flex;align-items:center;width:min(560px,100%);padding:0 0 2rem}.rsoev-search-input{width:100%;height:40px;padding:.5rem .75rem .5rem 2.25rem;border:1px solid #e5e7eb;border-radius:16px;background:#fff;box-shadow:0 1px 2px #0000000a;font-size:.95rem;color:#111827}.rsoev-search-input::placeholder{color:#9ca3af}.rsoev-search-icon{position:absolute;left:10px;color:#64748b;width:18px;height:18px;display:flex;align-items:center;justify-content:center}@media(max-width:1200px){.rsoev-toolbar{width:80%}}@media(max-width:992px){.rsoev-toolbar{width:90%}}@media(max-width:768px){.rsoev-toolbar{width:100%}}.rsoev-card{background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.06);box-shadow:0 6px 18px #1118270f;min-height:360px;transition:box-shadow .2s,transform .2s;padding:20px;display:flex;flex-direction:column;gap:16px;position:relative}.rsoev-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #1118271a}.rso-card,.event-card{background:ffffff}.card-icon-placeholder{width:90px;height:90px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:.5rem}.rso-card .card-icon-placeholder{background:#cfbdee60;border:1px solid rgba(59,130,246,.2)}.rso-card .card-icon-placeholder svg{width:56px;height:56px;color:#7f42ef}.event-card .card-icon-placeholder{background:#f2d27a60;border:1px solid rgba(251,191,36,.2)}.event-card .card-icon-placeholder svg{width:56px;height:56px;color:#f59e0b}.card-title{font-size:1.25rem;font-weight:700;color:#2d3748;margin-top:0rem}.card-description{font-size:.9rem;color:#6b7280;line-height:1.5}.card-header{display:flex;align-items:center;justify-content:flex-start;padding-right:8px;gap:0}.card-social-links{display:flex;gap:8px;align-items:center;height:48px}.card-social-link{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#7f42ef;cursor:pointer;transition:transform .2s,color .2s}.card-social-link:hover{transform:translateY(-2px);color:#5d2bb8}.event-card .card-external-link{display:flex;align-items:center;justify-content:center;height:48px;color:#f59e0b;cursor:pointer;transition:transform .2s,color .2s;text-decoration:none}.event-card .card-external-link svg{width:20px;height:20px;display:block}.event-card .card-external-link:hover{transform:translateY(-2px);color:#d97706}.card-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.card-tag{padding:6px 12px;border-radius:8px;font-size:.75rem;font-weight:600;background:#e0e7ff;color:#4338ca;border:1px solid #c7d2fe}.card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:12px}.event-card .card-time{display:flex;align-items:center;gap:16px;margin-left:2px}.event-card .card-time-text{display:flex;flex-direction:column;color:#6b7280;font-size:.78rem;font-weight:400}.event-card .card-time-date{font-size:.78rem;font-weight:500;color:#6b7280}.event-card .card-time-range{font-size:.75rem;color:#6b7280;font-weight:400}.event-card .card-time-icon svg{width:22px;height:22px;display:block;color:#64748b}.card-view-events{padding:8px 16px;border-radius:8px;background:#cfbdee60;color:#7f42ef;font-size:.875rem;font-weight:600;border:none;cursor:pointer;transition:background .2s,transform .2s;height:36px}.card-view-events:hover{background:#b09be0;transform:translateY(-1px)}.card-attend-buttons{display:flex;gap:8px;margin-left:auto}.card-attend-btn{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s;border:2px solid}.card-attend-btn.add{background:#d1fae5;color:#059669;border-color:#d1fae5}.card-attend-btn.add:hover{background:#a7f3d0;border-color:#a7f3d0;transform:translateY(-2px);box-shadow:0 4px 8px #10b98126}.charge-amount.projected{color:#8b5cf6}.filter-list{display:flex;flex-direction:column;gap:.75rem}.filter-item{display:flex;align-items:center;gap:.75rem;position:relative}.filter-item input[type=checkbox]{width:16px;height:16px;border-radius:4px;border:2px solid #d1d5db;appearance:none;cursor:pointer;position:relative}.filter-item input[type=checkbox]:checked{background:linear-gradient(135deg,#7c3aed,#8b5cf6);border-color:#7c3aed}.filter-item input[type=checkbox]:checked:after{content:"✓";position:absolute;top:-2px;left:1px;color:#fff;font-size:12px;font-weight:700}.filter-item label,.filter-item>span{flex:1;color:#2d3748;font-size:.875rem;cursor:pointer}.filter-price{color:#64748b;font-size:.75rem;font-weight:500}@media(max-width:1200px){.main-content{flex-direction:column;margin-left:0;width:100%}body{background:linear-gradient(to right,#f2d27a54,#cfbdee54)}.cal-section,.rse-section,.calendar-section{flex:1}.sidebar{position:static;width:100%;min-width:auto;height:auto;border-right:none;border-bottom:1px solid #e5e7eb}}.dashboard-container{--dash-cal-h: 288px;--dash-reco-h: 240px;--dash-gap: 20px;display:flex;gap:var(--dash-gap);min-height:calc(100vh - var(--nav-height) - 4rem);padding:1.5rem 4rem}.dashboard-left{flex:1;display:flex;flex-direction:column;gap:var(--dash-gap);min-width:0}.dashboard-right{width:320px;display:flex;flex-direction:column;flex-shrink:0}.dashboard-box{background:#fff;border-radius:16px;border:1px solid rgba(0,0,0,.06);box-shadow:0 6px 18px #1118270f;padding:24px;display:flex;flex-direction:column}.dashboard-14day-calendar{flex:0 0 auto;border-radius:16px;padding:0;overflow:hidden}.dashboard-event-recommender{flex:0 0 auto;width:75%;height:var(--dash-reco-h);align-self:flex-start;display:flex;flex-direction:column;gap:12px;padding:24px!important}.dash-reco-header{display:flex;align-items:center;gap:12px}.dash-reco-title{font-size:1.125rem;font-weight:700;color:#2d3748;flex:1}.dash-reco-time{display:flex;align-items:center;gap:8px;margin-left:auto}.dash-reco-time-icon svg{width:18px;height:18px;display:block;color:#64748b}.dash-reco-time-text{display:flex;flex-direction:column;color:#6b7280;font-size:.78rem;font-weight:400;text-align:right}.dash-reco-time-date{font-size:.78rem;font-weight:500;color:#6b7280}.dash-reco-time-range{font-size:.75rem;color:#6b7280;font-weight:400}.dash-reco-body{display:flex;gap:12px;flex:1}.dash-reco-content{flex:1;display:flex;flex-direction:column;gap:12px}.dash-reco-description{font-size:.875rem;color:#6b7280;line-height:1.5}.dash-reco-buttons{display:flex;flex-direction:column;gap:8px;flex-shrink:0;align-self:stretch;justify-content:space-between}.dash-reco-btn{width:36px;flex:1;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s;border:2px solid}.dash-reco-btn.add{background:#d1fae5;color:#059669;border-color:#d1fae5}.dash-reco-btn.add:hover{background:#a7f3d0;border-color:#a7f3d0;transform:translateY(-2px);box-shadow:0 4px 8px #10b98126}.dash-reco-btn.remove{background:#fee2e2;color:#dc2626;border-color:#fee2e2}.dash-reco-btn.remove:hover{background:#fecaca;border-color:#fecaca;transform:translateY(-2px);box-shadow:0 4px 8px #dc262626}.dashboard-event-recommender .card-icon-placeholder{background:#f2d27a60;border:1px solid rgba(251,191,36,.2);width:64px;height:64px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dashboard-event-recommender .card-icon-placeholder svg{width:40px;height:40px;color:#f59e0b}.dash-reco-content .card-tags{display:flex;gap:6px;flex-wrap:wrap;margin:0}.dashboard-topnote{height:36px;padding:6px 12px;border-radius:8px;background:transparent;margin-bottom:12px}.dashboard-daily-list{flex:0 0 auto;height:524px;overflow-y:auto;display:flex;flex-direction:column;padding:24px!important}.daily-list-box{display:flex;flex-direction:column;flex:1}.dash14-wrapper{display:flex;flex-direction:column;overflow:hidden;border-radius:16px;box-shadow:0 6px 18px #1118270f}.dashboard-14day-calendar{padding:0;background:#fff}.dash14-header-row{display:grid;grid-template-columns:repeat(7,1fr);background:linear-gradient(to right,#f2d27a 0% 0%,#f2d27a 15%,#f0d9a8 33%,#e2c6d0 52%,#d3bfe6 60%,#cfbdee 62% 100%);text-align:center;gap:0;border-radius:16px;overflow:hidden;margin-bottom:1px}.dash14-dow{font-weight:600;color:#343434;font-size:.875rem;padding:.5rem;background:transparent}.dash14-dow:first-child{grid-column:1 / 2}.dash14-dow:nth-child(2){grid-column:2 / 3}.dash14-dow:nth-child(3),.dash14-dow:nth-child(4),.dash14-dow:nth-child(5),.dash14-dow:nth-child(6),.dash14-dow:nth-child(7){visibility:hidden}.dash14-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(2,120px);gap:1px;background:#e5e7eb;border-radius:16px;overflow:hidden}.dash14-day{background:#fff;padding:.5rem;position:relative;display:flex;flex-direction:column}.dash14-day:nth-child(7){border-radius:0}.dash14-day:nth-child(8){border-radius:0}.dash14-day:nth-child(14){border-radius:0}.dash14-daynum{font-size:.875rem;color:#343434;font-weight:400}.preferences-container{--pref-gap: 20px;display:flex;flex-direction:column;gap:var(--pref-gap);height:calc(100vh - var(--nav-height) - 4rem);padding:1.5rem 4rem}.preferences-header{display:flex;justify-content:space-between;align-items:center}.preferences-title{font-size:1.5rem;font-weight:700;color:#2d3748}.preferences-save-btn{padding:10px 20px;border-radius:8px;background:#cfbdee60;color:#7f42ef;font-size:.875rem;font-weight:600;border:none;cursor:pointer;transition:background .2s,transform .2s;height:40px}.preferences-save-btn:hover{background:#b09be0;transform:translateY(-1px)}.preferences-main{display:flex;gap:var(--pref-gap);flex:1;min-height:0;align-items:stretch}.preferences-left{flex:1;display:flex;flex-direction:column;gap:var(--pref-gap)}.preferences-right{flex:1;display:flex}.preferences-box{background:#fff;border-radius:16px;border:1px solid rgba(0,0,0,.06);box-shadow:0 6px 18px #1118270f;padding:24px;display:flex;flex-direction:column}.pref-box-1,.pref-box-2,.pref-box-3,.pref-box-4{flex:.5;min-height:0}.pref-box-large{flex:1;min-height:0;width:100%}.pref-filter-row{display:flex;align-items:center;gap:16px;height:100%;min-height:60px}.pref-filter-label{font-size:1rem;font-weight:600;color:#2d3748;text-align:right;min-width:120px;flex-shrink:0}.pref-filter-divider{width:1px;align-self:stretch;background:#e5e7eb;flex-shrink:0}.pref-filter-content{flex:1;display:flex;align-items:center;min-width:0}.pref-filter-content .side-filter{width:100%}.pref-filter-content .side-filter-titlebox{display:none}.pref-filter-content .side-filter-trigger{width:100%;max-width:100%}.pref-keywords-title{font-size:1.25rem;font-weight:700;color:#2d3748;margin-bottom:16px}.pref-keywords-input{width:100%;flex:1;padding:12px 16px;border:1px solid #e5e7eb;border-radius:12px;font-size:.9rem;font-family:inherit;color:#2d3748;background:#f9fafb;resize:vertical;transition:border-color .2s,background .2s}.pref-keywords-input:focus{outline:none;border-color:#7f42ef;background:#fff}.pref-keywords-input::placeholder{color:#9ca3af}.daily-list-title{font-size:1.25rem;font-weight:600;text-align:center;margin-bottom:16px}.daily-event-cell{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-radius:8px;margin-bottom:8px;transition:all .2s;cursor:pointer;min-height:60px}.daily-event-cell:hover{transform:translateY(-1px);box-shadow:0 2px 6px #00000026}.daily-event-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.daily-event-title{font-size:.95rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.daily-event-time{font-size:.85rem;font-weight:500;opacity:.8}.daily-event-icon-placeholder{background:#f2d27a60;border:1px solid rgba(251,191,36,.2);width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:12px}.daily-event-icon-placeholder svg{width:24px;height:24px;color:#f59e0b}.daily-event-cell.event-color-1{background:#fee2e2;color:#7f1d1d}.daily-event-cell.event-color-2{background:#ffedd5;color:#7c2d12}.daily-event-cell.event-color-3{background:#fef3c7;color:#78350f}.daily-event-cell.event-color-4{background:#ecfccb;color:#365314}.daily-event-cell.event-color-5{background:#d1fae5;color:#065f46}.daily-event-cell.event-color-6{background:#cffafe;color:#155e75}.daily-event-cell.event-color-7{background:#e0f2fe;color:#1e40af}.daily-event-cell.event-color-8{background:#e0e7ff;color:#3730a3}.daily-event-cell.event-color-9{background:#ede9fe;color:#6b21a8}.daily-event-cell.event-color-10{background:#fae8ff;color:#86198f}.daily-event-cell.event-color-11{background:#fce7f3;color:#9d174d}.daily-event-cell.event-color-12{background:#f3f4f6;color:#374151}.daily-event-cell[class*=event-color-]{border:1px solid rgba(0,0,0,.05)}:root{--sidebar-width: 260px;--nav-height: 72px;--event-row-h: 20px;--event-gap: 4px;--event-stack-top: 2rem;--event-stack-bottom: 12px}html{font-size:15px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(to right,#f2d27a60,#cfbdee60),#fff;color:#2d3748;line-height:1.5;font-weight:400;min-height:100vh}.app,.u-app{min-height:100vh;display:flex;flex-direction:column}.top-nav,.u-top-nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;position:sticky;top:0;z-index:20}.nav-left .logo,.u-nav-left .u-logo,.u-nav-left .logo,.nav-left .u-logo{display:flex;align-items:center;gap:.75rem}.logo-icon,.u-logo-icon{width:32px;height:32px;background:transparent;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;color:inherit;box-shadow:none}.logo-text,.u-logo-text{font-size:1.25rem;font-weight:700;color:#2d3748}.nav-center,.u-nav-center{flex:1;display:flex;justify-content:center}.nav-tabs{display:flex;gap:.5rem;background:#f1f5f9;padding:.25rem;border-radius:12px}.nav-tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:8px;cursor:pointer;transition:all .2s;color:#64748b;font-weight:500}.nav-tab.active{background:linear-gradient(135deg,#7c3aed,#8b5cf6);color:#fff;box-shadow:0 2px 8px #7c3aed4d}.tab-icon{font-size:1rem}.nav-right .user-profile,.u-nav-right .u-user-profile,.u-nav-right .user-profile,.nav-right .u-user-profile{display:flex;align-items:center;gap:.5rem;cursor:pointer}.user-avatar,.u-user-avatar{width:32px;height:32px;background:linear-gradient(135deg,#7c3aed,#8b5cf6);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;box-shadow:0 2px 8px #7c3aed4d}.chevron,.u-chevron{color:#64748b;font-size:1.25rem}.main-content,.u-main{display:flex;flex:1;gap:0;padding:0;margin-left:var(--sidebar-width);width:calc(100% - var(--sidebar-width));box-sizing:border-box;min-height:calc(100vh - var(--nav-height) - 8px);overflow-x:hidden}.page-content{padding:1rem 2rem;margin-left:0;width:100%;min-height:calc(100vh - var(--nav-height));box-sizing:border-box}.header-tabs,.u-header-tabs{display:flex;gap:.5rem}.header-tabs .side-item,.u-header-tabs .side-item,.header-tabs .u-side-item,.u-header-tabs .u-side-item{align-items:center}.header-tabs .side-emoji,.u-header-tabs .side-emoji,.header-tabs .u-side-emoji,.u-header-tabs .u-side-emoji{width:24px;display:flex;align-items:center;justify-content:center}.header-tabs .side-emoji img,.u-header-tabs .side-emoji img{width:18px;height:18px;display:block}.header-tabs .side-emoji svg,.u-header-tabs .side-emoji svg{width:18px;height:18px;display:block;color:#343434}.header-tabs .side-item.active,.u-header-tabs .side-item.active,.header-tabs .u-side-item.active,.u-header-tabs .u-side-item.active{background:linear-gradient(135deg,#f2d27a,#f6e7b5);color:#1f2937;box-shadow:0 2px 8px #f2d27a59}.header-tabs .side-item.active:before,.u-header-tabs .side-item.active:before,.header-tabs .u-side-item.active:before,.u-header-tabs .u-side-item.active:before{display:none}.cal-section,.rse-section,.calendar-section{flex:1;background:transparent;border-radius:16px;padding:0 2rem 0 0;box-shadow:none;border:none}.section-header h1{font-size:2rem;font-weight:800;color:#2d3748;margin-bottom:2rem}.calendar-header,.cal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.month-nav,.cal-month-nav{display:flex;align-items:center;gap:.5rem;margin-left:0;justify-content:space-between}.month-nav h2,.cal-month-nav h2{font-size:1.05rem;font-weight:700;color:#2d3748;margin:0 .25rem}.nav-arrow,.cal-nav-arrow{width:26px;height:26px;border:none;background:#f1f5f9;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;font-size:1rem;transition:all .2s}.nav-arrow:hover,.cal-nav-arrow:hover{background:#e2e8f0}.view-toggle,.cal-view-toggle{display:flex;gap:.25rem;background:#34343415;padding:.25rem;border-radius:8px}.toggle-btn,.cal-toggle-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:none;background:transparent;border-radius:6px;cursor:pointer;color:#64748b;font-family:Inter,sans-serif;font-weight:500;font-size:.875rem;transition:all .2s}.toggle-btn.active,.cal-toggle-btn.active{background:linear-gradient(135deg,#7c3aed,#8b5cf6);color:#fff;box-shadow:0 2px 8px #7c3aed4d}.toggle-icon,.cal-toggle-icon{font-size:1rem}.sidebar .view-toggle,.u-sidebar .view-toggle{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr}.sidebar .view-toggle .toggle-btn,.u-sidebar .view-toggle .toggle-btn{width:100%;justify-content:center;padding:.4rem .5rem;font-size:.8rem}.sidebar .view-toggle .toggle-icon,.u-sidebar .view-toggle .toggle-icon{display:none}.calendar,.cal{display:grid;grid-template-rows:auto 1fr;height:calc(100vh - var(--nav-height) - 16px);margin-top:0}.cal-page .calendar,.cal-page .cal{margin-top:0}.calendar-header-row,.cal-header-row{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background:linear-gradient(to right,#f2d27a,#cfbdee);background-image:linear-gradient(to right,#f2d27a,#cfbdee),repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.03) 2px,rgba(0,0,0,.03) 4px);border-radius:0;overflow:hidden;margin-bottom:0;position:relative;min-height:36px}.calendar-header-row:before,.cal-header-row:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,transparent,transparent 2px,rgba(0,0,0,.02) 2px,rgba(0,0,0,.02) 4px),repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.02) 2px,rgba(0,0,0,.02) 4px);pointer-events:none;opacity:.5}.calendar-grid,.cal-grid{height:100%;display:grid;grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(6,1fr);gap:1.5px;background:transparent;border:none;border-radius:0;overflow:hidden}.day-header,.cal-dow{background:transparent;padding:.5rem;text-align:center;display:flex;align-items:center;justify-content:center;font-weight:600;color:#343434;font-size:.875rem}.calendar-day,.cal-day{background:#fff;height:auto;min-height:0;padding:.75rem;position:relative;display:flex;flex-direction:column;gap:1rem;overflow:hidden;border-right:none;border-bottom:none}.cal-day .cal-add-hit{position:absolute;top:6px;right:6px;width:18px;height:18px;border-radius:6px;pointer-events:auto;z-index:2}.cal-day:hover:after{content:"+";position:absolute;top:6px;right:6px;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:6px;background:#fff;color:#475569;border:1px solid #e5e7eb;box-shadow:0 1px 3px #00000014;cursor:pointer}.cal-day:has(.cal-add-hit:hover):after{background:#f3f4f6}.day-number,.cal-daynum{font-size:.875rem;color:#343434;font-weight:400;position:absolute;top:.5rem;left:.5rem}.calendar-day.outside-month,.cal-day.outside-month{background:#ffffff75}.calendar-day.outside-month .day-number,.cal-day.outside-month .cal-daynum{color:#343434}.calendar-day.outside-month .subscription-card,.cal-day.outside-month .cal-event{opacity:1}.subscription-cards,.cal-events{display:flex;flex-direction:column;gap:var(--event-gap);position:absolute;left:.75rem;right:.75rem;top:var(--event-stack-top);bottom:var(--event-stack-bottom);overflow:auto}.subscription-card,.cal-event{display:flex;align-items:center;gap:.35rem;padding:0 .5rem;border-radius:8px;font-size:.78rem;box-shadow:0 1px 3px #1018270f;transition:all .2s;height:var(--event-row-h);flex-shrink:0}.subscription-card:hover,.cal-event:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10182714}.card-icon{width:20px;height:20px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;flex-shrink:0}.card-content{flex:1;min-width:0}.card-attend-btn.remove{background:#fee2e2;color:#dc2626;border-color:#fee2e2}.card-attend-btn.remove:hover{background:#fecaca;border-color:#fecaca;transform:translateY(-2px);box-shadow:0 4px 8px #ef444426}@media(max-width:1200px){.rsoev-grid{width:80%}}@media(max-width:992px){.rsoev-grid{gap:10px;width:90%}}@media(max-width:768px){.rsoev-grid{grid-template-columns:repeat(2,1fr);width:100%}}@media(max-width:480px){.rsoev-grid{grid-template-columns:1fr}}.subscription-card.loops{background:#f3e8ff;color:#6b21a8}.subscription-card.loops .card-icon{background:#f59e0b;color:#fff}.subscription-card.todesktop{background:#f3e8ff;color:#6b21a8}.subscription-card.todesktop .card-icon{background:#1e40af;color:#fff}.subscription-card.webflow{background:#dbeafe;color:#1e40af}.subscription-card.webflow .card-icon{background:#1e40af;color:#fff}.subscription-card.google{background:#dbeafe;color:#1e40af}.subscription-card.google .card-icon{background:linear-gradient(45deg,#ea4335,#fbbc05,#34a853,#4285f4);color:#fff}.subscription-card.typesense{background:#dbeafe;color:#1e40af}.subscription-card.typesense .card-icon{background:#1e40af;color:#fff}.subscription-card.render{background:#dbeafe;color:#1e40af}.subscription-card.render .card-icon{background:#000;color:#fff}.subscription-card.youtube{background:#f3e8ff;color:#6b21a8}.subscription-card.youtube .card-icon{background:#ef4444;color:#fff}.subscription-card.postmark{background:#dbeafe;color:#1e40af}.subscription-card.postmark .card-icon{background:#fbbf24;color:#fff}.subscription-card.tolt{background:#dbeafe;color:#1e40af}.subscription-card.tolt .card-icon{background:#10b981;color:#fff}.subscription-card.framer{background:#dbeafe;color:#1e40af}.subscription-card.framer .card-icon{background:#6b7280;color:#fff}.subscription-card.cloudflare{background:#dbeafe;color:#1e40af}.subscription-card.cloudflare .card-icon{background:#6b7280;color:#fff}.subscription-card.event-color-1,.cal-event.event-color-1{background:#fee2e2;color:#7f1d1d}.subscription-card.event-color-2,.cal-event.event-color-2{background:#ffedd5;color:#7c2d12}.subscription-card.event-color-3,.cal-event.event-color-3{background:#fef3c7;color:#78350f}.subscription-card.event-color-4,.cal-event.event-color-4{background:#ecfccb;color:#365314}.subscription-card.event-color-5,.cal-event.event-color-5{background:#d1fae5;color:#065f46}.subscription-card.event-color-6,.cal-event.event-color-6{background:#cffafe;color:#155e75}.subscription-card.event-color-7,.cal-event.event-color-7{background:#e0f2fe;color:#1e40af}.subscription-card.event-color-8,.cal-event.event-color-8{background:#e0e7ff;color:#3730a3}.subscription-card.event-color-9,.cal-event.event-color-9{background:#ede9fe;color:#6b21a8}.subscription-card.event-color-10,.cal-event.event-color-10{background:#fae8ff;color:#86198f}.subscription-card.event-color-11,.cal-event.event-color-11{background:#fce7f3;color:#9d174d}.subscription-card.event-color-12,.cal-event.event-color-12{background:#f3f4f6;color:#374151}.subscription-card.rso,.cal-event.rso{background:#e0e7ff;color:#3730a3}.subscription-card.workshop,.cal-event.workshop{background:#d1fae5;color:#065f46}.subscription-card.event,.cal-event.event{background:#ffedd5;color:#7c2d12}.sidebar{position:fixed;top:0;left:0;bottom:0;width:var(--sidebar-width);background:#fff;color:#111827;border-right:1px solid #e5e7eb;box-shadow:none;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:0 1.5rem;padding-top:calc(var(--nav-height) + .75rem);z-index:10}.cal-page .sidebar{padding-top:calc(var(--nav-height) + 1rem)}.side-nav{display:flex;flex-direction:column;gap:.25rem}.mini-calendar{background:transparent;border-radius:0;padding:.5rem;box-shadow:none;border:none;margin:0 0 .75rem}.mini-cal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.mini-month{font-weight:700;color:#1f2937;font-size:.9rem}.mini-nav{display:flex;gap:.25rem}.mini-arrow{width:26px;height:26px;border:none;border-radius:6px;background:#f1f5f9;color:#475569;cursor:pointer}.mini-arrow:hover{background:#e2e8f0}.mini-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:2px}.mini-dow{text-align:center;font-size:.65rem;color:#64748b;padding:.25rem 0}.mini-days{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.mini-day{text-align:center;font-size:.8rem;padding:.35rem 0;border-radius:6px;color:#111827}.mini-day:hover{background:#f3f4f6}.mini-day.empty{visibility:hidden}.mini-day.today{background:linear-gradient(135deg,#f2d27a,#f6e7b5);box-shadow:0 1px 4px #f2d27a59}.mini-day.selected{background:linear-gradient(135deg,#f2d27a,#f6e7b5);box-shadow:0 1px 4px #f2d27a59;font-weight:700}.mini-day.outside{color:#94a3b8}.sidebar-calendar-controls{margin-bottom:.75rem;padding-top:.25rem}.calendar-settings-btn,.u-settings-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem .75rem;border:none;border-radius:10px;cursor:pointer;background:linear-gradient(135deg,#f2d27a,#f6e7b5);color:#1f2937;font-weight:700;box-shadow:0 2px 8px #f2d27a59}.calendar-settings-btn .btn-icon svg{display:block}.calendar-settings-btn:hover{filter:brightness(.98)}.color-dot{width:10px;height:10px;border-radius:3px;display:inline-block}.side-section{display:flex;flex-direction:column;padding:.25rem 0}.u-create-btn{width:100%;display:flex;align-items:center;gap:12px;padding:.75rem 1rem;border-radius:14px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 6px 18px #1118270f;color:#111827;font-weight:700;cursor:pointer;transition:box-shadow .2s,transform .15s,background .2s;margin-bottom:.75rem}.u-create-btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px #1118271a}.u-create-btn .create-icon{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(135deg,#7c3aed,#8b5cf6);box-shadow:0 2px 6px #7c3aed59;font-size:16px}.u-create-btn .create-label{font-weight:700}.u-create-btn .create-caret{margin-left:auto;color:#64748b}.side-heading{font-weight:700;color:#1f2937;font-size:1.05rem;padding:.25rem 0;margin-bottom:0rem}.side-divider{height:1px;background:#e5e7eb;margin:.5rem .75rem}.side-item{display:flex;align-items:center;gap:.5rem;padding:.6rem .75rem;border-radius:10px;color:#374151;text-decoration:none;transition:background .2s,color .2s}.side-item:hover{background:#f3f4f6}.side-item.active{background:#eef2ff;color:#4338ca;position:relative}.side-item.active:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:3px;border-radius:2px;background:#22c55e}.side-filter{position:relative}.side-filter-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.6rem .75rem;border-radius:10px;border:1px solid #e5e7eb;background:#fff;color:#111827;cursor:pointer}.side-filter-trigger:hover{background:#f9fafb}.side-filter-trigger.open .side-filter-caret{transform:rotate(90deg)}.side-filter-caret{color:#64748b;transition:transform .15s ease}.side-filter-panel{position:fixed;top:0;left:0;width:320px;max-height:min(60vh,520px);background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 16px 40px #1118272e;padding:10px;z-index:30}.side-filter-search{position:relative;margin-bottom:8px}.side-filter-search-input{width:100%;height:36px;padding:.4rem .6rem .4rem 2rem;border:1px solid #e5e7eb;border-radius:10px;background:#fff;font-size:.9rem}.side-filter-search-input::placeholder{color:#9ca3af}.side-filter-search-icon{position:absolute;top:50%;left:8px;transform:translateY(-50%);color:#64748b}.side-filter-list{display:flex;flex-direction:column;gap:4px;padding:4px 0;max-height:420px;overflow:auto}.side-filter-option{text-align:left;padding:.5rem .6rem;border-radius:8px;border:1px solid transparent;background:#fff;cursor:pointer}.side-filter-option:hover{background:#f3f4f6}.side-filter-empty{color:#6b7280;font-size:.85rem;padding:.5rem .25rem}.side-filter-titlebox{width:100%;padding:1.5rem 0 0;margin-bottom:6px;border-radius:10px;background:transparent;color:#6b7280;font-weight:600;font-size:.85rem}.side-filter-values{flex:1;min-width:0;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#111827}.side-filter-option{display:flex;align-items:center;justify-content:space-between}.side-filter-option.selected{background:#f0fdf4;border-color:#bbf7d0}.side-filter-option-tick{color:#16a34a;font-weight:800;margin-left:8px}.side-filter-titlebox,.side-filter-trigger,.side-filter-values,.side-filter-search-input,.side-filter-option{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.side-dow{margin-top:0}.dow-filter-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.dow-btn{height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid #e5e7eb;background:#fff;color:#475569;font-weight:700;letter-spacing:.02em;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.dow-btn:hover{background:#f9fafb}.dow-btn.selected{background:linear-gradient(135deg,#f2d27a,#f6e7b5);color:#1f2937;border-color:#f2d27acc;box-shadow:0 2px 8px #f2d27a59}.side-emoji{width:24px;text-align:center}.side-label{flex:1}.side-badge{background:#dcfce7;color:#166534;font-size:.65rem;font-weight:700;padding:.125rem .375rem;border-radius:9999px}.summary-card,.filter-card{background:#fff;border-radius:16px;padding:1.25rem;box-shadow:0 8px 25px #7c3aed1a;border:1px solid rgba(124,58,237,.1)}.summary-card h3,.filter-card h3{font-size:1.125rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.time-filter{position:relative;padding:16px}.time-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:10px}.time-col{position:relative}.time-label{font-weight:700;color:#1f2937;font-size:.9rem;margin-bottom:6px}.time-input-group{position:relative;display:flex;align-items:center;gap:8px}.time-box{flex:1;height:36px;padding:.4rem .6rem;border:1px solid #e5e7eb;border-radius:10px;background:#fff;text-align:left;cursor:pointer;display:inline-flex;align-items:center;white-space:nowrap;min-width:120px}.time-ampm{display:inline-flex;gap:4px}.ampm-btn{height:32px;padding:0 10px;border:1px solid #e5e7eb;background:#fff;color:#111827;border-radius:8px;cursor:pointer}.ampm-btn.active{background:#f2d27a;border-color:#f2d27acc;box-shadow:0 2px 8px #f2d27a59}.time-dropup{position:absolute;left:0;bottom:100%;margin-bottom:6px;width:180px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 16px 40px #1118272e;z-index:2}.time-list{max-height:160px;overflow:auto;display:flex;flex-direction:column}.time-option{text-align:left;padding:.5rem .6rem;border-radius:8px;border:1px solid transparent;background:#fff;cursor:pointer}.time-option:hover{background:#f3f4f6}.time-option.selected{background:#f0fdf4;border-color:#bbf7d0}.time-actions{display:flex;justify-content:space-between;gap:8px}.time-clear{border:none;background:transparent;color:#64748b;cursor:pointer}.time-apply{border:none;background:linear-gradient(135deg,#7c3aed,#8b5cf6);color:#fff;font-weight:700;padding:.5rem .75rem;border-radius:10px;cursor:pointer}.time-apply:disabled{opacity:.5;cursor:not-allowed}.total-amount{font-size:2rem;font-weight:800;background:linear-gradient(135deg,#7c3aed,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem}.summary-stats{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.stat{display:flex;justify-content:space-between;align-items:center}.stat-label{color:#64748b;font-size:.875rem}.stat-value{color:#2d3748;font-weight:600;font-size:.875rem}.charges-breakdown{display:flex;flex-direction:column;gap:.75rem}.charge-item{display:flex;justify-content:space-between;align-items:center}.charge-label{color:#64748b;font-size:.875rem}.charge-amount{font-weight:700;font-size:.875rem}.charge-amount.actual{color:#7c3aed}.landing-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding-top:16vh;background:radial-gradient(ellipse 85% 75% at 0% 0%,#fde68a 0%,#fef3c7 45%,transparent 85%),radial-gradient(ellipse 85% 75% at 100% 0%,#d8b4fe 0%,#e9d5ff 45%,transparent 85%),#fff}@keyframes panUpFade{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.landing-container{max-width:900px;width:100%;padding:2rem;animation:panUpFade .6s ease-out}.landing-content{text-align:center}.landing-logo{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:3rem}.logo-icon{width:32px;height:32px;fill:currentColor}.logo-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.25rem;font-weight:500;color:#1a1a1a}.landing-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:3.5rem;font-weight:400;color:#1a1a1a;line-height:1.2;margin-bottom:1.5rem;letter-spacing:-.02em}.landing-title:first-line{font-weight:300}.landing-description{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.3rem;font-weight:400;color:#666;line-height:1.6;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto}.waitlist-button{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;padding:.875rem 2rem;font-size:1rem;font-weight:500;border:none;border-radius:8px;background:#1a1a1a;color:#fff;cursor:pointer;transition:background .2s ease;margin-bottom:1rem}.waitlist-button:hover{background:#333}.landing-footer{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;color:#999;margin-top:1rem}.mockup-section{margin-top:6rem;display:flex;justify-content:center;align-items:center;width:100%;margin-bottom:12rem;padding:0 4rem}.mockup-container{max-width:900px;width:100%}.mockup-frame{position:relative;width:100%;border:none;border-radius:20px;padding:12px;background:#0000001f;box-shadow:0 20px 30px #00000059;display:block}.mockup-screen{width:100%;background:linear-gradient(to right,#f2d27a60,#cfbdee60);border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center}.mockup-image{width:auto;max-width:100%;height:auto;max-height:80vh;object-fit:contain;display:block}.feature-content{margin-top:2rem;text-align:center}.feature-description{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;color:#666;margin-bottom:1.5rem;line-height:1.6}.feature-tabs{display:flex;gap:.75rem;justify-content:center;align-items:center;flex-wrap:wrap}.feature-tab{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.9rem;font-weight:500;background:transparent;color:#666;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s ease;white-space:nowrap}@media(max-width:768px){.feature-tabs{gap:.5rem}.feature-tab{white-space:normal;flex:0 0 auto;width:auto;padding:.625rem 1rem}}@media(max-width:480px){.feature-tab{display:block;flex:0 0 auto;width:auto;margin:.5rem auto;text-align:center;padding:.75rem 1rem}}.feature-tab:hover{background:#00000008;border-color:#d1d5db}.feature-tab.active{background:#00000014;color:#1a1a1a;border-color:#d1d5db}.tab-icon{font-size:1rem;display:inline-block}.features-grid-section{width:100%;background:#f3e8ff;padding:6rem 8rem;display:flex;justify-content:center;align-items:center}.features-grid-container{max-width:1200px;width:100%}.features-grid-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2.5rem;font-weight:400;color:#1a1a1a;text-align:center;margin-bottom:1rem;line-height:1.2}.features-grid-title strong{font-weight:600}.features-grid-subtitle{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;color:#666;text-align:center;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}.features-grid{display:grid;grid-template-columns:repeat(2,420px);gap:2.5rem 3.5rem;justify-content:center;justify-items:stretch;align-items:start;grid-auto-rows:1fr}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes panUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-content{background:#fff;padding:2rem;border-radius:12px;width:90%;max-width:500px;position:relative;animation:panUp .4s ease-out}@media(max-width:480px){.modal-content{width:calc(100% - 2rem);max-width:360px;padding:1rem;border-radius:10px}}@media(max-width:360px){.modal-content{width:calc(100% - 1.5rem);max-width:320px;padding:.75rem;border-radius:8px}}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:#64748b;line-height:1}.modal-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#2d3748}.modal-description{font-size:1rem;color:#64748b;margin-bottom:1.5rem}.form-field{margin-bottom:1rem;text-align:left}.form-field label{display:block;margin-bottom:.5rem;font-weight:600;color:#2d3748}.form-field input,.form-field textarea{width:100%;padding:.5rem;border:1px solid #e5e7eb;border-radius:8px;font-family:inherit}.form-field textarea{resize:vertical}.email-note{font-size:.875rem;color:#64748b;margin-bottom:1rem;text-align:left}.submit-button{width:100%;padding:.75rem;background:#fff;border:1px solid #e5e7eb;cursor:pointer;margin-top:1rem}.image-modal-overlay{position:fixed;inset:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem;animation:fadeIn .3s ease-out;cursor:pointer}.image-modal-content{max-width:95%;max-height:95vh;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 25px 50px #00000080;cursor:default;animation:panUp .4s ease-out;transition:all .3s ease}.image-modal-close{position:fixed;top:1.5rem;right:1.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50%;width:48px;height:48px;font-size:2rem;cursor:pointer;color:#fff;line-height:1;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:2001}.image-modal-close:hover{background:#fff3;transform:scale(1.1)}@media(max-width:768px){.image-modal-overlay{padding:1rem}.image-modal-content{max-width:100%;max-height:90vh}.image-modal-close{top:1rem;right:1rem;width:40px;height:40px;font-size:1.75rem}}@media(max-width:480px){.image-modal-overlay{padding:.5rem}.image-modal-content{border-radius:4px}}
