body.theme-maestro{--m-bg:#0a0a0c;--m-surface:#141418;--m-surface-2:#1c1c22;--m-line:#2a2a32;--m-text:#f5f5f7;--m-text-dim:#a1a1aa;--m-text-muted:#71717a;--m-accent:#ed1c24;--m-gold:#fbbf24;--m-radius:14px;--m-radius-sm:8px;background:var(--m-bg);color:var(--m-text);font-family:var(--font-geist-sans), system-ui, sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.theme-maestro *{box-sizing:border-box}body.theme-maestro a{color:inherit;text-decoration:none}.maestro-header{z-index:60;-webkit-backdrop-filter:blur();background:#0a0a0c00;border-bottom:1px solid #0000;padding:18px 0;transition:padding .35s cubic-bezier(.22,1,.36,1),background .35s,-webkit-backdrop-filter .35s,backdrop-filter .35s,border-color .35s;position:fixed;top:0;left:0;right:0}.maestro-header[data-scrolled=true]{-webkit-backdrop-filter:blur(18px)saturate(150%);border-bottom-color:var(--m-line);background:#0a0a0cc7;padding:8px 0}.maestro-header-inner{align-items:center;gap:32px;max-width:1280px;margin:0 auto;padding:0 28px;display:flex}.maestro-logo{flex-shrink:0;align-items:center;gap:10px;display:flex}.maestro-logo-mark{background:var(--m-accent);color:#fff;border-radius:4px;padding:4px 8px;font-size:16px;font-weight:900;line-height:1}.maestro-logo-word{flex-direction:column;gap:1px;line-height:1;display:flex}.maestro-logo-tourism{letter-spacing:.08em;color:var(--m-text-dim);font-size:11px;font-weight:500}.maestro-logo-today{letter-spacing:.06em;font-size:14px;font-weight:800}.maestro-nav{flex:1;align-items:center;gap:4px;display:flex}.maestro-nav-link{color:var(--m-text-dim);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:8px 14px;font-size:14px;font-weight:500;transition:color .25s,background .25s}.maestro-nav-link:hover{color:var(--m-text);background:#ffffff0f}.maestro-dropdown{position:relative}.maestro-dropdown-panel{background:var(--m-surface);border:1px solid var(--m-line);border-radius:var(--m-radius-sm);opacity:0;pointer-events:none;min-width:220px;padding:8px;transition:opacity .2s,transform .2s;position:absolute;top:calc(100% + 8px);left:0;transform:translateY(-6px);box-shadow:0 12px 32px #0006}.maestro-dropdown.is-open .maestro-dropdown-panel{opacity:1;pointer-events:auto;transform:translateY(0)}.maestro-dropdown-panel ul{margin:0;padding:0;list-style:none}.maestro-dropdown-panel a{color:var(--m-text-dim);border-radius:4px;padding:8px 12px;font-size:13px;transition:background .2s,color .2s;display:block}.maestro-dropdown-panel a:hover{color:var(--m-text);background:#ffffff0d}.maestro-header-right{flex-shrink:0;align-items:center;gap:18px;display:flex}.maestro-date{color:var(--m-text-muted);letter-spacing:.02em;font-size:12px;font-weight:500}.maestro-cta{background:var(--m-accent);color:#fff;cursor:pointer;will-change:transform;border-radius:999px;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:600;transition:background .25s;display:inline-flex}.maestro-cta:hover{background:#ff2530}.maestro-cta-arrow{font-size:16px;line-height:1}body.theme-maestro .maestro-header-spacer{height:88px}.maestro-hero{background:#000;width:100%;height:100vh;min-height:600px;max-height:900px;position:relative;overflow:hidden}.maestro-hero-slide{color:inherit;display:block;position:absolute;inset:0}.maestro-hero-bg{will-change:transform;background-position:50%;background-size:cover;position:absolute;inset:0}.maestro-hero-gradient{background:linear-gradient(#0a0a0c4d 0%,#0a0a0c8c 60%,#0a0a0cf2 100%);position:absolute;inset:0}.maestro-hero-content{max-width:1100px;padding:0 7vw;position:absolute;bottom:12vh;left:0;right:0}.maestro-hero-cat{background:var(--m-accent);color:#fff;letter-spacing:.08em;text-transform:uppercase;border-radius:2px;margin-bottom:24px;padding:6px 14px;font-size:12px;font-weight:700;display:inline-block}.maestro-hero-title{letter-spacing:-.02em;color:#fff;margin:0 0 28px;font-size:clamp(2.2rem,5.5vw,5rem);font-weight:800;line-height:1.05}.maestro-hero-title .word{display:inline-block}.maestro-hero-cta-row{align-items:center;display:flex}.maestro-hero-cta{-webkit-backdrop-filter:blur(8px);background:#ffffff0f;border:1px solid #ffffff40;border-radius:999px;align-items:center;gap:10px;padding:14px 28px;font-size:15px;font-weight:600;transition:background .3s,border-color .3s,transform .3s;display:inline-flex}.maestro-hero-cta:hover{background:#ffffff29;border-color:#fff6}.maestro-hero-indicator{z-index:4;flex-direction:column;gap:12px;display:flex;position:absolute;top:50%;right:32px;transform:translateY(-50%)}.maestro-hero-dot{background:#ffffff40;border-radius:2px;width:3px;height:22px;transition:background .4s,height .4s}.maestro-hero-dot.is-active{background:#fff;height:36px}.maestro-hero-scroll-cue{color:#fff9;letter-spacing:.3em;z-index:4;flex-direction:column;align-items:center;gap:10px;font-size:10px;font-weight:600;display:flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.maestro-hero-scroll-cue .line{background:#fff6;width:1px;height:36px;animation:2s ease-in-out infinite maestroScrollPulse}@keyframes maestroScrollPulse{0%,to{transform-origin:top;opacity:.4;transform:scaleY(1)}50%{transform-origin:top;opacity:1;transform:scaleY(.4)}}.maestro-spotlight{grid-template-columns:1fr;gap:16px;max-width:1400px;margin:0 auto;padding:24px 4vw;display:grid}@media (min-width:1024px){.maestro-spotlight{grid-template-columns:2fr 1fr}}.maestro-spot-main{aspect-ratio:16/10;border-radius:var(--m-radius);background:#000;display:block;position:relative;overflow:hidden}.maestro-spot-img{background-position:50%;background-size:cover;transition:transform .6s;position:absolute;inset:0}.maestro-spot-main:hover .maestro-spot-img{transform:scale(1.04)}.maestro-spot-overlay{background:linear-gradient(#0000 40%,#000000d9 100%);position:absolute;inset:0}.maestro-spot-content{color:#fff;padding:32px;position:absolute;bottom:0;left:0;right:0}.maestro-spot-cat{background:var(--m-accent);letter-spacing:.08em;text-transform:uppercase;border-radius:2px;margin-bottom:14px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-block}.maestro-spot-title{margin:0;font-size:clamp(1.4rem,2.5vw,2.4rem);font-weight:800;line-height:1.15}.maestro-spot-sides{flex-direction:column;gap:12px;display:flex}.maestro-spot-side{background:var(--m-surface);border:1px solid var(--m-line);border-radius:var(--m-radius-sm);grid-template-columns:100px 1fr;align-items:center;gap:14px;padding:12px;transition:background .3s,border-color .3s,transform .3s;display:grid}.maestro-spot-side:hover{background:var(--m-surface-2);border-color:#ed1c2466;transform:translate(4px)}.maestro-spot-side-img{background-position:50%;background-size:cover;border-radius:4px;width:100px;height:70px}.maestro-spot-side-cat{color:var(--m-accent);letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px;font-size:10px;font-weight:700;display:inline-block}.maestro-spot-side-body h3{color:var(--m-text);margin:0;font-size:14px;font-weight:600;line-height:1.3}.maestro-feat{max-width:1400px;margin:0 auto;padding:80px 4vw}.maestro-feat-header{max-width:700px;margin-bottom:48px}.maestro-feat-eyebrow{letter-spacing:.2em;color:var(--m-accent);text-transform:uppercase;margin-bottom:14px;font-size:11px;font-weight:700;display:inline-block}.maestro-feat-title{letter-spacing:-.02em;margin:0;font-size:clamp(1.8rem,3.5vw,3.2rem);font-weight:800;line-height:1.1}.maestro-feat-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}.maestro-feat-card{background:var(--m-surface);border:1px solid var(--m-line);border-radius:var(--m-radius);will-change:transform;transform-style:preserve-3d;transition:border-color .4s,background .4s;display:block;overflow:hidden}.maestro-feat-card:hover{background:var(--m-surface-2);border-color:#ed1c2466}.maestro-feat-img{aspect-ratio:16/10;background-position:50%;background-size:cover;position:relative;overflow:hidden}.maestro-feat-img-overlay{opacity:0;background:linear-gradient(#0000 50%,#0006 100%);transition:opacity .4s;position:absolute;inset:0}.maestro-feat-card:hover .maestro-feat-img-overlay{opacity:1}.maestro-feat-body{padding:22px}.maestro-feat-cat{color:var(--m-accent);letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px;font-size:10px;font-weight:700;display:inline-block}.maestro-feat-card-title{color:var(--m-text);margin:0 0 10px;font-size:18px;font-weight:700;line-height:1.3}.maestro-feat-excerpt{color:var(--m-text-dim);margin:0;font-size:13px;line-height:1.5}.maestro-bento{max-width:1400px;margin:0 auto;padding:80px 4vw}.maestro-bento-grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:180px;gap:16px;display:grid}.maestro-bento-cell{border-radius:var(--m-radius);background:var(--m-surface);transition:transform .4s;display:block;position:relative;overflow:hidden}.maestro-bento-cell:hover{transform:translateY(-4px)}.maestro-bento-cell-0{grid-area:span 2/span 2}.maestro-bento-cell-1{grid-column:span 2}.maestro-bento-cell-2,.maestro-bento-cell-3{grid-column:span 1}.maestro-bento-cell-4{grid-column:span 2}@media (max-width:768px){.maestro-bento-grid{grid-template-columns:repeat(2,1fr)}.maestro-bento-cell-0,.maestro-bento-cell-1,.maestro-bento-cell-4{grid-column:span 2}}.maestro-bento-img{background-position:50%;background-size:cover;transition:transform .6s;position:absolute;inset:0}.maestro-bento-cell:hover .maestro-bento-img{transform:scale(1.08)}.maestro-bento-overlay{background:linear-gradient(#0000 40%,#000000d9 100%);position:absolute;inset:0}.maestro-bento-content{color:#fff;padding:20px;position:absolute;bottom:0;left:0;right:0}.maestro-bento-cat{letter-spacing:.08em;text-transform:uppercase;background:var(--m-accent);border-radius:2px;margin-bottom:8px;padding:3px 8px;font-size:10px;font-weight:700;display:inline-block}.maestro-bento-content h3{margin:0;font-size:16px;font-weight:700;line-height:1.3}.maestro-bento-cell-0 .maestro-bento-content h3{font-size:26px;line-height:1.15}.maestro-mag{max-width:1400px;margin:0 auto;padding:80px 4vw}.maestro-mag-list{flex-direction:column;display:flex}.maestro-mag-row{border-bottom:1px solid var(--m-line);color:inherit;grid-template-columns:60px 140px 1fr 40px;align-items:center;gap:24px;padding:22px 0;transition:padding .3s;display:grid}.maestro-mag-row:hover{padding-left:12px}.maestro-mag-row:hover .maestro-mag-arrow{color:var(--m-accent);transform:translate(6px)}.maestro-mag-index{color:var(--m-text-muted);font-variant-numeric:tabular-nums;font-size:32px;font-weight:800}.maestro-mag-thumb{border-radius:var(--m-radius-sm);background-position:50%;background-size:cover;width:140px;height:90px}.maestro-mag-cat{color:var(--m-accent);letter-spacing:.1em;text-transform:uppercase;margin-bottom:6px;font-size:10px;font-weight:700;display:inline-block}.maestro-mag-body h3{color:var(--m-text);margin:0 0 6px;font-size:18px;font-weight:700;line-height:1.3}.maestro-mag-date{color:var(--m-text-muted);font-size:12px}.maestro-mag-arrow{color:var(--m-text-muted);font-size:22px;transition:transform .3s,color .3s}@media (max-width:768px){.maestro-mag-row{grid-template-columns:40px 80px 1fr 30px;gap:12px}.maestro-mag-thumb{width:80px;height:56px}.maestro-mag-index{font-size:20px}}.maestro-news{background:linear-gradient(135deg,#1a1429 0%,#2d1238 40%,#1a0c2e 100%);border-radius:24px;max-width:1400px;margin:80px auto;padding:80px 32px;position:relative;overflow:hidden}.maestro-news-orb{filter:blur(80px);opacity:.6;will-change:transform;border-radius:50%;position:absolute}.maestro-news-orb-1{background:#ed1c24;width:380px;height:380px;top:-180px;left:-120px}.maestro-news-orb-2{opacity:.3;background:#fbbf24;width:480px;height:480px;bottom:-240px;right:-160px}.maestro-news-orb-3{opacity:.4;background:#6366f1;width:280px;height:280px;top:30%;left:50%}.maestro-news-content{z-index:2;text-align:center;max-width:620px;margin:0 auto;position:relative}.maestro-news-heading{letter-spacing:-.02em;color:#fff;margin:0 0 14px;font-size:clamp(2rem,4vw,3.4rem);font-weight:800;line-height:1.1}.maestro-news-sub{color:#ffffffbf;margin:0 0 32px;font-size:16px}.maestro-news-form{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.maestro-news-input{color:#fff;background:#ffffff14;border:1px solid #ffffff2e;border-radius:999px;outline:none;flex:1;min-width:220px;padding:14px 20px;font-size:15px;transition:background .25s,border-color .25s}.maestro-news-input::placeholder{color:#ffffff73}.maestro-news-input:focus{background:#ffffff24;border-color:#fff6}.maestro-news-cta{color:#0a0a0c;cursor:pointer;will-change:transform;background:#fff;border:none;border-radius:999px;align-items:center;gap:10px;padding:14px 28px;font-size:15px;font-weight:700;transition:background .25s;display:inline-flex}.maestro-news-cta:hover{background:var(--m-gold)}.maestro-news-cta:disabled{opacity:.5;cursor:not-allowed}.maestro-news-done{color:#fff;border-radius:var(--m-radius);background:#ffffff1a;padding:24px;font-size:17px;font-weight:600}.maestro-trend{background:var(--m-surface);border:1px solid var(--m-line);border-radius:var(--m-radius);padding:24px}.maestro-trend-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.maestro-trend-header h3{letter-spacing:.08em;text-transform:uppercase;color:var(--m-text);margin:0;font-size:14px;font-weight:700}.maestro-trend-pulse{background:var(--m-accent);border-radius:50%;width:10px;height:10px;position:relative}.maestro-trend-pulse:after{content:"";background:var(--m-accent);border-radius:50%;animation:1.8s ease-out infinite maestroPulse;position:absolute;inset:0}@keyframes maestroPulse{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(2.8)}}.maestro-trend-list{margin:0;padding:0;list-style:none}.maestro-trend-row{border-bottom:1px solid var(--m-line)}.maestro-trend-row:last-child{border-bottom:none}.maestro-trend-row a{grid-template-columns:28px 80px 1fr;align-items:center;gap:12px;padding:12px 0;transition:padding .3s;display:grid}.maestro-trend-row a:hover{padding-left:6px}.maestro-trend-rank{color:var(--m-text-muted);font-size:18px;font-weight:800}.maestro-trend-row:first-child .maestro-trend-rank{color:var(--m-accent)}.maestro-trend-thumb{background-position:50%;background-size:cover;border-radius:4px;width:80px;height:56px}.maestro-trend-cat{color:var(--m-accent);letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:9px;font-weight:700;display:inline-block}.maestro-trend-body h4{color:var(--m-text);margin:0;font-size:13px;font-weight:600;line-height:1.3}.maestro-footer{background:var(--m-bg);border-top:1px solid var(--m-line);padding:80px 4vw 24px;position:relative;overflow:hidden}.maestro-footer-glow{filter:blur(40px);pointer-events:none;background:radial-gradient(#ed1c2440,#0000 70%);width:600px;height:200px;position:absolute;top:-100px;left:50%;transform:translate(-50%)}.maestro-footer-inner{z-index:2;grid-template-columns:1fr;gap:48px;max-width:1280px;margin:0 auto;display:grid;position:relative}@media (min-width:768px){.maestro-footer-inner{grid-template-columns:1.5fr 2fr}}.maestro-footer-display{flex-direction:column;margin-bottom:14px;line-height:.95;display:flex}.maestro-footer-display-1{color:var(--m-text-dim);letter-spacing:.04em;font-size:clamp(1.6rem,3vw,2.8rem);font-weight:500}.maestro-footer-display-2{color:var(--m-text);letter-spacing:.02em;font-size:clamp(2rem,4vw,3.6rem);font-weight:900}.maestro-footer-tag{color:var(--m-text-dim);max-width:320px;margin:0;font-size:14px;line-height:1.5}.maestro-footer-cols{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (max-width:480px){.maestro-footer-cols{grid-template-columns:1fr}}.maestro-footer-cols h4{text-transform:uppercase;letter-spacing:.12em;color:var(--m-text-muted);margin:0 0 18px;font-size:12px;font-weight:700}.maestro-footer-cols ul{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.maestro-footer-cols a{color:var(--m-text-dim);font-size:14px;transition:color .25s}.maestro-footer-cols a:hover{color:var(--m-text)}.maestro-footer-bottom{border-top:1px solid var(--m-line);max-width:1280px;color:var(--m-text-muted);justify-content:space-between;margin:60px auto 0;padding-top:24px;font-size:12px;display:flex}@media (prefers-reduced-motion:reduce){body.theme-maestro *{transition:none!important;animation:none!important}}
