.header{position:fixed;top:0;left:0;right:0;height:calc(62px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 16px 0;display:grid;grid-template-columns:1fr auto auto auto;align-items:center;gap:10px;z-index:20;background:#faf8f4f0;border-bottom:1px solid var(--vinatta-line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-tab{min-height:42px;padding:0 10px;border-radius:999px;color:var(--vinatta-muted);font-size:1rem;font-weight:900;transition:color .2s ease,background .2s ease}.header-tab:hover,.header-tab.active{color:var(--vinatta-text);background:#fff}.header-logo{color:var(--vinatta-like);font-size:1.55rem;letter-spacing:0}.header-matches{position:relative;display:flex;align-items:center;justify-content:center}.header-badge{position:absolute;top:2px;right:2px;min-width:18px;height:18px;padding:0 5px;font-size:.68rem;font-weight:900;color:#fff;background:var(--vinatta-accent);border-radius:9px;display:flex;align-items:center;justify-content:center}.header-logout{min-height:38px;padding:0 12px;font-size:.82rem;font-weight:800;color:var(--vinatta-muted);background:transparent;border:1px solid var(--vinatta-line);border-radius:999px}.header-settings{min-width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 13px;border-radius:999px;color:var(--vinatta-muted);background:#fff;border:1px solid var(--vinatta-line);font-size:.82rem;font-weight:900}.header-settings:hover{color:var(--vinatta-text)}.header-logout:hover{color:var(--vinatta-text);background:#fff}@media (max-width: 520px){.header{grid-template-columns:1fr auto auto}.header-settings span{display:none}.header-logout{padding:0 10px}}.card{position:absolute;top:0;right:0;bottom:0;left:0;width:min(430px,calc(100vw - 24px));height:min(760px,calc(100vh - 150px));margin:auto;border-radius:8px;overflow:hidden;background:var(--vinatta-surface);box-shadow:var(--shadow-card);touch-action:pan-y}.profile-card{display:flex;flex-direction:column;color:var(--vinatta-text);border:1px solid var(--vinatta-line)}.card-back{transform:scale(.96) translateY(12px);opacity:.45;pointer-events:none;filter:saturate(.86)}.card-front{cursor:grab;z-index:2;overflow-y:auto;scrollbar-width:none}.card-front::-webkit-scrollbar{display:none}.card-front:active{cursor:grabbing}.hero-photo,.inline-photo{position:relative;min-height:520px;background:#ece8e1;overflow:hidden}.hero-photo img,.inline-photo img{width:100%;height:100%;min-height:inherit;object-fit:cover}.hero-fade{position:absolute;inset:auto 0 0;height:48%;background:linear-gradient(transparent,#141211d1);pointer-events:none}.hero-info{position:absolute;left:20px;right:78px;bottom:22px;color:#fff}.profile-kicker{width:fit-content;padding:5px 9px;margin-bottom:10px;border-radius:999px;background:#ffffff2e;font-size:.72rem;font-weight:800;text-transform:uppercase}.hero-info h2{font-size:clamp(2.3rem,10vw,3.8rem);line-height:.95;font-weight:900;letter-spacing:0}.profile-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.profile-meta span,.profile-summary span{padding:7px 10px;border-radius:999px;background:#ffffffeb;color:var(--vinatta-text);font-size:.78rem;font-weight:700}.profile-more{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;background:#ffffffe6;color:var(--vinatta-text);font-size:1.1rem;font-weight:900;box-shadow:0 8px 22px #0000002e}.profile-summary{display:flex;flex-wrap:wrap;gap:8px;padding:16px;background:var(--vinatta-surface);border-bottom:1px solid var(--vinatta-line)}.profile-summary span{background:var(--vinatta-chip)}.prompt-card{position:relative;margin:0;padding:28px 72px 30px 22px;background:var(--vinatta-surface);border-bottom:1px solid var(--vinatta-line)}.prompt-card p{margin-bottom:12px;color:var(--vinatta-muted);font-size:.82rem;font-weight:800}.prompt-card h3{font-size:clamp(1.45rem,6vw,2.35rem);line-height:1.05;font-weight:900;letter-spacing:0}.item-like{position:absolute;right:16px;bottom:18px;width:46px;height:46px;border-radius:50%;background:var(--vinatta-like);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 30px #742d4d3d;transition:transform .15s ease,background .15s ease}.item-like:hover{background:var(--vinatta-like-strong)}.item-like:active{transform:scale(.94)}.item-like span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.photo-like{bottom:22px}.inline-photo{min-height:460px;border-bottom:1px solid var(--vinatta-line)}.profile-end-actions{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;padding:18px 16px 22px;background:var(--vinatta-surface)}.end-btn{min-height:48px;border-radius:999px;font-size:.9rem;font-weight:900}.end-btn-pass{background:var(--vinatta-chip);color:var(--vinatta-muted)}.end-btn-rose{background:#fff4f6;color:#b3395b;border:1px solid #ffd2dc}.end-btn-like{background:var(--vinatta-like);color:#fff}.comment-drawer{position:sticky;left:12px;right:12px;bottom:10px;margin:-210px 12px 12px;padding:18px;border-radius:8px;background:#fff;border:1px solid var(--vinatta-line);box-shadow:0 22px 60px #27211f40;z-index:8}.comment-close{position:absolute;top:8px;right:10px;width:32px;height:32px;color:var(--vinatta-muted);font-size:1.5rem}.comment-drawer p{margin:0 36px 12px 0;font-size:1rem;font-weight:900}.comment-drawer textarea{width:100%;min-height:88px;padding:12px;resize:none;border:1px solid var(--vinatta-line);border-radius:8px;color:var(--vinatta-text);font:inherit;outline:none}.comment-drawer textarea:focus{border-color:var(--vinatta-like);box-shadow:0 0 0 3px #742d4d1f}.comment-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:12px}.comment-actions button{min-height:42px;padding:0 14px;border-radius:999px;background:#fff4f6;color:#b3395b;font-weight:900}.comment-actions .comment-send{background:var(--vinatta-like);color:#fff}.card-badge{position:fixed;top:78px;z-index:9;padding:7px 13px;border:3px solid currentColor;border-radius:8px;background:#ffffffe6;font-size:1rem;font-weight:900;text-transform:uppercase;pointer-events:none}.card-badge-like{left:26px;color:var(--vinatta-like);transform:rotate(-12deg)}.card-badge-nope{right:26px;color:var(--vinatta-pass);transform:rotate(12deg)}@media (max-width: 520px){.card{width:100%;height:calc(100vh - 128px);border-radius:0;border-left:0;border-right:0}.hero-photo{min-height:500px}.inline-photo{min-height:430px}.prompt-card{padding-right:70px}}.card-stack{position:relative;width:min(450px,100vw);height:min(780px,calc(100vh - 132px));display:flex;align-items:center;justify-content:center}.card-stack .card-back:nth-child(1){transform:scale(.96) translateY(14px);z-index:0}.card-stack .card-back:nth-child(2){transform:scale(.92) translateY(28px);z-index:0}.action-bar{position:fixed;left:0;right:0;bottom:0;z-index:10;display:flex;align-items:center;justify-content:center;gap:14px;padding:14px 18px calc(28px + env(safe-area-inset-bottom));background:#faf8f4eb;border-top:1px solid var(--vinatta-line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.action-btn{width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--vinatta-line);box-shadow:0 10px 24px #322b281f;transition:transform .15s ease,opacity .2s ease,border-color .15s ease}.action-btn:active:not(:disabled){transform:scale(.93)}.action-btn:disabled{opacity:.45;cursor:not-allowed}.action-btn-nope{color:var(--vinatta-pass)}.action-btn-super{width:52px;height:52px;color:#b3395b;background:#fff4f6;border-color:#ffd2dc}.action-btn-like{color:#fff;background:var(--vinatta-like);border-color:var(--vinatta-like)}.match-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:100;padding:24px}.match-modal{background:var(--tinder-card-bg);border-radius:24px;padding:32px 24px;width:100%;max-width:360px;text-align:center;box-shadow:0 24px 48px #0000004d}.match-modal-title{font-size:2rem;font-weight:800;background:var(--tinder-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px}.match-modal-subtitle{font-size:1rem;color:var(--tinder-text-muted);margin-bottom:28px}.match-modal-avatars{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:28px}.match-avatar{width:88px;height:88px;border-radius:50%;overflow:hidden;border:4px solid white;box-shadow:0 4px 20px #00000026}.match-avatar-inner{width:100%;height:100%;background:var(--tinder-gradient);display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:1rem}.match-avatar-them img{width:100%;height:100%;object-fit:cover}.match-modal-actions{display:flex;flex-direction:column;gap:12px}.match-btn{padding:16px 24px;border-radius:28px;font-size:1rem;font-weight:600;transition:transform .15s ease,opacity .15s ease}.match-btn:active{transform:scale(.98)}.match-btn-msg{background:var(--tinder-gradient);color:#fff;box-shadow:var(--shadow-btn)}.match-btn-keep{background:#f0f0f0;color:var(--tinder-text)}.matches-page{padding:72px 12px calc(132px + env(safe-area-inset-bottom));margin:0;color:var(--vinatta-text)}.matches-section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;max-width:760px;margin:0 auto 12px}.matches-section-title h2{font-size:1.2rem;font-weight:900}.matches-section-title span{min-width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:#fff;background:var(--vinatta-like);font-size:.85rem;font-weight:900}.likes-you-section{margin-bottom:28px}.likes-you-grid{max-width:720px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.likes-you-card{overflow:hidden;border:1px solid var(--vinatta-line);border-radius:8px;background:var(--vinatta-surface);box-shadow:0 10px 24px #322b2814}.likes-you-photo{position:relative;width:100%;aspect-ratio:3 / 4;overflow:hidden;background:var(--vinatta-chip)}.likes-you-photo img{width:100%;height:100%;object-fit:cover}.likes-you-photo span{position:absolute;left:10px;bottom:10px;padding:6px 10px;border-radius:999px;color:#fff;background:#742d4de6;font-size:.78rem;font-weight:900}.likes-you-info{display:flex;flex-direction:column;gap:9px;padding:12px}.likes-you-info>button:first-child{align-self:flex-start;color:var(--vinatta-text);font-size:1rem;font-weight:900;text-align:left}.likes-you-info p,.matches-inline-empty{color:var(--vinatta-muted);font-size:.9rem;line-height:1.4}.likes-you-like{min-height:40px;padding:0 14px;border-radius:999px;color:#fff;background:var(--vinatta-like);font-weight:900}.matches-grid{max-width:760px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(92px,1fr));gap:8px}.match-profile-card{overflow:hidden;border:1px solid var(--vinatta-line);border-radius:8px;background:var(--vinatta-surface);box-shadow:0 7px 16px #322b2812}.match-profile-photo{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background:var(--vinatta-chip)}.match-profile-photo img{width:100%;height:100%;object-fit:cover}.match-profile-photo:after{content:"";position:absolute;inset:auto 0 0;height:58%;background:linear-gradient(to top,rgba(31,25,28,.72),transparent)}.match-profile-photo span{position:absolute;left:8px;right:8px;bottom:8px;z-index:1;color:#fff;font-size:.86rem;font-weight:900;text-align:left}.match-profile-info{padding:6px}.match-profile-message{width:100%;min-height:32px;padding:0 8px;border-radius:999px;font-size:.74rem;font-weight:900}.match-profile-message{color:#fff;background:var(--vinatta-like)}.matches-item{display:flex;align-items:center;gap:16px;padding:14px 16px;background:var(--vinatta-surface);border:1px solid var(--vinatta-line);border-radius:8px;margin-bottom:10px;cursor:pointer;transition:background .2s ease,transform .15s ease}.matches-item:hover{background:#fff}.matches-item:active{transform:scale(.99)}.matches-item-avatar{width:56px;height:56px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid #fff}.matches-item-avatar img{width:100%;height:100%;object-fit:cover}.matches-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.matches-item-name{font-size:1.1rem;font-weight:900;color:var(--vinatta-text)}.matches-item-meta{font-size:.9rem;color:var(--vinatta-muted)}.matches-item-arrow{font-size:1.2rem;color:var(--vinatta-muted)}.matches-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:40px 24px;text-align:center}.matches-empty-icon{font-size:4rem;margin-bottom:16px;opacity:.8}.matches-empty-title{font-size:1.5rem;font-weight:700;color:var(--vinatta-text);margin-bottom:8px}.matches-empty-text{font-size:1rem;color:var(--vinatta-muted);max-width:280px;line-height:1.5}.matches-inline-empty{max-width:760px;margin:0 auto;padding:18px;border:1px solid var(--vinatta-line);border-radius:8px;background:var(--vinatta-surface);text-align:center}.profile-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:flex-end;justify-content:center;z-index:90}.profile-modal{background:var(--vinatta-surface);border-radius:8px 8px 0 0;width:100%;max-width:480px;max-height:85vh;overflow-y:auto;display:flex;flex-direction:column;box-shadow:0 -10px 40px #0003}.profile-close{position:absolute;top:16px;right:16px;z-index:2;width:44px;height:44px;border-radius:50%;background:#0006;color:#fff;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.profile-close:hover{background:#0009}.profile-image-wrap{width:100%;height:380px;overflow:hidden;background:#eee}.profile-image-wrap img{width:100%;height:100%;object-fit:cover}.profile-content{padding:24px 20px 32px}.profile-content h1{font-size:1.75rem;font-weight:800;color:var(--vinatta-text);margin-bottom:4px}.profile-distance{font-size:1rem;color:var(--vinatta-muted);margin-bottom:12px}.profile-detail-grid{display:grid;gap:8px;margin:16px 0}.profile-detail{font-size:.95rem;color:var(--vinatta-text);padding:11px 12px;border:1px solid var(--vinatta-line);border-radius:8px;background:var(--vinatta-chip)}.profile-bio{font-size:1rem;line-height:1.55;color:var(--vinatta-text);margin:12px 0 18px}.profile-extra-photo{width:100%;margin:14px 0;overflow:hidden;border-radius:8px;background:var(--vinatta-chip)}.profile-extra-photo img{width:100%;display:block;aspect-ratio:3 / 4;object-fit:cover}.profile-prompt{margin-top:14px;padding:18px;border:1px solid var(--vinatta-line);border-radius:8px;background:#fff}.profile-prompt p{color:var(--vinatta-muted);font-size:.82rem;font-weight:900;margin-bottom:8px}.profile-prompt h2{color:var(--vinatta-text);font-size:1.12rem;line-height:1.35}.chat-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:100;display:flex;justify-content:flex-end}.chat-modal{width:100%;max-width:420px;height:100%;background:#1a0a0f;display:flex;flex-direction:column;box-shadow:-4px 0 24px #0000004d}.chat-modal-header{display:flex;align-items:center;gap:.75rem;padding:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.chat-modal-back{background:none;border:none;color:#fff;font-size:1.25rem;cursor:pointer;padding:.25rem}.chat-modal-profile{display:flex;align-items:center;gap:.5rem}.chat-modal-profile img{width:40px;height:40px;border-radius:50%;object-fit:cover}.chat-modal-profile span{font-weight:600;color:#fff}.chat-modal-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.chat-loading,.chat-empty{color:#fff9;text-align:center;margin:auto}.chat-bubble{max-width:80%;padding:.6rem 1rem;border-radius:16px;align-self:flex-start}.chat-bubble-me{align-self:flex-end;background:linear-gradient(135deg,#c45c5c,#a84848);color:#fff}.chat-bubble-them{background:#ffffff1f;color:#fff}.chat-bubble p{margin:0;font-size:.95rem}.chat-modal-form{display:flex;gap:.5rem;padding:1rem;border-top:1px solid rgba(255,255,255,.1)}.chat-input{flex:1;padding:.75rem 1rem;border-radius:24px;border:1px solid rgba(255,255,255,.2);background:#ffffff14;color:#fff;font-size:1rem}.chat-input:focus{outline:none;border-color:#c45c5c}.chat-send{padding:.75rem 1.25rem;border:none;border-radius:24px;background:linear-gradient(135deg,#c45c5c,#a84848);color:#fff;font-weight:600;cursor:pointer}.chat-send:disabled{opacity:.5;cursor:not-allowed}.settings-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;display:flex;align-items:flex-end;justify-content:center;background:#201b186b}.settings-modal{width:min(520px,100%);max-height:calc(100vh - env(safe-area-inset-top) - 18px);overflow-y:auto;padding:22px 22px calc(92px + env(safe-area-inset-bottom));border-radius:8px 8px 0 0;background:var(--vinatta-surface);border:1px solid var(--vinatta-line);box-shadow:0 -18px 55px #322b2838}.settings-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.settings-header p{color:var(--vinatta-muted);font-size:.78rem;font-weight:900;text-transform:uppercase}.settings-header h2{color:var(--vinatta-text);font-size:1.6rem;font-weight:900}.settings-header button{width:38px;height:38px;border-radius:50%;background:var(--vinatta-chip);color:var(--vinatta-muted);font-size:1.45rem}.settings-fields{display:flex;flex-direction:column;gap:16px}.settings-section{display:flex;flex-direction:column;gap:14px;padding:16px;border:1px solid var(--vinatta-line);border-radius:8px;background:#fff}.settings-section h3{color:var(--vinatta-text);font-size:1rem;font-weight:900}.settings-fields label,.settings-fields fieldset{display:flex;flex-direction:column;gap:7px;color:var(--vinatta-muted);font-size:.85rem;font-weight:800;border:0}.settings-preview{display:grid;grid-template-columns:76px 1fr;gap:14px;align-items:center;padding:12px;margin-bottom:14px;border-radius:8px;background:var(--vinatta-chip)}.settings-preview img{width:76px;height:92px;border-radius:8px;object-fit:cover;background:#ded7ce}.settings-preview p{color:var(--vinatta-text);font-weight:900;font-size:1.08rem}.settings-preview span{color:var(--vinatta-muted);font-size:.88rem;font-weight:800}.settings-photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.settings-photo-slot{position:relative;display:flex!important;align-items:center;justify-content:center;aspect-ratio:3 / 4;min-height:96px;overflow:hidden;border:1px dashed var(--vinatta-line)!important;border-radius:8px;background:var(--vinatta-chip);cursor:pointer}.settings-photo-slot img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.settings-photo-slot input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.settings-photo-slot span{color:var(--vinatta-muted);font-size:1.2rem;font-weight:900}.settings-photo-slot small{position:absolute;left:6px;right:6px;bottom:6px;min-height:24px;display:flex;align-items:center;justify-content:center;border-radius:999px;color:#fff;background:#2c2324b8;font-size:.68rem;font-weight:900}.settings-fields input,.settings-fields select,.settings-fields textarea{width:100%;padding:12px;border:1px solid var(--vinatta-line);border-radius:8px;background:#fff;color:var(--vinatta-text);font:inherit;outline:none}.settings-fields textarea{min-height:90px;resize:vertical}.settings-location-picker{position:relative}.settings-location-search{display:grid;grid-template-columns:minmax(0,1fr) 48px auto;gap:8px}.settings-location-search button{min-height:48px;padding:0 14px;border:0;border-radius:8px;color:#fff;background:var(--vinatta-like);font-weight:900}.settings-location-search button:disabled{opacity:.55}.settings-location-search .settings-location-toggle{padding:0;color:var(--vinatta-muted);background:var(--vinatta-chip);border:1px solid var(--vinatta-line);font-size:1.2rem}.settings-location-search .settings-location-toggle[aria-expanded=true]{color:#fff;background:var(--vinatta-like)}.settings-location-suggestions{position:absolute;z-index:20;top:calc(100% + 6px);left:0;right:0;display:grid;max-height:220px;overflow-y:auto;border:1px solid var(--vinatta-line);border-radius:8px;background:#fff;box-shadow:0 12px 28px #2c232429}.settings-location-suggestions button{min-height:44px;padding:10px 12px;border:0;border-bottom:1px solid var(--vinatta-line);color:var(--vinatta-text);background:#fff;font:inherit;font-weight:800;text-align:left}.settings-location-suggestions button:last-child{border-bottom:0}.settings-location-suggestions button:active{background:var(--vinatta-chip)}.settings-fields input:focus,.settings-fields select:focus,.settings-fields textarea:focus{border-color:var(--vinatta-like);box-shadow:0 0 0 3px #742d4d1f}.settings-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.settings-map-wrap{display:flex;flex-direction:column;gap:8px}.settings-location-status{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border:1px solid var(--vinatta-line);border-radius:8px;background:var(--vinatta-chip)}.settings-location-status span{color:var(--vinatta-muted);font-size:.8rem;font-weight:900;line-height:1.35}.settings-location-status button{flex:0 0 auto;min-height:34px;padding:0 12px;border-radius:999px;color:#fff;background:var(--vinatta-like);font-size:.78rem;font-weight:900}.settings-location-status button:disabled{opacity:.5}.settings-map{width:100%;padding:0;border:1px solid var(--vinatta-line);border-radius:8px;background:#eef0ed;overflow:hidden}.settings-map-canvas{position:relative;height:220px;overflow:hidden;cursor:grab;touch-action:none}.settings-map-canvas.is-dragging{cursor:grabbing}.settings-map-canvas img{position:absolute;width:256px;height:256px;transform:translate(-50%,-50%);filter:saturate(.55) contrast(.88) brightness(1.04);-webkit-user-select:none;user-select:none;pointer-events:none}.settings-map-pin{position:absolute;left:50%;top:50%;width:20px;height:20px;border:4px solid #fff;border-radius:50% 50% 50% 0;background:var(--vinatta-like);box-shadow:0 5px 16px #2c232447;transform:translate(-50%,-100%) rotate(-45deg)}.settings-map-controls{position:absolute;top:10px;right:10px;display:grid;gap:6px}.settings-map-controls button{width:38px;height:38px;border-radius:8px;color:var(--vinatta-text);background:#ffffffeb;border:1px solid var(--vinatta-line);font-size:1.2rem;font-weight:900;box-shadow:0 4px 12px #2c23241f}.settings-map-credit{position:absolute;right:8px;bottom:6px;padding:3px 6px;border-radius:999px;color:var(--vinatta-muted);background:#ffffffdb;font-size:.68rem;font-weight:800}.settings-checkbox{flex-direction:row!important;align-items:center;min-height:44px;padding:0 10px;border:1px solid var(--vinatta-line)!important;border-radius:8px;background:var(--vinatta-chip)}.settings-checkbox input{width:16px;accent-color:var(--vinatta-like)}.settings-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px;padding-bottom:calc(28px + env(safe-area-inset-bottom));flex-wrap:wrap}.settings-actions button{min-height:44px;padding:0 18px;border-radius:999px;color:var(--vinatta-muted);background:var(--vinatta-chip);font-weight:900}.settings-actions button[type=submit]{color:#fff;background:var(--vinatta-like)}.settings-actions .settings-signout{margin-right:auto;color:var(--vinatta-pass);background:#fff;border:1px solid var(--vinatta-line)}.settings-actions button:disabled{opacity:.5}.settings-state,.settings-error{padding:16px;margin-bottom:12px;border-radius:8px;background:var(--vinatta-chip);color:var(--vinatta-muted)}.settings-error{color:var(--vinatta-pass)}@media (max-width: 520px){.settings-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.app-shell{min-height:100%;background:var(--vinatta-bg);position:relative}.cards-view{padding-top:calc(70px + env(safe-area-inset-top));padding-bottom:calc(112px + env(safe-area-inset-bottom));min-height:100vh;display:flex;align-items:flex-start;justify-content:center}.out-of-cards{width:min(420px,calc(100vw - 32px));margin-top:22vh;text-align:center;padding:32px 24px;border:1px solid var(--vinatta-line);border-radius:8px;background:var(--vinatta-surface);box-shadow:var(--shadow-card)}.out-of-cards p{font-size:1.15rem;color:var(--vinatta-text);margin-bottom:20px}.empty-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.reset-btn{padding:13px 24px;font-size:.95rem;font-weight:900;color:#fff;background:var(--vinatta-like);border-radius:999px;transition:transform .15s ease,background .15s ease}.reset-btn:hover{background:var(--vinatta-like-strong)}.reset-btn:active{transform:scale(.98)}.secondary-btn{padding:13px 22px;font-size:.95rem;font-weight:900;color:var(--vinatta-like);background:#fff;border:1px solid var(--vinatta-line);border-radius:999px;transition:transform .15s ease,border-color .15s ease}.secondary-btn:hover{border-color:var(--vinatta-like)}.secondary-btn:active{transform:scale(.98)}.app-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;min-height:100vh;color:var(--vinatta-text)}.loading-spinner{width:38px;height:38px;border:3px solid rgba(116,45,77,.15);border-top-color:var(--vinatta-like);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.feed-error{color:var(--vinatta-pass)}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background:linear-gradient(180deg,#1a0a0f,#2d1519)}.auth-card{width:100%;max-width:460px;max-height:calc(100vh - 2rem);overflow-y:auto;background:#ffffff0f;border-radius:16px;padding:2rem;box-shadow:0 8px 32px #0006}.auth-title{font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:700;text-align:center;color:#fff;margin:0 0 .25rem}.auth-subtitle{text-align:center;color:#ffffffb3;margin:0 0 1.5rem;font-size:.95rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-error{color:#ff6b6b;font-size:.9rem;margin:0;padding:.5rem;background:#ff6b6b26;border-radius:8px}.auth-label{display:flex;flex-direction:column;gap:.35rem;color:#ffffffe6;font-size:.9rem}.auth-input{padding:.65rem .9rem;border-radius:10px;border:1px solid rgba(255,255,255,.2);background:#ffffff14;color:#fff;font-size:1rem}.auth-input option{color:#201b18}.auth-input::placeholder{color:#fff6}.auth-input:focus{outline:none;border-color:#c45c5c;box-shadow:0 0 0 2px #c45c5c4d}.auth-textarea{resize:vertical;min-height:72px}.auth-fieldset{display:flex;flex-direction:column;gap:.55rem;border:0;color:#ffffffe6;font-size:.9rem}.auth-fieldset legend{margin-bottom:.4rem}.auth-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.auth-checkbox{display:flex;align-items:center;gap:.5rem;min-height:42px;padding:.55rem .65rem;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:#ffffff14}.auth-checkbox input{width:16px;height:16px;accent-color:#c45c5c}.auth-checkbox span{font-size:.85rem}.auth-range{accent-color:#c45c5c}.auth-submit{margin-top:.5rem;padding:.85rem 1.25rem;border:none;border-radius:10px;background:linear-gradient(135deg,#c45c5c,#a84848);color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .1s,box-shadow .2s}.auth-submit:hover{transform:translateY(-1px);box-shadow:0 4px 16px #c45c5c66}.auth-submit:active{transform:translateY(0)}.auth-footer{text-align:center;margin-top:1.5rem;color:#ffffffb3;font-size:.9rem}.auth-footer a{color:#e8a0a0;text-decoration:none;font-weight:500}.auth-footer a:hover{text-decoration:underline}.error-boundary{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background:#1a0a0f;color:#fff;text-align:center}.error-boundary h1{font-size:1.5rem;margin-bottom:.5rem}.error-boundary p{color:#fffc;margin-bottom:1.5rem}.error-boundary button{padding:.75rem 1.5rem;font-size:1rem;background:linear-gradient(135deg,#c45c5c,#a84848);color:#fff;border:none;border-radius:8px;cursor:pointer}.error-boundary button:hover{opacity:.95}:root{--vinatta-bg: #faf8f4;--vinatta-surface: #ffffff;--vinatta-chip: #f1eee8;--vinatta-line: #e4ded5;--vinatta-text: #201b18;--vinatta-muted: #776d66;--vinatta-like: #742d4d;--vinatta-like-strong: #5d223c;--vinatta-pass: #4f6470;--vinatta-accent: #cf475f;--tinder-pink: var(--vinatta-like);--tinder-coral: var(--vinatta-accent);--tinder-orange: #d59b53;--tinder-gradient: linear-gradient(135deg, #742d4d 0%, #cf475f 55%, #d59b53 100%);--tinder-dark: var(--vinatta-bg);--tinder-card-bg: var(--vinatta-surface);--tinder-text: var(--vinatta-text);--tinder-text-muted: var(--vinatta-muted);--tinder-like: var(--vinatta-like);--tinder-nope: var(--vinatta-pass);--tinder-super: var(--vinatta-accent);--shadow-card: 0 18px 60px rgba(50, 43, 40, .14);--shadow-btn: 0 8px 22px rgba(116, 45, 77, .18);--radius-card: 8px;--radius-btn: 50%;--font: "Outfit", -apple-system, BlinkMacSystemFont, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%;overflow:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}body{font-family:var(--font);background:var(--vinatta-bg);color:var(--tinder-text);line-height:1.4}button{font-family:var(--font);cursor:pointer;border:none;background:none}img{display:block;max-width:100%;height:auto;object-fit:cover}@supports (padding-bottom: env(safe-area-inset-bottom)){.app-shell{padding-bottom:env(safe-area-inset-bottom)}}
