:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;width:100%}#root{width:100%;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--bg: #0d0d0d;--bg-elevated: #161616;--text: #f5f5f5;--text-soft: #e5e5e5;--text-muted: #9ca3af;--accent: #f59e0b;--accent-hover: #fbbf24;--border: rgba(245, 245, 245, .12);--border-strong: rgba(245, 245, 245, .2);--header-bg: rgba(13, 13, 13, .92);--btn-primary-text: #0d0d0d;--grain-opacity: .04;--font-heading: "Cormorant Garamond", Georgia, serif;--font-body: "Manrope", system-ui, sans-serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2rem;--space-xl: 3rem;--space-2xl: 4rem;--space-3xl: 6rem;--container: min(90vw, 1100px);--header-height: 4rem}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}body.theme-light{--bg: #f5f5f5;--bg-elevated: #ffffff;--text: #171717;--text-soft: #262626;--text-muted: #737373;--accent: #b45309;--accent-hover: #92400e;--border: rgba(0, 0, 0, .08);--border-strong: rgba(0, 0, 0, .15);--header-bg: rgba(255, 255, 255, .92);--btn-primary-text: #ffffff;--grain-opacity: .03}body{margin:0;font-family:var(--font-body);font-size:1rem;line-height:1.6;color:var(--text);background-color:var(--bg);-webkit-font-smoothing:antialiased;transition:background-color .25s ease,color .25s ease}.grain{position:fixed;inset:0;pointer-events:none;z-index:9999;opacity:var(--grain-opacity);background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover);text-decoration:underline}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 var(--space-md)}.header{position:sticky;top:0;z-index:100;background:var(--header-bg);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.header__inner{display:flex;align-items:center;justify-content:space-between;max-width:min(90vw,1280px);margin:0 auto;padding:var(--space-sm) var(--space-md);min-height:var(--header-height);gap:var(--space-md)}.header__logo{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;color:var(--text);text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:min(50vw,280px);min-height:44px;display:inline-flex;align-items:center;flex-shrink:0}.header__logo:hover{color:var(--accent);text-decoration:none}.header__dropdown{display:flex;align-items:center;gap:var(--space-lg);flex-shrink:0}.header__nav{display:flex;gap:var(--space-lg);flex-wrap:nowrap;flex-shrink:0}.header__link{font-size:.9rem;font-weight:500;color:var(--text-soft);text-decoration:none}.header__link:hover{color:var(--accent);text-decoration:none}.header__contact{display:flex;align-items:center;gap:var(--space-sm);font-size:.85rem;color:var(--text-muted);padding-left:var(--space-lg);border-left:1px solid var(--border);flex-shrink:0;white-space:nowrap}.header__contact-label{font-weight:500}.header__contact-link{color:var(--text-soft)}.header__contact-link:hover{color:var(--accent)}.header__theme{flex-shrink:0;min-height:44px;padding:.5rem .75rem;font-family:var(--font-body);font-size:.85rem;font-weight:500;color:var(--text-muted);background:transparent;border:1px solid var(--border);border-radius:4px;cursor:pointer;transition:color .2s,border-color .2s,background .2s}.header__theme:hover{color:var(--text);border-color:var(--border-strong)}.header__theme:focus{outline:none;border-color:var(--accent)}.header__theme:focus-visible{outline:none;box-shadow:0 0 0 2px var(--bg) inset,0 0 0 4px var(--accent)}.header__burger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:2.75rem;height:2.75rem;min-width:44px;min-height:44px;padding:0;background:none;border:none;cursor:pointer;color:var(--text)}.header__burger:focus-visible{outline:none;box-shadow:0 0 0 2px var(--accent)}.header__burger span{display:block;width:100%;height:2px;background:currentColor;transition:transform .2s}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.75rem 1.5rem;font-family:var(--font-body);font-size:.95rem;font-weight:600;text-decoration:none;border:2px solid transparent;cursor:pointer;transition:background-color .2s,color .2s,border-color .2s,filter .2s}.btn:hover{filter:brightness(1.1);text-decoration:none}.btn--primary{background:var(--accent);color:var(--btn-primary-text);border-color:var(--accent)}.btn--secondary{background:transparent;color:var(--accent);border-color:var(--accent)}.btn--small{min-height:44px;padding:.5rem 1rem;font-size:.85rem}.btn--outline{background:transparent;color:var(--accent);border-color:var(--accent)}.btn--wide{width:100%;max-width:20rem}.hero{position:relative;min-height:60vh;display:flex;align-items:center;justify-content:center;padding:var(--space-3xl) var(--space-md);border-bottom:1px solid var(--border);overflow:hidden}.hero__bg{position:absolute;inset:0;background:var(--bg)}.hero__bg img{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0d0d0dd1,#0d0d0df0)}body.theme-light .hero__overlay{background:linear-gradient(to bottom,#f5f5f5c7,#f5f5f5f5)}.hero__inner{position:relative;z-index:1;text-align:center;max-width:36rem}.hero__title{font-family:var(--font-heading);font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;line-height:1.15;margin:0 0 var(--space-md);color:var(--text)}.hero__subtitle{font-size:1.15rem;color:var(--text-muted);margin:0 0 var(--space-xl)}.hero__cta{display:flex;flex-wrap:wrap;gap:var(--space-md);justify-content:center}.hero__cta-primary{order:-1}.merch-section__subtitle{font-family:var(--font-heading);font-size:1.15rem;color:var(--text-muted);margin:-.5rem 0 var(--space-xl);letter-spacing:.02em}.merch-grid{list-style:none;margin:0 0 var(--space-2xl);padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:var(--space-xl)}.merch-card{display:flex;flex-direction:column;background:var(--bg-elevated);border:1px solid var(--border);transition:border-color .2s,box-shadow .2s}.merch-card:hover{border-color:var(--border-strong);box-shadow:0 8px 24px #00000026}body.theme-light .merch-card:hover{box-shadow:0 8px 24px #00000014}.merch-card__image-wrap{aspect-ratio:1;display:flex;align-items:center;justify-content:center;padding:var(--space-lg);background:var(--bg);border-bottom:1px solid var(--border)}.merch-card__image{width:100%;height:100%;object-fit:cover;display:block}.merch-card__title{font-family:var(--font-heading);font-size:1.35rem;font-weight:600;margin:var(--space-md) var(--space-md) 0;color:var(--text)}.merch-card__price{font-size:.95rem;color:var(--text-muted);margin:var(--space-xs) var(--space-md) var(--space-md)}.merch-card .btn{margin:0 var(--space-md) var(--space-md);align-self:flex-start}.merch-section__cta-wrap{text-align:center;margin:0}.merch-section__cta-wrap .btn{min-width:12rem}.video-section__intro{margin-bottom:var(--space-lg)}.video-section__label{font-family:var(--font-heading);font-size:1.1rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin:0 0 var(--space-sm)}.video-section__label+.video-featured{margin-top:0}.video-section__label+.video-grid{margin-top:var(--space-md)}.video-featured{margin-bottom:var(--space-2xl)}.video-featured__link{display:block;text-decoration:none;color:inherit}.video-featured__link:hover .video-featured__title,.video-featured__link:focus .video-featured__title{color:var(--accent)}.video-featured__poster{position:relative;display:block;aspect-ratio:16 / 9;max-width:640px;margin:0 auto var(--space-md);background:var(--bg-elevated);border:1px solid var(--border);overflow:hidden}.video-featured__poster img{width:100%;height:100%;object-fit:cover;display:block}.video-featured__play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#00000059;transition:background .2s}.video-featured__link:hover .video-featured__play,.video-featured__link:focus .video-featured__play{background:#00000080}.video-featured__play:after{content:"";width:0;height:0;border-style:solid;border-width:32px 0 32px 52px;border-color:transparent transparent transparent var(--text);margin-left:10px}.video-featured__title{display:block;font-family:var(--font-heading);font-size:1.25rem;font-weight:600;color:var(--text);transition:color .2s}.video-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--space-lg)}.video-card__link{display:flex;flex-direction:column;text-decoration:none;color:inherit}.video-card__link:hover .video-card__title,.video-card__link:focus .video-card__title{color:var(--accent)}.video-card__thumb{position:relative;display:block;aspect-ratio:16 / 9;background:var(--bg-elevated);border:1px solid var(--border);overflow:hidden;margin-bottom:var(--space-sm)}.video-card__thumb img{width:100%;height:100%;object-fit:cover;display:block}.video-card__play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#00000040;transition:background .2s}.video-card__link:hover .video-card__play,.video-card__link:focus .video-card__play{background:#0006}.video-card__play:after{content:"";width:0;height:0;border-style:solid;border-width:16px 0 16px 26px;border-color:transparent transparent transparent var(--text);margin-left:6px}.video-card__title{font-size:.95rem;font-weight:500;color:var(--text-soft);transition:color .2s}.telegram-section__intro{margin-bottom:var(--space-xl)}.telegram-posts{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-lg)}.telegram-post{padding:var(--space-lg);background:var(--bg-elevated);border:1px solid var(--border);display:flex;flex-direction:column;gap:var(--space-sm);transition:border-color .2s}.telegram-post:hover{border-color:var(--border-strong)}.telegram-post__date{font-size:.85rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.telegram-post__excerpt{font-size:.95rem;color:var(--text-soft);line-height:1.6;margin:0}.telegram-post__link{align-self:flex-start;font-size:.9rem;font-weight:600;margin-top:var(--space-xs)}.section{padding:var(--space-3xl) 0;border-bottom:1px solid var(--border)}.section__title-wrap{display:inline-flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-xl)}.section__title{font-family:var(--font-heading);font-size:clamp(2rem,4vw,2.75rem);font-weight:600;margin:0;color:var(--text)}.section-hint{position:relative;flex-shrink:0;width:1.25rem;height:1.25rem;min-width:44px;min-height:44px;padding:0;display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-body);font-size:.75rem;font-weight:600;color:var(--text-muted);background:transparent;border:1px solid var(--border);border-radius:50%;cursor:pointer;transition:color .2s,border-color .2s,background .2s}.section-hint:hover,.section-hint:focus{color:var(--accent);border-color:var(--accent)}.section-hint:focus{outline:none}.section-hint:focus-visible{outline:none;box-shadow:0 0 0 2px var(--bg) inset,0 0 0 4px var(--accent)}.section-hint__tooltip{position:absolute;left:50%;bottom:calc(100% + var(--space-xs));transform:translate(-50%);z-index:50;max-width:280px;padding:var(--space-sm) var(--space-md);font-family:var(--font-body);font-size:.85rem;line-height:1.5;color:var(--text);background:var(--bg-elevated);border:1px solid var(--border);border-radius:4px;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;white-space:normal;text-align:left;font-weight:400}.section-hint:hover .section-hint__tooltip,.section-hint.is-active .section-hint__tooltip{opacity:1;visibility:visible}.section-hint--tooltip-below .section-hint__tooltip{bottom:auto;top:calc(100% + var(--space-xs));transform:translate(-50%)}@media(max-width:768px){.section-hint__tooltip{left:0;right:auto;transform:none;bottom:auto;top:calc(100% + var(--space-xs));max-width:min(280px,calc(100vw - var(--space-lg)))}.section-hint--tooltip-below .section-hint__tooltip{transform:none}}.section__subtitle{font-size:1rem;color:var(--text-muted);margin:-.5rem 0 var(--space-lg);max-width:36rem}.about-section__text{margin-bottom:0}.afisha .month-block{margin-bottom:var(--space-2xl)}.afisha .month-block:last-child{margin-bottom:0}.month-block__title{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;color:var(--text-muted);margin:0 0 var(--space-md);text-transform:uppercase;letter-spacing:.05em}.event-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-sm)}.event-card{display:grid;grid-template-columns:auto 1fr auto;gap:var(--space-md);align-items:center;padding:var(--space-md) var(--space-lg);background:var(--bg-elevated);border:1px solid var(--border);transition:border-color .2s}.event-card:hover{border-color:var(--border-strong)}.event-card__date{display:flex;flex-direction:column;min-width:4.5rem}.event-card__day{font-family:var(--font-heading);font-size:1.75rem;font-weight:600;line-height:1.1;color:var(--text)}.event-card__weekday{font-size:.8rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.event-card__time{font-size:.9rem;color:var(--text-muted);margin-top:2px}.event-card__info{display:flex;flex-wrap:wrap;gap:var(--space-xs) var(--space-md);align-items:baseline}.event-card__city{font-weight:600;color:var(--text)}.event-card__venue{color:var(--text-soft)}.event-card__price{color:var(--text-muted);font-size:.9rem}.coming-soon__intro{color:var(--text-muted);margin:0 0 var(--space-xl);max-width:32rem}.city-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--space-lg)}.city-card{padding:var(--space-lg);background:var(--bg-elevated);border:1px solid var(--border);display:flex;flex-direction:column;gap:var(--space-md);transition:border-color .2s}.city-card:hover{border-color:var(--border-strong)}.coming-soon__legal{margin:var(--space-lg) 0 0;font-size:.9rem;color:var(--text-muted)}.coming-soon__legal a{font-size:inherit}.city-card__name{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;color:var(--text)}.city-card__agree{display:flex;align-items:flex-start;gap:var(--space-xs);font-size:.8rem;color:var(--text-muted);cursor:pointer}.city-card__agree a{font-size:inherit}.city-card__checkbox{margin-top:.2rem;flex-shrink:0}.subscribe-form{max-width:28rem;display:flex;flex-direction:column;gap:var(--space-md)}.subscribe-form__row{display:flex;flex-direction:column;gap:var(--space-xs)}.subscribe-form__label{font-size:.9rem;font-weight:500;color:var(--text-muted)}.subscribe-form__input{padding:.75rem 1rem;font-family:var(--font-body);font-size:1rem;color:var(--text);background:var(--bg-elevated);border:1px solid var(--border);transition:border-color .2s}.subscribe-form__input::placeholder{color:var(--text-muted)}.subscribe-form__input:focus{outline:none;border-color:var(--accent)}.subscribe-form__input:focus-visible{box-shadow:0 0 0 3px #f59e0b59}.subscribe-form__input.subscribe-form__input--error,.subscribe-form__input:invalid.subscribe-form__input--touched{border-color:#dc2626}.subscribe-form__agree{display:flex;align-items:flex-start;gap:var(--space-xs);font-size:.85rem;color:var(--text-muted);cursor:pointer}.subscribe-form__agree a{font-size:inherit}.subscribe-form__checkbox{margin-top:.2rem;flex-shrink:0}.footer{padding:var(--space-2xl) 0 var(--space-xl);background:var(--bg-elevated);border-top:1px solid var(--border)}.footer__nav{display:flex;flex-wrap:wrap;gap:var(--space-md) var(--space-lg);margin-bottom:var(--space-xl)}.footer__link{font-size:.9rem;color:var(--text-muted)}.footer__link:hover{color:var(--accent)}.footer__legal{font-size:.85rem;color:var(--text-muted);margin-bottom:var(--space-lg);line-height:1.7}.footer__legal p{margin:0 0 var(--space-xs)}.footer__legal a{color:var(--text-soft)}.footer__sep{margin:0 .25rem}.footer__cta-wrap{margin:0 0 var(--space-xl)}.footer__cta-wrap .btn{min-width:12rem;color:var(--text-soft);border-color:var(--border-strong)}.footer__cta-wrap .btn:hover{color:var(--accent);border-color:var(--accent);filter:none}.footer__platform{font-size:.9rem;color:var(--text-muted);margin:0}.footer__platform-link{color:var(--accent);font-weight:500}.scroll-reveal{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.scroll-reveal.is-visible{opacity:1;transform:translateY(0)}.modal-overlay{position:fixed;inset:0;z-index:10000;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:var(--space-md);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.modal-overlay.is-open{opacity:1;visibility:visible}.modal-overlay.is-open .modal.is-visible{opacity:1;transform:scale(1)}.modal{display:none;width:100%;max-width:28rem;max-height:90vh;background:var(--bg-elevated);border:1px solid var(--border);box-shadow:0 24px 48px #0000004d;position:relative;opacity:0;transform:scale(.96);transition:opacity .25s ease,transform .25s ease}.modal.is-visible{display:block}.modal__close{position:absolute;top:var(--space-xs);right:var(--space-xs);width:2.75rem;height:2.75rem;min-width:44px;min-height:44px;padding:0;font-size:1.5rem;line-height:1;color:var(--text-muted);background:none;border:none;cursor:pointer;transition:color .2s;display:flex;align-items:center;justify-content:center}.modal__close:hover{color:var(--text)}.modal__close:focus{outline:none;color:var(--accent)}.modal__close:focus-visible{outline:none;box-shadow:0 0 0 2px var(--bg) inset,0 0 0 4px var(--accent)}.modal__content{padding:var(--space-xl) var(--space-lg) var(--space-lg);overflow-y:auto;max-height:calc(90vh - 3rem)}.modal__content--scroll{max-height:70vh}.modal__title{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;margin:0 0 var(--space-md);color:var(--text);padding-right:2rem}.modal__content p{margin:0 0 var(--space-md);font-size:.95rem;color:var(--text);line-height:1.6}.modal__content p:last-child{margin-bottom:0}.modal__hint{font-size:.85rem;color:var(--text-muted);font-style:italic}.modal__link{display:inline-block;margin-top:var(--space-sm);font-weight:500}.modal__contact-demo{margin-top:var(--space-md);padding-top:var(--space-md);border-top:1px solid var(--border)}.modal__contact-demo a{white-space:nowrap}@media(max-width:1400px){.header__inner{position:relative}.header__theme{margin-left:auto;margin-right:var(--space-sm)}.header__dropdown{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;padding:var(--space-md);background:var(--bg-elevated);border-bottom:1px solid var(--border);gap:0;box-shadow:0 8px 24px #00000040}body.theme-light .header__dropdown.is-open{box-shadow:0 8px 24px #0000001f}.header__dropdown.is-open{display:flex}.header__nav{flex-direction:column;align-items:stretch}.header__nav .header__link{min-height:44px;padding:.5rem 0;display:flex;align-items:center}.header__contact{flex-direction:column;align-items:stretch;padding-left:0;border-left:none;padding-top:var(--space-sm);border-top:1px solid var(--border);margin-top:var(--space-xs)}.header__contact .header__contact-link{min-height:44px;padding:.5rem 0;display:inline-flex;align-items:center}.header__burger{display:flex}}@media(max-width:768px){.event-card{grid-template-columns:1fr;gap:var(--space-sm)}.event-card__date{flex-direction:row;gap:var(--space-sm);align-items:baseline}.event-card__day{font-size:1.5rem}.city-grid{grid-template-columns:1fr}.merch-grid{grid-template-columns:1fr;gap:var(--space-lg)}.merch-card__image-wrap{padding:var(--space-md)}.merch-card .btn{align-self:stretch}.video-grid{grid-template-columns:1fr}.hero{min-height:50vh;padding:var(--space-2xl) var(--space-md)}.hero__cta{flex-direction:column}.hero__cta-primary{font-size:1.05rem;padding:.85rem 1.75rem}.btn--wide{max-width:none}}@media(max-width:480px){:root{--container: 100%}.section{padding:var(--space-2xl) 0}.header__logo{max-width:calc(100vw - var(--space-md) * 2 - 44px - .5rem);font-size:1.25rem}}.preview-wrap{position:relative;--preview-toolbar-height: 56px}.preview-toolbar{position:fixed;top:0;left:0;right:0;z-index:10001;display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:var(--space-sm);min-height:var(--preview-toolbar-height);padding:0 var(--space-md);background:var(--bg-elevated);border-bottom:2px solid var(--accent);box-shadow:0 2px 8px #00000026}.preview-toolbar__back{font-family:var(--font-body);font-size:.9rem;font-weight:500;color:var(--accent);text-decoration:none;white-space:nowrap;min-height:44px;display:inline-flex;align-items:center}.preview-toolbar__back:hover{text-decoration:underline}@media(max-width:380px){.preview-toolbar__back{font-size:.85rem}.preview-toolbar .header__theme{padding:.5rem;font-size:.8rem}}.preview-wrap .header{top:var(--preview-toolbar-height)}.preview-wrap .grain{top:var(--preview-toolbar-height);height:calc(100vh - var(--preview-toolbar-height))}.preview-wrap main{padding-top:0}.editor-page{min-height:100vh;background:#f5f5f5;color:#171717;font-family:system-ui,-apple-system,sans-serif}.editor-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:1rem 1.5rem;background:#fff;border-bottom:1px solid #e5e5e5}.editor-header__title{margin:0;font-size:1.25rem;font-weight:600}.editor-header__actions{display:flex;gap:.75rem;flex-wrap:wrap}.editor-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-size:.9rem;font-weight:500;border-radius:6px;cursor:pointer;text-decoration:none;border:1px solid #d4d4d4;background:#fff;color:#171717}.editor-btn:hover{background:#f5f5f5;border-color:#a3a3a3}.editor-btn--primary{background:#f59e0b;border-color:#f59e0b;color:#0d0d0d}.editor-btn--primary:hover{background:#fbbf24;border-color:#fbbf24}.editor-btn--secondary{background:#fff}.editor-btn--small{padding:.35rem .75rem;font-size:.8rem}.editor-body{display:flex;max-width:1400px;margin:0 auto;min-height:calc(100vh - 60px)}.editor-sidebar{width:280px;flex-shrink:0;padding:1.5rem;background:#fff;border-right:1px solid #e5e5e5;overflow-y:auto}.editor-sidebar__title{margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.editor-sidebar__hint{margin:0 0 1rem;font-size:.85rem;color:#737373}.editor-section-list{list-style:none;margin:0;padding:0}.editor-section-item{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 0;border-bottom:1px solid #f0f0f0}.editor-section-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem}.editor-section-label input[type=checkbox]{width:1.1rem;height:1.1rem}.editor-import{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e5e5}.editor-import__title{margin:0 0 .75rem;font-size:.95rem;font-weight:600}.editor-import__textarea{width:100%;padding:.5rem;font-size:.8rem;font-family:ui-monospace,monospace;border:1px solid #d4d4d4;border-radius:4px;resize:vertical;margin-bottom:.5rem}.editor-import__error{margin:0 0 .5rem;font-size:.8rem;color:#dc2626}.editor-import__row{display:flex;gap:.5rem;flex-wrap:wrap}.editor-main{flex:1;padding:1.5rem 2rem;overflow-y:auto}.editor-main__title{margin:0 0 1rem;font-size:1.1rem;font-weight:600}.editor-main__hint{color:#737373;font-size:.9rem}.editor-meta{margin-bottom:2rem}.editor-form label{display:block;margin-bottom:1rem;font-size:.9rem;font-weight:500}.editor-form label span{display:block;margin-bottom:.25rem;color:#525252}.editor-form input[type=text],.editor-form input[type=email],.editor-form textarea{width:100%;max-width:32rem;padding:.5rem .75rem;font-size:.95rem;border:1px solid #d4d4d4;border-radius:4px}.editor-form textarea{resize:vertical;min-height:4rem}.editor-form__hint{font-size:.85rem;color:#737373;margin:1rem 0 0}.editor-panel{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:1.5rem;margin-top:1rem}.editor-panel__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}@media(max-width:768px){.editor-body{flex-direction:column}.editor-sidebar{width:100%;border-right:none;border-bottom:1px solid #e5e5e5}}
