:root{--ink:#242039;--muted:#7b778d;--night:#102543;--purple:#3e7dcc;--purple-dark:#255eaa;--lavender:#e4f0ff;--pink:#e3eafa;--mint:#d9eee9;--yellow:#f8ecc5;--surface:#fff;--bg:#f5f9ff;--line:#dfeaf6;--shadow:0 12px 34px rgba(35,29,78,.09);--radius:22px;--font:"Zen Kaku Gothic New",sans-serif;--round:"Zen Maru Gothic",sans-serif}html[data-theme="blue"]{--night:#102543;--purple:#3e7dcc;--purple-dark:#255eaa;--lavender:#e4f0ff;--bg:#f5f9ff;--line:#dfeaf6;--pink:#e3eafa}html[data-theme="pink"]{--night:#3c1b2e;--purple:#d45f91;--purple-dark:#ad3f70;--lavender:#fbe5ef;--bg:#fff8fb;--line:#f2dfe7;--pink:#f7d3e3}html[data-theme="yellow"]{--night:#342b12;--purple:#c18a14;--purple-dark:#946607;--lavender:#fff1bd;--bg:#fffdf5;--line:#eee5c9;--pink:#ffe1b8}html[data-theme="white"]{--night:#30313a;--purple:#6b6e7f;--purple-dark:#444754;--lavender:#f0f1f4;--bg:#fff;--line:#e3e4e8;--pink:#f4e8ed}html[data-theme="purple"]{--night:#171531;--purple:#7664d8;--purple-dark:#5948bd;--lavender:#eeeafd;--bg:#f8f7fc;--line:#ebe8f2;--pink:#f6d9e8}html[data-theme="red"]{--night:#35171c;--purple:#c94e5c;--purple-dark:#a6303f;--lavender:#fbe4e7;--bg:#fff8f8;--line:#f1dfe1;--pink:#f5ced4}*{box-sizing:border-box}html{scroll-behavior:smooth;touch-action:pan-x pan-y}body{  margin:0;background:var(--bg);color:var(--ink);font-family:var(--font);padding-bottom:100px}button,input,select,textarea{font:inherit}button{color:inherit}.skip-link{position:fixed;top:-60px;left:12px;background:#fff;padding:10px 16px;z-index:1000}.skip-link:focus{top:12px}.app-header{height:72px;padding:0 max(20px,calc((100vw - 1120px)/2));display:flex;align-items:center;justify-content:space-between;background:rgba(248,247,252,.9);backdrop-filter:blur(14px);position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(235,232,242,.7)}.brand{display:flex;align-items:center;gap:10px}.brand-mark{width:38px;height:38px;display:grid;place-items:center;background:var(--night);color:#fff;border-radius:13px;font-size:20px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.15)}.brand strong,.brand small{display:block}.brand strong{font-family:var(--round);font-size:15px;letter-spacing:.03em}.brand small{font-size:10px;color:var(--muted);letter-spacing:.08em;margin-top:1px}.icon-button,.round-add,.close-button{border:0;background:#fff;border-radius:50%;cursor:pointer;display:grid;place-items:center}.header-actions{display:flex;gap:8px}.icon-button{width:40px;height:40px;box-shadow:0 3px 14px rgba(35,29,78,.07)}.icon-button:hover{background:var(--lavender);color:var(--purple-dark)}main{max-width:1120px;margin:auto;padding:28px 20px}.view{display:none;animation:fade .22s ease}.view.is-active{display:block}@keyframes fade{from{opacity:0;transform:translateY(5px)}}.hero-card{position:relative;overflow:hidden;background:var(--night);color:#fff;border-radius:30px;padding:48px;min-height:350px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;box-shadow:0 18px 45px rgba(23,21,49,.17)}.hero-card:after{content:"";position:absolute;width:380px;height:380px;right:-130px;bottom:-210px;border-radius:50%;border:1px solid rgba(255,255,255,.16);box-shadow:0 0 0 44px rgba(255,255,255,.025),0 0 0 88px rgba(255,255,255,.02)}.star-field i{position:absolute;font-style:normal;color:#dcd4ff}.star-field i:nth-child(1){right:18%;top:24%;font-size:26px}.star-field i:nth-child(2){right:33%;top:18%;font-size:28px}.star-field i:nth-child(3){right:8%;top:43%;font-size:34px}.star-field i:nth-child(4){right:31%;bottom:22%;font-size:15px}.star-field i:nth-child(5){left:44%;top:15%;font-size:24px}.eyebrow{font-size:11px;font-weight:900;letter-spacing:.17em;color:var(--purple);margin:0 0 7px}.hero-card .eyebrow{color:#bbb0ff}.hero-card h1{font-family:var(--round);font-size:clamp(32px,5vw,55px);line-height:1.35;margin:0;letter-spacing:.03em;position:relative;z-index:1}.hero-card h1 em{font-style:normal;color:#d7cffd}.hero-card>p:not(.eyebrow){color:#c8c4d5;margin:16px 0 28px;position:relative;z-index:1}.primary-button{border:0;border-radius:14px;background:var(--purple);color:#fff;padding:13px 20px;font-weight:700;cursor:pointer;box-shadow:0 7px 17px rgba(118,100,216,.23);position:relative;z-index:1}.primary-button:hover{background:var(--purple-dark)}.primary-button.full{width:100%;padding:15px;margin-top:4px}.official-home-link{width:100%;display:flex;align-items:center;gap:14px;text-align:left;background:var(--night);color:#fff;border:0;border-radius:20px;padding:17px 19px;cursor:pointer;box-shadow:var(--shadow)}.official-symbol{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:var(--lavender);color:var(--purple);font-size:20px;flex:none}.official-home-link>span:nth-child(2){flex:1}.official-home-link small,.official-home-link strong,.official-home-link em{display:block}.official-home-link small{color:#bbb5d0;font-size:9px;letter-spacing:.13em}.official-home-link strong{font-size:16px;margin:2px 0}.official-home-link em{font-style:normal;color:#c9c5d5;font-size:11px}.official-home-link>i{font-style:normal;font-size:25px;color:#c9c5d5}.ticket-timeline{margin-top:30px}.home-first-section{margin-top:22px}.ticket-steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:12px;margin-top:14px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:var(--shadow)}.ticket-steps article{display:grid;grid-template-columns:auto 1fr;column-gap:10px;align-items:center}.ticket-steps article>span{grid-row:1/3;width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:var(--lavender);color:var(--purple);font-size:11px;font-weight:900}.ticket-steps small{color:var(--muted);font-size:10px}.ticket-steps strong{font-size:16px}.ticket-steps>i{color:#c5c0d2;font-style:normal;font-size:22px}.ticket-steps .deadline>span{background:var(--pink);color:#b84d78}.summary-section{margin-top:34px}.section-heading,.page-title{display:flex;align-items:center;justify-content:space-between;gap:18px}.section-heading h2,.page-title h1{font-family:var(--round);margin:0}.section-heading h2{font-size:23px}.page-title{margin:12px 0 22px}.page-title h1{font-size:32px}.text-button{border:0;background:transparent;color:var(--purple);font-weight:700;cursor:pointer}.empty-card,.next-card{background:#fff;border-radius:var(--radius);min-height:118px;padding:22px;display:flex;align-items:center;gap:18px;box-shadow:var(--shadow);border:1px solid var(--line)}.empty-star{width:58px;height:58px;border-radius:18px;background:var(--lavender);display:grid;place-items:center;color:var(--purple);font-size:30px}.empty-card strong{font-size:16px}.empty-card p{margin:5px 0 0;color:var(--muted);font-size:13px}.next-card{justify-content:space-between}.next-date{text-align:center;background:var(--night);color:#fff;border-radius:16px;padding:10px 15px;min-width:72px}.next-date b,.next-date small{display:block}.next-date b{font-size:25px}.next-card-main{flex:1}.next-card-main h3{margin:0 0 4px;font-size:18px}.next-card-main p{margin:0;color:var(--muted);font-size:13px}.countdown-badge{display:inline-block;padding:5px 9px;border-radius:999px;background:linear-gradient(135deg,var(--pink),var(--yellow));color:var(--purple-dark);font-size:11px;font-weight:900;white-space:nowrap}.next-card-main .countdown-badge{margin-bottom:6px}.status-badge{display:inline-block;padding:5px 10px;border-radius:999px;background:var(--lavender);color:var(--purple-dark);font-size:11px;font-weight:700}.status-badge.neutral{background:#efedf3;color:#716c7e}.status-badge.applied{background:#e8e3ff;color:#5b49bc}.status-badge.won{background:#f9dfeb;color:#ad3f70}.status-badge.paid,.status-badge.going{background:#d9eee9;color:#267360}.status-badge.lost{background:#f2f0f4;color:#8c8794}.status-badge.done{background:#e3e6ed;color:#565e72}.dashboard-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:18px}.stat-card{display:flex;align-items:center;gap:12px;text-align:left;padding:17px;background:#fff;border:1px solid var(--line);border-radius:18px;cursor:pointer;box-shadow:0 6px 19px rgba(35,29,78,.05)}.stat-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.stat-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;font-weight:900}.lavender{background:var(--lavender)}.pink{background:var(--pink)}.mint{background:var(--mint)}.yellow{background:var(--yellow)}.stat-card b,.stat-card small{display:block}.stat-card b{font-size:19px}.stat-card small{font-size:11px;color:var(--muted)}.stat-card i{margin-left:auto;font-style:normal;color:#aaa}.privacy-note,.notice-card{display:flex;gap:13px;align-items:flex-start;border-radius:18px;padding:17px;margin-top:20px}.privacy-note{background:#eeedf7;color:#5f5a73}.privacy-note span{font-size:21px}.privacy-note p,.notice-card p{margin:0;font-size:12px;line-height:1.7}.round-add{width:46px;height:46px;background:var(--purple);color:#fff;font-size:25px;box-shadow:0 7px 18px rgba(118,100,216,.25)}.page-lead{color:var(--muted);margin:-10px 0 24px}.filter-row{display:flex;gap:9px;overflow:auto;padding-bottom:15px}.chip{white-space:nowrap;border:1px solid var(--line);background:#fff;padding:8px 14px;border-radius:999px;font-size:13px;cursor:pointer}.chip.is-active{background:var(--night);color:#fff;border-color:var(--night)}.card-list{display:grid;gap:14px}.data-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:19px;display:flex;gap:16px;align-items:flex-start;box-shadow:0 5px 18px rgba(35,29,78,.04)}.date-tile{background:var(--lavender);color:var(--purple-dark);border-radius:15px;padding:9px;text-align:center;min-width:62px}.date-tile small,.date-tile b{display:block}.date-tile b{font-size:23px}.data-main{flex:1;min-width:0}.data-main h3{font-size:17px;margin:1px 0 4px}.data-main p{color:var(--muted);font-size:13px;margin:3px 0;white-space:pre-wrap}.data-meta{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}.data-actions{display:flex;gap:3px}.city-divider{display:flex;align-items:baseline;gap:10px;margin:20px 4px 8px}.city-divider:first-child{margin-top:0}.city-divider span{font-family:var(--round);font-size:20px;font-weight:700}.city-divider small{color:var(--muted)}.performance-card{align-items:center}.performance-title{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.performance-title h3{margin:0}.edit-status{min-width:72px;height:42px;border-radius:12px!important;background:var(--purple)!important;color:#fff!important;padding:0 12px!important;font-size:12px!important;font-weight:700;box-shadow:0 5px 14px rgba(57,46,121,.18)}.edit-status:hover{background:var(--purple-dark)!important;transform:translateY(-1px)}.performance-summary{background:var(--bg);border:1px solid var(--line);border-radius:16px;padding:15px;display:grid;gap:3px;margin-bottom:16px}.performance-summary strong{font-size:18px}.performance-summary span{color:var(--muted);font-size:13px}.performance-summary small{color:var(--purple-dark);font-weight:700}.small-action{border:0;background:transparent;color:var(--muted);cursor:pointer;padding:7px;font-size:15px}.item-edit-button{white-space:nowrap;background:var(--lavender);color:var(--purple-dark);border-radius:9px;padding:7px 10px;font-size:11px;font-weight:700}.item-edit-button:hover{background:var(--purple);color:#fff}.trip-icon{width:47px;height:47px;display:grid;place-items:center;border-radius:14px;background:var(--mint);font-size:22px}.price{font-weight:700;color:var(--ink)!important}.progress-card{background:var(--night);color:#fff;border-radius:22px;padding:22px;margin-bottom:18px}.progress-copy{display:flex;justify-content:space-between}.progress-copy span{font-weight:900;color:#d7cffd}.progress-track{height:9px;background:rgba(255,255,255,.15);border-radius:99px;overflow:hidden;margin:13px 0 9px}.progress-track i{display:block;height:100%;width:0;background:linear-gradient(90deg,#bbaeff,#f3c8df);border-radius:99px;transition:width .3s}.progress-card p{margin:0;color:#bbb7c8;font-size:12px}.add-item-banner{width:100%;display:flex;align-items:center;gap:13px;text-align:left;background:#fff;border:1px solid var(--line);border-radius:17px;padding:15px;margin-bottom:14px;cursor:pointer;box-shadow:0 5px 18px rgba(35,29,78,.04)}.add-item-banner>span:first-child{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:var(--lavender);color:var(--purple);font-size:22px;font-weight:700}.add-item-banner>span:nth-child(2){flex:1}.add-item-banner strong,.add-item-banner small{display:block}.add-item-banner small{color:var(--muted);margin-top:2px}.add-item-banner i{font-style:normal;color:var(--muted);font-size:22px}.add-item-banner:hover{border-color:#cbc3f4}.todo-suggestions{background:#fff;border:1px solid var(--line);border-radius:17px;margin-bottom:14px;overflow:hidden}.todo-suggestions summary{list-style:none;display:flex;align-items:center;justify-content:space-between;padding:14px 16px;cursor:pointer}.todo-suggestions summary::-webkit-details-marker{display:none}.todo-suggestions summary strong,.todo-suggestions summary small{display:block}.todo-suggestions summary small{color:var(--muted);font-size:10px;margin-top:2px}.todo-suggestions summary i{font-style:normal;color:var(--purple);transition:transform .2s}.todo-suggestions[open] summary i{transform:rotate(180deg)}#todo-suggestion-list{border-top:1px solid var(--line);padding:14px}.suggestion-group+ .suggestion-group{margin-top:15px}.suggestion-group h3{font-size:13px;margin:0 0 8px;color:var(--purple-dark)}.suggestion-group>div{display:flex;flex-wrap:wrap;gap:7px}.suggestion-group button{display:flex;align-items:center;gap:7px;border:1px solid var(--line);background:var(--bg);border-radius:999px;padding:7px 9px 7px 11px;font-size:11px;cursor:pointer}.suggestion-group button i{font-style:normal;color:var(--purple);font-weight:900}.suggestion-group button:hover:not(:disabled){border-color:var(--purple);background:var(--lavender)}.suggestion-group button:disabled{opacity:.52;cursor:default}.todo-type-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:14px}.todo-type{border:1px solid var(--line);background:#fff;border-radius:15px;padding:12px 8px;font-weight:700;cursor:pointer}.todo-type span{margin-right:5px;color:var(--purple)}.todo-type.is-active{background:var(--night);border-color:var(--night);color:#fff}.check-filters{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:13px}.check-filters label{font-size:11px;color:var(--muted)}.check-filters select{display:block;width:100%;margin-top:4px;border:1px solid var(--line);background:#fff;padding:9px;border-radius:10px}.category-filter{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-bottom:12px}.category-filter label{font-size:12px;color:var(--muted)}.category-filter select{border:1px solid var(--line);background:#fff;padding:8px 12px;border-radius:10px}.checklist{display:grid;gap:17px}.todo-group{display:grid;gap:9px}.todo-group>header{display:flex;align-items:center;gap:8px}.todo-group>header>span{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:var(--lavender);color:var(--purple)}.todo-group>header h2{font-family:var(--round);font-size:19px;margin:0}.todo-group>header small{margin-left:auto;color:var(--muted)}.check-row{background:#fff;border:1px solid var(--line);border-radius:15px;padding:14px;display:flex;align-items:center;gap:12px}.check-row input{position:absolute;opacity:0}.custom-check{width:24px;height:24px;border:2px solid #cdc8db;border-radius:8px;display:grid;place-items:center;flex:none;cursor:pointer}.check-row input:checked+.custom-check{background:var(--purple);border-color:var(--purple);color:#fff}.check-row input:checked+.custom-check:after{content:"✓"}.check-title{flex:1}.check-row input:checked~.check-title{text-decoration:line-through;color:#9d98aa}.check-category{font-size:10px;color:var(--muted);display:block}.due-label{display:inline-block;margin-left:8px;color:#ae4d74;background:var(--pink);border-radius:99px;padding:2px 7px;font-size:10px;font-weight:700}.performance-tools{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:10px}.performance-tools button{border:0;background:var(--lavender);color:var(--purple-dark);border-radius:9px;padding:6px 9px;font-size:11px;font-weight:700;cursor:pointer}.performance-tools span{font-size:10px;color:var(--muted)}.calendar-jumps{display:flex;gap:8px;margin:-8px 0 14px}.calendar-jumps button{border:1px solid var(--line);background:#fff;border-radius:99px;padding:7px 12px;color:var(--purple-dark);font-weight:700;cursor:pointer}.calendar-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:var(--shadow)}.calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.calendar-header h2{font-family:var(--round);margin:0}.calendar-header button{width:38px;height:38px;border:0;border-radius:12px;background:var(--lavender);color:var(--purple);font-size:25px;cursor:pointer}.calendar-weekdays,.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr)}.calendar-weekdays span{text-align:center;color:var(--muted);font-size:11px;padding:5px}.calendar-weekdays span:first-child{color:#d05c7b}.calendar-weekdays span:last-child{color:#5d71c5}.calendar-day{min-height:94px;border:0;border-top:1px solid var(--line);border-left:1px solid var(--line);background:#fff;text-align:left;padding:7px;cursor:pointer;overflow:hidden}.calendar-day:nth-child(7n){border-right:1px solid var(--line)}.calendar-day:nth-last-child(-n+7){border-bottom:1px solid var(--line)}.calendar-day.is-muted{color:#bbb7c5;background:#faf9fc}.calendar-day.is-selected{background:var(--lavender);box-shadow:inset 0 0 0 2px var(--purple)}.calendar-day>span:first-child{font-weight:700}.calendar-day small{display:block;margin-top:4px;font-size:9px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--muted)}.event-dots{display:flex;gap:3px;min-height:7px;margin-top:4px}.event-dots i{width:6px;height:6px;border-radius:50%;background:var(--purple)}.event-dots i.live{background:#eb719b}.event-dots i.packing{background:#4ea891}.event-dots i.ticket{background:#e2a423}.calendar-detail{margin-top:22px}.calendar-event{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:15px;padding:13px}.calendar-event>span{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:var(--lavender);color:var(--purple)}.calendar-event>div{flex:1}.calendar-event small,.calendar-event strong{display:block}.calendar-event small{color:var(--muted);font-size:10px}.calendar-event.live>span{background:var(--pink);color:#ad3f70}.calendar-event.packing>span{background:var(--mint);color:#267360}.notice-card{background:var(--yellow);margin:0 0 18px}.notice-card>span{border:1px solid currentColor;border-radius:50%;width:22px;height:22px;display:grid;place-items:center;font-weight:bold;flex:none}.source-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:20px;margin-bottom:16px;box-shadow:0 5px 18px rgba(35,29,78,.04)}.source-heading{display:flex;gap:12px;align-items:center}.source-heading>span{width:43px;height:43px;border-radius:13px;background:var(--lavender);color:var(--purple);display:grid;place-items:center}.source-heading h2{font-size:17px;margin:0}.source-heading p{font-size:12px;color:var(--muted);margin:2px 0}.external-link{display:flex;justify-content:space-between;background:var(--bg);padding:14px;border-radius:13px;margin-top:15px;color:var(--purple-dark);font-weight:700;text-decoration:none}.schedule-maker-button{display:flex;align-items:center;gap:7px;border:0;border-radius:13px;background:var(--night);color:#fff;padding:11px 15px;font-size:12px;font-weight:700;white-space:nowrap;cursor:pointer;box-shadow:0 6px 17px rgba(23,21,49,.16)}.schedule-maker-button:hover{background:var(--purple-dark);transform:translateY(-1px)}.schedule-maker-button span{color:#d7cffd;font-size:16px}.schedule-modal{width:min(720px,calc(100% - 24px))}.schedule-modal>section{padding:25px}.schedule-performance-fieldset{border:0;padding:0;margin:18px 0}.schedule-performance-fieldset legend{font-size:12px;font-weight:700;color:#59556a;margin-bottom:9px}.schedule-performance-list{display:grid;grid-template-columns:1fr 1fr;gap:8px}.schedule-performance-option{display:flex;align-items:center;gap:10px;background:var(--bg);border:1px solid var(--line);border-radius:13px;padding:11px;cursor:pointer;margin:0!important}.schedule-performance-option:has(input:checked){background:var(--lavender);border-color:var(--purple)}.schedule-performance-option input{width:18px!important;height:18px;margin:0!important;accent-color:var(--purple);flex:none}.schedule-performance-option span{min-width:0}.schedule-performance-option strong,.schedule-performance-option small{display:block}.schedule-performance-option strong{font-size:13px}.schedule-performance-option small{font-size:10px;color:var(--muted);margin-top:2px}.schedule-preview{position:relative;overflow:hidden;min-height:520px;padding:34px;border-radius:25px;background:linear-gradient(155deg,var(--night) 0%,#1d3152 58%,var(--purple-dark) 100%);color:#fff;box-shadow:0 18px 45px rgba(23,21,49,.24)}.schedule-preview:before,.schedule-preview:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.13);pointer-events:none}.schedule-preview:before{width:320px;height:320px;right:-160px;top:-180px;box-shadow:0 0 0 40px rgba(255,255,255,.025),0 0 0 80px rgba(255,255,255,.018)}.schedule-preview:after{width:230px;height:230px;left:-150px;bottom:-130px;box-shadow:0 0 0 34px rgba(255,255,255,.02)}.schedule-preview-inner{position:relative;z-index:1}.schedule-preview-head{text-align:center;margin-bottom:27px}.schedule-preview-kicker{display:block;color:#c9dfff;font-size:10px;font-weight:900;letter-spacing:.2em}.schedule-preview-owner{display:block;color:#fff;font-family:var(--round);font-size:14px;margin-top:13px}.schedule-preview-head h2{font-family:var(--round);font-size:31px;margin:3px 0 6px;letter-spacing:.06em}.schedule-preview-head p{margin:0;color:#b9c6d8;font-size:11px;letter-spacing:.12em}.schedule-preview-list{display:grid;gap:10px}.schedule-preview-live{display:grid;grid-template-columns:58px 1fr;gap:13px;align-items:center;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);border-radius:17px;padding:12px;backdrop-filter:blur(5px)}.schedule-preview-date{display:grid;place-items:center;align-content:center;min-height:56px;border-radius:13px;background:#fff;color:var(--night);line-height:1}.schedule-preview-date small{font-size:10px;font-weight:700;margin-bottom:4px}.schedule-preview-date b{font-size:22px}.schedule-preview-copy{min-width:0}.schedule-preview-copy strong,.schedule-preview-copy span{display:block}.schedule-preview-copy strong{font-family:var(--round);font-size:15px}.schedule-preview-copy span{color:#c5d0df;font-size:10px;margin-top:4px}.schedule-preview-empty{min-height:340px;display:grid;place-items:center;text-align:center;color:#c5d0df}.schedule-preview-empty span{display:block;font-size:35px;margin-bottom:9px}.schedule-preview-empty p{margin:0;font-size:12px;line-height:1.8}.schedule-preview-footer{text-align:center;color:#aebed3;font-size:9px;letter-spacing:.17em;margin-top:23px}.schedule-actions{margin-top:15px}.schedule-actions p{text-align:center;color:var(--muted);font-size:11px}.schedule-modal.is-photo-mode{width:100vw;max-width:none;height:100dvh;max-height:none;margin:0;border-radius:0;background:var(--bg)}.schedule-modal.is-photo-mode::backdrop{background:var(--bg)}.schedule-modal.is-photo-mode>section{width:100%;min-height:100dvh;padding:24px;display:grid;place-items:center}.schedule-modal.is-photo-mode .modal-head,.schedule-modal.is-photo-mode .schedule-editor,.schedule-modal.is-photo-mode .schedule-actions{display:none}.schedule-modal.is-photo-mode .schedule-preview{width:min(680px,100%);min-height:min(760px,calc(100dvh - 48px));display:grid;align-items:center;cursor:pointer}.schedule-preview.is-dense{min-height:0;padding:23px 27px}.schedule-preview.is-dense .schedule-preview-head{margin-bottom:16px}.schedule-preview.is-dense .schedule-preview-owner{margin-top:7px}.schedule-preview.is-dense .schedule-preview-head h2{font-size:26px;margin:1px 0 3px}.schedule-preview.is-dense .schedule-preview-list{gap:7px}.schedule-preview.is-dense .schedule-preview-live{grid-template-columns:50px 1fr;gap:10px;padding:8px 10px;border-radius:14px}.schedule-preview.is-dense .schedule-preview-date{min-height:48px;border-radius:11px}.schedule-preview.is-dense .schedule-preview-date b{font-size:19px}.schedule-preview.is-dense .schedule-preview-copy strong{font-size:13px}.schedule-preview.is-dense .schedule-preview-copy span{font-size:9px;margin-top:2px}.schedule-preview.is-dense .schedule-preview-footer{margin-top:14px}.schedule-modal.is-photo-mode .schedule-preview.is-dense{min-height:0;height:auto}body:has(#schedule-modal[open]) .bottom-nav{display:none}.bottom-nav{position:fixed;z-index:30;bottom:16px;left:50%;transform:translateX(-50%);width:min(620px,calc(100% - 28px));height:72px;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border:1px solid rgba(225,221,235,.9);border-radius:22px;box-shadow:0 13px 40px rgba(32,27,69,.18);display:grid;grid-template-columns:repeat(5,1fr);padding:7px}.nav-item{border:0;background:transparent;color:#8a8698;border-radius:16px;cursor:pointer}.nav-item span,.nav-item small{display:block}.nav-item span{font-size:19px;line-height:1.2}.nav-item small{font-size:10px;margin-top:3px}.nav-item.is-active{color:var(--purple);background:var(--lavender)}.nav-main span{font-weight:900}.app-modal{width:min(520px,calc(100% - 24px));border:0;border-radius:25px;padding:0;box-shadow:0 25px 80px rgba(23,21,49,.3);max-height:90vh}.app-modal::backdrop{background:rgba(23,21,49,.55);backdrop-filter:blur(4px)}.app-modal form,.app-modal>section{padding:25px}.modal-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.modal-head h2{font-family:var(--round);margin:0}.close-button{background:var(--bg);width:38px;height:38px;font-size:22px}.app-modal label{display:block;font-size:12px;font-weight:700;margin:12px 0;color:#59556a}.app-modal input,.app-modal select,.app-modal textarea{width:100%;margin-top:6px;border:1px solid #ddd9e7;border-radius:12px;padding:11px;background:#fbfafd;color:var(--ink)}.app-modal input:focus,.app-modal select:focus,.app-modal textarea:focus{outline:2px solid #cfc6ff;border-color:var(--purple)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.settings-group{border-top:1px solid var(--line);padding:17px 0}.settings-group h3{margin:0 0 7px}.settings-group p{font-size:13px;color:var(--muted);line-height:1.7}.update-group{display:flex;gap:13px;background:var(--lavender);border:0;border-radius:17px;padding:16px;margin-bottom:5px}.settings-icon{width:38px;height:38px;border-radius:12px;background:#fff;color:var(--purple);display:grid;place-items:center;font-size:22px;flex:none}.update-group>div{flex:1}.update-group .primary-button{margin-top:3px}.button-row{display:flex;gap:8px;flex-wrap:wrap}.backup-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}.backup-button{display:grid;grid-template-columns:auto 1fr;text-align:left;column-gap:9px;align-items:center;padding:12px!important}.backup-button>span{grid-row:1/3;width:32px;height:32px;border-radius:10px;background:var(--lavender);color:var(--purple);display:grid;place-items:center;font-size:18px;font-weight:900}.backup-button strong,.backup-button small{display:block}.backup-button strong{font-size:12px}.backup-button small{font-size:9px;color:var(--muted)}.backup-note{font-size:10px!important;background:var(--bg);border-radius:9px;padding:8px;margin-bottom:0}.install-guide summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer}.install-guide summary::-webkit-details-marker{display:none}.install-guide summary h3{margin:0}.install-guide summary i{font-style:normal;color:var(--purple);font-size:18px;transition:transform .2s}.install-guide[open] summary i{transform:rotate(180deg)}.install-guide>p{margin:8px 0 0}.install-steps{list-style:none;margin:11px 0 12px;padding:0;display:grid;gap:9px}.install-steps li{background:var(--bg);border:1px solid var(--line);border-radius:13px;padding:11px 13px;font-size:12px;line-height:1.75;color:#59556a}.install-steps li strong{display:block;color:var(--ink);margin-bottom:2px}.install-note{color:var(--muted);margin-top:9px}.theme-picker{display:grid;grid-template-columns:repeat(6,1fr);gap:7px}.theme-picker button{border:1px solid var(--line);background:#fff;border-radius:12px;padding:8px 3px;cursor:pointer;color:var(--ink)}.theme-picker button i{display:block;width:24px;height:24px;border-radius:50%;margin:0 auto 4px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.08)}.theme-picker button span{font-size:10px}.theme-picker button[data-theme-choice="blue"] i{background:#3e7dcc}.theme-picker button[data-theme-choice="pink"] i{background:#d45f91}.theme-picker button[data-theme-choice="yellow"] i{background:#efba35}.theme-picker button[data-theme-choice="white"] i{background:#fff;border:1px solid #ccc}.theme-picker button[data-theme-choice="purple"] i{background:#7664d8}.theme-picker button[data-theme-choice="red"] i{background:#c94e5c}.theme-picker button.is-active{outline:2px solid var(--purple);background:var(--lavender)}.version-label{color:var(--muted)}.primary-button:disabled{opacity:.65;cursor:wait}.secondary-button{border:1px solid var(--line);background:#fff;border-radius:12px;padding:10px 14px;cursor:pointer}.danger{color:#bd4661;border-color:#f0ccd4}.toast{position:fixed;z-index:100;left:50%;bottom:104px;transform:translate(-50%,20px);background:var(--night);color:#fff;border-radius:999px;padding:11px 18px;font-size:12px;opacity:0;pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:translate(-50%,0)}.empty-list{text-align:center;background:#fff;border:1px dashed #d8d3e3;border-radius:20px;padding:45px 20px;color:var(--muted)}.empty-list span{display:block;font-size:35px;color:var(--purple);margin-bottom:8px}.empty-list p{margin:0;font-size:13px}@media(max-width:760px){.schedule-maker-button{padding:10px 12px}.schedule-maker-button span{display:none}.schedule-performance-list{grid-template-columns:1fr}.schedule-preview{min-height:510px;padding:25px 19px}.schedule-preview-head h2{font-size:27px}.schedule-modal.is-photo-mode>section{padding:12px}.schedule-modal.is-photo-mode .schedule-preview{min-height:calc(100dvh - 24px);border-radius:20px}.schedule-modal.is-photo-mode .schedule-preview.is-dense{min-height:0;padding:20px 17px}.backup-actions{grid-template-columns:1fr}.brand strong{font-size:13px}.calendar-card{padding:10px}.calendar-day{min-height:62px;padding:5px}.calendar-day small{display:none}.check-filters{grid-template-columns:1fr}.todo-type{font-size:12px}.ticket-steps{grid-template-columns:1fr;padding:14px;gap:8px}.ticket-steps>i{display:none}.ticket-steps article{padding:5px}.ticket-steps article>span{width:34px;height:34px}.ticket-steps strong{font-size:15px}.app-header{padding:0 17px;height:64px}main{padding:20px 15px}.hero-card{padding:32px 24px;min-height:340px;border-radius:24px}.hero-card h1{font-size:34px}.star-field i:nth-child(1){right:16%;top:15%}.star-field i:nth-child(3){right:7%;top:36%}.dashboard-grid{grid-template-columns:1fr 1fr}.stat-card{padding:14px;gap:9px}.page-title h1{font-size:28px}.data-card{padding:15px;gap:12px}.bottom-nav{bottom:max(10px,env(safe-area-inset-bottom))}.source-card{padding:16px}.twitter-tweet{max-width:100%!important}.next-card{align-items:flex-start}.next-card .status-badge{display:none}}@media(max-width:390px){.dashboard-grid{gap:9px}.stat-icon{width:36px;height:36px}.stat-card b{font-size:16px}.form-grid{grid-template-columns:1fr}.hero-card{padding:27px 20px}.hero-card h1{font-size:30px}.brand small{display:none}}
