:root{font-family:Manrope,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#182338;background:#f3f6fb}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 20% 5%,rgba(72,119,255,.2),transparent 38%),radial-gradient(circle at 80% 0%,rgba(0,198,171,.2),transparent 35%),#f3f6fb}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.app-shell{display:flex;flex-direction:column;min-height:100vh}.page-content{flex:1;padding-bottom:48px}.container{width:min(1120px,calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(24,35,56,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd9}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:72px}.brand{position:relative;font-family:Nunito,Arial Rounded MT Bold,Trebuchet MS,sans-serif;font-size:1.7rem;font-weight:900;letter-spacing:.02em;color:#1e56cf;text-shadow:0 0 6px rgba(74,142,255,.75),0 0 16px rgba(74,142,255,.45),0 0 30px rgba(34,88,209,.28);transition:text-shadow .2s ease,color .2s ease,transform .2s ease}.brand:hover{color:#245fdd;transform:translateY(-1px);text-shadow:0 0 8px rgba(74,142,255,.85),0 0 18px rgba(74,142,255,.55),0 0 34px rgba(34,88,209,.35)}.site-nav{display:flex;gap:16px}.nav-link{font-weight:600;color:#253d70}.nav-link.active{color:#0f2f6d}.auth-controls{position:relative;display:flex;gap:10px;align-items:center}.mobile-nav-toggle,.mobile-nav-toggle__label--short{display:none}.profile-button{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border-radius:50%;border:none;cursor:pointer;font-weight:700;color:#fff;background:linear-gradient(135deg,#2454d4,#1ca8a1)}.profile-button__avatar{width:100%;height:100%;object-fit:cover}.profile-menu{position:absolute;top:calc(100% + 10px);right:0;min-width:210px;border-radius:14px;border:1px solid rgba(24,35,56,.1);overflow:hidden;background:#fff;box-shadow:0 16px 30px #0f2f6d2e}.profile-menu__item{width:100%;display:block;padding:12px 14px;text-align:left;border:none;cursor:pointer;background:#fff;font:inherit}.profile-menu__item:hover{background:#f5f8ff}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border-radius:10px;border:1px solid transparent;font-weight:700;cursor:pointer;color:#fff;background:#2454d4;transition:background-color .2s ease}.button--ghost{color:#1f3d7a;border-color:#1f3d7a40;background:#fff}.hero{padding:68px 0 48px}.hero__content{max-width:760px}.hero h1{margin:0;font-size:clamp(2rem,4vw,3rem);line-height:1.15;color:#0f2f6d}.hero p{margin-top:14px;font-size:1.05rem;color:#2c446b}.eyebrow{margin:0 0 10px;font-size:.95rem;letter-spacing:.03em;color:#1da29d;text-transform:uppercase}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.section{padding:32px 0}.section--compact{margin-top:32px}.section h2,.section h1{margin-top:0;margin-bottom:16px;color:#0f2f6d}.card{padding:18px;border-radius:16px;border:1px solid rgba(24,35,56,.08);background:#fff;box-shadow:0 8px 24px #142f6d14}.grid{display:grid;gap:16px}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.stack{display:grid;gap:12px}.gallery-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.gallery-grid img{width:100%;height:220px;object-fit:cover;border-radius:14px}.meta{margin:10px 0;color:#436086}.price{margin:8px 0 14px;font-size:1.35rem;font-weight:800;color:#0f2f6d}.quest-card{position:relative;padding:0;overflow:hidden}.quest-card--with-action{display:flex;flex-direction:column}.quest-card__link,.quest-card--link{display:block;cursor:pointer;color:inherit;transition:transform .15s ease,box-shadow .15s ease}.quest-card--with-action .quest-card__link{flex:1}.quest-card__link:hover,.quest-card--link:hover{transform:translateY(-2px);box-shadow:0 14px 28px #142f6d24}.quest-card__favorite{position:absolute;top:14px;right:14px;z-index:2;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;color:#21396f;background:#ffffffe6;box-shadow:0 10px 24px #142f6d24;cursor:pointer}.quest-card__favorite svg{width:22px;height:22px}.quest-card__favorite--active{color:#db4d76}.quest-card__favorite:disabled{cursor:default;opacity:.6}.quest-card__cover{width:100%;height:210px;object-fit:cover}.quest-card__body{padding:16px 16px 10px}.quest-card__title{margin:0 0 10px;font-size:1.2rem}.quest-card__footer-note{margin:0 0 12px;font-size:.9rem;font-weight:700;color:#566f95}.quest-card__actions{padding:0 16px 16px}.quest-card__action{width:100%;justify-content:center}.quest-card__stats{margin-top:10px;padding:10px 12px;border-radius:10px;background:#eef4ff;border:1px solid rgba(36,84,212,.18);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:10px}.quest-stat{font-size:.9rem;font-weight:700;color:#2b4f8f;min-width:0}.quest-stat--difficulty{display:grid;gap:4px}.difficulty-meter{display:inline-flex;align-items:center;gap:4px;min-height:18px}.difficulty-meter__peak{color:#2b4f8f38;font-size:.85rem;line-height:1}.difficulty-meter__peak--active{color:#2b4f8f}.quest-stat--price{color:#0f2f6d;font-size:1rem}.quest-details{display:grid;gap:16px;grid-template-columns:1.2fr 1fr}.quest-details__cover{width:100%;height:100%;min-height:300px;border-radius:16px;object-fit:cover}.quest-map-card{padding:10px}.quest-map{width:100%;height:340px;border-radius:12px;overflow:hidden}.quest-details__actions{display:flex;align-items:center;gap:10px}.quest-favorite-toggle{white-space:nowrap}.quest-play-locked-card,.quest-play-finish-card{display:grid;gap:12px}.quest-play-intro-card{display:grid;gap:16px;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr)}.quest-play-intro-card__image{width:100%;height:100%;min-height:260px;border-radius:14px;object-fit:cover}.quest-play-intro-card__body{display:grid;align-content:start}.quest-play-header h1{margin:0}.quest-play-header .meta{margin-top:8px}.quest-play-timeline{margin:14px 0 18px;padding:0 0 4px;list-style:none;display:flex;align-items:center;gap:12px;overflow-x:auto}.quest-play-timeline__item{position:relative;width:28px;height:28px;flex:0 0 auto;display:flex;align-items:center;justify-content:center}.quest-play-timeline__item span{width:100%;height:100%;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:.74rem;font-weight:700}.quest-play-timeline__item:after{content:"";position:absolute;left:calc(100% + 6px);top:50%;width:12px;height:3px;border-radius:999px;transform:translateY(-50%);background:#f39a2e}.quest-play-timeline__item:last-child:after{display:none}.quest-play-timeline__item--done{color:#1f9b5f}.quest-play-timeline__item--done span{background:#1f9b5f}.quest-play-timeline__item--done:after{background:#1f9b5f}.quest-play-timeline__item--current{color:#f39a2e}.quest-play-timeline__item--current span{background:#f39a2e;box-shadow:0 0 0 3px #f39a2e33}.quest-play-timeline__item--pending span{background:#f39a2e}.quest-play-level-card{display:grid;gap:14px}.quest-play-level-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:12px;color:#3b5b8b}.quest-play-level-card__meta strong{color:#163f8d}.quest-play-level-card__image{width:100%;max-height:290px;object-fit:cover;border-radius:12px}.quest-play-level-card__task{margin:0;font-size:1.04rem;color:#183f87}.quest-play-level-form{display:grid;gap:12px}.quest-play-hint{padding:12px;border-radius:12px;border:1px solid rgba(36,84,212,.2);background:#f0f6ff;color:#244d90}.quest-play-finish-stats{display:grid;gap:8px}.quest-play-finish-stats p{margin:0}.quest-play-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.my-quests-dashboard-grid{display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr))}.my-quests-metric-card{background:#f5f9ff}.my-quests-metric-value{margin:6px 0 0;font-size:1.6rem;font-weight:800;color:#153f8e}.my-quests-chart-card{margin-top:14px}.my-quests-chart-card h2{margin:0 0 14px;font-size:1.2rem}.my-quests-chart-list{display:grid;gap:12px}.my-quests-chart-item{padding:12px;border-radius:12px;background:#f9fbff;border:1px solid rgba(31,61,122,.1)}.my-quests-chart-title{margin:0 0 10px;font-weight:700;color:#1f3d7a}.my-quests-chart-bar-row{display:grid;grid-template-columns:90px 1fr auto;align-items:center;gap:8px;margin-top:6px}.my-quests-chart-bar-row span{font-size:.88rem;color:#35527f}.my-quests-chart-track{height:8px;border-radius:999px;overflow:hidden;background:#dde8fb}.my-quests-chart-fill{height:100%;border-radius:999px;background:#2454d4}.my-quests-chart-bar-row strong{color:#153f8e;font-size:.92rem}.my-quests-tabs{margin-top:16px;display:flex;gap:10px;flex-wrap:wrap}.my-quest-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.my-quest-card__header h2{margin:0;font-size:1.05rem}.my-quest-status{padding:4px 8px;border-radius:999px;font-size:.75rem;font-weight:700;white-space:nowrap}.my-quest-status--published{color:#0f8f6f;background:#e7fbf3}.my-quest-status--draft{color:#7a5e00;background:#fff8db}.my-quest-status--moderation{color:#2659b4;background:#eaf1ff}.my-quest-status--rejected{color:#a93b3b;background:#ffe8e8}.my-quest-status--hidden{color:#4d4d4d;background:#efefef}.my-quest-card__actions{margin-top:10px;display:flex;gap:8px;flex-wrap:wrap}.my-quest-card__stats{margin-top:10px;padding:10px 12px;border-radius:10px;border:1px solid rgba(36,84,212,.2);background:#eef4ff}.my-quest-card__stats-title{margin:0 0 8px;font-size:.8rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#365b9f}.my-quest-card__stats-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.my-quest-stat{font-size:.9rem;font-weight:700;color:#1f3d7a}.create-quest-layout{display:grid;gap:16px;grid-template-columns:1.2fr .8fr}.create-quest-main{display:grid;gap:12px}.create-step{border:1px solid rgba(24,35,56,.1);border-radius:14px;background:#fff;box-shadow:0 6px 18px #142f6d14}.create-step--locked{opacity:.68}.create-step__header{width:100%;border:none;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left;padding:14px 16px;cursor:pointer}.create-step__header:disabled{cursor:not-allowed}.create-step__header h2{margin:0;font-size:1.02rem;color:#163f8d}.create-step__header p{margin:4px 0 0;color:#4a6289;font-size:.9rem}.create-step__status{font-size:.8rem;font-weight:700;color:#35527f;padding:5px 10px;border-radius:999px;background:#eef4ff;white-space:nowrap}.create-step__body{padding:0 16px 16px;display:grid;gap:12px}.create-step__actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding-top:4px}.quest-level-list{display:grid;gap:12px}.quest-level-card{display:grid;gap:10px;padding:12px}.quest-level-card__header{display:flex;align-items:center;justify-content:space-between;gap:10px}.quest-level-card__header h3{margin:0;font-size:1rem;color:#173f8f}.quest-requirements-list{display:grid;gap:10px;margin-top:10px}.quest-requirement-row{display:flex;gap:10px;align-items:center}.quest-requirement-row input{flex:1}.quest-gallery-editor{display:grid;gap:12px;margin-top:10px}.quest-gallery-editor__item{display:grid;gap:10px;padding:12px;border:1px solid rgba(97,112,211,.14);border-radius:18px;background:#ffffffe6}.quest-gallery-editor__header{display:flex;align-items:center;justify-content:space-between;gap:10px}.quest-gallery-editor__header strong{color:#173f8f}.quest-gallery-editor__preview{width:min(280px,100%);height:180px;object-fit:cover;border-radius:16px;border:1px solid rgba(97,112,211,.16)}.create-quest-sidebar h2{margin:0 0 10px;font-size:1.1rem;color:#163f8d}.create-quest-progress-list{display:grid;gap:8px}.create-quest-progress-item{padding:10px;border-radius:10px;border:1px solid rgba(31,61,122,.15);background:#f7fbff;display:grid;gap:4px}.create-quest-progress-item strong{color:#1f3d7a;font-size:.92rem}.create-quest-progress-item span{color:#436086;font-size:.84rem}.create-quest-progress-item.done{border-color:#148f6f33;background:#edfbf6}.create-quest-progress-item.current{border-color:#2454d44d;background:#eef4ff}.create-quest-progress-item.locked{opacity:.65}.create-quest-sidebar__summary{margin-top:14px;padding-top:10px;border-top:1px solid rgba(24,35,56,.1);display:grid;gap:6px}.create-quest-sidebar__summary p{margin:0}.carousel-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.carousel-controls{display:flex;gap:8px}.carousel-nav-button{width:34px;height:34px;border:1px solid rgba(31,61,122,.2);border-radius:999px;cursor:pointer;font:inherit;font-size:1.2rem;line-height:1;color:#1f3d7a;background:#fff}.carousel-nav-button:hover{background:#eef3ff}.carousel-track{display:flex;gap:12px;overflow-x:auto;padding:10px 12px 18px;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.carousel-track::-webkit-scrollbar{display:none}.carousel-track>*{flex:0 0 auto;scroll-snap-align:start}.carousel-track--gallery{gap:16px}.quest-gallery-slide{width:min(340px,76vw);height:255px;object-fit:cover;border-radius:20px;border:1px solid rgba(97,112,211,.12);box-shadow:inset 0 1px #ffffff42}.review-card{width:min(340px,80vw)}.review-form-card{display:grid;gap:16px;margin-bottom:18px}.review-form-card__actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.review-rating-picker{display:flex;flex-wrap:wrap;gap:10px}.review-rating-chip{min-width:52px;padding:10px 14px;border:1px solid rgba(97,112,211,.2);border-radius:999px;background:#ffffffeb;color:#2a2b73;font:inherit;font-weight:700;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background-color .16s ease}.review-rating-chip:hover{transform:translateY(-1px)}.review-rating-chip--active{border-color:#2454d461;background:linear-gradient(135deg,#fff1ceeb,#d1ddfff0)}.review-status-note{margin:0 0 18px}.review-card__text{margin:0}.review-card__rating{margin:0;font-weight:700;color:#2b4f8f}.similar-quest-card{width:min(280px,78vw);padding:0;overflow:hidden}.similar-quest-card .quest-card__body{padding:12px}.similar-quest-card .quest-card__title{margin:0 0 6px;font-size:1rem;color:#153f8e}.similar-quest-card .price{margin:6px 0 0}.section-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.section-title-row--filters-only{justify-content:flex-end}.quest-toolbar{width:100%;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:14px}.quest-toolbar__left{display:flex;align-items:center;gap:8px;min-width:0}.quest-toolbar__right{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0;flex-wrap:wrap}.quest-filters{display:flex;flex-wrap:nowrap;gap:8px}.filter-button{border:1px solid rgba(31,61,122,.2);border-radius:999px;padding:8px 12px;font:inherit;font-weight:600;cursor:pointer;color:#1f3d7a;background:#fff;transition:background-color .2s ease}.filter-button:hover{background:#eef3ff}.filter-button--active{color:#fff;border-color:#2454d4;background:#2454d4}.quest-search-input,.quest-city-select{height:40px;border:1px solid rgba(31,61,122,.2);border-radius:999px;padding:0 14px;font:inherit;color:#1f3d7a;background:#fff}.quest-search-input{width:300px;max-width:100%}.quest-city-select{min-width:200px;cursor:pointer}.quest-city-pill{position:relative;min-width:200px;height:40px;display:inline-flex;align-items:center;padding:0 14px;border-radius:999px;border:1px solid rgba(31,61,122,.2);color:#1f3d7a;background:#fff;cursor:pointer}.quest-city-pill__label{display:block;width:100%;padding-right:28px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.quest-city-pill:after{content:"⌄";position:absolute;right:14px;top:50%;transform:translateY(-48%);font-size:1.1rem;line-height:1;pointer-events:none}.quest-city-pill__select{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.quest-search-button{width:40px;height:40px;border:none;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;cursor:pointer;color:#fff;background:#2454d4;transition:background-color .2s ease}.quest-search-button:hover{background:#1f47b2}.quest-search-icon{width:18px;height:18px;display:block}.quest-search-input:focus,.quest-city-select:focus,.quest-city-pill:focus-within{outline:2px solid rgba(36,84,212,.3);outline-offset:1px}.scroll-sentinel{height:1px}.auth-card{max-width:460px;margin:0 auto;padding:24px;border-radius:16px;border:1px solid rgba(24,35,56,.1);background:#fff;box-shadow:0 12px 28px #142f6d1f}.auth-card--wide{max-width:760px}.profile-layout{display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.profile-card{display:grid;gap:12px;align-content:start}.profile-card h1,.profile-card h2{margin:0}.profile-card__identity{display:flex;align-items:center;gap:12px}.profile-card__identity-meta p{margin:0}.profile-avatar-preview{width:74px;height:74px;border-radius:999px;overflow:hidden;border:1px solid rgba(31,61,122,.2);background:#eef4ff;display:inline-flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:800;color:#1f3d7a}.profile-avatar-preview__image{width:100%;height:100%;object-fit:cover}.profile-actions-row{display:flex;flex-wrap:wrap;gap:10px}.profile-card .field .meta{display:block;margin-top:8px}.profile-creator-block{display:grid;gap:12px}.profile-creator-card{display:grid;gap:10px;padding:14px;border-radius:16px;border:1px solid rgba(24,35,56,.12);background:#f7fbff}.profile-creator-card__text{margin:0;color:#456181}.profile-stats-grid{display:grid;gap:12px}.profile-stats-item{padding:12px;border-radius:12px;border:1px solid rgba(24,35,56,.1);background:#f7fbff}.profile-stats-item p{margin:0}.profile-stats-value{margin:6px 0;font-size:1.5rem;font-weight:800;color:#153f8e}.field{display:grid;gap:6px;font-weight:600}.field input,.field textarea,.field select{width:100%;padding:10px 12px;border:1px solid rgba(24,35,56,.22);border-radius:10px;font:inherit;background:#fff}.field input:focus,.field textarea:focus,.field select:focus{outline:2px solid rgba(36,84,212,.32);outline-offset:1px}.error-text{margin:0;color:#cc3f3f;font-weight:600}.success-text{margin:0;color:#0f8f6f;font-weight:600}.creator-modal{position:fixed;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:24px;overflow:hidden}.creator-modal__backdrop{position:absolute;inset:0;background:#1211308f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.creator-modal__panel{position:relative;z-index:1;width:min(980px,100%);max-height:min(92vh,1100px);margin:0 auto;overflow:hidden;display:flex;flex-direction:column;padding:28px;border-radius:32px}.creator-modal__content{display:grid;gap:18px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-right:6px}.creator-modal__close{position:absolute;top:18px;right:18px;width:40px;height:40px;border:0;border-radius:999px;font-size:1.6rem;line-height:1;color:#2b245e;background:#ffffffe0;cursor:pointer}.creator-modal__hero,.creator-modal__rules,.creator-modal__consents{display:grid;gap:18px}.creator-modal__eyebrow{margin:0 0 6px;font-size:.78rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#7b78ab}.creator-modal__hero h2,.creator-modal__rules h3{margin:0}.creator-modal__lead{margin:0;max-width:54ch;color:#4f4a7a}.creator-modal__infographic{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.creator-modal__step{display:grid;gap:10px;padding:18px;border-radius:22px;border:1px solid rgba(97,114,213,.14);background:#ffffffd1}.creator-modal__step span{width:fit-content;padding:8px 10px;border-radius:999px;font-size:.78rem;font-weight:800;color:#2f2867;background:#f2edff}.creator-modal__step p,.creator-modal__rules-list{margin:0;color:#4f4a7a}.creator-modal__rules-list{padding-left:20px;display:grid;gap:10px}.creator-modal__consents{margin-top:18px}.creator-consent{display:flex;align-items:flex-start;gap:12px;padding:16px 18px;border-radius:18px;border:1px solid rgba(97,114,213,.18);background:#ffffffd6;font-weight:700;color:#32296d;cursor:pointer}.creator-consent input{margin-top:2px}.creator-consent--active{border-color:#2454d442;background:#eef4ff}.creator-modal__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}.my-quests-empty-state{display:grid;gap:12px;justify-items:start}.landing-hero{padding:48px 0 30px}.landing-hero__grid{display:grid;gap:28px;grid-template-columns:1.1fr .9fr;align-items:center}.landing-kicker{margin:0 0 10px;font-size:.9rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#3367c8}.landing-hero h1{margin:0;font-size:clamp(2rem,3.6vw,3.2rem);line-height:1.1;color:#0d2f72}.landing-subtitle{margin:16px 0 0;max-width:62ch;font-size:1.05rem;color:#35527f}.landing-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.landing-stats{margin-top:24px;display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.landing-stat-card{padding:12px;border-radius:12px;border:1px solid rgba(37,68,122,.18);background:#f7fbff}.landing-stat-card strong{display:block;color:#173f8f;font-size:1.05rem}.landing-stat-card span{display:block;margin-top:4px;color:#385887;font-size:.88rem}.landing-hero__image-wrap{border-radius:22px;padding:16px;border:1px solid rgba(24,56,120,.16);background:#f7fbff;box-shadow:0 16px 36px #1640891f}.landing-hero__image{width:100%;height:auto;border-radius:14px}.landing-benefits{display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.landing-benefit-card h3{margin:0 0 10px;font-size:1.05rem;color:#153f8e}.landing-benefit-card p{margin:0;color:#35527f}.landing-audience{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.landing-audience-card{font-weight:600;color:#284b80;background:#f6faff}.landing-steps{margin:0;padding:0;list-style:none;display:grid;gap:12px;grid-template-columns:repeat(5,minmax(0,1fr))}.landing-step-card{display:grid;gap:12px;align-content:start;min-height:148px}.landing-step-card span{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:800;color:#fff;background:#2454d4}.landing-step-card p{margin:0;color:#35527f;font-weight:600}.landing-review-card p{margin:0}.landing-gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.landing-gallery-grid img{height:180px;background:#eaf2ff}.landing-about-card{background:#f7fbff}.landing-about-card p{margin:0;color:#35527f}.landing-faq-card summary{cursor:pointer;font-weight:700;color:#163f8d}.landing-faq-card p{margin:10px 0 0;color:#35527f}@media(max-width:900px){.grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}.quest-details,.quest-play-intro-card{grid-template-columns:1fr}.my-quests-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-layout{grid-template-columns:1fr 1fr}.create-quest-layout,.landing-hero__grid{grid-template-columns:1fr}.landing-benefits,.landing-steps,.landing-gallery-grid{grid-template-columns:1fr 1fr}}@media(max-width:680px){.site-header__inner{min-height:64px}.site-nav{display:none}.mobile-nav-toggle{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 12px;border-radius:999px;border:1px solid rgba(31,61,122,.16);background:#ffffffbd;color:#1f3d7a;font-size:.92rem;font-weight:700;line-height:1}.mobile-nav-toggle__label--full{display:none}.mobile-nav-toggle__label--short{display:inline}.grid--3{grid-template-columns:1fr}.hero{padding-top:40px}.section-title-row{flex-direction:column;align-items:flex-start}.quest-toolbar{width:100%;flex-wrap:wrap;justify-content:flex-start}.quest-toolbar__left,.quest-toolbar__right{width:100%;justify-content:flex-start}.quest-toolbar__right{gap:10px}.my-quests-dashboard-grid,.profile-layout,.my-quests-chart-bar-row{grid-template-columns:1fr}.create-step__header{flex-direction:column;align-items:flex-start}.quest-requirement-row,.quest-gallery-editor__header{flex-direction:column;align-items:stretch}.quest-level-card__header{flex-direction:column;align-items:flex-start}.quest-card__stats{flex-wrap:wrap}.quest-filters{flex:1 1 100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.quest-search-input,.quest-city-select,.quest-city-pill{width:100%}.filter-button,.quest-city-pill{min-height:48px;justify-content:center;text-align:center}.quest-city-pill{flex:1 1 100%}.gallery-grid img{height:180px}.landing-hero{padding-top:30px}.landing-stats,.landing-benefits,.landing-audience,.landing-steps,.landing-gallery-grid{grid-template-columns:1fr}}.button:hover{background:#1f47b2}.button:active{background:#1b3f9d}.app-shell--product{--product-ramp: radial-gradient(circle at 38% 24%, #ffd86d 0%, #f7a44f 27%, #ea7650 53%, #301c63 82%, #24144f 100%);--product-blur: radial-gradient(circle at 50% 28%, #50adff 0%, #293cd8 35%, #06a48f 69%, rgba(255, 205, 224, .9) 100%)}.page-content--product{position:relative;overflow:hidden;min-height:calc(100vh - 72px);background:radial-gradient(circle at 8% 4%,rgba(255,207,99,.18),transparent 24%),radial-gradient(circle at 92% 3%,rgba(87,153,255,.18),transparent 28%),radial-gradient(circle at 54% 18%,rgba(255,255,255,.74),transparent 46%),linear-gradient(180deg,#fffdfa,#f6f4fb 52%,#fbf8ff)}.page-content--product:before,.page-content--product:after{content:"";position:absolute;width:360px;height:360px;border-radius:999px;filter:blur(48px);opacity:.18;pointer-events:none;z-index:0;animation:landingGlowFloat 22s ease-in-out infinite}.page-content--product:before{top:220px;left:-120px;background:var(--product-ramp)}.page-content--product:after{right:-140px;bottom:160px;background:var(--product-blur);animation-delay:-9s}.page-content--product>*{position:relative;z-index:1}.app-shell--product .container{width:min(1160px,calc(100% - 40px))}.app-shell--product .site-header{border-bottom:1px solid rgba(100,109,219,.12);box-shadow:0 16px 34px #2f215d14;background:linear-gradient(180deg,#ffffffeb,#f9f5ffd6);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.app-shell--product .site-header__inner{min-height:80px;gap:20px}.app-shell--product .brand{font-size:2rem;color:#24184c;text-shadow:0 8px 36px rgba(255,170,92,.24),0 0 30px rgba(90,162,255,.18)}.app-shell--product .brand:hover{color:#2d2160}.app-shell--product .site-nav{gap:10px;flex-wrap:wrap}.app-shell--product .nav-link{padding:10px 16px;border-radius:999px;font-weight:800;color:#31286a;background:#ffffffad;border:1px solid rgba(112,117,214,.14);transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.app-shell--product .nav-link:hover{transform:translateY(-1px);box-shadow:0 12px 24px #382a601a}.app-shell--product .nav-link.active{color:#2f2867;border-color:#7075d638;background:radial-gradient(circle at 18% 24%,rgba(255,213,120,.34),transparent 42%),radial-gradient(circle at 84% 78%,rgba(108,157,255,.28),transparent 40%),linear-gradient(135deg,#fffffffa,#f1ebffeb);box-shadow:0 14px 28px #362a601a,inset 0 1px #ffffffd1}.app-shell--product .auth-controls{gap:12px}.app-shell--product .mobile-nav-toggle{display:none;padding:10px 16px;border-radius:999px;font-weight:800;color:#2f2867;border:1px solid rgba(112,117,214,.18);background:radial-gradient(circle at 18% 24%,rgba(255,213,120,.32),transparent 42%),radial-gradient(circle at 84% 78%,rgba(108,157,255,.24),transparent 40%),linear-gradient(135deg,#fffffffa,#f1ebffeb);box-shadow:0 14px 28px #362a6014,inset 0 1px #ffffffd1}.app-shell--product .profile-button{width:46px;height:46px;border-radius:18px;color:#2f2867;border:1px solid rgba(112,117,214,.2);background:radial-gradient(circle at 22% 22%,rgba(255,213,120,.36),transparent 40%),radial-gradient(circle at 82% 82%,rgba(110,156,255,.3),transparent 40%),linear-gradient(135deg,#fffffffa,#f1ebffeb);box-shadow:0 14px 28px #362a601a,inset 0 1px #ffffffd1}.app-shell--product .profile-menu{top:calc(100% + 14px);border-radius:20px;border:1px solid rgba(100,109,219,.14);background:linear-gradient(180deg,#fffffff5,#f7f3fff0);box-shadow:0 22px 38px #2f215d1f}.app-shell--product .profile-menu__item{padding:14px 16px;color:#31286a}.app-shell--product .profile-menu__item:hover{background:#f1ecffdb}.app-shell--product .button{padding:12px 18px;border-radius:15px;border:1px solid rgba(102,107,213,.18);color:#31286a;background:radial-gradient(circle at 18% 22%,rgba(255,214,126,.32),transparent 42%),radial-gradient(circle at 82% 78%,rgba(106,156,255,.26),transparent 40%),linear-gradient(135deg,#fffffffa,#f1ebffeb);background-size:150% 150%;box-shadow:0 14px 28px #362a601a,inset 0 1px #ffffffbf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background-position .18s ease;animation:landingGradientShift 18s ease infinite}.app-shell--product .button:hover{transform:translateY(-1px);border-color:#7075d63d;background:radial-gradient(circle at 18% 22%,rgba(255,214,126,.4),transparent 42%),radial-gradient(circle at 82% 78%,rgba(106,156,255,.34),transparent 40%),linear-gradient(135deg,#fffffffc,#efe8fff0);box-shadow:0 18px 34px #362a601f,inset 0 1px #ffffffd6}.app-shell--product .button:active{transform:translateY(0)}.app-shell--product .button--ghost{color:#33286d;border:1px solid rgba(102,107,213,.18);background:#ffffffb8;box-shadow:inset 0 1px #ffffffb3,0 10px 22px #362a600f;animation:none}.app-shell--product .section{padding:48px 0}.app-shell--product .section--compact{margin-top:40px}.app-shell--product .section h1,.app-shell--product .section h2{color:#20174f;font-family:Nunito,Arial Rounded MT Bold,Trebuchet MS,sans-serif;letter-spacing:-.03em}.app-shell--product .section h1{font-size:clamp(2.2rem,4vw,3.6rem);line-height:.98}.app-shell--product .section h2{font-size:clamp(1.5rem,2.4vw,2.4rem);line-height:1.02}.app-shell--product .meta{color:#5b5880}.app-shell--product .price{color:#241d56}.app-shell--product .card{position:relative;overflow:hidden;isolation:isolate;padding:22px;border-radius:28px;border:1px solid rgba(92,113,210,.12);background:linear-gradient(180deg,#fffffff5,#f7f3fff0);box-shadow:0 18px 40px #362a601a,inset 0 1px #fff9}.app-shell--product .card:before,.app-shell--product .card:after{content:"";position:absolute;border-radius:999px;z-index:-1;pointer-events:none}.app-shell--product .card:before{left:-46px;bottom:-54px;width:180px;height:180px;background:var(--product-ramp);background-size:170% 170%;filter:blur(28px);opacity:.14;animation:landingGlowDrift 18s ease-in-out infinite,landingGradientShift 30s ease-in-out infinite}.app-shell--product .card:after{top:-54px;right:-30px;width:150px;height:150px;background:var(--product-blur);background-size:170% 170%;filter:blur(30px);opacity:.12;animation:landingGlowDrift 22s ease-in-out infinite,landingGradientShift 34s ease-in-out infinite;animation-delay:-8s}.app-shell--product .quest-card,.app-shell--product .similar-quest-card{padding:0}.app-shell--product .quest-card:nth-child(2n):before,.app-shell--product .similar-quest-card:nth-child(2n):before{left:auto;right:-42px;bottom:-46px;background:var(--product-blur);animation-duration:20s,34s}.app-shell--product .quest-card:nth-child(2n):after,.app-shell--product .similar-quest-card:nth-child(2n):after{right:auto;left:-30px;top:-46px;background:var(--product-ramp);animation-duration:22s,32s}.app-shell--product .quest-card:nth-child(3n):before,.app-shell--product .similar-quest-card:nth-child(3n):before{left:-26px;top:-54px;bottom:auto;opacity:.12;animation-duration:24s,36s}.app-shell--product .quest-card:nth-child(3n):after,.app-shell--product .similar-quest-card:nth-child(3n):after{top:auto;bottom:-52px;right:-26px;opacity:.15;animation-duration:19s,29s}.app-shell--product .grid,.app-shell--product .stack,.app-shell--product .gallery-grid{gap:18px}.app-shell--product .gallery-grid img{height:240px;border-radius:22px;box-shadow:0 20px 36px #423b7721,0 0 0 1px #ffffff3d}.app-shell--product .quest-card--link:hover{transform:translateY(-4px);box-shadow:0 20px 38px #362a6024}.app-shell--product .quest-card__link,.app-shell--product .quest-card--link{height:100%;display:flex;flex-direction:column}.app-shell--product .quest-card--with-action .quest-card__link{height:auto;min-height:0;flex:1}.app-shell--product .quest-card__cover{height:228px;flex-shrink:0}.app-shell--product .quest-card__body{flex:1;display:flex;flex-direction:column;min-height:0;padding:20px 20px 16px}.app-shell--product .quest-card__title{font-family:Nunito,Arial Rounded MT Bold,Trebuchet MS,sans-serif;font-size:1.28rem;color:#241d56;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.app-shell--product .quest-card__description{margin:0 0 12px;color:#40396f;display:-webkit-box;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.app-shell--product .quest-card__footer-note{color:#5a5488}.app-shell--product .quest-card__actions{padding:0 18px 18px}.app-shell--product .quest-card__stats,.app-shell--product .my-quest-card__stats{margin-top:auto;padding:12px 14px;border-radius:18px;border:1px solid rgba(97,114,213,.14);background:#ffffffb8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.app-shell--product .quest-stat,.app-shell--product .my-quest-stat{color:#3b327b}.app-shell--product .difficulty-meter__peak{color:#3b327b38}.app-shell--product .difficulty-meter__peak--active{color:#3b327b}.app-shell--product .quest-stat--price{color:#241d56}.app-shell--product .quest-card__favorite{top:18px;right:18px;color:#2f2867;border:1px solid rgba(112,117,214,.16);background:radial-gradient(circle at 18% 24%,rgba(255,213,120,.22),transparent 42%),linear-gradient(135deg,#fffffff5,#f5f1ffeb);box-shadow:0 12px 24px #362a601a,inset 0 1px #ffffffd1}.app-shell--product .quest-card__favorite--active{color:#d24973}.app-shell--product .section-title-row{margin-bottom:26px}.app-shell--product .section-title-row h1{margin:0}.app-shell--product .section-title-row--filters-only{justify-content:stretch}.app-shell--product .quest-toolbar{position:relative;overflow:hidden;padding:18px 20px;border-radius:28px;border:1px solid rgba(96,112,211,.12);background:linear-gradient(180deg,#fffffff0,#f7f3ffeb);box-shadow:0 18px 40px #362a6014}.app-shell--product .quest-toolbar:before,.app-shell--product .quest-toolbar:after{content:"";position:absolute;border-radius:999px;filter:blur(30px);opacity:.14;z-index:0;animation:landingGlowDrift 18s ease-in-out infinite}.app-shell--product .quest-toolbar:before{left:-46px;bottom:-54px;width:170px;height:170px;background:var(--product-ramp)}.app-shell--product .quest-toolbar:after{top:-52px;right:-28px;width:150px;height:150px;background:var(--product-blur);animation-delay:-7s}.app-shell--product .quest-toolbar>*{position:relative;z-index:1}.app-shell--product .filter-button,.app-shell--product .quest-search-input,.app-shell--product .quest-city-select,.app-shell--product .quest-city-pill,.app-shell--product .quest-search-button,.app-shell--product .carousel-nav-button{border-radius:16px}.app-shell--product .filter-button{padding:10px 14px;border:1px solid rgba(97,112,211,.14);color:#33286d;background:#ffffffd1}.app-shell--product .filter-button:hover{background:#f2eeffeb}.app-shell--product .filter-button--active{color:#2f2867;border-color:#7075d638;background:radial-gradient(circle at 18% 24%,rgba(255,213,120,.34),transparent 42%),radial-gradient(circle at 84% 78%,rgba(108,157,255,.28),transparent 40%),linear-gradient(135deg,#fffffffa,#f1ebffeb);box-shadow:0 14px 28px #362a601a,inset 0 1px #ffffffd1}.app-shell--product .quest-search-input,.app-shell--product .quest-city-select,.app-shell--product .quest-city-pill{height:46px;padding:0 16px;border:1px solid rgba(97,112,211,.14);color:#33286d;background:#ffffffd6;box-shadow:inset 0 1px #fffc}.app-shell--product .quest-city-pill__label{color:#33286d;font-weight:700}.app-shell--product .quest-city-pill:after{color:#4b45a3}.app-shell--product .quest-search-button{width:46px;height:46px;color:#2f2867;border:1px solid rgba(112,117,214,.2);background:radial-gradient(circle at 22% 22%,rgba(255,213,120,.36),transparent 40%),radial-gradient(circle at 82% 80%,rgba(109,157,255,.3),transparent 40%),linear-gradient(135deg,#fffffffa,#f1ebffeb);box-shadow:0 14px 28px #362a601a,inset 0 1px #ffffffd1}.app-shell--product .quest-search-button:hover{background:radial-gradient(circle at 22% 22%,rgba(255,213,120,.42),transparent 40%),radial-gradient(circle at 82% 80%,rgba(109,157,255,.36),transparent 40%),linear-gradient(135deg,#fffffffc,#efe8fff0)}.app-shell--product .quest-details{gap:24px;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);align-items:start}.app-shell--product .quest-details__media{display:grid;align-content:start;gap:18px}.app-shell--product .quest-details__cover{height:clamp(300px,34vw,420px);min-height:0;border-radius:30px;box-shadow:0 24px 48px #34206129,0 0 0 1px #ffffff52}.app-shell--product .quest-details__description-card{gap:0}.app-shell--product .quest-details__description-card h1{margin:0}.app-shell--product .quest-details__description-card .quest-details-block-head{margin-bottom:10px}.app-shell--product .quest-details__side{display:grid;align-content:start;gap:18px}.app-shell--product .quest-details__main{display:grid;align-content:start;gap:12px}.app-shell--product .quest-details__tags{display:flex;flex-wrap:wrap;gap:10px}.app-shell--product .quest-details__tag{padding:8px 12px;border-radius:999px;border:1px solid rgba(97,112,211,.14);background:#ffffffc2;color:#33286d;font-size:.9rem;font-weight:700}.app-shell--product .quest-details__description{margin:0;color:#40396f;line-height:1.72}.app-shell--product .quest-details__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.app-shell--product .quest-details__fact{padding:14px 16px;border-radius:18px;border:1px solid rgba(97,112,211,.12);background:#ffffffbd;display:grid;gap:6px}.app-shell--product .quest-details__fact span{color:#6b668d;font-size:.84rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.app-shell--product .quest-details__fact strong{color:#241d56;font-size:1rem}.app-shell--product .quest-details__fact .quest-stat--difficulty{display:inline-flex;align-items:center;gap:10px}.app-shell--product .quest-details__fact .quest-stat--difficulty strong{color:#241d56;font-size:1rem;line-height:1}.app-shell--product .quest-details__fact--wide{grid-column:1 / -1}.app-shell--product .quest-requirements{margin:0;padding-left:20px;display:grid;gap:10px;color:#3a3567}.app-shell--product .quest-requirements li::marker{color:#5063d5}.app-shell--product .quest-details-block-head{display:grid;gap:6px;margin-bottom:14px}.app-shell--product .quest-details-block-head h2,.app-shell--product .quest-details-block-head .meta{margin:0}.app-shell--product .quest-details-info-card{gap:10px}.app-shell--product .quest-details__purchase{display:flex;align-items:stretch;justify-content:space-between;gap:12px}.app-shell--product .quest-details__price-card{min-width:0;padding:12px 16px;border-radius:18px;border:1px solid rgba(97,112,211,.12);background:#ffffffbd;display:grid;align-content:center;gap:4px}.app-shell--product .quest-details__price-card span{color:#6b668d;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.app-shell--product .quest-details__price-card strong{color:#241d56;font-size:clamp(1.3rem,1.8vw,1.7rem);line-height:1}.app-shell--product .quest-details__actions,.app-shell--product .quest-play-actions,.app-shell--product .profile-actions-row,.app-shell--product .my-quest-card__actions{gap:12px}.app-shell--product .quest-details__actions .button{min-height:100%;display:inline-flex;align-items:center}.app-shell--product .quest-favorite-toggle{color:#2f2867}.app-shell--product .quest-favorite-toggle--active{color:#d24973}.app-shell--product .quest-map-card{padding:14px}.app-shell--product .quest-map{border-radius:20px}.app-shell--product .carousel-header{margin-bottom:18px}.app-shell--product .carousel-nav-button{width:42px;height:42px;border:1px solid rgba(97,112,211,.14);color:#33286d;background:#ffffffd6}.app-shell--product .carousel-nav-button:hover{background:#f3eeffeb}.app-shell--product .carousel-track{gap:16px;padding:12px 16px 22px}.app-shell--product .review-card{width:min(360px,82vw)}.app-shell--product .review-card__rating{color:#33286d}.app-shell--product .similar-quest-card{width:min(300px,80vw);border-radius:26px;box-shadow:inset 0 1px #fff9,0 0 0 1px #6170d31f}.app-shell--product .similar-quest-card:before,.app-shell--product .similar-quest-card:after{display:none}.app-shell--product .quest-card--compact .quest-card__cover{height:176px}.app-shell--product .quest-card--compact .quest-card__body{padding:16px}.app-shell--product .quest-card--compact .quest-card__title{font-family:Nunito,Arial Rounded MT Bold,Trebuchet MS,sans-serif;font-size:1.06rem;color:#241d56}.app-shell--product .my-quests-dashboard-grid{gap:18px;margin-bottom:22px}.app-shell--product .my-quests-metric-card{min-height:146px;align-content:start}.app-shell--product .my-quests-metric-value,.app-shell--product .profile-stats-value{color:#241d56}.app-shell--product .my-quests-tabs{margin-top:10px;margin-bottom:18px;gap:12px}.app-shell--product .my-quest-card__header h2{font-family:Nunito,Arial Rounded MT Bold,Trebuchet MS,sans-serif;color:#241d56}.app-shell--product .my-quest-status{padding:6px 10px;border-radius:999px;border:1px solid transparent}.app-shell--product .my-quest-status--published{background:#edfbf6e6;border-color:#0f8f6f1f}.app-shell--product .my-quest-status--draft{background:#fff8dbe6;border-color:#7a5e001a}.app-shell--product .my-quest-status--moderation{background:#eaf1ffeb;border-color:#2659b41a}.app-shell--product .my-quest-status--rejected{background:#ffe8e8eb;border-color:#a93b3b1a}.app-shell--product .my-quest-status--hidden{background:#efefefeb}.app-shell--product .auth-card{max-width:520px;padding:32px;border-radius:30px}.app-shell--product .profile-layout{gap:20px}.app-shell--product .profile-card{gap:16px}.app-shell--product .profile-avatar-preview{width:88px;height:88px;border-radius:26px;border:1px solid rgba(97,112,211,.14);background:#ffffffd6;box-shadow:0 14px 28px #362a601a,inset 0 1px #ffffffb3;color:#33286d}.app-shell--product .profile-stats-item,.app-shell--product .create-quest-progress-item,.app-shell--product .quest-level-card,.app-shell--product .my-quests-chart-item{border-radius:18px;border:1px solid rgba(97,112,211,.14);background:#ffffffc7}.app-shell--product .create-quest-layout{gap:22px;align-items:start}.app-shell--product .create-step{border:1px solid rgba(92,113,210,.12);border-radius:28px;background:linear-gradient(180deg,#fffffff5,#f7f3fff0);box-shadow:0 18px 40px #362a601a}.app-shell--product .create-step__header{padding:20px 24px}.app-shell--product .create-step__header h2,.app-shell--product .create-quest-sidebar h2,.app-shell--product .quest-level-card__header h3{color:#241d56;font-family:Nunito,Arial Rounded MT Bold,Trebuchet MS,sans-serif}.app-shell--product .create-step__body{padding:0 24px 24px;gap:16px}.app-shell--product .create-step__status{color:#33286d;background:#ffffffd1;border:1px solid rgba(97,112,211,.14)}.app-shell--product .field{gap:8px;color:#2f2b62;font-weight:700}.app-shell--product .field input,.app-shell--product .field textarea,.app-shell--product .field select{padding:13px 15px;border-radius:16px;border:1px solid rgba(97,112,211,.14);color:#33286d;background:#ffffffd6;box-shadow:inset 0 1px #fffc}.app-shell--product .field input:focus,.app-shell--product .field textarea:focus,.app-shell--product .field select:focus{outline:2px solid rgba(141,103,255,.22)}.app-shell--product .quest-play-locked-card,.app-shell--product .quest-play-finish-card{gap:16px}.app-shell--product .quest-play-intro-card{gap:22px;grid-template-columns:minmax(0,1fr) minmax(0,1.02fr)}.app-shell--product .quest-play-intro-card__image{min-height:320px;border-radius:24px}.app-shell--product .quest-play-intro-card__body{gap:8px}.app-shell--product .quest-play-header{margin-bottom:22px}.app-shell--product .quest-play-timeline{margin:0 0 22px;padding:16px 18px;border-radius:24px;border:1px solid rgba(97,112,211,.12);background:#ffffff8a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.app-shell--product .quest-play-level-card{gap:18px}.app-shell--product .quest-play-level-card__image{max-height:360px;border-radius:18px}.app-shell--product .quest-play-hint{padding:14px 16px;border-radius:18px;border:1px solid rgba(97,112,211,.14);background:#ffffffbd;color:#33286d}.app-shell--product .error-text{color:#b33c57}.app-shell--product .success-text{color:#0f8f6f}.site-footer{position:relative;margin-top:auto;padding:0 0 28px}.site-footer__inner{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:24px;padding:28px 32px;border-radius:36px;border:1px solid rgba(112,117,214,.16);background:radial-gradient(circle at 12% 18%,rgba(255,212,118,.2),transparent 28%),radial-gradient(circle at 88% 16%,rgba(101,156,255,.18),transparent 24%),linear-gradient(145deg,#fffffff0,#f5f1ffe6);box-shadow:0 24px 48px #30235d14,inset 0 1px #ffffffd1}.site-footer__column{display:grid;align-content:start;gap:12px}.site-footer__eyebrow,.legal-page__eyebrow{margin:0;font-size:.76rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#7b78ab}.site-footer__column h2{margin:0;max-width:16ch;font-size:1.5rem;line-height:1.15;color:#251b55}.site-footer__text{margin:0;max-width:48ch;color:#5e5b84}.site-footer__contact,.site-footer__links a{width:fit-content;color:#2e275f;font-weight:700}.site-footer__contact:hover,.site-footer__links a:hover{color:#1f47b2}.site-footer__socials{display:flex;gap:12px;padding-top:4px}.site-footer__social{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;color:#281d59;border:1px solid rgba(112,117,214,.18);background:radial-gradient(circle at 24% 20%,rgba(255,213,120,.26),transparent 40%),linear-gradient(135deg,#fffffffa,#f1ebffeb);box-shadow:0 14px 28px #362a6014,inset 0 1px #ffffffd1;transition:transform .18s ease,box-shadow .18s ease,color .18s ease}.site-footer__social:hover{transform:translateY(-2px);color:#1f47b2;box-shadow:0 18px 32px #362a601f,inset 0 1px #ffffffdb}.site-footer__social svg{width:22px;height:22px}.site-footer__links{display:grid;gap:10px}.legal-page{display:grid;gap:18px;padding:32px}.legal-page h1{margin:0;color:#24184c}.legal-page__section{display:grid;gap:8px}.legal-page__section h2{margin:0;font-size:1.08rem}.legal-page p{margin:0;color:#5d597f}@media(max-width:1000px){.app-shell--product .quest-details,.app-shell--product .quest-play-intro-card,.app-shell--product .create-quest-layout,.app-shell--product .profile-layout{grid-template-columns:1fr}}@media(max-width:720px){.app-shell--product .container{width:min(1160px,calc(100% - 24px))}.app-shell--product .site-header__inner{min-height:70px}.app-shell--product .brand{font-size:1.72rem}.app-shell--product .mobile-nav-toggle{display:inline-flex;align-items:center;justify-content:center;min-height:44px;max-width:132px;padding-inline:14px;text-align:center}.app-shell--product .section{padding:34px 0}.app-shell--product .card,.app-shell--product .auth-card{padding:18px;border-radius:24px}.app-shell--product .quest-card{padding:0;overflow:hidden}.app-shell--product .quest-toolbar{padding:14px;border-radius:24px}.app-shell--product .quest-toolbar__left{align-items:stretch}.app-shell--product .quest-toolbar__right{width:100%;display:grid;grid-template-columns:1fr;gap:10px;justify-content:stretch}.app-shell--product .quest-filters{width:100%;grid-template-columns:repeat(2,minmax(0,1fr))}.app-shell--product .filter-button,.app-shell--product .quest-city-pill{min-height:48px;width:100%;justify-content:center}.app-shell--product .filter-button:last-child{grid-column:1 / -1}.app-shell--product .quest-card__body{padding:16px}.app-shell--product .quest-card__cover{height:200px}.app-shell--product .quest-details__facts{grid-template-columns:1fr}.app-shell--product .quest-details__cover,.app-shell--product .quest-play-intro-card__image{min-height:0;border-radius:22px}.app-shell--product .quest-details__cover{height:min(72vw,320px)}.app-shell--product .quest-details__purchase{flex-direction:column;align-items:stretch}.app-shell--product .my-quests-dashboard-grid,.app-shell--product .profile-layout,.app-shell--product .grid--3{grid-template-columns:1fr}.app-shell--product .field input,.app-shell--product .field textarea,.app-shell--product .field select{border-radius:14px}.creator-modal{padding:14px}.creator-modal__panel{padding:22px;border-radius:26px}.creator-modal__infographic{grid-template-columns:1fr}.site-footer__inner{grid-template-columns:1fr;padding:24px}.site-footer__column h2{max-width:none;font-size:1.35rem}.legal-page{padding:24px}}@media(prefers-reduced-motion:reduce){.app-shell--product *,.page-content--product:before,.page-content--product:after{animation:none!important;transition:none!important}}.landing-prime{--landing-ramp: radial-gradient(circle at 38% 24%, #ffd86d 0%, #f7a44f 27%, #ea7650 53%, #301c63 82%, #24144f 100%);--landing-blur: radial-gradient(circle at 50% 28%, #50adff 0%, #293cd8 35%, #06a48f 69%, rgba(255, 205, 224, .9) 100%);position:relative;overflow:hidden;background:radial-gradient(circle at 8% 0%,rgba(117,171,255,.2),transparent 26%),radial-gradient(circle at 90% 5%,rgba(255,207,99,.22),transparent 24%),radial-gradient(circle at 50% 28%,rgba(255,255,255,.84),transparent 48%),linear-gradient(180deg,#fffdfa,#f6f4fb 48%,#fbf8ff)}.landing-prime:before,.landing-prime:after{content:"";position:absolute;width:320px;height:320px;border-radius:999px;filter:blur(44px);opacity:.18;pointer-events:none;animation:landingGlowFloat 18s ease-in-out infinite}.landing-prime:before{top:180px;right:-110px;background:var(--landing-ramp)}.landing-prime:after{left:-120px;bottom:180px;background:var(--landing-blur);animation-delay:-8s}.landing-prime__hero{padding:60px 0 26px}.landing-prime__hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:44px;align-items:center}.landing-prime__copy{position:relative;z-index:1;padding-top:16px}.landing-prime .section{position:relative;z-index:1;padding:62px 0}.landing-prime__kicker,.landing-prime__section-head p,.landing-prime__section-tag{margin:0 0 12px;font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#6b63d9}.landing-prime__brand{margin:0;font-family:Nunito,Arial Rounded MT Bold,Trebuchet MS,sans-serif;font-size:clamp(3.9rem,9vw,7.4rem);font-weight:900;line-height:.9;letter-spacing:-.04em;color:#24184c;text-shadow:0 8px 36px rgba(255,170,92,.32),0 0 44px rgba(90,162,255,.18)}.landing-prime h1,.landing-prime h2{margin:14px 0 0;color:#20174f}.landing-prime h1{max-width:none;font-size:clamp(2.1rem,4vw,3.8rem);line-height:1.02}.landing-prime__headline{display:grid;grid-template-columns:minmax(0,1fr) 188px;gap:24px;align-items:start}.landing-prime__mini-stack{position:relative;min-height:236px;margin-top:12px}.landing-prime__mini-card{position:absolute;width:132px;height:156px;object-fit:cover;border-radius:22px;border:4px solid rgba(255,255,255,.92);box-shadow:0 18px 34px #30255a29,0 0 0 1px #ffffff38;animation:landingMiniFloat 10s ease-in-out infinite}.landing-prime__mini-card--1{--mini-tilt: -8deg;top:6px;left:10px;transform:rotate(var(--mini-tilt));animation-delay:-1s}.landing-prime__mini-card--2{--mini-tilt: 9deg;top:58px;right:6px;transform:rotate(var(--mini-tilt));animation-delay:-4s}.landing-prime__mini-card--3{--mini-tilt: -4deg;top:122px;left:26px;transform:rotate(var(--mini-tilt));animation-delay:-7s}.landing-prime__lead{margin:26px 0 0;max-width:56ch;font-size:1.08rem;line-height:1.65;color:#5b5880}.landing-prime__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.landing-prime .button{min-width:170px;border:none;color:#fff;background:linear-gradient(135deg,#5aa8ff,#ffba57 60%,#ff8f47);background-size:180% 180%;box-shadow:0 16px 34px #ff995742;animation:landingGradientShift 14s ease infinite}.landing-prime .button:hover{background:linear-gradient(135deg,#6eb5ff,#ffc56f 60%,#ff9d5d)}.landing-prime .button:active{background:linear-gradient(135deg,#498fda,#ebaa52 60%,#eb7d3e)}.landing-prime .button--ghost{color:#33286d;border:1px solid rgba(78,110,214,.2);background:#ffffffd6;box-shadow:none}.landing-prime__chips{margin-top:30px;display:flex;flex-wrap:wrap;gap:12px}.landing-prime__chips span{padding:10px 14px;border-radius:999px;font-weight:700;color:#43397f;background:#ffffffc2;border:1px solid rgba(99,113,214,.14);box-shadow:0 10px 24px #382f6614}.landing-prime__visual{position:relative;min-height:640px}.landing-prime__hero-shot{position:absolute;left:22px;right:84px;top:36px;height:514px;width:auto;display:block;object-fit:cover;border-radius:38px;box-shadow:0 28px 60px #2e22562e,0 0 0 1px #ffffff80;z-index:1;animation:landingBreath 12s ease-in-out infinite}.landing-prime__preview-card{position:absolute;right:0;top:120px;width:min(100%,360px);padding:28px;border-radius:28px;background:linear-gradient(145deg,#fffffff2,#f4efffe0);border:1px solid rgba(92,116,216,.18);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 26px 54px #33245d24;z-index:2;animation:landingFloat 9s ease-in-out infinite}.landing-prime__preview-label{margin:0 0 8px;font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#7968d3}.landing-prime__preview-card h2{margin:0;font-size:1.6rem}.landing-prime__preview-card p{margin:10px 0 0;color:#5a5678;line-height:1.6}.landing-prime__preview-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.landing-prime__preview-meta span{padding:8px 12px;border-radius:999px;font-size:.9rem;font-weight:700;color:#2c2559;background:#f6f3ff}.landing-prime__floating-card{position:absolute;left:54px;bottom:48px;max-width:240px;padding:16px 18px;border-radius:22px;background:#2a1e4ff0;box-shadow:0 24px 44px #2c185a38;z-index:2;animation:landingFloat 8s ease-in-out infinite;animation-delay:-3s}.landing-prime__floating-card strong{display:block;color:#fff}.landing-prime__floating-card span{display:block;margin-top:8px;color:#ffffffc7;line-height:1.5}.landing-prime__section-head{margin-bottom:30px;text-align:center}.landing-prime__section-head--left{text-align:left}.landing-prime__section-head h2,.landing-prime__about-card h2,.landing-prime__cta h2{margin:0;font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.04}.landing-prime__adv-grid,.landing-prime__review-grid{display:grid;gap:22px;grid-template-columns:repeat(3,minmax(0,1fr))}.landing-prime__adv-card,.landing-prime__format-card,.landing-prime__flow-card,.landing-prime__review-card,.landing-prime__about-card,.landing-prime__faq-card,.landing-prime__cta{position:relative;overflow:hidden;isolation:isolate;padding:26px 26px 28px;border-color:#5c71d21f;background:linear-gradient(180deg,#fffffff5,#f7f3fff0);background-size:160% 160%;box-shadow:0 18px 40px #362a601a,inset 0 1px #fff9}.landing-prime__adv-card:before,.landing-prime__format-card:before,.landing-prime__flow-card:before,.landing-prime__review-card:before,.landing-prime__about-card:before,.landing-prime__faq-card:before,.landing-prime__cta:before{content:"";position:absolute;left:-48px;bottom:-56px;width:180px;height:180px;border-radius:999px;background:var(--landing-ramp);background-size:170% 170%;background-position:0% 50%;filter:blur(28px);opacity:.15;z-index:-1;animation:landingGlowDrift 16s ease-in-out infinite,landingGradientShift 28s ease-in-out infinite}.landing-prime__adv-card:after,.landing-prime__format-card:after,.landing-prime__flow-card:after,.landing-prime__review-card:after,.landing-prime__about-card:after,.landing-prime__faq-card:after,.landing-prime__cta:after{content:"";position:absolute;top:-54px;right:-34px;width:150px;height:150px;border-radius:999px;background:var(--landing-blur);background-size:170% 170%;background-position:100% 50%;filter:blur(30px);opacity:.12;z-index:-1;animation:landingGlowDrift 18s ease-in-out infinite,landingGradientShift 30s ease-in-out infinite;animation-delay:-7s}.landing-prime__adv-grid>:nth-child(2n),.landing-prime__format-grid>:nth-child(2n),.landing-prime__flow-grid>:nth-child(2n),.landing-prime__review-grid>:nth-child(2n),.landing-prime__faq-list>:nth-child(2n){background:linear-gradient(220deg,#fffffffa,#f4efffeb)}.landing-prime__adv-grid>:nth-child(3n),.landing-prime__format-grid>:nth-child(3n),.landing-prime__flow-grid>:nth-child(3n),.landing-prime__review-grid>:nth-child(3n),.landing-prime__faq-list>:nth-child(3n){background:linear-gradient(135deg,#fffffffa,#f8f3ffeb)}.landing-prime__adv-grid>:nth-child(2n):before,.landing-prime__format-grid>:nth-child(2n):before,.landing-prime__flow-grid>:nth-child(2n):before,.landing-prime__review-grid>:nth-child(2n):before,.landing-prime__faq-list>:nth-child(2n):before{left:auto;right:-44px;bottom:-48px;background:var(--landing-blur);animation-duration:20s,34s}.landing-prime__adv-grid>:nth-child(2n):after,.landing-prime__format-grid>:nth-child(2n):after,.landing-prime__flow-grid>:nth-child(2n):after,.landing-prime__review-grid>:nth-child(2n):after,.landing-prime__faq-list>:nth-child(2n):after{right:auto;left:-30px;top:-48px;background:var(--landing-ramp);animation-duration:22s,32s}.landing-prime__adv-grid>:nth-child(3n):before,.landing-prime__format-grid>:nth-child(3n):before,.landing-prime__flow-grid>:nth-child(3n):before,.landing-prime__review-grid>:nth-child(3n):before,.landing-prime__faq-list>:nth-child(3n):before{left:-28px;bottom:auto;top:-52px;opacity:.13;animation-duration:24s,36s}.landing-prime__adv-grid>:nth-child(3n):after,.landing-prime__format-grid>:nth-child(3n):after,.landing-prime__flow-grid>:nth-child(3n):after,.landing-prime__review-grid>:nth-child(3n):after,.landing-prime__faq-list>:nth-child(3n):after{top:auto;bottom:-52px;right:-28px;opacity:.15;animation-duration:19s,29s}.landing-prime__adv-card h3,.landing-prime__format-card,.landing-prime__review-card strong{color:#241d56}.landing-prime__adv-card h3{margin:0 0 10px;font-size:1.08rem}.landing-prime__adv-card p,.landing-prime__about-card p,.landing-prime__faq-card p,.landing-prime__flow-card p,.landing-prime__review-card p{margin:0;color:#5b5880;line-height:1.6}.landing-prime__split{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:36px}.landing-prime__format-grid{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.landing-prime__format-card{display:flex;align-items:center;min-height:148px;font-weight:800;font-size:1.08rem}.landing-prime__moment-grid{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.landing-prime__moment-grid img{width:100%;height:224px;object-fit:cover;border-radius:24px;background:#eef2ff;box-shadow:0 20px 36px #423b7721,0 0 0 1px #ffffff3d;animation:landingPhotoFloat 15s ease-in-out infinite}.landing-prime__moment-grid img:nth-child(2n){animation-delay:-6s}.landing-prime__flow-grid{margin:0;padding:0;list-style:none;display:grid;gap:18px;grid-template-columns:repeat(4,minmax(0,1fr))}.landing-prime__flow-card{min-height:196px;display:grid;align-content:start;gap:16px}.landing-prime__flow-card span{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;color:#4b45a3;background:#ffffffd1;border:1px solid rgba(107,99,217,.24);box-shadow:inset 0 1px #ffffffb3,0 10px 20px #423b7714}.landing-prime__flow-card span svg{width:22px;height:22px;display:block}.landing-prime__review-card strong{display:block;margin-top:14px}.landing-prime__about-photo{width:100%;height:264px;margin-bottom:22px;object-fit:cover;border-radius:24px;box-shadow:0 18px 34px #423b771f,0 0 0 1px #ffffff3d}.landing-prime__about-card .landing-prime__section-tag{margin-bottom:18px}.landing-prime__about-card h2{margin-bottom:22px}.landing-prime__about-card p+p{margin-top:18px}.landing-prime__bottom{display:grid;grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr);gap:24px}.landing-prime__faq-list{display:grid;gap:12px}.landing-prime__faq-card summary{cursor:pointer;font-weight:800;color:#27205c}.landing-prime__faq-card p{margin-top:10px}.landing-prime__cta{display:flex;align-items:center;justify-content:space-between;gap:24px;border-radius:30px;background:radial-gradient(circle at 12% 20%,rgba(255,202,113,.24),transparent 26%),linear-gradient(135deg,#fffffffa,#f3effff2);background-size:140% 140%;animation:landingGradientShift 16s ease-in-out infinite}@media(max-width:1100px){.landing-prime__hero-grid,.landing-prime__split,.landing-prime__bottom{grid-template-columns:1fr}.landing-prime__adv-grid,.landing-prime__review-grid,.landing-prime__flow-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.landing-prime__hero{padding:28px 0 18px}.landing-prime .container{width:min(1120px,calc(100% - 24px))}.landing-prime__brand{font-size:clamp(3.1rem,18vw,5rem)}.landing-prime h1{max-width:none}.landing-prime__headline{grid-template-columns:1fr}.landing-prime__mini-stack{min-height:132px;margin-top:2px}.landing-prime__mini-card{width:104px;height:120px}.landing-prime__mini-card--1{top:0;left:0}.landing-prime__mini-card--2{top:6px;left:82px;right:auto}.landing-prime__mini-card--3{top:0;left:162px}.landing-prime__visual{min-height:560px}.landing-prime__preview-card{position:relative;top:230px;width:100%}.landing-prime__floating-card{left:18px;bottom:18px}.landing-prime__hero-shot{left:0;right:0;top:20px;width:100%;height:300px}.landing-prime .section{padding:44px 0}.landing-prime__section-head{margin-bottom:20px}.landing-prime__adv-card,.landing-prime__format-card,.landing-prime__flow-card,.landing-prime__review-card,.landing-prime__about-card,.landing-prime__faq-card,.landing-prime__cta{padding:20px 20px 22px;border-radius:24px}.landing-prime__adv-grid,.landing-prime__review-grid,.landing-prime__format-grid,.landing-prime__moment-grid,.landing-prime__flow-grid{grid-template-columns:1fr;gap:14px}.landing-prime__format-grid{gap:12px}.landing-prime__format-card{min-height:104px;padding-top:16px;padding-bottom:16px;font-size:.98rem}.landing-prime__adv-card h3{margin-bottom:8px}.landing-prime__flow-card{min-height:96px;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:14px;padding-top:16px;padding-bottom:16px}.landing-prime__moment-grid img{height:188px;border-radius:20px}.landing-prime__about-photo{height:208px;margin-bottom:16px}.landing-prime__faq-list{gap:10px}.landing-prime__faq-card summary{font-size:1.02rem}.landing-prime__flow-card span{width:48px;height:48px;border-radius:16px}.landing-prime__flow-card span svg{width:24px;height:24px}.landing-prime__flow-card p{font-size:.98rem;line-height:1.45}.landing-prime__cta{flex-direction:column;align-items:flex-start}}@keyframes landingGradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes landingBreath{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-6px) scale(1.012)}}@keyframes landingFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes landingPhotoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes landingMiniFloat{0%,to{transform:translateY(0) rotate(var(--mini-tilt))}50%{transform:translateY(-6px) rotate(calc(var(--mini-tilt) + 1deg))}}@keyframes landingGlowFloat{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(16px,-18px,0) scale(1.08)}}@keyframes landingGlowDrift{0%,to{transform:translateZ(0)}50%{transform:translate3d(10px,-12px,0)}}@media(prefers-reduced-motion:reduce){.landing-prime *,.landing-prime:before,.landing-prime:after{animation:none!important;transition:none!important}}.landing-shell{padding-bottom:24px}.landing-stage{padding:34px 0 10px}.landing-stage__grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:28px;align-items:center}.landing-stage__content{position:relative;padding:34px;border-radius:34px;border:1px solid rgba(49,139,59,.16);background:radial-gradient(circle at top left,rgba(201,255,124,.34),transparent 34%),linear-gradient(155deg,#fffffff5,#f1ffe0e6);box-shadow:0 24px 60px #41742a1f}.landing-badge,.landing-section-head__eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 14px;padding:8px 14px;border-radius:999px;font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#157539;background:#bcff5742}.landing-stage h1{margin:0;max-width:12ch;font-size:clamp(2.5rem,5vw,4.5rem);line-height:.94;color:#123a1d}.landing-stage__lead{margin:18px 0 0;max-width:58ch;font-size:1.08rem;line-height:1.65;color:#456247}.landing-stage__actions,.landing-cta-banner__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.landing-metrics{margin-top:26px;display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.landing-metric-card{padding:14px;border-radius:18px;border:1px solid rgba(46,129,52,.16);background:#ffffffc7}.landing-metric-card strong{display:block;font-size:1.12rem;color:#155724}.landing-metric-card span{display:block;margin-top:6px;font-size:.88rem;color:#597257}.landing-stage__visual{display:grid;gap:16px}.landing-stage__visual-frame{padding:18px;border-radius:30px;background:radial-gradient(circle at top right,rgba(191,255,71,.28),transparent 28%),linear-gradient(180deg,#18412a,#0f2f1b);box-shadow:0 28px 60px #1f59243d}.landing-stage__image{width:100%;min-height:360px;object-fit:cover;border-radius:22px;background:#ffffff1f}.landing-stage__widgets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.landing-widget{padding:16px;border-radius:20px;border:1px solid rgba(48,126,57,.16);background:#ffffffdb;box-shadow:0 12px 26px #355f241f}.landing-widget--solid{background:linear-gradient(135deg,#1a8d40,#76d31d);color:#fff}.landing-widget strong{display:block;font-size:1rem}.landing-widget span{display:block;margin-top:8px;color:inherit;opacity:.92;font-size:.9rem;line-height:1.5}.landing-strip{margin-top:18px}.landing-strip__row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.landing-strip__row span{display:flex;align-items:center;justify-content:center;padding:12px 14px;border-radius:999px;font-weight:700;color:#1a4b27;background:#ffffffd6;border:1px solid rgba(68,142,55,.14)}.landing-section-head{margin-bottom:18px;text-align:center}.landing-section-head--left{text-align:left}.landing-section-head h2,.landing-about-card h2,.landing-cta-banner h2{margin:0;font-size:clamp(1.8rem,3vw,2.8rem);line-height:1.04;color:#153419}.landing-card-grid{display:grid;gap:16px}.landing-card-grid--highlights{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-card-grid--modes{grid-template-columns:repeat(4,minmax(0,1fr))}.landing-feature-card,.landing-mode-card,.landing-review-card,.landing-about-card,.landing-faq-card,.landing-flow-card,.landing-cta-banner{border-color:#2a843524;background:linear-gradient(180deg,#fffffff5,#efffdceb);box-shadow:0 18px 34px #436c2814}.landing-feature-card h3,.landing-mode-card h3{margin:0 0 10px;font-size:1.08rem;color:#16512a}.landing-feature-card p,.landing-mode-card p,.landing-about-card p,.landing-faq-card p,.landing-flow-card p,.landing-review-card p{margin:0;color:#526b54;line-height:1.6}.landing-flow-grid{margin:0;padding:0;list-style:none;display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr))}.landing-flow-card{min-height:180px;display:grid;align-content:start;gap:16px}.landing-flow-card span{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;font-weight:900;font-size:1.02rem;color:#fff;background:linear-gradient(135deg,#1a9443,#7ddc1d)}.landing-showcase{display:grid;gap:18px;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr)}.landing-moment-grid{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.landing-moment-grid img{width:100%;height:190px;object-fit:cover;border-radius:24px;border:1px solid rgba(58,141,60,.14);background:#fffc;box-shadow:0 18px 30px #4572261a}.landing-review-stack,.landing-faq-list{display:grid;gap:12px}.landing-review-card strong{display:block;margin-top:12px;color:#146030}.landing-info-grid{display:grid;gap:16px;grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr)}.landing-faq-card summary{cursor:pointer;font-weight:800;color:#18522a}.landing-faq-card p{margin-top:10px}.landing-cta-banner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:26px 28px;border-radius:30px;background:radial-gradient(circle at top right,rgba(192,255,61,.32),transparent 28%),linear-gradient(135deg,#fffffffa,#ecffcdf2)}@media(max-width:1100px){.landing-card-grid--modes,.landing-flow-grid,.landing-strip__row{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-showcase,.landing-info-grid,.landing-stage__grid{grid-template-columns:1fr}}@media(max-width:720px){.landing-stage__content,.landing-stage__visual-frame,.landing-cta-banner{padding:22px}.landing-metrics,.landing-stage__widgets,.landing-card-grid--highlights,.landing-card-grid--modes,.landing-flow-grid,.landing-strip__row,.landing-moment-grid,.landing-info-grid{grid-template-columns:1fr}.landing-stage h1{max-width:none}.landing-cta-banner{flex-direction:column;align-items:flex-start}.landing-stage__image{min-height:240px}.landing-moment-grid img{height:210px}}.quest-editor-page,.admin-edit-page,.admin-dashboard{display:grid;gap:20px}.quest-editor-page__header,.admin-edit-page__header,.admin-table-card__header,.admin-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.quest-editor-page__header h2,.admin-edit-page__header h2,.admin-header h1,.admin-table-card__header h2{margin:0}.quest-editor-page__actions,.admin-edit-page__actions,.admin-header__actions,.admin-modal-card__actions,.quest-editor-readonly-card__actions,.admin-pagination,.admin-table__actions,.admin-toolbar{display:flex;gap:12px;flex-wrap:wrap}.quest-editor-meta-grid,.admin-edit-meta-grid,.admin-stats-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.quest-editor-meta-card,.admin-edit-meta-card,.admin-stat-card{border-color:#5c61b829}.quest-editor-meta-card__value,.admin-edit-meta-card__value,.admin-stat-card__value{margin:6px 0 0;font-size:1.28rem;font-weight:800;color:#31286b}.quest-status-banner{border-color:#d2517029;background:radial-gradient(circle at top right,rgba(255,202,214,.38),transparent 32%),linear-gradient(135deg,#fffffff7,#fff1f5f0)}.quest-status-banner p{margin:6px 0 0}.quest-editor-readonly-card{display:grid;gap:14px}.quest-editor-readonly-card h3{margin:0}.promo-codes-card{display:grid;gap:16px}.promo-codes-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.promo-codes-card__header h3{margin:0 0 6px}.promo-codes-card__controls{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}.promo-codes-card__controls .field{min-width:180px}.promo-codes-list{display:grid;gap:12px}.promo-code-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:20px;border:1px solid rgba(108,116,206,.16);background:#f8faffe0}.promo-code-item__value{margin:0 0 6px;font-size:1rem;font-weight:800;letter-spacing:.04em;color:#2f2a66;word-break:break-all}.my-quest-comment{padding:14px 16px;border-radius:18px;background:#fff1f5e6;border:1px solid rgba(210,81,112,.16)}.my-quest-comment p{margin:6px 0 0}.admin-shell{min-height:100vh;padding:32px;background:radial-gradient(circle at top left,rgba(255,212,226,.44),transparent 22%),radial-gradient(circle at top right,rgba(196,203,255,.34),transparent 24%),linear-gradient(180deg,#fbfcff,#f4f7ff)}.admin-header{margin:0 auto 24px;padding:20px 24px;max-width:1380px;border-radius:28px;border:1px solid rgba(116,124,213,.14);background:#ffffffeb;box-shadow:0 22px 40px #474d8814}.admin-header__eyebrow,.admin-login-card__eyebrow{margin:0 0 6px;font-size:.85rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#6475b5}.admin-header__user{padding:12px 16px;border-radius:999px;background:#f6f7ffe6;color:#3e3a79;font-weight:700}.admin-main{max-width:1380px;margin:0 auto}.admin-dashboard__badge-row{display:flex;justify-content:flex-end}.admin-badge{display:inline-flex;align-items:center;padding:12px 16px;border-radius:999px;background:#fff2ceeb;border:1px solid rgba(212,164,58,.2);color:#76510b;font-weight:700}.admin-table-card{display:grid;gap:18px}.admin-toolbar{align-items:flex-end;justify-content:flex-end}.admin-toolbar__field{min-width:200px}.admin-table-scroll{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;min-width:980px}.admin-table th,.admin-table td{padding:14px 10px;border-bottom:1px solid rgba(103,111,184,.1);text-align:left;vertical-align:top}.admin-table th{font-size:.82rem;letter-spacing:.04em;text-transform:uppercase;color:#6a6c98}.admin-owner-cell{display:grid;gap:4px}.admin-empty-state{text-align:center}.admin-empty-state h3{margin:0 0 8px}.admin-login-page{min-height:100vh;padding:32px 20px;display:grid;place-items:center;background:radial-gradient(circle at top left,rgba(255,213,221,.54),transparent 22%),radial-gradient(circle at top right,rgba(198,206,255,.42),transparent 24%),linear-gradient(180deg,#fbfcff,#f3f6ff)}.admin-login-card{width:min(100%,520px);padding:28px;border-radius:32px;border:1px solid rgba(118,126,214,.16);background:#fffffff0;box-shadow:0 28px 54px #4a4f8b1a}.admin-login-card__hero{margin-bottom:22px}.admin-login-card__hero h1{margin:0 0 8px}.modal-backdrop{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:20px;background:#16173785;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:90}.modal-card{width:min(100%,560px);max-height:min(90vh,760px);overflow:auto;padding:24px;border-radius:28px;border:1px solid rgba(117,126,215,.18);background:radial-gradient(circle at top right,rgba(223,228,255,.55),transparent 32%),linear-gradient(180deg,#fffffffa,#f7f9fff2);box-shadow:0 28px 48px #33386c2e}.admin-modal-card{display:grid;gap:16px}.admin-modal-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}@media(max-width:1024px){.admin-shell{padding:20px}.admin-header,.quest-editor-page__header,.admin-edit-page__header,.admin-table-card__header{flex-direction:column}.admin-toolbar{justify-content:stretch}}@media(max-width:720px){.admin-shell,.admin-login-page{padding:16px}.admin-header,.admin-login-card,.modal-card{padding:20px;border-radius:24px}.admin-toolbar__field{min-width:100%}.quest-editor-page__actions,.admin-edit-page__actions,.admin-header__actions,.admin-modal-card__actions,.quest-editor-readonly-card__actions,.promo-codes-card__controls,.admin-pagination,.admin-table__actions,.admin-toolbar{width:100%}.promo-codes-card__header,.promo-code-item{flex-direction:column;align-items:stretch}}
