:root{--bg:#1e1e22;--surface:#27272c;--surface-2:#303036;--text:#f5f5f7;--muted:#9a9aa1;--border:#3d3d44;--accent:#ff00ba;--accent-contrast:#fff}:root[data-theme=light]{--bg:#f5f5f7;--surface:#fff;--surface-2:#f0f0f3;--text:#1e1e22;--muted:#6b6b74;--border:#dcdce2}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}main{padding:2rem 1.25rem}header,main{max-width:640px;margin:0 auto}header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}header nav a,header nav button{margin-left:1rem}a{color:var(--accent)}.intro-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-bottom:1.5rem;overflow:hidden}.intro-card-highlight{background:#fc0;color:#000;font-weight:700;margin:0;padding:1.25rem}.intro-card-body{padding:1.25rem}.intro-card-body p{margin:0 0 .85rem;color:var(--text);font-weight:400}.intro-card-dismiss{background:#fc0;color:#000;font-weight:700}.intro-card-dismiss:hover{filter:brightness(1.1)}.paywall-wrap{position:relative}.paywall-blurred{filter:blur(4px);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.paywall-overlay{position:absolute;inset:0;z-index:5;display:flex;align-items:flex-start;justify-content:center;padding-top:3rem}.paywall-message{padding:1.25rem 1.5rem;max-width:26rem;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.25)}.landing-section,.paywall-message{background:var(--surface);border:1px solid var(--border);border-radius:12px}.landing-section{padding:1.25rem;margin-bottom:1.25rem}.landing-section h2{margin-top:0}.button-link{display:inline-block;background:var(--accent);color:var(--accent-contrast);padding:.6rem 1rem;border-radius:6px;font-size:1rem;text-decoration:none;cursor:pointer}.button-link:hover{filter:brightness(1.1)}.button-gold{display:inline-block;background:#fc0;color:#000;font-weight:700;padding:.6rem 1rem;border-radius:6px;font-size:1rem;text-decoration:none;cursor:pointer}.button-gold:hover{filter:brightness(1.1)}.brand{color:var(--accent)}h1{font-size:1.5rem}form{display:flex;flex-direction:column;gap:.75rem;margin:1.5rem 0}input[type=file]{max-width:100%}button,input,select,textarea{font-family:inherit}input,textarea{padding:.6rem .75rem;border:1px solid var(--border);border-radius:6px;font-size:1rem;background:var(--surface-2);color:var(--text)}.password-input-wrap{position:relative;width:100%}.password-input-wrap input{width:100%;padding-right:3.5rem}.password-toggle{position:absolute;top:50%;right:.4rem;transform:translateY(-50%);width:auto;padding:.3rem .5rem;border:none;background:none;color:var(--muted);font-size:.8rem;cursor:pointer}.password-toggle:hover{color:var(--text);filter:none}input::placeholder,textarea::placeholder{color:var(--muted)}button{padding:.6rem 1rem;border:none;border-radius:6px;background:var(--accent);color:var(--accent-contrast);font-size:1rem;cursor:pointer;width:-moz-fit-content;width:fit-content}button:hover{filter:brightness(1.1)}button.link{background:none;color:var(--accent);padding:0;text-decoration:underline}button.link:hover{filter:none}.error{color:#f87171;font-size:.9rem}.spinner{display:inline-block;width:14px;height:14px;margin-right:.5rem;vertical-align:-2px;border:2px solid;border-right:2px solid transparent;border-radius:50%;opacity:.85;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.message{color:#4ade80;font-size:.9rem}.post{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem;margin-bottom:1rem}.post .meta{color:var(--muted);font-size:.85rem}.post-content{margin-bottom:.5rem;white-space:pre-wrap}.composer{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem;margin-bottom:1.5rem}.composer-tabs{display:flex;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.composer-tab{background:var(--surface-2);color:var(--muted);border:none;border-radius:999px;padding:.5rem 1rem;font-size:.85rem;min-height:36px;width:auto}.composer-tab.active{background:var(--accent);color:var(--accent-contrast)}.composer-image-preview{max-width:100%;max-height:300px}.composer-image-preview,.post-image{object-fit:cover;border-radius:8px;margin-top:.5rem}.post-image{width:100%;max-height:480px;display:block}.post-color-block{border-radius:8px;min-height:200px;display:flex;align-items:center;justify-content:center;padding:2rem 1.25rem;text-align:center}.post-color-text{color:#fff;font-weight:700;font-size:clamp(1.25rem,5vw,1.75rem);margin:0;white-space:pre-wrap}.post-footer{display:flex;align-items:center;justify-content:space-between;margin-top:.75rem}.like-btn{display:inline-flex;align-items:center;gap:.35rem;background:none;border:none;color:var(--muted);padding:.4rem .7rem;border-radius:999px;cursor:pointer;min-height:36px;text-decoration:none;font-size:.9rem;width:auto}.like-btn:hover{background:hsla(0,0%,100%,.06);filter:none}.like-btn svg{fill:currentColor}.like-btn.liked{color:var(--accent)}.avatar{border-radius:50%;object-fit:cover;flex-shrink:0}.avatar-fallback{background:var(--accent);color:var(--accent-contrast);display:flex;align-items:center;justify-content:center;font-weight:700}.nav-profile-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--text);text-decoration:none}.nav-profile-link:hover{color:var(--accent)}.post-author{display:flex;align-items:center;gap:.4rem}.post-author a{color:var(--muted);text-decoration:none}.post-author a:hover{color:var(--accent)}.badge{display:inline-block;font-size:.7rem;font-weight:700;padding:.15rem .5rem;border-radius:999px;margin-left:.5rem;vertical-align:middle}.badge-admin{background:var(--accent);color:var(--accent-contrast)}.profile-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.profile-name{font-size:1.25rem;margin:0}.profile-field{display:flex;flex-direction:column;gap:.35rem}.profile-field label{font-size:.85rem;color:var(--muted)}.profile-readonly{margin:0;padding:.6rem .75rem;color:var(--muted)}.profile-avatar-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.profile-avatar-row input[type=file]{flex:1 1;min-width:0;max-width:100%}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse}.admin-table td,.admin-table th{text-align:left;padding:.6rem .5rem;border-bottom:1px solid var(--border);white-space:nowrap}.admin-table th{color:var(--muted);font-size:.8rem;font-weight:600}.role-select-wrap select{width:auto;padding:.4rem .6rem}.toggle-row{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem;margin-bottom:1.5rem}.toggle-row label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.switch{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.switch input{position:absolute;inset:0;opacity:0;margin:0;cursor:pointer}.switch-track{position:absolute;inset:0;background:var(--border);border-radius:999px;transition:background .2s ease;pointer-events:none}.switch-thumb{position:absolute;top:3px;left:3px;width:18px;height:18px;background:#fff;border-radius:50%;transition:transform .2s ease}.switch input:checked+.switch-track{background:var(--accent)}.switch input:checked+.switch-track .switch-thumb{transform:translateX(20px)}.switch input:disabled+.switch-track{opacity:.5}.swatch-btn{width:28px;height:28px;border-radius:50%;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:var(--muted);padding:0;font-size:.7rem;line-height:1}.chat-list{display:flex;flex-direction:column;gap:.75rem}.chat-message{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:.75rem 1rem;display:flex;gap:.6rem;align-items:flex-start}.match-list{display:flex;flex-direction:column;margin-bottom:1rem}.match-row-name{margin:0;font-weight:600}.match-detail-section{margin-bottom:.85rem}.match-detail-section p:first-child{margin:0 0 .2rem;color:var(--muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.03em}.match-detail-section p:last-child{margin:0;line-height:1.5}.match-detail-section ul{margin:0;padding-left:0;line-height:1.5;list-style:none}.match-detail-section li{position:relative;padding-left:1.25rem;margin-bottom:.25rem}.match-detail-section li:before{content:var(--card-bullet-content,"\2022");position:absolute;left:0;color:var(--card-bullet-color,var(--muted))}.match-detail-section li:last-child{margin-bottom:0}.match-decision-row{display:flex;gap:.5rem;margin-top:1.25rem}.calendar{max-width:280px;margin:.75rem auto 1rem}.calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.calendar-title{font-weight:600;font-size:.9rem}.calendar-nav{background:none;border:1px solid var(--border);color:var(--text);width:26px;height:26px;border-radius:6px;padding:0;font-size:1rem;line-height:1;cursor:pointer}.calendar-nav:hover{filter:none;background:var(--surface)}.calendar-nav:disabled{opacity:.5;cursor:default}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:2px;gap:2px}.calendar-weekdays{margin-bottom:.25rem}.calendar-weekday{text-align:center;font-size:.7rem;color:var(--muted);text-transform:uppercase}.calendar-cell{aspect-ratio:1;width:auto;display:flex;align-items:center;justify-content:center;background:none;border:none;border-radius:6px;color:var(--text);font-size:.8rem;cursor:pointer;padding:0}.calendar-cell:hover:not(:disabled){filter:none;background:var(--border)}.calendar-cell:disabled{cursor:default}.calendar-cell-empty{cursor:default;pointer-events:none}.calendar-cell-today{font-weight:700;color:var(--accent)}.calendar-cell-selected{background:var(--accent)!important;color:var(--accent-contrast)!important}.reason-prompt{margin-top:1.25rem}.reason-prompt textarea{width:100%;margin-top:.5rem}.reason-prompt .match-decision-row{margin-top:.75rem;align-items:center}.decision-btn{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:.65rem;border-radius:10px;font-size:.85rem;border:1px solid transparent}.decision-btn-no{background:hsla(0,91%,71%,.12);color:#f87171;border-color:hsla(0,91%,71%,.35)}.decision-btn-maybe{background:rgba(251,191,36,.12);color:#fbbf24;border-color:rgba(251,191,36,.35)}.decision-btn-yes{background:rgba(74,222,128,.12);color:#4ade80;border-color:rgba(74,222,128,.35)}.decision-btn-sparkle{background:rgba(74,222,128,.22);border-color:rgba(74,222,128,.7);font-weight:700;animation:glow-pulse 2s ease-in-out infinite}@keyframes glow-pulse{0%,to{box-shadow:0 0 4px rgba(74,222,128,.35)}50%{box-shadow:0 0 18px rgba(74,222,128,.95),0 0 28px rgba(74,222,128,.5)}}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;padding:1rem;z-index:100}.modal-card{position:relative;background:var(--surface);border-radius:12px;width:100%;max-width:480px;height:90vh;max-height:700px;overflow:hidden}.modal-close{position:absolute;top:.5rem;right:.5rem;z-index:1;width:32px;height:32px;padding:0;border:none;border-radius:50%;background:var(--surface-2);color:var(--text);font-size:1.25rem;line-height:1;cursor:pointer}.modal-iframe{width:100%;height:100%;border:none}@media (max-width:480px){main{padding:1.25rem 1rem}header{padding:.85rem 1rem}}@font-face{font-family:__Montserrat_069ab3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Montserrat_069ab3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Montserrat_069ab3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Montserrat_069ab3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Montserrat_069ab3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Montserrat_Fallback_069ab3;src:local("Arial");ascent-override:85.79%;descent-override:22.25%;line-gap-override:0.00%;size-adjust:112.83%}.__className_069ab3{font-family:__Montserrat_069ab3,__Montserrat_Fallback_069ab3;font-style:normal}