@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";
:root{--bg:#f5f7fc;--ink:#18243e;--muted:#64708a;--blue:#3159e8;--red:#e63d54;--line:#e3e7f0}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{background:var(--bg);color:var(--ink);margin:0;font:16px DM Sans,sans-serif}button,select{font:inherit;color:inherit}button,a,select{touch-action:manipulation}button{cursor:pointer}a{color:inherit}button:focus-visible,a:focus-visible,select:focus-visible{outline:3px solid var(--blue);outline-offset:4px}button:disabled{opacity:.3;cursor:default}header,main{max-width:1280px;margin:auto}header{border-bottom:1px solid var(--line);align-items:center;gap:45px;height:94px;display:flex}.brand{letter-spacing:-1px;align-items:center;font-family:Manrope,sans-serif;font-size:24px;font-weight:800;text-decoration:none;display:flex}.flag{color:var(--red);letter-spacing:-9px;margin-right:20px;font-size:25px}.brand-dot{color:var(--red)}nav{gap:30px;margin-left:auto;display:flex}nav a{color:var(--muted);font-size:15px;font-weight:600;text-decoration:none}nav .active{color:var(--blue)}.saved-nav{border:1px solid var(--line);background:#fff;border-radius:12px;padding:12px 18px}.saved-nav b{background:#eef1fb;border-radius:6px;margin-left:8px;padding:3px 7px;font-size:12px}.intro{justify-content:space-between;align-items:center;gap:20px;padding:44px 0 30px;display:flex}.eyebrow{letter-spacing:1.5px;font-size:12px;font-weight:700}p,h1,h2,h3,h4{margin-top:0}h1,h2,h3,h4{font-family:Manrope,sans-serif}h1{letter-spacing:-2.3px;margin-bottom:12px;font-size:48px;font-weight:800;line-height:1.2}h1 span{color:var(--blue)}.intro .eyebrow{color:var(--muted);margin-bottom:12px}.intro p:last-child{color:var(--muted);margin:0;font-size:18px}.secondary{border:1px solid var(--line);white-space:nowrap;background:#fff;border-radius:12px;padding:14px 18px;font-size:15px}.next-banner{background:var(--blue);color:#fff;border-radius:20px;align-items:center;gap:32px;padding:25px 28px;display:flex;box-shadow:0 8px 25px #3159e819}.next-date{border-right:1px solid #ffffff40;align-items:center;gap:12px;padding-right:30px;display:flex}.next-date>strong{letter-spacing:-3px;font-family:Manrope;font-size:60px;font-weight:700;line-height:1}.next-date>div{flex-direction:column;gap:5px;display:flex}.next-date div span:first-child{font-size:20px;font-weight:600}.next-date div span:last-child{color:#e1e7ff;font-size:13px}.next-info .eyebrow{color:#dbe3ff;font-size:10px}.next-info h2{letter-spacing:-.5px;margin:7px 0 0;font-size:23px}.countdown{white-space:nowrap;margin-left:auto;font-size:18px;font-weight:600}.banner-button{color:var(--blue);white-space:nowrap;background:#fff;border:0;border-radius:10px;padding:13px 18px;font-weight:700}.calendar-section{padding:38px 0 42px}.section-heading{justify-content:space-between;align-items:center;gap:15px;margin-bottom:22px;display:flex}.section-heading h2{letter-spacing:-.8px;margin:0;font-size:26px}.section-heading h2 span{color:var(--muted);font-weight:500}.hint{color:var(--muted);font-size:14px}.hint i,.legend i{background:var(--red);border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-block}.month-tabs{grid-template-columns:repeat(12,1fr);gap:8px;margin-bottom:20px;display:grid}.month-tabs button{color:var(--muted);background:0 0;border:1px solid #0000;border-radius:10px;padding:11px 0;font-size:15px;font-weight:600;transition:background .15s,color .15s}.month-tabs button:hover{background:#e8ecfa}.month-tabs button[aria-pressed=true]{background:var(--ink);color:#fff}.calendar-layout{grid-template-columns:minmax(0,1fr) 300px;gap:24px;display:grid}.calendar-box{border:1px solid var(--line);background:#fff;border-radius:20px;padding:26px}.calendar-toolbar{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.calendar-toolbar h3{letter-spacing:-.7px;margin:0;font-size:25px}.calendar-toolbar button{border:1px solid var(--line);background:#fff;border-radius:10px;width:42px;height:42px;margin-left:8px;font-size:20px}.weekdays,.calendar-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:7px;display:grid}.weekdays{color:var(--muted);text-align:center;margin-bottom:12px;font-size:11px;font-weight:700}.weekdays span:nth-last-child(-n+2){color:#9b6c77}.calendar-grid button,.calendar-grid>span{text-align:left;background:#fff;border:1px solid #edf0f6;border-radius:11px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:5px;min-height:76px;padding:10px 12px;transition:background .15s,transform .15s,box-shadow .15s;display:flex;position:relative}.calendar-grid>span{border-color:#0000}.calendar-grid button .day-number{font-size:22px;font-weight:600;line-height:1.15}.calendar-grid button .day-label{color:var(--red);overflow-wrap:anywhere;max-width:100%;font-size:10px;font-weight:600;line-height:1.2}.calendar-grid .weekend{color:#8b93a7;background:#f7f8fc}.calendar-grid .holiday{color:var(--red);background:#fff0f3;border-color:#f5c3cd}.calendar-grid button:hover{background:#edf1ff;transform:translateY(-2px);box-shadow:0 5px 12px #243b7112}.calendar-grid .holiday:hover{background:#ffe2e8}.calendar-grid button.selected{background:var(--red);color:#fff;border-color:var(--red);box-shadow:0 4px 12px #e63d5440}.calendar-grid button.selected .day-label{color:#fff}.calendar-grid .today .day-number{outline:2px solid var(--blue);outline-offset:3px;border-radius:4px}.legend{color:var(--muted);flex-wrap:wrap;align-items:center;gap:18px;margin-top:20px;font-size:12px;display:flex}.legend span:last-child{color:var(--blue);margin-left:auto}.holiday-panel{padding:20px 0}.panel-heading .eyebrow{color:var(--muted);font-size:11px}.panel-heading h3{margin:7px 0 20px;font-size:24px}.holiday-row{border:1px solid var(--line);text-align:left;background:#fff;border-radius:14px;align-items:center;gap:14px;width:100%;margin-bottom:12px;padding:16px;transition:transform .15s,box-shadow .15s;display:flex}.holiday-row:hover{transform:translateY(-2px);box-shadow:0 8px 20px #243b7110}.holiday-row .date-tile{color:var(--red);text-align:center;background:#fff0f3;border-radius:9px;padding:8px 12px}.date-tile b{font-size:26px;line-height:1.1;display:block}.date-tile span{text-transform:uppercase;font-size:11px}.holiday-row h4{margin:0 0 5px;font-size:16px;line-height:1.4}.holiday-row p{color:var(--muted);margin:0;font-size:13px}.row-arrow{color:var(--red);margin-left:auto}.mini-tip{background:#e9edfd;border-radius:16px;margin-top:28px;padding:22px}.tip-icon{color:var(--blue);font-size:28px}.mini-tip h4{margin:14px 0 10px;font-size:19px;line-height:1.4}.mini-tip p{color:var(--muted);font-size:15px;line-height:1.6}.mini-tip a{color:var(--blue);font-size:14px;font-weight:700;text-decoration:none}.empty{color:var(--muted);font-size:16px;line-height:1.6}.planner{background:#e9edfd;border-radius:20px;grid-template-columns:1fr 1fr;gap:50px;margin-bottom:35px;padding:36px;display:grid}.planner-intro .eyebrow{color:var(--blue);font-size:11px}.planner h2{letter-spacing:-1.3px;margin:16px 0 26px;font-size:35px;line-height:1.25}.planner h2 span{color:var(--blue)}.planner label{margin-bottom:10px;font-size:15px;font-weight:500;display:block}.planner select{background:#fff;border:1px solid #bec9ed;border-radius:10px;min-width:180px;padding:12px 16px}.fine-print{color:var(--muted);margin:14px 0 0;font-size:13px;line-height:1.7}.planner-result{background:#fff;border-radius:15px;padding:24px}.planner-result .eyebrow{color:var(--muted);font-size:11px}.planner-result h3{letter-spacing:-.8px;margin:12px 0 18px;font-size:25px;line-height:1.4}.bridge-days{gap:8px;display:flex}.bridge-day{text-align:center;background:#f0f2f8;border-radius:10px;flex:1;min-width:0;padding:12px 4px}.bridge-day.official{color:#b92440;background:#ffedf1}.bridge-day.vacation{border:1px dashed var(--blue);color:var(--blue);background:#edf0ff}.bridge-day span{font-size:12px;display:block}.bridge-day strong{margin:5px 0;font-size:27px;display:block}.bridge-day small{font-size:10px}.planner-result>p{color:var(--muted);margin:18px 0;font-size:14px;line-height:1.7}.primary{background:var(--blue);color:#fff;border:0;border-radius:10px;width:100%;padding:15px 20px;font-size:16px;font-weight:600;transition:background .15s}.primary:hover{background:#2345c8}footer{color:var(--muted);justify-content:space-between;gap:20px;padding:25px 0 35px;font-size:13px;display:flex}footer>span:first-child{color:var(--ink);font-weight:600}dialog{width:min(520px,100vw - 32px);max-height:90dvh;color:var(--ink);background:#fff;border:0;border-radius:24px;padding:0;box-shadow:0 30px 100px #14244d40}dialog::backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#14244470}dialog[open]{animation:.2s ease-out appear}.close-button{width:40px;height:40px;color:var(--ink);z-index:1;background:#fff;border:0;border-radius:50%;font-size:20px;position:absolute;top:18px;right:18px}.detail-top{color:#c32f49;background:#ffedf1;padding:34px 32px 26px}.detail-top .eyebrow{font-size:11px}.detail-top p{letter-spacing:-1px;margin:14px 0 0;font-family:Manrope;font-size:29px;font-weight:700}.detail-body{padding:28px 32px}.detail-body h2{letter-spacing:-.9px;margin-bottom:15px;font-size:29px;line-height:1.25}.detail-body>p{color:var(--muted);font-size:17px;line-height:1.7}.detail-facts{grid-template-columns:1fr 1fr;gap:16px;margin:25px 0;display:grid}.detail-facts>div{background:var(--bg);border-radius:12px;padding:16px}.detail-facts span{color:var(--muted);margin-bottom:8px;font-size:12px;display:block}.detail-facts strong{font-size:16px;line-height:1.5;display:block}.detail-body>a{text-align:center;color:var(--muted);margin-top:18px;font-size:13px;display:block}#saved-dialog{padding:30px}.dialog-top h2{margin-bottom:25px;font-size:27px}.saved-item{border-top:1px solid var(--line);padding:18px 0}.saved-item h3{font-size:20px}.saved-item p{color:var(--muted);font-size:15px;line-height:1.6}.saved-item button{color:#c32f49;background:#fff0f3;border:0;border-radius:8px;padding:10px 14px}#toast{background:var(--ink);color:#fff;opacity:0;pointer-events:none;z-index:5;border-radius:12px;padding:14px 22px;font-size:15px;transition:opacity .2s;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}#toast.visible{opacity:1}@keyframes appear{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1380px){header,main{margin-left:5%;margin-right:5%}.next-banner{gap:22px}.next-date{padding-right:22px}.next-info h2{font-size:21px}}@media (max-width:1000px){h1{font-size:38px}.calendar-layout{grid-template-columns:minmax(0,1fr) 250px;gap:18px}.calendar-box{padding:20px}.calendar-grid button,.calendar-grid>span{min-height:70px;padding:8px}.next-banner{flex-wrap:wrap}.next-date{border:0}.next-info{flex:1}.countdown{margin-left:0}.planner{gap:25px;padding:28px}.planner h2{font-size:30px}.holiday-row{gap:10px;padding:12px}.holiday-row h4{font-size:14px}.calendar-grid button .day-label{font-size:9px}}@media (max-width:760px){header{gap:15px;height:78px}.brand{font-size:21px}nav{display:none}.saved-nav{margin-left:auto;padding:10px 12px;font-size:13px}.intro{padding:28px 0 24px;display:block}h1{letter-spacing:-1.7px;max-width:500px;font-size:39px}.intro p:last-child{font-size:16px}.intro .secondary{margin-top:18px;padding:10px 14px;font-size:13px}.next-banner{border-radius:16px;gap:18px;padding:20px}.next-date>strong{font-size:47px}.next-date>div span:first-child{font-size:17px}.next-date>div span:last-child{font-size:11px}.next-info h2{font-size:19px}.next-info .eyebrow{font-size:9px}.countdown{flex:1;font-size:16px}.banner-button{padding:10px 13px;font-size:13px}.calendar-section{padding-top:28px}.section-heading{margin-bottom:16px;display:block}.section-heading h2{margin-bottom:10px;font-size:24px}.hint{font-size:12px}.month-tabs{grid-template-columns:repeat(6,1fr);gap:3px;margin-bottom:15px}.month-tabs button{padding:10px 0;font-size:13px}.calendar-layout{grid-template-columns:1fr}.calendar-box{border-radius:16px;padding:18px 12px}.calendar-toolbar{margin-bottom:20px;padding:0 5px}.calendar-toolbar h3{font-size:23px}.calendar-grid,.weekdays{gap:4px}.calendar-grid button,.calendar-grid>span{border-radius:8px;min-height:61px;padding:8px 5px}.calendar-grid button .day-number{font-size:21px}.calendar-grid button .day-label{font-size:8px;line-height:1.2}.weekdays{font-size:9px}.legend{gap:12px;padding:0 4px;font-size:10px}.legend span:last-child{margin-left:0}.holiday-panel{padding:8px 0 0}.panel-heading{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.panel-heading h3{order:-1;margin:0;font-size:18px}.holiday-row{padding:14px}.holiday-row h4{font-size:17px}.mini-tip{display:none}.planner{grid-template-columns:1fr;gap:22px;padding:24px 18px}.planner h2{margin:13px 0 20px;font-size:31px}.planner-intro .eyebrow{font-size:10px}.planner-result{padding:20px 16px}.planner-result h3{font-size:24px}.bridge-days{gap:5px}.bridge-day small{font-size:9px}footer{flex-direction:column;gap:10px;padding-top:0}.detail-body{padding:24px}.detail-top{padding:30px 24px 24px}.detail-top p{font-size:27px}.detail-body h2{font-size:28px}.detail-body>p{font-size:16px}.detail-facts{gap:10px}.detail-facts>div{padding:13px}.detail-facts strong{font-size:14px}#toast{text-align:center;width:90%}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}}.holiday-row strong{font-size:16px;line-height:1.4;display:block}.row-weekday{color:var(--muted);margin-top:5px;font-size:13px;display:block}body:has(dialog[open]){overflow:hidden}.month-tabs button{text-transform:capitalize}.quick-answers{grid-template-columns:1fr 1.5fr;gap:60px;padding:25px 0 50px;display:grid}.answers-heading{padding-top:20px}.answers-heading .eyebrow{color:var(--blue);font-size:11px}.answers-heading h2{letter-spacing:-1px;margin:12px 0;font-size:30px}.answers-heading p{color:var(--muted);font-size:16px;line-height:1.6}.answers-list details{border-bottom:1px solid var(--line)}.answers-list summary{cursor:pointer;justify-content:space-between;align-items:center;gap:18px;padding:22px 0;font-size:17px;font-weight:600;line-height:1.5;list-style:none;display:flex}.answers-list summary::-webkit-details-marker{display:none}.answers-list summary:after{content:"+";color:var(--blue);flex-shrink:0;font-size:24px;font-weight:400}.answers-list details[open] summary:after{content:"−"}.answers-list p{color:var(--muted);margin:0 0 22px;font-size:16px;line-height:1.8}.answers-list strong{color:var(--ink);font-weight:600}.answers-list summary:focus-visible{outline:3px solid var(--blue);outline-offset:4px}@media (max-width:760px){.quick-answers{grid-template-columns:1fr;gap:8px;padding:0 0 38px}.answers-heading h2{font-size:28px}.answers-list summary{padding:18px 0;font-size:16px}.answers-list p{font-size:16px}}.calendar-grid button.selected:not(.holiday){background:var(--blue);border-color:var(--blue);color:#fff;box-shadow:0 4px 12px #3159e830}#holiday-dialog.regular-day .detail-top{color:#294ac2;background:#edf1ff}.next-banner{background:#cc2847;gap:24px;box-shadow:0 8px 25px #cc284719}.holiday-slide{flex:1;align-items:center;gap:28px;min-width:0;display:flex}.holiday-slide .next-info{min-width:0}.next-banner .next-info .eyebrow,.next-banner .next-date div span:last-child{color:#ffe5eb}.holiday-controls{flex-shrink:0;align-items:center;gap:10px;display:flex}.next-banner .banner-button{color:#b61f3c}.holiday-arrow{color:#fff;background:#ffffff12;border:1px solid #ffffff70;border-radius:10px;width:42px;height:44px;font-size:23px}.holiday-arrow:hover:not(:disabled){background:#ffffff30}.next-banner button:focus-visible{outline-color:#fff}.holiday-slide .countdown{font-size:16px}@media (max-width:1100px){.next-banner{flex-wrap:wrap}.holiday-slide{flex-basis:100%}.holiday-controls{margin-left:auto}}@media (max-width:760px){.holiday-slide{flex-wrap:wrap;gap:16px}.holiday-slide .next-date{padding-right:0}.holiday-slide .next-info{flex:1;min-width:130px}.holiday-slide .countdown{flex-basis:100%}.holiday-controls{width:100%;margin:0}.holiday-controls .banner-button{flex:1;min-height:44px}.holiday-slide .next-info h2{font-size:19px}.next-banner{gap:16px}}.holiday-controls{gap:12px}.holiday-arrow{color:#b61f3c;background:#fff;border:2px solid #fff;flex-shrink:0;width:54px;height:54px;font-size:30px;font-weight:700;transition:transform .18s,box-shadow .18s,background .18s;box-shadow:0 4px 10px #790f2830}.holiday-arrow:hover:not(:disabled){background:#fff0f3;transform:translateY(-3px);box-shadow:0 8px 18px #790f2845}.holiday-arrow:active:not(:disabled){transform:translateY(0)scale(.94)}.holiday-arrow:focus-visible{outline-offset:5px;outline:3px solid #fff;box-shadow:0 0 0 3px #9a1731}.holiday-arrow:disabled{color:#ffffff80;opacity:1;box-shadow:none;background:#ffffff18;border-color:#ffffff40}.holiday-slide .countdown{color:#702211;background:#fff0c7;border:1px solid #ffe7a0;border-radius:12px;flex-shrink:0;padding:13px 18px;font-size:22px;font-weight:700;line-height:1.3;box-shadow:0 3px 10px #790f281a}@media (max-width:760px){.holiday-slide .countdown{flex-grow:0;flex-basis:auto;padding:10px 15px;font-size:20px}.holiday-controls .banner-button{min-height:54px}.holiday-arrow{width:54px;height:54px}}@media (prefers-reduced-motion:reduce){.holiday-arrow{transition:none}.holiday-arrow:hover:not(:disabled),.holiday-arrow:active:not(:disabled){transform:none}}.plan-navigation{justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;display:flex}.plan-arrow{background:var(--blue);color:#fff;border:0;border-radius:12px;width:48px;height:48px;font-size:25px;transition:transform .18s;box-shadow:0 4px 10px #3159e825}.plan-arrow:hover:not(:disabled){transform:translateY(-2px)}.plan-arrow:disabled{color:#8590a7;opacity:1;box-shadow:none;background:#edf0f7}#plan-position{color:var(--muted);font-size:14px;font-weight:600}.planner-result .bridge-days{grid-template-columns:repeat(auto-fit,minmax(62px,1fr));gap:8px;display:grid}.planner-result .bridge-day{min-width:0}.planner-result .bridge-day small{font-size:10px}@media (prefers-reduced-motion:reduce){.plan-arrow:hover:not(:disabled){transform:none}}.planner-month-picker{margin:0 0 24px}.planner-month-label{margin-bottom:10px;font-size:15px;font-weight:500;display:block}.planner-month-picker .month-tabs{grid-template-columns:repeat(6,minmax(0,1fr));gap:6px;margin:0}.planner-month-picker .month-tabs button{background:#ffffff80;border:1px solid #d6ddf3;min-height:44px;padding:10px 2px;font-size:14px}.planner-month-picker .month-tabs button:hover{background:#fff}.planner-month-picker .month-tabs button[aria-pressed=true]{background:var(--blue);border-color:var(--blue);color:#fff}#agenda-month{color:var(--blue);vertical-align:middle;text-transform:capitalize;background:#e9edfd;border-radius:8px;margin-left:8px;padding:5px 9px;font-size:14px;font-weight:600;display:inline-block}.year-toolbar{flex-wrap:wrap;align-items:center;gap:16px;margin:0 0 20px;display:flex}.year-toolbar label{font-size:18px;font-weight:600}.year-toolbar select{font:inherit;border:1px solid var(--line);background:#fff;border-radius:10px;margin-left:6px;padding:10px 14px}.year-toolbar .secondary{cursor:pointer;margin-left:auto}#year-status{color:var(--muted);font-size:14px}#year-faq[hidden]{display:none}@media (max-width:760px){.year-toolbar .secondary{margin-left:0}}.answers-heading .answers-tagline{color:var(--ink);margin-top:20px;font-size:14px;font-weight:600}.site-footer{border-top:1px solid var(--line);align-items:flex-start;gap:30px;max-width:1280px;margin:20px auto 0;padding:28px 0 35px;display:flex}.site-footer nav{flex-wrap:wrap;justify-content:flex-end;gap:15px 24px;display:flex}.site-footer nav a{font-size:14px}.site-footer .brand{font-size:21px}.back-calendar{margin-left:auto;font-size:15px}.info-page{max-width:800px;padding:50px 0}.info-page h1{margin:15px 0 28px;font-size:40px}.info-page h2{margin:30px 0 12px;font-size:23px}.info-page p{color:var(--muted);font-size:17px;line-height:1.85}.info-page a{color:var(--blue)}.draft-notice{background:#fff9e9;border:1px solid #e7d5a4;border-radius:12px;padding:18px 22px;line-height:1.7;font-size:15px!important}.draft-notice p{margin:10px 0 0;font-size:15px}.info-page .answers-list{margin-top:25px}@media (max-width:1380px){.site-footer{margin-left:5%;margin-right:5%}.info-page{margin-left:auto;margin-right:auto;padding-left:5%;padding-right:5%}}@media (max-width:760px){.site-footer{flex-direction:column;gap:20px}.site-footer nav{justify-content:flex-start;gap:16px;margin-left:0;display:flex}.info-page h1{font-size:32px}.back-calendar{font-size:13px}}body{flex-direction:column;min-height:100dvh;display:flex}body>header{flex-shrink:0}body>main{flex:1 0 auto}body>.site-footer{flex-shrink:0}body>header,body>main,body>.site-footer{width:90%;max-width:1280px;margin-left:auto;margin-right:auto}.ad-slot-demo{flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:126px;margin:0 0 36px;padding:14px 0;display:flex}.ad-slot-demo__label{letter-spacing:1.5px;color:#8791a7;font-size:10px;font-weight:700;line-height:1}.ad-slot-demo__frame{color:#56627b;text-align:center;background:repeating-linear-gradient(135deg,#fff 0 12px,#f1f3f8 12px 24px);border:1px dashed #aeb8cc;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:min(970px,100%);height:90px;display:flex}.ad-slot-demo__frame strong{font-size:14px}.ad-slot-demo__frame span{color:#7a8499;font-size:12px}@media (max-width:760px){.ad-slot-demo{min-height:144px;margin-bottom:28px;padding:12px 0}.ad-slot-demo__frame{flex-direction:column;gap:5px;width:min(320px,100%);height:100px}.ad-slot-demo__frame strong{font-size:13px}.ad-slot-demo__frame span{font-size:11px}}body>main.info-page{box-sizing:border-box;max-width:800px}.ad-rail-demo{display:none}@media (min-width:1600px){.ad-rail-demo{z-index:0;flex-direction:column;align-items:center;gap:8px;width:120px;display:flex;position:fixed;top:116px;right:0}.ad-rail-demo__frame{color:#56627b;text-align:center;background:repeating-linear-gradient(135deg,#fff 0 12px,#f1f3f8 12px 24px);border:1px dashed #aeb8cc;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:120px;height:600px;display:flex}.ad-rail-demo__frame strong{font-size:13px;line-height:1.45}.ad-rail-demo__frame span,.ad-rail-demo__frame small{color:#7a8499;font-size:10px;line-height:1.45}}#holiday-dialog{width:min(620px,100vw - 32px)}#holiday-dialog .detail-top{padding:38px 40px 30px}#holiday-dialog .detail-top p{font-size:31px}#holiday-dialog .detail-body{padding:34px 40px 38px}#holiday-dialog .detail-body h2{font-size:31px}#holiday-dialog .detail-body>p{font-size:18px;line-height:1.75}#holiday-dialog .detail-facts{margin-bottom:0}@media (max-width:760px){#holiday-dialog .detail-top{padding:30px 24px 24px}#holiday-dialog .detail-top p{font-size:27px}#holiday-dialog .detail-body{padding:24px}#holiday-dialog .detail-body h2{font-size:28px}#holiday-dialog .detail-body>p{font-size:16px}}.ad-space{min-height:126px;margin:0 0 36px}.hero-ad-space,.ad-rail-space{display:none}@media (min-width:1200px){.hero-ad-space{flex:0 468px;width:min(468px,42%);height:90px;display:block}}@media (min-width:1600px){.ad-rail-space{width:120px;height:600px;display:block;position:fixed;top:116px;right:0}}@media (max-width:760px){.ad-space{min-height:100px;margin-bottom:28px}}.holiday-page{max-width:800px;padding:60px 0}.holiday-page h1{margin:14px 0}.holiday-page-date{text-transform:capitalize;font:600 22px Manrope,sans-serif}.holiday-page section{border:1px solid var(--line);background:#fff;border-radius:18px;margin:34px 0;padding:28px}.holiday-page section h2{font-size:24px}.holiday-page section p,.holiday-page-note{color:var(--muted);font-size:17px;line-height:1.8}.holiday-page-back{color:var(--blue);margin-top:18px;font-weight:700;text-decoration:none;display:inline-block}@media (max-width:1380px){.holiday-page{padding-left:5%;padding-right:5%}}@media (max-width:760px){.holiday-page{padding-top:38px}.holiday-page h1{font-size:36px}.holiday-page section{padding:22px}}.intro-copy{min-width:0}.hero-ad-demo{display:none}@media (min-width:1200px){.hero-ad-demo{flex-direction:column;flex:0 468px;align-items:center;gap:8px;width:min(468px,42%);display:flex}.hero-ad-demo__frame{color:#56627b;text-align:center;background:repeating-linear-gradient(135deg,#fff 0 12px,#f1f3f8 12px 24px);border:1px dashed #aeb8cc;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;height:90px;display:flex}.hero-ad-demo__frame strong{font-size:13px}.hero-ad-demo__frame span{color:#7a8499;font-size:11px}}
