body{margin:0;font-family:Arial,sans-serif;background-color:#fff}h1,h2,h3{color:#2c3e50}.login-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:100vh;background-color:#fff;padding:48px 2rem 2rem;text-align:center}.login-subtitle{margin-top:.25rem;color:#6c7a8a}.hero-anchor{position:relative;width:190px;height:190px;display:flex;align-items:center;justify-content:center;pointer-events:none;border-radius:50%;margin:10px auto 18px}.hero-logo{position:relative;width:180px;height:auto;display:block;filter:drop-shadow(0 8px 16px rgba(0,53,128,.12));border-radius:18px}.hero-shimmer{display:none}.login-container h1{margin-top:2.2rem;margin-bottom:.4rem}.login-buttons{display:flex;flex-direction:column;grid-gap:.75rem;gap:.75rem;width:300px;margin:1.5rem 0 1rem}.login-btn{width:100%;padding:.75rem;border:1px solid #d7dee6;border-radius:8px;background:#fff;color:#0d47a1;font-weight:600;cursor:pointer;transition:background .2s ease,transform .1s ease}.login-btn.facebook{color:#1877f2;border-color:#1877f2}.login-btn.google{color:#db4437;border-color:#db4437}.login-btn:hover{background:#f5f8ff;transform:translateY(-1px)}.divider{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;color:#9aa3ad;font-size:.9rem;margin-bottom:1rem}.divider:after,.divider:before{content:"";flex:1 1;height:1px;background:#e0e6ed}.guest-button{width:300px;padding:.85rem;background-color:#2ecc71;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:700;transition:background .2s ease,transform .1s ease}.guest-button:hover{background-color:#27ae60;transform:translateY(-1px)}.competitions-container,.home-container{min-height:100vh;background:#fff;padding:3rem 1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;color:#0d47a1;max-width:960px;margin:0 auto}.competitions-container{align-items:stretch}.home-container{position:relative}.home-topbar{width:100%;display:flex;align-items:center;grid-gap:.65rem;gap:.65rem;justify-content:center;flex-wrap:wrap;margin-bottom:.75rem;padding:.35rem .25rem}.logout-button{display:inline-flex;align-items:center;grid-gap:.45rem;gap:.45rem;padding:.4rem .85rem;background:#fff;color:#0d47a1;border:1px solid #d7dee6;border-radius:10px;font-weight:700;cursor:pointer;transition:background .2s ease,transform .1s ease,box-shadow .2s ease}.logout-button:hover{background:#f5f8ff;transform:translateY(-1px);box-shadow:0 6px 16px rgba(13,71,161,.08)}.logout-button svg{width:16px;height:16px}.user-chip{grid-gap:.6rem;gap:.6rem;background:#fff;border:1px solid #d7dee6;border-radius:12px;padding:.45rem .75rem;box-shadow:0 6px 16px rgba(13,71,161,.06);min-width:220px}.user-avatar,.user-chip{display:inline-flex;align-items:center}.user-avatar{width:38px;height:38px;border-radius:50%;border:1px solid #d7dee6;background:#f5f7fb;justify-content:center;color:#8a9ab0}.user-avatar svg{width:20px;height:20px}.user-meta{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.user-name{font-weight:800;color:#0d47a1}.user-location{color:#5c6b7a;font-size:.9rem}.user-time{color:#5c6b7a;font-weight:700}.weather-card{flex:0 0 auto;width:100%;max-width:480px;margin:.35rem auto 0;flex-direction:column;align-items:stretch;grid-gap:.5rem;gap:.5rem;padding:.45rem .65rem;background:#f8fbff;border:1px solid #e0e6ed;border-radius:12px;box-shadow:0 8px 20px rgba(13,71,161,.06)}.load-indicator,.weather-card{display:flex;justify-content:center}.load-indicator{grid-gap:.75rem;gap:.75rem;color:#5c6b7a;font-size:.85rem;margin-bottom:.35rem}.hero-block{width:100%;max-width:960px;margin:1.5rem auto 1rem;padding:1.75rem 1.5rem;background:radial-gradient(120% 140% at 20% 20%,#f2f6ff 0,transparent 35%),radial-gradient(120% 140% at 80% 0,#e8f7ff 0,transparent 40%),#fff;border:1px solid #e0e6ed;border-radius:16px;box-shadow:0 18px 45px rgba(13,71,161,.08);text-align:center}.hero-copy{max-width:720px;margin:0 auto;display:flex;flex-direction:column;grid-gap:.55rem;gap:.55rem}.hero-title{margin:0;color:#123056;font-size:2rem;letter-spacing:-.02em}.hero-subtitle{margin:0;color:#516071;font-size:1.05rem}.hero-actions{display:flex;justify-content:center;grid-gap:.8rem;gap:.8rem;flex-wrap:wrap;margin-top:.3rem}.weather-main{display:flex;align-items:center;justify-content:flex-start;grid-gap:.65rem;gap:.65rem;width:100%;padding-bottom:.4rem;border-bottom:1px solid #e0e6ed;flex-wrap:wrap}.weather-left{display:inline-flex;align-items:center;grid-gap:.5rem;gap:.5rem;flex:0 0 auto}.weather-icon{width:46px;height:46px}.weather-temp{font-weight:800;color:#0d47a1;font-size:1.25rem}.weather-desc{color:#5c6b7a;font-size:.85rem}.weather-location{color:#0d47a1;font-weight:700;font-size:.92rem;display:inline-flex;align-items:center;grid-gap:.35rem;gap:.35rem;margin-left:.4rem;line-height:1.2;flex-shrink:0}.weather-location:before{content:"•";color:#0d47a1;font-weight:900}.weather-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:.4rem;gap:.4rem;width:100%;margin-top:.35rem}.weather-pill{background:#fff;border:1px solid #e0e6ed;border-radius:10px;padding:.35rem .55rem;min-width:102px}.pill-label{display:block;font-size:.78rem;color:#5c6b7a}.pill-value{font-weight:800;color:#0d47a1}.weather-text{color:#5c6b7a;font-weight:700}.primary-button{margin-top:1.5rem;padding:.85rem 1.75rem;background:#0d47a1;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:700;transition:background .2s ease,transform .1s ease}.primary-button:hover{background:#0b3c86;transform:translateY(-1px)}.competition-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1rem;gap:1rem;width:100%;max-width:960px;margin-top:1.5rem}.search-row{display:flex;grid-gap:.5rem;gap:.5rem;width:100%;max-width:480px;margin:.5rem auto 0}.search-input{flex:1 1;padding:.65rem .75rem;border:1px solid #d7dee6;border-radius:10px;background:#fff;font-size:1rem}.calendar-card{width:100%;max-width:520px;margin:1rem auto .5rem;padding:.85rem;border:1px solid #e0e6ed;border-radius:12px;background:#f8fbff;box-shadow:0 10px 25px rgba(13,71,161,.06)}.calendar-header{display:flex;align-items:center;justify-content:center;grid-gap:1.5rem;gap:1.5rem;margin-bottom:.65rem;font-weight:800;color:#123056}.calendar-header.fixed{justify-content:space-between}.calendar-title{flex:1 1;text-align:center;display:inline-flex;align-items:center;justify-content:center;min-height:48px;line-height:1.1;padding-top:4px}.calendar-header .text-button{margin:0 .35rem}.calendar-header .text-button,.calendar-header .text-button.small-link{font-size:2.8rem;font-weight:900;padding:.35rem .8rem;min-width:48px;min-height:48px;line-height:1}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:.2rem;gap:.2rem;padding-top:.6rem}.calendar-weekday{text-align:center;color:#5c6b7a;font-weight:700;font-size:.9rem}.calendar-cell{position:relative;width:100%;aspect-ratio:1/1;border:1px solid #e0e6ed;border-radius:10px;background:#fff;color:#123056;font-weight:700;cursor:pointer;box-shadow:0 6px 14px rgba(13,71,161,.05);transition:transform .1s ease,box-shadow .1s ease,border-color .1s ease;max-width:70px;max-height:70px;margin:0 auto}.calendar-cell:hover{transform:translateY(-1px);border-color:#c8d7ed;box-shadow:0 8px 18px rgba(13,71,161,.08)}.calendar-cell.selected{border-color:#0d47a1;box-shadow:0 10px 22px rgba(13,71,161,.12)}.calendar-cell span:first-child{position:absolute;top:6px;left:8px}.calendar-dot{position:absolute;bottom:6px;right:6px;min-width:18px;min-height:18px;padding:0 6px;border-radius:999px;background:#e8f0ff;color:#0d47a1;font-size:.85rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d7dee6}.calendar-cell.empty{background:transparent;border:none;box-shadow:none;cursor:default}.competition-card{background:#f8fbff;border:1px solid #e0e6ed;border-radius:10px;padding:1rem;text-align:left}.competition-card--link{cursor:pointer;border:none;width:100%;text-align:left;transition:transform .1s ease,box-shadow .2s ease}.competition-card--link:hover{transform:translateY(-1px);box-shadow:0 10px 25px rgba(13,71,161,.08)}.competition-header{display:flex;justify-content:space-between;align-items:center;grid-gap:.5rem;gap:.5rem}.competition-header h2{margin:0;color:#0d47a1;font-size:1.1rem}.competition-country{padding:.2rem .55rem;background:#e8f0ff;border-radius:999px;color:#0d47a1;font-weight:700;font-size:.85rem}.competition-meta{display:flex;grid-gap:.75rem;gap:.75rem;color:#5c6b7a;font-size:.9rem;margin:.4rem 0 .6rem;flex-wrap:wrap}.error-text{color:#c0392b;font-weight:600}.competition-info{min-height:100vh;background:#fff;padding:2.5rem 1.5rem 3rem;color:#0d47a1;max-width:960px;margin:0 auto}.text-button{background:none;border:none;color:#0d47a1;cursor:pointer;font-weight:700;margin-bottom:1rem}.text-button.small-link{margin:0;font-size:.9rem;padding:0}.back-link{align-self:flex-start;margin-left:.25rem}.info-header h1{margin:.25rem 0}.info-header{display:flex;align-items:center;grid-gap:1rem;gap:1rem}.info-header-text{display:flex;flex-direction:column}.info-header-text.center{text-align:center;align-items:center}.competition-logo img{width:90px;height:auto;object-fit:contain;border-radius:10px;border:1px solid #e0e6ed;padding:.35rem;background:#fff;box-shadow:0 8px 18px rgba(13,71,161,.08)}.info-country{margin:0;font-weight:700;color:#0b3c86}.info-date,.info-location{margin:.15rem 0;color:#5c6b7a}.info-body{margin-top:1.5rem;display:flex;flex-direction:column;grid-gap:1rem;gap:1rem}.info-block{background:#f8fbff;border:1px solid #e0e6ed;border-radius:10px;padding:1rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1rem;gap:1rem}.info-item{background:#f8fbff;border:1px solid #e0e6ed;border-radius:10px;padding:.8rem 1rem}.label{margin:0 0 .25rem;color:#5c6b7a;font-size:.9rem}.badge-row{display:flex;grid-gap:.5rem;gap:.5rem;flex-wrap:wrap}.badge{background:#edf2ff;color:#0d47a1;padding:.25rem .6rem;border-radius:6px;border:1px solid #e0e6ed;font-size:.85rem}.info-actions{margin-top:1.5rem;display:flex;grid-gap:.75rem;gap:.75rem;flex-wrap:wrap}.secondary-button{padding:.85rem 1.75rem;background:#fff;color:#0d47a1;border:1px solid #0d47a1;border-radius:8px;cursor:pointer;font-weight:700;transition:background .2s ease,transform .1s ease}.secondary-button:hover{background:#f5f8ff;transform:translateY(-1px)}.secondary-button.ghost{border-style:dashed;color:#5c6b7a;border-color:#ced7e2;cursor:not-allowed;background:#f7f9fc}.secondary-button.ghost:hover{background:#f7f9fc;transform:none}.feed-placeholder{width:100%;max-width:960px;margin:1rem auto 0;padding:1rem 1.2rem;border:1px dashed #d7dee6;border-radius:12px;background:#fbfdff;color:#123056;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.6)}.feed-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:.65rem;gap:.65rem;margin-top:.65rem}.feed-card{display:flex;grid-gap:.75rem;gap:.75rem;padding:.75rem;background:#fff;box-shadow:0 10px 25px rgba(13,71,161,.06)}.feed-card,.feed-thumb{border:1px solid #e0e6ed;border-radius:10px}.feed-thumb{width:78px;height:78px;object-fit:cover;background:#f1f4f9;cursor:zoom-in}.feed-info{display:flex;flex-direction:column;grid-gap:.15rem;gap:.15rem;color:#123056}.feed-title-row{display:flex;justify-content:space-between;grid-gap:.5rem;gap:.5rem;align-items:center;font-weight:800;font-size:.95rem}.feed-lines{display:flex;flex-direction:column;grid-gap:.15rem;gap:.15rem;color:#5c6b7a;font-size:.9rem}.feed-line{display:flex;grid-gap:.4rem;gap:.4rem;flex-wrap:wrap;align-items:center}.feed-location{color:#0d47a1;font-weight:700}.feed-dot{font-size:1.1rem}.feed-tag{background:#edf2ff;color:#0d47a1;padding:.1rem .45rem;border-radius:999px;border:1px solid #d7dee6;font-size:.85rem}.feed-secondary{color:#5c6b7a;font-size:.9rem;margin:0}.image-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.lightbox-img{max-width:90vw;max-height:85vh;border-radius:12px;box-shadow:0 20px 50px rgba(0,0,0,.35);cursor:zoom-in;transition:transform .2s ease,box-shadow .2s ease}.lightbox-img.zoomed{transform:scale(1.25);cursor:zoom-out}.lightbox-close{position:absolute;top:16px;right:16px;background:hsla(0,0%,100%,.9);border:none;border-radius:50%;width:34px;height:34px;font-size:22px;font-weight:800;color:#123056;cursor:pointer;box-shadow:0 8px 18px rgba(0,0,0,.2)}.lightbox-hint{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);color:#e5e7ef;font-size:.9rem;text-shadow:0 1px 3px rgba(0,0,0,.6)}.catch-detail{max-width:960px;margin:0 auto;padding:1.5rem 1rem 3rem;color:#123056}.catch-hero{position:relative;min-height:260px;height:auto;border-radius:16px;overflow:hidden;border:1px solid #e0e6ed;box-shadow:0 18px 45px rgba(13,71,161,.08)}.catch-hero__imgwrap{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.catch-hero__img{width:100%;height:100%;object-fit:cover;background:#fff}.catch-hero__overlay{display:none}.catch-hero__content{position:absolute;inset:0;display:flex;align-items:flex-start;justify-content:flex-start;padding:1.5rem;color:#123056}.catch-detail__body{margin-top:1.25rem;display:grid;grid-gap:1rem;gap:1rem}.catch-like-badge{position:absolute;bottom:12px;right:12px;background:#e9f2ff;color:#0d47a1;border:1px solid #d6e4f7;border-radius:10px;padding:.35rem .55rem;font-weight:800;box-shadow:0 10px 22px rgba(13,71,161,.06)}.detail-section{background:#fff;border:1px solid #e0e6ed;border-radius:12px;padding:1rem;box-shadow:0 10px 25px rgba(13,71,161,.06)}.detail-row{display:flex;justify-content:space-between;grid-gap:.5rem;gap:.5rem;margin:.35rem 0;color:#123056}.detail-label{color:#5c6b7a;font-weight:700}.detail-value{font-weight:800}.detail-muted{color:#5c6b7a;margin:0}.comment-row{display:flex;flex-direction:column;grid-gap:.15rem;gap:.15rem;padding:.6rem 0;border-bottom:1px solid #e0e6ed}.comment-row:last-child{border-bottom:none}.comment-author{font-weight:800;color:#0d47a1}.comment-bubble{display:inline-flex;align-items:center;grid-gap:.35rem;gap:.35rem;background:#f5f8ff;border:1px solid #e0e6ed;border-radius:10px;padding:.45rem .6rem}.comment-author-blue{font-weight:800;color:#0d47a1}.comment-text{color:#123056}@media (max-width:768px){.catch-detail{padding:1rem .75rem 2.5rem}.catch-hero{height:200px}.catch-hero__content{padding:1rem;flex-direction:column;align-items:flex-start;grid-gap:.4rem;gap:.4rem}.catch-like-badge{bottom:10px;right:10px}}.feed-placeholder__header{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;margin-bottom:.35rem}.feed-badge{background:#edf2ff;color:#0d47a1;padding:.2rem .6rem;border-radius:999px;font-weight:700;border:1px solid #d7dee6}.feed-title{font-weight:800}.feed-text{margin:0;color:#55667a}.lineup-container{min-height:100vh;background:#fff;padding:2rem 1rem 3rem;max-width:1100px;margin:0 auto;color:#0d47a1}.lineup-header{text-align:center;margin-bottom:1rem}.lineup-header h2{margin:.25rem 0}.lineup-header h3{margin:.2rem 0}.lineup-table{margin-top:1rem;border:1px solid #e0e6ed;border-radius:12px;overflow:hidden;overflow-x:auto}.lineup-row{display:grid;grid-template-columns:minmax(120px,1.9fr) repeat(var(--compact-count,3),minmax(44px,.7fr)) repeat(var(--wide-count,1),minmax(56px,.95fr)) repeat(var(--largest-count,1),minmax(60px,1fr));align-items:center;border-bottom:1px solid #e0e6ed;padding:.65rem .75rem;background:#fff;grid-column-gap:.2rem;column-gap:.2rem}.lineup-row:nth-child(2n){background:#f8fbff}.lineup-head{background:#f1f6ff;font-weight:700;border-bottom:1px solid #d7dee6}.col.name{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;color:#0d47a1;min-width:0}.row-index{font-weight:700;color:#5c6b7a}.participant-name{display:block;flex:1 1 auto;min-width:0;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative}.participant-name:active,.participant-name:focus{white-space:normal;overflow:visible;text-overflow:clip;word-break:break-word;outline:none;background:#eef3ff;border-radius:6px;padding:0 4px}.participant-name:focus-visible{box-shadow:0 0 0 2px rgba(13,71,161,.2)}.col.stat{display:flex;align-items:center;justify-content:center;text-align:center;color:#2c3e50;font-weight:600;min-width:0;padding:0 2px}.col.stat.compact-stat{min-width:46px;padding:0 2px}.col.stat.largest-stat,.col.stat.wide-stat{min-width:64px;padding:0 2px}.lineup-head .col.stat{background:transparent;border:none;cursor:pointer;font-weight:700;color:#0b3c86;transition:background .15s ease,color .15s ease}.lineup-head .col.stat.active{background:#e2ecff;color:#0d47a1;border-radius:6px}.lineup-head .col.stat.secondary-active{background:#ffe9a3;color:#b26a00;border-radius:6px}.lineup-head .col.stat.largest-stat{white-space:normal;line-height:1.05;padding:0 2px}.lineup-summary{display:flex;justify-content:center;grid-gap:1rem;gap:1rem;margin-top:1.25rem;padding:1rem;background:#f8fbff;border:1px solid #e0e6ed;border-radius:10px}.lineup-summary>div{flex:0 0 auto;min-width:140px;text-align:center}.summary-value{font-size:1.2rem;font-weight:800;margin:.15rem 0 0}@media (max-width:768px){.home-topbar{align-items:center;justify-content:center;grid-gap:.45rem;gap:.45rem;flex-wrap:nowrap}.user-chip{width:auto;flex:1 1 auto}.logout-button{margin-left:auto;flex:0 0 auto}.weather-card{width:100%;max-width:none;flex-direction:column;align-items:flex-start;grid-gap:.5rem;gap:.5rem;padding:.45rem .6rem;margin-top:.35rem}.weather-main{grid-gap:.4rem;gap:.4rem}.weather-icon{width:38px;height:38px}.weather-temp{font-size:1.1rem}.weather-desc{font-size:.82rem}.hero-block{padding:1.4rem 1rem}.hero-title{font-size:1.65rem}.hero-subtitle{font-size:.98rem}.feed-placeholder{padding:.9rem 1rem}.feed-list{grid-template-columns:1fr}.weather-meta{width:100%;justify-content:flex-start;display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));grid-gap:.4rem;gap:.4rem}.weather-pill{min-width:0;width:100%;text-align:left}.competitions-container,.home-container{padding:2.2rem .85rem}.competition-list{grid-template-columns:1fr}.lineup-row{grid-template-columns:minmax(95px,1.65fr) repeat(var(--compact-count,3),minmax(26px,.6fr)) repeat(var(--wide-count,1),minmax(46px,.9fr)) repeat(var(--largest-count,1),minmax(50px,1fr));padding:.48rem .3rem;grid-column-gap:.16rem;column-gap:.16rem}.lineup-head .col.stat,.lineup-row,.lineup-row .col.stat,.lineup-row .participant-name,.lineup-row .row-index{font-size:.92rem}.lineup-head .col.stat.compact-stat,.lineup-row .col.stat.compact-stat{min-width:40px;padding:0 2px}.lineup-head .col.stat.largest-stat,.lineup-head .col.stat.wide-stat{min-width:56px;padding:0 2px}}
/*# sourceMappingURL=main.28235b6e.chunk.css.map */