@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";.loading-container{width:100%;height:100%;min-height:100vh;min-height:100dvh;max-width:var(--story-max-width);display:flex;flex-direction:column;justify-content:center;align-items:center}.loading-content{display:flex;flex-direction:column;align-items:center;gap:24px}.loading-logo{display:flex;justify-content:center;align-items:center}.loading-text{display:flex;flex-direction:column;align-items:center;gap:12px}.loading-brand{font-size:32px;font-weight:700;color:var(--color-white);letter-spacing:-.5px}.loading-message{font-size:14px;color:var(--color-gray-light)}.error-screen{min-height:100vh;min-height:100dvh;width:100%;max-width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;background:linear-gradient(180deg,#0d3d38,#1a5c54,#0d3d38);position:relative;box-sizing:border-box;margin:0;overflow-x:hidden}.error-screen__icon{width:100px;height:100px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center}.error-screen__icon svg{width:100%;height:100%}.error-screen__icon svg *{vector-effect:non-scaling-stroke}.error-screen__title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 .75rem;line-height:1.3}.error-screen__message{font-size:1rem;color:#ffffffb3;margin:0 0 2rem;line-height:1.5;max-width:300px}.error-screen__button{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:50px;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.error-screen__button:hover{background:#ffffff40;transform:translateY(-2px)}.error-screen__button:active{transform:translateY(0)}.error-screen__footer{position:absolute;bottom:2rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.error-screen__logo{width:40px;height:auto}.error-screen__logo path{fill:#ffffff80}.error-screen__footer-text{font-size:.75rem;color:#fff6;margin:0}.open-browser-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh;padding:24px;background:linear-gradient(180deg,#1a1a2e,#16213e,#0f0f1a);box-sizing:border-box}.open-browser-content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:320px;gap:16px}.open-browser-icon{display:flex;align-items:center;justify-content:center;width:120px;height:120px;border-radius:50%;background:#ffffff1a;color:#fff;margin-bottom:8px}.open-browser-title{font-family:Poppins,sans-serif;font-size:24px;font-weight:700;color:#fff;margin:0;line-height:1.3}.open-browser-description{font-family:Poppins,sans-serif;font-size:16px;font-weight:400;color:#fffc;margin:0;line-height:1.5}.open-browser-button{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px 24px;border-radius:12px;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;border:none;outline:none}.open-browser-button:active{transform:scale(.98)}.open-browser-button.primary{background:#fff;color:#1a1a2e;box-shadow:0 4px 12px #0000004d;margin-top:8px}.open-browser-button.primary:hover{box-shadow:0 6px 16px #0006}.open-browser-button.secondary{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.3)}.open-browser-button.secondary:hover{background:#fff3}.open-browser-fallback{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1);width:100%}.fallback-text{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;color:#ffffffb3;margin:0;line-height:1.4}.open-browser-link{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#fff9;background:none;border:none;cursor:pointer;padding:12px;margin-top:16px;text-decoration:underline;transition:color .2s ease}.open-browser-link:hover{color:#ffffffe6}.debug-overlay{position:fixed;top:16px;right:16px;width:400px;max-width:calc(100vw - 32px);max-height:500px;background:#000000f2;z-index:10000;display:flex;flex-direction:column;color:#fff;font-family:Courier New,monospace;font-size:12px;border-radius:8px;box-shadow:0 8px 32px #00000080;border:1px solid #333}.debug-overlay--minimized{max-height:none;height:auto}.debug-overlay__header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#1a1a1a;border-bottom:1px solid #333;border-radius:8px 8px 0 0;cursor:move}.debug-overlay__header h3{margin:0;font-size:14px;font-weight:600}.debug-overlay__header-actions{display:flex;gap:8px}.debug-overlay__minimize,.debug-overlay__close{background:none;border:none;color:#fff;font-size:18px;cursor:pointer;padding:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:4px}.debug-overlay__minimize:hover,.debug-overlay__close:hover{background:#ffffff1a}.debug-overlay__toolbar{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#0d0d0d;border-bottom:1px solid #333;gap:8px;flex-wrap:wrap}.debug-overlay__filters{display:flex;gap:4px}.debug-overlay__filters button{padding:4px 8px;background:#2a2a2a;border:1px solid #444;color:#aaa;border-radius:4px;cursor:pointer;font-size:10px;transition:all .2s}.debug-overlay__filters button:hover{background:#333;border-color:#555}.debug-overlay__filters button.active{background:#0d7377;border-color:#0d7377;color:#fff}.debug-overlay__actions{display:flex;gap:8px;align-items:center}.debug-overlay__actions label{display:flex;align-items:center;gap:4px;font-size:10px;color:#aaa}.debug-overlay__actions button{padding:4px 8px;background:#2a2a2a;border:1px solid #444;color:#fff;border-radius:4px;cursor:pointer;font-size:10px;transition:all .2s}.debug-overlay__actions button:hover{background:#333;border-color:#555}.debug-logs{flex:1;overflow-y:auto;padding:8px;background:#000;min-height:200px;max-height:350px;border-radius:0 0 8px 8px}.debug-log{padding:6px 8px;margin-bottom:2px;border-left:3px solid #444;background:#0a0a0a;display:flex;flex-wrap:wrap;gap:8px;align-items:baseline}.debug-log--log{border-left-color:#0d7377}.debug-log--warn{border-left-color:#f39c12;background:#f39c120d}.debug-log--error{border-left-color:#e74c3c;background:#e74c3c0d}.debug-log__time{color:#666;font-size:10px;min-width:70px}.debug-log__level{color:#999;font-size:10px;font-weight:600;min-width:45px}.debug-log--warn .debug-log__level{color:#f39c12}.debug-log--error .debug-log__level{color:#e74c3c}.debug-log__message{flex:1;color:#ddd;word-break:break-word}.debug-log__data{width:100%;margin:4px 0 0;padding:8px;background:#1a1a1a;border:1px solid #333;border-radius:4px;color:#7ec699;font-size:11px;overflow-x:auto}.debug-logs__empty{padding:32px;text-align:center;color:#666}.debug-logs::-webkit-scrollbar{width:8px}.debug-logs::-webkit-scrollbar-track{background:#0a0a0a}.debug-logs::-webkit-scrollbar-thumb{background:#333;border-radius:4px}.debug-logs::-webkit-scrollbar-thumb:hover{background:#444}.header{position:absolute;top:0;left:0;right:0;height:auto;display:flex;align-items:center;justify-content:space-between;padding-top:calc(20px + var(--safe-area-inset-top, env(safe-area-inset-top, 0px)));padding-left:calc(0px + var(--safe-area-inset-left, env(safe-area-inset-left, 0px)));z-index:100}.header__logo{display:flex;align-items:center;transition:opacity .2s ease,visibility .2s ease}.header__logo svg{margin-left:-10px;margin-top:10px;height:55px;width:auto;display:block}.header__logo--hidden{opacity:0;visibility:hidden}.header__close{width:40px;height:40px;border-radius:50%;background:#00000080;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.header__close:hover{background:#000000b3}.header__close:active{transform:scale(.95)}.footer{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;padding:24px 16px;padding-bottom:calc(24px + var(--safe-area-inset-bottom, env(safe-area-inset-bottom, 0px)));padding-left:calc(16px + var(--safe-area-inset-left, env(safe-area-inset-left, 0px)));padding-right:calc(16px + var(--safe-area-inset-right, env(safe-area-inset-right, 0px)));z-index:100}.footer__content{display:flex;flex:1;align-items:center;justify-content:space-between;max-width:390px}.footer__arrow{width:48px;height:48px;display:flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:400px;color:#e3e3e3;transition:opacity .2s ease,transform .2s ease}.footer__arrow:hover:not(.footer__arrow--disabled){transform:scale(1.1)}.footer__arrow:active:not(.footer__arrow--disabled){transform:scale(.95)}.footer__arrow--disabled{opacity:.3;cursor:default}.footer__share{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 20px;background:#fff;color:#282b60;border-radius:400px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;line-height:1.4;transition:transform .2s ease,box-shadow .2s ease}.footer__share:hover{transform:scale(1.02);box-shadow:0 4px 12px #0003}.footer__share:active:not(.footer__share--disabled){transform:scale(.98)}.footer__share--disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.footer__share-spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.footer__spacer{width:48px}.footer__arrow-placeholder{width:48px;height:48px}.footer__share--highlight{animation:shareButtonGlow 2s ease-in-out infinite;box-shadow:0 0 20px #fff6}@keyframes shareButtonGlow{0%,to{box-shadow:0 0 15px #ffffff4d,0 0 30px #ffffff1a,inset 0 0 15px #ffffff0d}50%{box-shadow:0 0 25px #ffffff80,0 0 50px #fff3,inset 0 0 25px #ffffff26}}.footer__content--last-screen{justify-content:space-between}.progress-bar{position:absolute;top:0;left:0;right:0;display:flex;gap:4px;z-index:101;padding-top:calc(8px + var(--safe-area-inset-top, env(safe-area-inset-top, 0px)));padding-left:calc(16px + var(--safe-area-inset-left, env(safe-area-inset-left, 0px)));padding-right:calc(16px + var(--safe-area-inset-right, env(safe-area-inset-right, 0px)))}.progress-bar__segment{flex:1;height:var(--progress-height);background:#ffffff4d;border-radius:2px;transition:background .3s ease}.progress-bar__segment--active{background:#ffffffe6}.share-overlay{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.share-overlay__content{display:flex;flex-direction:column;align-items:center;gap:16px}.share-overlay__spinner{width:48px;height:48px;border:4px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.share-overlay__text{color:#fff;font-family:Poppins,sans-serif;font-size:16px;font-weight:500}.pregen-loading{position:fixed;inset:0;width:100%;height:100%;min-height:100vh;min-height:100dvh;max-width:var(--story-max-width);margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:10000;background-size:cover;background-position:center;background-repeat:no-repeat}.pregen-loading__content{display:flex;flex-direction:column;align-items:center;gap:32px;padding:24px;max-width:400px;width:100%}.pregen-loading__logo{display:flex;justify-content:center;align-items:center}.pregen-loading__text{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.pregen-loading__text p{font-size:14px;color:var(--color-gray-light);margin:0}.pregen-loading__progress{width:100%;display:flex;flex-direction:column;gap:8px;align-items:center}.pregen-loading__progress-bar{width:100%;height:4px;background:#ffffff1a;border-radius:2px;overflow:hidden;position:relative}.pregen-loading__progress-fill{height:100%;background:linear-gradient(90deg,#e42e44,#744eaa);border-radius:2px;transition:width .3s ease;position:relative;overflow:hidden}.pregen-loading__progress-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.pregen-loading__percentage{font-size:12px;font-weight:600;color:#ffffffb3;letter-spacing:.5px}@media(max-width:480px){.pregen-loading__text p{font-size:13px}}.toast{position:fixed;bottom:100px;left:50%;transform:translate(-50%) translateY(20px);background:#fffffff2;color:#1a1a1a;padding:12px 24px;border-radius:12px;font-size:14px;font-weight:500;box-shadow:0 4px 20px #00000040;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,transform .3s ease,visibility .3s;display:flex;align-items:center;gap:8px}.toast--visible{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.toast__icon{width:20px;height:20px;color:#22c55e}.story-container{position:relative;width:100%;height:100%;max-width:var(--story-max-width);min-height:100vh;min-height:100dvh;overflow:hidden;touch-action:pan-y;-webkit-user-select:none;user-select:none}.story-content{position:absolute;inset:0;overflow:hidden}.story-screen{position:absolute;inset:0;display:flex;flex-direction:column;min-height:100%}.share-screen{position:relative;width:100%;height:var(--app-height, 100vh);min-height:var(--app-height, 100vh);overflow:hidden}.share-screen>.screen{position:absolute;inset:0;width:100%;height:100%}.share-header{position:absolute;top:0;left:0;right:0;width:100%;height:auto;display:flex;align-items:center;justify-content:flex-start;padding-top:calc(20px + var(--safe-area-inset-top, env(safe-area-inset-top, 0px)));padding-left:calc(0px + var(--safe-area-inset-left, env(safe-area-inset-left, 0px)));z-index:100;background:transparent!important}.share-header .header__logo{display:flex;align-items:center;transition:opacity .2s ease,visibility .2s ease}.share-header .header__logo svg{margin-left:-10px;margin-top:10px;height:55px;width:auto;display:block}.share-header .header__logo--hidden{opacity:0;visibility:hidden}.screen-background{width:100%;height:100%;min-height:100%}.welcome-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;text-align:center;min-height:100%;height:100%;box-sizing:border-box;position:relative;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat}.welcome-content{display:flex;flex-direction:column;align-items:center;gap:16px;max-width:320px}.welcome-logo{margin-bottom:16px}.welcome-logo svg{width:280px;height:auto}.welcome-title{display:flex;flex-direction:column;gap:12px;margin-top:16px}.welcome-title h1{font-size:32px;font-weight:700;color:var(--color-white);margin:0}.welcome-title p{font-size:16px;color:#fffc;line-height:1.5;margin:0}.welcome-cta{margin-top:80px;padding:12px 20px;width:245px;background:var(--color-white);color:#282b60;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;line-height:1.4;border-radius:400px;transition:transform .2s ease,box-shadow .2s ease}.welcome-cta:hover{transform:scale(1.02);box-shadow:0 4px 16px #0003}.welcome-cta:active{transform:scale(.98)}.year-summary-screen{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:12px 8px;padding-bottom:calc(var(--footer-height, 80px) + 24px);min-height:100%;height:100%;box-sizing:border-box;position:relative;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat}.year-summary-content{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:0;width:342px;max-width:100%;padding:0;min-height:0}.year-summary-logo{display:flex;flex-direction:column;align-items:center;gap:1px;flex-shrink:1;min-height:0}.year-summary-logo svg{width:324px;height:auto;max-height:30vh}.year-summary-greeting{display:flex;flex-direction:column;align-items:center;text-align:center;font-family:Poppins,sans-serif;color:var(--color-white);margin-top:8px;margin-bottom:0;flex-shrink:0}.greeting-name{font-size:18px;font-weight:400;line-height:1.31}.greeting-text{font-size:18px;font-weight:700;color:var(--color-white);line-height:normal}.year-summary-stats{display:flex;flex-direction:column;gap:12px;margin-top:16px;width:100%;flex-shrink:0}.glass-stat-card{background:transparent;border:5px solid rgba(255,255,255,.2);border-radius:18px;padding:4px;width:100%;box-sizing:border-box}.glass-stat-card__screen{display:flex;flex-direction:column;align-items:center;width:100%}.glass-stat-card__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0px;background:#ffffff1f;border-radius:13px;padding:12px 16px;width:100%;box-sizing:border-box}.glass-stat-card__label{font-family:Poppins,sans-serif;font-size:16px;font-weight:400;color:var(--color-white);text-align:center;line-height:1.1}.glass-stat-card__value{font-family:Poppins,sans-serif;font-size:24px;font-weight:700;color:var(--color-white);text-align:center;line-height:1.05}.stat-card-glass-wrapper{display:flex;flex-direction:column;width:100%}.stat-card{display:flex;flex-direction:column;border:5px solid rgba(255,255,255,.2);border-radius:400px;padding:12px;width:100%;box-sizing:border-box}.stat-card__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px 20px;border-radius:999px;text-align:center;gap:4px}.stat-card--default .stat-card__inner{background:var(--card-bg)}.stat-card--dark .stat-card__inner{background:#ffffff1f}.stat-card--outline .stat-card__inner{background:transparent}.stat-card--small{padding:8px}.stat-card--small .stat-card__inner{padding:12px 16px}.stat-card--medium,.stat-card--large{padding:12px}.stat-card--large .stat-card__inner{padding:20px 24px}.stat-card__label{font-size:14px;font-weight:500;color:var(--color-gray-light)}.stat-card--small .stat-card__label{font-size:12px}.stat-card__value{font-size:32px;font-weight:700;color:var(--color-white)}.stat-card--small .stat-card__value{font-size:24px}.stat-card--large .stat-card__value{font-size:40px}.stat-card--glass-rect{background:transparent;border:5px solid rgba(255,255,255,.2);border-radius:24px;padding:8px}.stat-card--glass-rect .stat-card__inner{background:#ffffff1f;border-radius:16px;padding:12px 16px;gap:2px}.stat-card--glass-rect .stat-card__label{font-size:14px;font-weight:400;color:var(--color-white);line-height:1.2;margin:0}.stat-card--glass-rect .stat-card__value{font-size:28px;font-weight:700;color:var(--color-white);line-height:1.05;margin:0}.circular-badge{display:flex;align-items:center;justify-content:center;flex-shrink:0;border:5px solid rgba(255,255,255,.2);border-radius:50%;padding:12px;box-sizing:border-box}.circular-badge__inner{display:flex;align-items:center;justify-content:center;border-radius:50%;width:100%;height:100%;overflow:hidden;box-sizing:border-box;background:#ffffff1f}.circular-badge--default .circular-badge__inner,.circular-badge--bordered .circular-badge__inner{background:#ffffff1f}.circular-badge--white-bg .circular-badge__inner{background:#fff}.circular-badge--white-bg{border:none;padding:0;background:#fff}.circular-badge--white-bg .circular-badge__inner{background:#fff;padding:0}.circular-badge--purple-bg .circular-badge__inner{background:#363255}.circular-badge--small{width:72px;height:72px}.circular-badge--medium{width:144px;height:144px}.circular-badge--large{width:156px;height:156px;border:4px solid rgba(255,255,255,.2);padding:10px}.circular-badge--large .circular-badge__inner{padding:20px}.circular-badge__image{display:block;width:85%;height:85%;object-fit:contain}.circular-badge--white-bg .circular-badge__image{display:block;width:100%;height:100%;object-fit:contain}.circular-badge--purple-bg .circular-badge__image{width:65%;height:65%;object-fit:contain}.score-card{display:flex;flex-direction:column;border:5px solid rgba(255,255,255,.2);border-radius:400px;padding:12px;width:100%;box-sizing:border-box}.score-card__inner{display:flex;align-items:center;justify-content:center;padding:20px;border-radius:999px;gap:22px;width:100%;box-sizing:border-box;background:#ffffff1f}.score-card--light .score-card__inner{background:#fffffff2}.score-card--small{padding:8px}.score-card--small .score-card__inner{padding:12px 16px;gap:12px}.score-card__team{display:flex;align-items:center;justify-content:center;flex:1;min-width:0}.score-card__badge{width:60px;height:60px;object-fit:contain}.score-card--small .score-card__badge{width:40px;height:40px}.score-card__score{display:flex;align-items:center;gap:0}.score-card--small .score-card__score{gap:0}.score-card__number{font-family:Poppins,sans-serif;font-size:47px;font-weight:700;color:var(--color-white);line-height:1.4}.score-card--light .score-card__number{color:#1a1a2e}.score-card--small .score-card__number{font-size:28px}.score-card__separator{font-family:Poppins,sans-serif;font-size:47px;font-weight:700;color:var(--color-white);line-height:1.4;margin:0 4px}.score-card--light .score-card__separator{color:#1a1a2e}.score-card--small .score-card__separator{font-size:20px}.color-stat-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 8px;border-radius:var(--border-radius-md);text-align:center;gap:2px;min-width:70px}.color-stat-card__label{font-size:11px;font-weight:500;color:#ffffffe6;text-transform:capitalize}.color-stat-card__value{font-size:24px;font-weight:700;color:var(--color-white)}.image-preview-modal{position:fixed;inset:0;background:#000000e6;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10000;padding:20px;box-sizing:border-box;animation:fadeIn .3s ease-out}.image-preview-modal__close{position:absolute;top:max(20px,env(safe-area-inset-top,20px));right:20px;width:40px;height:40px;border-radius:50%;background:#ffffff26;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease;z-index:10001}.image-preview-modal__close:hover,.image-preview-modal__close:active{background:#ffffff40}.image-preview-modal__close svg{width:24px;height:24px;color:#fff}.image-preview-modal__content{display:flex;flex-direction:column;align-items:center;gap:24px;max-width:100%;width:100%;text-align:center}.image-preview-modal__icon{width:80px;height:80px;border-radius:50%;background:#4a90d933;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.image-preview-modal__icon svg{width:40px;height:40px;color:#4a90d9}.image-preview-modal__instructions{text-align:center;color:#fff;font-family:Poppins,sans-serif;max-width:320px}.image-preview-modal__title{font-size:20px;font-weight:600;margin:0 0 12px}.image-preview-modal__subtitle{font-size:15px;font-weight:400;color:#ffffffb3;margin:0;line-height:1.5}.image-preview-modal__actions{display:flex;flex-direction:column;gap:12px;width:100%;max-width:320px;margin-top:8px}.image-preview-modal__button{display:flex;align-items:center;justify-content:center;gap:10px;padding:16px 24px;border-radius:12px;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;text-decoration:none}.image-preview-modal__button--primary{background:linear-gradient(135deg,#4a90d9,#357abd);color:#fff}.image-preview-modal__button--primary:hover,.image-preview-modal__button--primary:active{background:linear-gradient(135deg,#5a9fe8,#4589cc);transform:translateY(-1px)}.image-preview-modal__button svg{width:20px;height:20px;flex-shrink:0}.favorites-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px 100px;min-height:100%;height:100%;box-sizing:border-box;position:relative;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat}.favorites-content{display:flex;flex-direction:column;align-items:center;gap:48px}.favorites-item{display:flex;flex-direction:column;align-items:center;gap:16px}.favorites-label{text-align:center}.favorites-label h3{font-size:18px;font-weight:700;color:var(--color-white);margin:0 0 4px}.favorites-label p{font-size:16px;color:#ffffffb3;margin:0}.stadium-icon{width:65%;height:65%;display:block;flex-shrink:0}.highlight-matches-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px 100px;min-height:100%;height:100%;box-sizing:border-box;position:relative;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat}.highlight-matches-content{display:flex;flex-direction:column;gap:32px;width:100%;max-width:350px}.highlight-section{display:flex;flex-direction:column;gap:16px}.highlight-title{font-size:18px;font-weight:700;color:var(--color-white);text-align:center;margin:0}.highlight-subtitle{font-size:18px;font-weight:600;color:#ffffffe6;text-align:center;margin:0}.team-attendance-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:96px 24px;min-height:100%;height:100%;box-sizing:border-box;position:relative;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat}.team-attendance-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;width:100%;max-width:342px;height:100%;padding:32px 0;box-sizing:border-box}.team-attendance-title{font-size:18px;font-weight:700;color:var(--color-white);padding:12px 0 0;margin:0;text-align:center;width:278px}.team-attendance-stats{display:flex;flex-direction:column;gap:12px;width:100%}.team-attendance-stats>.stat-card-glass-wrapper{width:100%}.team-attendance-subtitle{font-size:14px;color:#fff;margin:0;line-height:1.2}.team-attendance-title+.team-attendance-subtitle{margin-top:-10px}.team-attendance-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.team-attendance-row .stat-card{width:100%}.team-results-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:96px 24px;min-height:100%;height:100%;box-sizing:border-box;position:relative;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat}.team-results-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;width:100%;max-width:342px;height:100%;padding:32px 0;box-sizing:border-box}.team-results-title{font-size:18px;font-weight:700;color:var(--color-white);padding:20px 0;margin:0;text-align:center;width:278px}.team-results-stats{display:flex;flex-direction:column;gap:12px;width:100%}.team-results-stats>.stat-card-glass-wrapper{width:100%}.team-results-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.team-results-row .stat-card{width:100%}.final-summary-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;min-height:100%;height:100%;box-sizing:border-box;position:relative;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat}.final-summary-content{display:flex;flex-direction:column;align-items:center;gap:20px;width:342px;max-width:100%;padding-top:16px;padding-bottom:16px;overflow-y:auto}.final-user-header{display:flex;align-items:center;gap:10.325px;height:39px}.final-user-avatar-wrapper{position:relative;width:35.356px;height:35.356px}.final-user-avatar{width:100%;height:100%;border-radius:50%;object-fit:cover}.final-user-team-badge{position:absolute;bottom:-5px;right:-5px;width:18px;height:18px;object-fit:contain}.final-user-name{font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:#fff;line-height:1.31}.final-section{display:flex;flex-direction:column;gap:16px;width:100%}.final-section-title{font-family:Poppins,sans-serif;font-size:14px;font-weight:700;color:#fff;text-align:center;margin:0;width:100%}.final-general-stats{display:flex;gap:8px;width:100%}.final-stat-card{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0px;padding:18px 10px;border-radius:8px;background:#ffffff26}.final-stat-label{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#fff;text-align:center;line-height:normal}.final-stat-value{font-family:Poppins,sans-serif;font-size:24px;font-weight:700;color:#fff;text-align:center;line-height:normal}.final-highlights-row{display:flex;gap:8px;width:100%;align-items:stretch}.final-stadium-card{flex:1;display:flex;flex-direction:column;gap:13px;justify-content:center;padding:16px 10px;border-radius:8px;background:#ffffff26;height:100px;box-sizing:border-box}.final-stadium-name{font-family:Poppins,sans-serif;font-size:14px;font-weight:700;color:#fff;text-align:center;line-height:normal}.final-stadium-label{color:#fff;leading-trim:both;text-edge:cap;font-family:Poppins,sans-serif;font-size:12px;font-style:normal;font-weight:700;line-height:normal;text-align:center}.final-match-card-composite{display:flex;flex-direction:column;width:165px;flex-shrink:0;height:100px;box-sizing:border-box}.final-highlights-row .final-match-card-composite{flex:0 0 165px}.final-match-card-top{background:#fff;border-radius:8px 8px 0 0;padding:12px 20px;display:flex;align-items:center;justify-content:center;flex:1;box-sizing:border-box}.final-match-score{display:flex;align-items:center;gap:4px}.final-match-score img{width:32px;height:32px;object-fit:contain}.final-match-score span{font-family:Poppins,sans-serif;font-size:16px;font-weight:700;color:#282828;text-align:center;line-height:1.4}.final-match-card-bottom{display:flex;flex-direction:column;align-items:center;justify-content:center;height:44px;padding:12px 4px;border-radius:0 0 12px 12px;background:#ffffff26;box-sizing:border-box}.final-match-card-bottom span{color:#fff;leading-trim:both;text-edge:cap;font-family:Poppins,sans-serif;font-size:12px;font-style:normal;font-weight:700;line-height:normal}.final-team-stats{display:flex;flex-direction:column;gap:10px;width:100%}.final-team-matches-row{display:flex;gap:8px;width:100%}.final-team-matches-row .final-match-card-composite{flex:1;width:auto}.final-bottom-stats-row{display:flex;align-items:stretch;gap:8px;width:100%}.final-goals-card{width:120px;flex-shrink:0;display:flex;align-items:center;min-height:90px;gap:12px;padding:12px;border-radius:8px;background:#ffffff26;box-sizing:border-box}.final-goals-info{display:flex;flex-direction:column;justify-content:center;gap:0}.final-goals-value{font-family:Poppins,sans-serif;font-size:18px;font-weight:700;color:#fff;line-height:1.2}.final-goals-label{color:#fff;leading-trim:both;text-edge:cap;font-family:Poppins,sans-serif;font-size:12px;font-style:normal;font-weight:700;line-height:normal}.final-goals-bars{display:flex;flex-direction:column;gap:6px;flex:1;justify-content:center}.final-goals-bar{display:flex;align-items:center;justify-content:space-between;padding:4px 8px;border-radius:4px;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;color:#fff;line-height:1.4}.final-goals-bar--positive{background:#0da841}.final-goals-bar--negative{background:#b12124}.final-approval-card{width:90px;flex-shrink:0;display:flex;flex-direction:column;gap:0;align-items:center;justify-content:center;min-height:90px;padding:12px;border-radius:8px;background:#ffffff26;box-sizing:border-box}.final-approval-value{font-family:Poppins,sans-serif;font-size:18px;font-weight:700;color:#fff;text-align:center}.final-approval-label{color:#fff;leading-trim:both;text-edge:cap;font-family:Poppins,sans-serif;font-size:10px;font-style:normal;font-weight:400;line-height:normal}.final-record-card{flex:1;display:flex;align-items:center;justify-content:space-evenly;gap:4px;min-height:90px;padding:12px 8px;border-radius:8px;background:#ffffff26;box-sizing:border-box;min-width:0}.final-record-item{display:flex;flex-direction:column;align-items:center;min-width:0}.final-record-value{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;color:#fff;text-align:center;line-height:1.2}.final-record-label{font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:#fff;text-align:center;line-height:1.2}.app-download-screen{display:flex;align-items:center;justify-content:center;padding:24px;height:100%;min-height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}.app-download-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;text-align:center;max-width:340px}.app-download-logo svg{width:200px;height:auto;filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}.app-download-text{display:flex;flex-direction:column;gap:12px}.app-download-text h2{font-size:28px;font-weight:700;color:#fff;margin:0;text-shadow:0 2px 8px rgba(0,0,0,.3)}.app-download-text p{font-size:16px;color:#ffffffd9;margin:0;line-height:1.5}.app-download-buttons{display:flex;flex-direction:column;gap:16px;width:100%}.store-button{display:flex;align-items:center;gap:12px;padding:12px 20px;border-radius:12px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;border:1px solid rgba(255,255,255,.2)}.store-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.store-button:active{transform:translateY(0)}.app-store{background:linear-gradient(135deg,#000,#1a1a1a);color:#fff}.play-store{background:linear-gradient(135deg,#01875f,#00c853);color:#fff}.store-icon{width:32px;height:32px;flex-shrink:0}.store-text{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.store-label{font-size:11px;opacity:.9;text-transform:uppercase;letter-spacing:.5px}.store-name{font-size:18px;font-weight:600}*{margin:0;padding:0;box-sizing:border-box}:root{--color-white: #ffffff;--color-black: #000000;--color-gray-light: rgba(255, 255, 255, .5);--color-gray-dark: rgba(255, 255, 255, .3);--card-bg: rgba(255, 255, 255, .1);--card-border: rgba(255, 255, 255, .2);--card-bg-dark: rgba(0, 0, 0, .3);--card-border-dark: rgba(255, 255, 255, .15);--btn-primary-bg: var(--color-white);--btn-primary-text: #1a365d;--font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--story-max-width: 430px;--header-height: 60px;--footer-height: 80px;--progress-height: 3px;--border-radius-sm: 8px;--border-radius-md: 16px;--border-radius-lg: 24px;--border-radius-full: 9999px}html,body{height:100%;width:100%;overflow:hidden;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#1a1a1a;margin:0;padding:0}#root{height:100%;width:100%;display:flex;justify-content:center;align-items:center;position:fixed;inset:0}button{font-family:inherit;cursor:pointer;border:none;outline:none;background:none}img{max-width:100%;height:auto;display:block}.exporting [data-hide-on-export]{display:none!important}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.98)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-pulse{animation:pulse 2s ease-in-out infinite}.animate-fade-in{animation:fadeIn .5s ease-out forwards}.animate-slide-up{animation:slideUp .5s ease-out forwards}.gradient-welcome{background:radial-gradient(ellipse 800px 600px at 50% 45%,rgba(34,85,76,.5) 0%,transparent 70%),radial-gradient(ellipse 600px 500px at 20% 30%,rgba(16,95,82,.35) 0%,transparent 65%),radial-gradient(ellipse 700px 550px at 80% 60%,rgba(12,65,58,.4) 0%,transparent 68%),radial-gradient(ellipse at 10% 80%,rgba(8,45,40,.6) 0%,transparent 50%),radial-gradient(ellipse at 90% 20%,rgba(10,52,48,.5) 0%,transparent 55%),linear-gradient(180deg,#0a3632,#0d4440 12%,#165854 28%,#0f4540 45%,#0b3935 58%,#08302d 72%,#062623 85%,#041e1b)}.gradient-summary{background:radial-gradient(ellipse 900px 700px at 50% 50%,rgba(120,100,65,.45) 0%,transparent 65%),radial-gradient(ellipse 700px 600px at 45% 48%,rgba(145,115,70,.35) 5%,transparent 60%),radial-gradient(ellipse 600px 550px at 15% 25%,rgba(65,58,42,.5) 0%,transparent 70%),radial-gradient(ellipse 650px 500px at 85% 30%,rgba(58,52,38,.55) 0%,transparent 68%),radial-gradient(ellipse at 5% 75%,rgba(35,50,40,.6) 0%,transparent 50%),radial-gradient(ellipse at 95% 80%,rgba(38,52,42,.58) 0%,transparent 52%),radial-gradient(ellipse at 30% 85%,rgba(42,48,35,.5) 0%,transparent 55%),linear-gradient(180deg,#2d2820,#3a3528 10%,#4d4230 22%,#5c5138,#4f4830 48%,#3d3828,#322e22,#28251c 84%,#1e1c16)}.gradient-favorites{background:radial-gradient(ellipse 850px 650px at 50% 48%,rgba(75,65,115,.42) 0%,transparent 68%),radial-gradient(ellipse 650px 550px at 25% 35%,rgba(68,58,105,.38) 0%,transparent 65%),radial-gradient(ellipse 700px 600px at 75% 55%,rgba(58,48,92,.4) 0%,transparent 67%),radial-gradient(ellipse at 10% 20%,rgba(50,45,80,.5) 0%,transparent 55%),radial-gradient(ellipse at 90% 75%,rgba(45,40,75,.52) 0%,transparent 53%),linear-gradient(180deg,#252040,#2d2648 12%,#3b3458,#433d62 40%,#3a345a 52%,#2f2a50,#242040 78%,#1a1735 90%,#13112a)}.gradient-highlights{background:radial-gradient(ellipse 800px 600px at 50% 40%,rgba(145,85,75,.38) 0%,transparent 65%),radial-gradient(ellipse 650px 550px at 35% 28%,rgba(155,75,65,.35) 0%,transparent 62%),radial-gradient(ellipse 700px 580px at 65% 65%,rgba(85,75,125,.4) 0%,transparent 68%),radial-gradient(ellipse at 15% 15%,rgba(120,55,50,.5) 0%,transparent 50%),radial-gradient(ellipse at 85% 85%,rgba(65,65,110,.52) 0%,transparent 52%),linear-gradient(180deg,#6d2a28,#7d3838 12%,#8d4845 22%,#755050,#5d5060 48%,#4d4d72,#3d3d6d,#323865 84%,#28325c)}.gradient-attendance{background:radial-gradient(ellipse 850px 650px at 50% 45%,rgba(42,58,95,.4) 0%,transparent 67%),radial-gradient(ellipse 700px 580px at 30% 35%,rgba(38,52,88,.38) 0%,transparent 65%),radial-gradient(ellipse 720px 600px at 70% 60%,rgba(32,48,82,.42) 0%,transparent 66%),radial-gradient(ellipse at 10% 25%,rgba(28,42,72,.52) 0%,transparent 53%),radial-gradient(ellipse at 90% 80%,rgba(25,38,68,.5) 0%,transparent 51%),linear-gradient(180deg,#151f38,#1a2542 12%,#1d304e 26%,#1f3555,#1a2e4d,#162740 62%,#122038 75%,#0e1a30 87%,#0a1425)}.gradient-results{background:radial-gradient(ellipse 820px 630px at 50% 47%,rgba(48,65,110,.42) 0%,transparent 68%),radial-gradient(ellipse 680px 560px at 35% 38%,rgba(42,58,102,.4) 0%,transparent 66%),radial-gradient(ellipse 710px 590px at 65% 58%,rgba(38,52,95,.43) 0%,transparent 67%),radial-gradient(ellipse at 12% 28%,rgba(35,48,85,.53) 0%,transparent 54%),radial-gradient(ellipse at 88% 78%,rgba(32,45,80,.51) 0%,transparent 52%),linear-gradient(180deg,#172340,#1b2848 12%,#1f3258 25%,#233a62,#1f3558,#1a2d4e 61%,#152540 74%,#111e38 86%,#0d1828)}.gradient-final{background:radial-gradient(ellipse 850px 660px at 50% 46%,rgba(95,68,135,.44) 0%,transparent 68%),radial-gradient(ellipse 700px 580px at 32% 36%,rgba(88,62,125,.42) 0%,transparent 66%),radial-gradient(ellipse 720px 600px at 68% 58%,rgba(78,55,115,.45) 0%,transparent 67%),radial-gradient(ellipse at 10% 22%,rgba(70,50,105,.54) 0%,transparent 54%),radial-gradient(ellipse at 90% 78%,rgba(65,45,98,.52) 0%,transparent 53%),linear-gradient(180deg,#221a35,#281f40 10%,#34264e,#43305f,#4d3a6d,#43305f,#352850,#281f42 82%,#1c1738 92%,#14112a)}.stat-gradient-purple{background:linear-gradient(135deg,#7c3aed,#a855f7)}.stat-gradient-pink{background:linear-gradient(135deg,#a855f7,#ec4899)}.stat-gradient-blue{background:linear-gradient(135deg,#3b82f6,#8b5cf6)}.stat-gradient-cyan{background:linear-gradient(135deg,#06b6d4,#3b82f6)}
