:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#fff;background-color:#000;--alaniz-bg: #040404;--alaniz-bg-card: #101010;--alaniz-border-soft: rgba(255, 255, 255, .08);--alaniz-red: #ff2b3b;--alaniz-red-hover: #ff424f;--alaniz-green: #00c46a;--alaniz-green-hover: #02d277;--alaniz-text-muted: #b3b3b3;--alaniz-radius-lg: 32px}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%}body{min-height:100%;background:radial-gradient(circle at top,#3b0008 0,#050506 45%,#000);color:#fff}.alaniz-page{min-height:100vh;display:flex;flex-direction:column}.alaniz-header{border-bottom:1px solid rgba(255,255,255,.04);background:linear-gradient(to right,#000000e6,#190000e6);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:sticky;top:0;z-index:10}.alaniz-header-inner{max-width:100px;margin:0 auto;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;width:100%}.alaniz-logo{display:flex;align-items:center;gap:8px}.alaniz-logo-text{font-weight:800;letter-spacing:.18em;font-size:1.1rem}.alaniz-logo-cherry{font-size:1.4rem}.alaniz-nav{display:flex;align-items:center;gap:12px}.btn{border-radius:999px;padding:10px 22px;font-size:.95rem;border:1px solid transparent;cursor:pointer;transition:all .18s ease-out;font-weight:600;background:transparent}.btn-outline{background:transparent;color:#fff;border-color:var(--alaniz-border-soft)}.btn-outline:hover{background:#ffffff0f}.btn-primary{background:var(--alaniz-red);color:#fff;border-color:var(--alaniz-red)}.btn-primary:hover{background:var(--alaniz-red-hover)}.alaniz-main{flex:1;display:flex;flex-direction:column}.alaniz-hero{flex:0 0 auto;display:flex;align-items:center;justify-content:center;padding:40px 32px 64px;min-height:calc(100vh - 80px)}.alaniz-hero-card{width:100%;max-width:960px;background:radial-gradient(circle at top left,#2a0006 0,#050505 45%,#000);border-radius:var(--alaniz-radius-lg);border:1px solid var(--alaniz-border-soft);padding:40px 32px 32px;box-shadow:0 18px 60px #000000e6,0 0 0 1px #ffffff05}.hero-eyebrow{font-size:.8rem;letter-spacing:.25em;text-transform:uppercase;color:var(--alaniz-green);margin:0 0 16px}.hero-title{font-size:2.8rem;line-height:1.1;margin:0 0 16px}.hero-subtitle{margin:0 0 28px;font-size:1rem;color:var(--alaniz-text-muted);max-width:520px}.hero-actions{display:flex;align-items:center;gap:16px;margin-bottom:20px;flex-wrap:wrap}.hero-select-wrapper{display:flex;align-items:center;gap:10px}.hero-select-label{font-size:.9rem;color:var(--alaniz-text-muted)}.hero-select{border-radius:999px;padding:10px 18px;border:1px solid var(--alaniz-border-soft);background:#0009;color:#fff;display:flex;align-items:center;gap:10px;cursor:pointer;font-size:.95rem}.hero-select:hover{border-color:#ffffff29;background:#000c}.hero-select-arrow{font-size:.8rem;opacity:.8}.hero-cta{min-width:150px}.hero-note{font-size:.8rem;color:var(--alaniz-text-muted)}.alaniz-stats{padding:60px 16px 80px;background:radial-gradient(circle at top,#1a0005 0,#030303,#000);border-top:1px solid rgba(255,255,255,.04)}.alaniz-stats-inner{max-width:1100px;margin:0 auto}.alaniz-stats-header{text-align:center;margin-bottom:36px}.alaniz-stats-header h2{font-size:1.9rem;margin:0 0 8px}.alaniz-stats-header p{margin:4px 0;color:var(--alaniz-text-muted);font-size:.98rem}.alaniz-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:28px}.alaniz-stat-card{background:#101010;border-radius:24px;padding:20px 16px;text-align:center;border:1px solid var(--alaniz-border-soft);box-shadow:0 10px 30px #0009}.alaniz-stat-card-highlight{border-color:#ff2b3b80}.stat-icon{width:40px;height:40px;border-radius:14px;margin:0 auto 10px;border:1px solid rgba(255,255,255,.1)}.stat-icon-feminino{background:radial-gradient(circle at top,#ff2b3b 0,#3d0009 80%)}.stat-icon-masculino{background:radial-gradient(circle at top,#fff 0,#303030 80%)}.stat-icon-match{background:radial-gradient(circle at top,#ff2b3b 0,#ff7a4e 40%,#3d0009 90%)}.stat-icon-messages{background:radial-gradient(circle at top,#00c46a 0,#005735 80%)}.stat-number{font-size:1.6rem;font-weight:700;margin:4px 0}.stat-number span{font-size:.9rem;text-transform:uppercase}.stat-label{margin:2px 0 4px;font-weight:600}.stat-caption{margin:0;font-size:.8rem;color:var(--alaniz-text-muted)}.alaniz-stats-cta{text-align:center}.alaniz-stats-cta .btn-primary{padding-inline:32px}.alaniz-cta{padding:70px 16px 90px;background:radial-gradient(circle at top,#161616 0,#050505,#000);border-top:1px solid rgba(255,255,255,.04)}.alaniz-cta-inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:24px;align-items:flex-start}.alaniz-cta-text h2{font-size:2rem;margin:0 0 12px}.alaniz-cta-text p{margin:6px 0;color:var(--alaniz-text-muted);font-size:.98rem;max-width:520px}.alaniz-cta-button{margin-top:22px;padding-inline:30px}.alaniz-cta-visual{display:none}.alaniz-footer{padding:32px 16px 40px;background:#000;border-top:1px solid rgba(255,255,255,.06)}.alaniz-footer-inner{max-width:1100px;margin:0 auto;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;flex-wrap:wrap}.alaniz-footer-brand{display:flex;align-items:center;gap:10px}.alaniz-footer-logo{width:36px;height:36px;border-radius:12px;background:#ff2b3b;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem}.alaniz-footer-name{font-weight:700;letter-spacing:.12em;font-size:.9rem}.alaniz-footer-links{list-style:none;padding:0;margin:0}.alaniz-footer-links li+li{margin-top:6px}.alaniz-footer-links a{color:#fff;text-decoration:none;font-size:.9rem}.alaniz-footer-links a:hover{text-decoration:underline}@media(max-width:900px){.alaniz-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.alaniz-header-inner{padding:16px 20px}.alaniz-hero-card{padding:28px 20px 22px;border-radius:24px}.hero-title{font-size:2.2rem}.alaniz-cta-inner{gap:20px}}@media(max-width:700px){.alaniz-footer-inner{flex-direction:column;align-items:flex-start}}@media(max-width:600px){.alaniz-stats-grid{grid-template-columns:1fr}.alaniz-cta{padding-inline:18px}.alaniz-cta-inner{gap:18px}.alaniz-hero{padding:32px 16px 40px;min-height:auto}.alaniz-header-inner{max-width:100%;padding:10px 14px;gap:10px}.alaniz-nav{gap:8px}.alaniz-nav .btn{padding:6px 14px;font-size:.8rem}}@media(max-width:480px){.alaniz-logo-text{font-size:.9rem;letter-spacing:.14em}.btn{font-size:.8rem}.alaniz-hero-card{padding:20px 16px 18px;border-radius:20px}.hero-title{font-size:1.7rem}.hero-subtitle{font-size:.9rem}.alaniz-stats,.alaniz-cta{padding:40px 12px 50px}.alaniz-footer{padding:24px 12px 30px}}.hero-select-wrapper{display:flex;align-items:center;gap:.75rem;position:relative}.hero-select-label{font-size:.9rem;color:var(--alaniz-text-muted, #aaa)}.hero-select{background:#050509;border:1px solid #333;border-radius:999px;padding:.75rem 2.75rem .75rem 1.25rem;color:#fff;font-size:.95rem;min-width:230px;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none}.hero-select:focus{outline:none;border-color:var(--alaniz-red, #ff2b3b);box-shadow:0 0 0 1px #ff2b3b99}.hero-select option{background:#050509;color:#fff}.hero-select-wrapper:after{content:"▼";position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:.7rem;pointer-events:none;color:#fff}html,body{background:#000}.alaniz-main{min-height:calc(100vh - 80px);display:flex;flex-direction:column}.alaniz-hero{min-height:auto;padding-top:3rem;padding-bottom:3rem}.alaniz-stats{margin-top:2.5rem}@media(max-width:768px){.alaniz-hero{padding-top:2.5rem;padding-bottom:2.5rem}.alaniz-stats{margin-top:2rem}}html,body,#root{background:#000!important}.alaniz-page{min-height:100vh;background:radial-gradient(circle at top,#1a0005 0,#050506 45%,#000)}.alaniz-auth-center{min-height:calc(100vh - 96px);padding:60px 16px 80px;display:flex;align-items:center;justify-content:center}.alaniz-auth-card{width:100%;max-width:720px;margin:0 auto;background:#050505;border-radius:32px;padding:32px 32px 36px;border:1px solid var(--alaniz-border-soft);box-shadow:0 18px 50px #000000e6}.auth-eyebrow{font-size:.8rem;letter-spacing:.16em;text-transform:uppercase;color:#00c46a;margin:0 0 6px}.auth-title{font-size:2rem;margin:0 0 8px}.auth-subtitle{margin:0 0 24px;max-width:520px;color:var(--alaniz-text-muted);font-size:.98rem}.auth-form{display:flex;flex-direction:column;gap:14px}.auth-field{display:flex;flex-direction:column;gap:6px}.auth-label{font-size:.9rem}.auth-input{background:#000;border-radius:999px;border:1px solid var(--alaniz-border-soft);padding:.7rem 1rem;color:#fff}.auth-input::placeholder{color:#fff6}.auth-error{margin:4px 0 0;font-size:.85rem;color:#ff4b5c}.auth-submit{width:100%;margin-top:8px}.auth-footer-text{margin-top:18px;font-size:.9rem;color:var(--alaniz-text-muted)}.auth-link-button{background:none;border:none;color:#00c46a;cursor:pointer;font-weight:600;padding:0}.alaniz-page-internal{min-height:100dvh;display:flex;flex-direction:column}.alaniz-header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.alaniz-logo{grid-column:2;justify-self:center}.alaniz-header-actions{grid-column:3;justify-self:end;display:flex;align-items:center;gap:10px}.alaniz-hamburger-wrap{position:relative}.alaniz-hamburger{background:transparent!important;border:none!important;color:#fff!important;font-size:1.6rem;line-height:1;padding:4px 6px;cursor:pointer}.alaniz-hamburger:hover{opacity:.8}.alaniz-hamburger-menu{position:absolute;right:0;top:calc(100% + 6px);background:#050505;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:4px;min-width:200px;box-shadow:0 10px 25px #000000b3;z-index:50}.alaniz-hamburger-menu button{width:100%;text-align:left;padding:8px 10px;border:none;background:transparent;color:#fff;font-size:.9rem;border-radius:8px;cursor:pointer}.alaniz-hamburger-menu button:hover{background:#ffffff0f}.alaniz-public-page{padding:28px 16px}.alaniz-public-card{max-width:1100px;margin:0 auto;border-radius:24px;background:#0000006b;border:1px solid rgba(255,255,255,.08);min-height:60vh}.alaniz-header{position:sticky}.alaniz-header-inner{position:relative!important;width:100vw!important;max-width:100vw!important}.alaniz-header-inner .alaniz-logo{position:absolute!important;left:50%!important;transform:translate(-50%)!important;justify-self:unset!important;grid-column:unset!important}.alaniz-header-inner .alaniz-header-actions{position:absolute!important;right:20px!important;top:50%!important;transform:translateY(-50%)!important;justify-self:unset!important;grid-column:unset!important}.alaniz-header-inner{min-height:60px!important;padding-top:16px!important;padding-bottom:16px!important}.alaniz-main.alaniz-admin-page{background:#fff;color:#000;min-height:100vh}.alaniz-admin-container{max-width:1120px;margin:0 auto;padding:2rem 1.5rem 3rem;box-sizing:border-box;background:#fff}.alaniz-admin-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:1.8rem}.alaniz-admin-title{margin:0 0 .25rem;font-size:1.6rem;color:#000}.alaniz-admin-subtitle{margin:0;font-size:.95rem;color:#444}.alaniz-admin-card{background:#f5f5f5;border-radius:12px;padding:1.25rem 1.5rem;border:1px solid #e0e0e0;color:#000}.admin-user-search-form{display:flex;flex-direction:column;gap:1rem}.admin-filter-row{display:flex;flex-wrap:wrap;gap:1rem}.admin-filter-field{flex:1 1 220px;min-width:0}.admin-filter-label{display:flex;flex-direction:column;font-size:.8rem;font-weight:600;color:#333}.admin-filter-input{margin-top:.25rem;padding:.45rem .6rem;border-radius:8px;border:1px solid #cccccc;background:#fff;color:#000;font-size:.9rem}.admin-filter-input::placeholder{color:#999}.admin-user-results{margin-top:1.8rem}.admin-user-table{width:100%;border-collapse:collapse;color:#000;background:#fff}.admin-user-table th,.admin-user-table td{padding:.65rem .75rem;border-bottom:1px solid #e0e0e0;font-size:.9rem}.admin-user-table th{text-align:left;font-weight:600;background:#f0f0f0}.admin-user-table tr:hover{background:#f9f9f9}.alaniz-page-admin{background:#fff;color:#000}.alaniz-page-admin .alaniz-main{background:#fff}.alaniz-main.alaniz-admin-page{max-width:none;margin:0;padding:32px 24px 40px;background:#fff;color:#111}@media(min-width:1024px){.alaniz-main.alaniz-admin-page{padding:40px 48px 56px}}.alaniz-page.alaniz-page-admin{max-width:none;margin:0;padding:0;background:#fff;color:#111;min-height:100vh}.alaniz-footer{width:100%;background:#000;color:#fff;padding:32px 40px}.alaniz-footer-inner{max-width:1200px;margin:0 auto;display:flex;align-items:flex-start;justify-content:space-between;gap:48px}.alaniz-footer-left{display:flex;align-items:flex-start;gap:40px}.alaniz-footer-brand{display:flex;align-items:center;gap:12px}.alaniz-footer-logo{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;font-size:14px;font-weight:700;background:#e11d23;color:#fff}.alaniz-footer-name{display:flex;flex-direction:column}.alaniz-footer-name-main{font-size:18px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.alaniz-footer-name-sub{font-size:12px;color:#d1d5db}.alaniz-footer-links-columns{display:flex;gap:40px}.alaniz-footer-links-columns ul{list-style:none;margin:0;padding:0}.alaniz-footer-links-columns li+li{margin-top:6px}.alaniz-footer-links-columns a,.alaniz-footer-links-columns span{font-size:13px;text-decoration:none;color:#e5e5e5}.alaniz-footer-links-columns a:hover{text-decoration:underline}.alaniz-footer-right{display:flex;flex-direction:column;align-items:flex-end;gap:16px}.alaniz-footer-cta{display:inline-flex;align-items:center;justify-content:center;padding:10px 28px;border-radius:4px;background:#e11d23;color:#fff;font-size:14px;font-weight:600;text-decoration:none}.alaniz-footer-cta:hover{background:#b91c1c}.alaniz-footer-socials{display:flex;align-items:center;gap:12px}.alaniz-footer-socials a{width:28px;height:28px;border-radius:999px;border:1px solid #4b5563;display:inline-flex;align-items:center;justify-content:center;font-size:11px;text-decoration:none;color:#f9fafb}.alaniz-footer-socials a:hover{border-color:#fff}@media(max-width:768px){.alaniz-footer{padding:24px 16px}.alaniz-footer-inner{flex-direction:column;align-items:flex-start;gap:24px}.alaniz-footer-left{flex-direction:column;gap:16px}.alaniz-footer-right{align-items:flex-start}}.alaniz-cadastro-page{min-height:calc(100vh - 80px);padding:3rem 1.5rem;display:flex;align-items:center;justify-content:center}.alaniz-cadastro-card{max-width:760px;margin:0 auto}.cadastro-form{margin-top:2rem;display:flex;flex-direction:column;gap:1.75rem}.cadastro-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem 1.5rem}.cadastro-field{display:flex;flex-direction:column;gap:.4rem}.cadastro-field label{font-size:.85rem;font-weight:500;color:var(--alaniz-text-muted, #b3b3b3)}.cadastro-field input,.cadastro-field select{background:#05050ae6;border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:.75rem 1.1rem;color:#fff;font-size:.95rem}.cadastro-field input::placeholder{color:#ffffff59}.cadastro-field input:focus,.cadastro-field select:focus{outline:none;border-color:var(--alaniz-red, #ff2b3b);box-shadow:0 0 0 1px #ff2b3b80}.location-row{display:flex;gap:.75rem;align-items:center}.location-row input{flex:1}.location-btn{white-space:nowrap;padding-left:1rem;padding-right:1rem}.field-error{margin-top:.25rem;font-size:.78rem;color:var(--alaniz-red, #ff2b3b)}.cadastro-success{margin-top:.5rem;font-size:.85rem;color:var(--alaniz-green, #00c46a)}@media(max-width:900px){.alaniz-cadastro-page{padding:2.5rem 1.25rem;align-items:flex-start}.alaniz-cadastro-card{max-width:100%}.cadastro-grid{grid-template-columns:1fr}}@media(max-width:600px){.alaniz-cadastro-page{padding:2rem 1rem 3rem}.location-row{flex-direction:column;align-items:stretch}.location-btn{width:100%;text-align:center}}.alaniz-main.alaniz-cadastro-page{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:0 1.5rem 3rem}.alaniz-cadastro-page .alaniz-hero{width:100%;padding:0;display:flex;justify-content:center}.alaniz-cadastro-page .alaniz-hero-card.alaniz-cadastro-card{margin:0 auto}@media(max-width:900px){.alaniz-main.alaniz-cadastro-page{align-items:flex-start;padding-top:1.5rem}}.alaniz-chat{flex:1;display:flex;flex-direction:column;height:100%;max-height:100%;background:radial-gradient(circle at top,#181818 0,#050505 55%,#000);overflow-y:auto;overflow-x:hidden}.alaniz-chat.is-desktop{height:100vh;max-height:100vh;overflow:hidden}.chat-shell{flex:1;min-height:0;width:100%;padding:.75rem 1rem;box-sizing:border-box;display:flex;gap:.75rem;overflow:hidden}.alaniz-chat.is-desktop .chat-shell{flex-direction:row;overflow-x:hidden}.alaniz-chat:not(.is-desktop) .chat-shell{flex-direction:column;padding:.5rem}.chat-sidebar{width:320px;max-width:340px;min-width:260px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at top,#181818 0,#050505 55%,#000);display:flex;flex-direction:column;overflow:hidden;box-shadow:0 18px 50px #000000e6}.alaniz-chat:not(.is-desktop) .chat-sidebar{width:100%;max-width:100%;min-width:0;border-radius:16px}.chat-tabs{display:flex;padding:.75rem;gap:.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.chat-tab{flex:1;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:transparent;color:#fff;font-size:.78rem;padding:.45rem .8rem;cursor:pointer}.chat-tab-active{background:var(--alaniz-red, #ff2b3b);color:#fff;border-color:var(--alaniz-red, #ff2b3b)}.chat-list{flex:1;min-height:0;overflow-y:auto;padding:.5rem .9rem 1rem}.chat-list-item{width:100%;display:flex;gap:.9rem;align-items:flex-start;padding:.65rem .55rem;border-radius:12px;background:transparent;border:none;text-align:left;cursor:pointer;color:#fff}.chat-list-item:hover{background:#ffffff0a}.chat-avatar{cursor:pointer;width:48px;height:48px;border-radius:999px;border:1px solid rgba(255,255,255,.8);background:#222;display:flex;align-items:center;justify-content:center;font-size:.6rem;text-align:center;overflow:hidden}.chat-avatar-image{width:100%;height:100%;object-fit:cover}.chat-list-texts{flex:1;display:flex;flex-direction:column;gap:.18rem}.chat-list-top{display:flex;justify-content:space-between;gap:.75rem;font-size:.85rem}.chat-list-name{font-weight:600}.chat-list-city{font-weight:400;color:var(--alaniz-text-muted, #b3b3b3)}.chat-list-date{font-size:.78rem;color:var(--alaniz-text-muted, #b3b3b3)}.chat-list-bottom{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.chat-list-preview{font-size:.8rem;color:var(--alaniz-text-muted, #b3b3b3)}.chat-list-empty{color:var(--alaniz-text-muted, #b3b3b3);font-size:.85rem;padding:.5rem .8rem}.chat-main{flex:1;min-width:0;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at top,#181818 0,#050505 55%,#000);box-shadow:0 18px 50px #000000e6;display:flex;overflow:hidden}.chat-main-empty{width:100%;display:flex;align-items:center;justify-content:center;padding:1.5rem;text-align:center;color:var(--alaniz-text-muted, #b3b3b3);font-size:.9rem}.chat-main-content{flex:1;min-height:0;display:flex;flex-direction:column;height:100%}.chat-main-header{flex-shrink:0;display:flex;align-items:center;gap:.75rem;padding:.55rem 1rem;border-bottom:1px solid rgba(255,255,255,.08)}.chat-main-avatar{width:52px;height:52px;border-radius:999px;border:1px solid rgba(255,255,255,.8);background:#222;display:flex;align-items:center;justify-content:center;font-size:.6rem;text-align:center;overflow:hidden}.chat-main-avatar img{width:100%;height:100%;object-fit:cover}.chat-main-info{display:flex;flex-direction:column;gap:.15rem}.chat-main-info h2{margin:0;font-size:.95rem}.chat-main-sub{font-size:.8rem;color:var(--alaniz-text-muted, #b3b3b3)}.chat-conversation-window{flex:1;min-height:0;padding:.8rem 1rem;display:flex;flex-direction:column;gap:.35rem;overflow-y:auto;padding-bottom:12px}.chat-empty p{margin:0;text-align:center;max-width:360px;font-size:.9rem;color:var(--alaniz-text-muted, #b3b3b3)}.chat-messages-list{display:flex;flex-direction:column;gap:.5rem;margin-top:0}.chat-message-bubble{max-width:75%;padding:.55rem .85rem;border-radius:16px;font-size:.9rem;line-height:1.35;word-wrap:break-word;word-break:break-word}.chat-message-mine{align-self:flex-end;background:var(--alaniz-red, #ff2b3b);color:#000;border-bottom-right-radius:4px}.chat-message-other{align-self:flex-start;background:#fff;color:#000;border-bottom-left-radius:4px}.chat-input-bar{flex-shrink:0;border-top:1px solid rgba(255,255,255,.08);padding:.4rem .85rem .5rem;display:flex;align-items:center;gap:.75rem;position:sticky;bottom:0;background:radial-gradient(circle at top,#181818 0,#050505 55%,#000);z-index:5;margin-top:auto;left:0;right:0}.chat-input{flex:1;min-width:0;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:#101010;color:#fff;padding:.55rem 1rem;font-size:.9rem}.chat-input::placeholder{color:#fff6}.chat-input.chat-input-textarea{border-radius:999px;resize:none;min-height:36px;max-height:100px}.chat-send-btn{padding-inline:1.3rem}.chat-attach-btn{width:38px;height:38px;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:#111;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1rem;cursor:pointer;flex-shrink:0}.chat-attach-btn:hover{background:#181818}.chat-attach-input{display:none}.chat-attach-icon{width:18px;height:18px;display:block;object-fit:contain}.chat-bottom-nav{flex-shrink:0;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;background:radial-gradient(circle at top,#181818 0,#050505 55%,#000);padding:.6rem 1.2rem;box-sizing:border-box;gap:2rem}.alaniz-profile-page .chat-bottom-nav{position:fixed;bottom:0;left:0;right:0;width:100%;z-index:999}.alaniz-profile-page{padding-bottom:90px}.chat-bottom-item{background:transparent;border:none;color:var(--alaniz-text-muted, #b3b3b3);font-size:.8rem;display:flex;flex-direction:column;align-items:center;gap:.15rem;cursor:pointer}.chat-bottom-item-active{color:#fff}.chat-bottom-icon{font-size:1rem}.chat-conversation-shell{flex:1;min-height:0;display:flex;flex-direction:column;width:100%;max-width:960px;margin:0 auto;box-sizing:border-box}.chat-conversation-header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.55rem 1rem;border-radius:18px 18px 0 0;border:1px solid rgba(255,255,255,.08);border-bottom:none;background:radial-gradient(circle at top,#181818 0,#050505 55%,#000);box-shadow:0 18px 50px #000000e6}.chat-conversation-back{background:transparent;border:none;color:#fff;font-size:1.2rem;cursor:pointer;padding:.25rem .5rem}.chat-conversation-user{display:flex;align-items:center;gap:.75rem;flex:1}.chat-conversation-avatar{width:40px;height:40px;border-radius:999px;border:1px solid rgba(255,255,255,.8);display:flex;align-items:center;justify-content:center;font-size:.6rem;text-align:center;overflow:hidden}.chat-conversation-avatar-image{width:100%;height:100%;object-fit:cover}.chat-conversation-user-info{display:flex;flex-direction:column;gap:.1rem}.chat-conversation-user-name{font-size:.95rem;font-weight:600}.chat-conversation-user-location{font-size:.8rem;color:var(--alaniz-text-muted, #b3b3b3)}.chat-conversation-profile-btn{font-size:.8rem;padding-inline:.9rem}@media(max-width:900px){.chat-conversation-shell{max-width:100%;padding:.25rem 0}.chat-conversation-header{border-radius:16px 16px 0 0;padding-inline:.75rem}.chat-conversation-window{border-radius:0 0 16px 16px}.chat-bottom-nav{padding-inline:1rem;gap:1.5rem}}@media(max-width:600px){.chat-conversation-profile-btn{display:none}.chat-input-bar{padding-inline:.6rem}}.alaniz-chat.is-desktop .chat-main{overflow-x:hidden}.chat-list,.chat-conversation-window{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.22) transparent}.chat-list::-webkit-scrollbar,.chat-conversation-window::-webkit-scrollbar{width:6px}.chat-list::-webkit-scrollbar-track,.chat-conversation-window::-webkit-scrollbar-track{background:transparent}.chat-list::-webkit-scrollbar-thumb,.chat-conversation-window::-webkit-scrollbar-thumb{background-color:#ffffff38;border-radius:999px}.chat-list::-webkit-scrollbar-thumb:hover,.chat-conversation-window::-webkit-scrollbar-thumb:hover{background-color:#ffffff59}.alaniz-chat.is-desktop .chat-sidebar,.alaniz-chat.is-desktop .chat-main{height:76vh;max-height:76vh}nn .alaniz-chat.is-desktop{width:100vw;max-width:100vw}.alaniz-chat.is-desktop .chat-shell{width:100%;max-width:100%;margin:0;padding-right:.75rem;padding-left:.75rem}.alaniz-chat.is-desktop{width:100vw;max-width:100vw;margin:0;padding:0}.alaniz-chat.is-desktop .chat-shell{width:100%;max-width:100%;margin:0;padding:0;gap:0}.alaniz-chat.is-desktop .chat-sidebar{flex:0 0 320px;margin:0;border-radius:0}.alaniz-chat.is-desktop .chat-main{flex:1 1 auto;width:auto;margin:0;border-radius:0}.chat-send-btn{background:var(--alaniz-green, #00c46a);border-color:var(--alaniz-green, #00c46a);color:#000}.chat-send-btn:hover{background:var(--alaniz-green-hover, #02d277);border-color:var(--alaniz-green-hover, #02d277)}.alaniz-chat .chat-message-bubble,.alaniz-chat .chat-message-mine,.alaniz-chat .chat-message-other{background:#fff!important;color:#000!important;border:1px solid rgba(0,0,0,.08)!important}.alaniz-chat .chat-message-sender,.alaniz-chat .chat-message-text,.alaniz-chat .chat-message-meta,.alaniz-chat .chat-message-time,.alaniz-chat .chat-message-read{color:#000!important}.alaniz-chat .chat-message-bubble{box-shadow:0 6px 18px #0000001f}.alaniz-chat .chat-message-sender{font-size:.78rem;font-weight:700;opacity:.9;margin-bottom:.22rem}.alaniz-chat .chat-message-text{font-size:.95rem;line-height:1.4}.alaniz-chat .chat-message-meta{margin-top:.3rem;display:flex;justify-content:space-between;align-items:center;font-size:.72rem;opacity:.85}.alaniz-chat .chat-message-read.is-unread{color:#777;font-weight:500}.alaniz-chat .chat-message-read.is-read{color:var(--alaniz-green, #00c46a);font-weight:700}.alaniz-chat .chat-message-time{color:#777;white-space:nowrap}.alaniz-chat .chat-message-meta{justify-content:flex-end;gap:12px}.alaniz-chat .chat-message-read{margin-right:2px}.chat-presence{margin-left:6px;font-weight:600}.chat-presence.online{color:var(--alaniz-green, #00c46a)}.chat-presence.offline{color:var(--alaniz-text-muted, #b3b3b3)}.chat-view-profile-btn{margin-left:auto;padding:6px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:transparent;color:#fff;font-size:.78rem;cursor:pointer}.chat-view-profile-btn:hover{background:#ffffff0f}.chat-main-title-row{display:flex;align-items:center;gap:3px}.chat-main-header .chat-view-profile-btn{margin-left:auto}.alaniz-default-avatar{width:100%;height:100%;display:block;color:#ffffffd9}.alaniz-default-avatar circle,.alaniz-default-avatar path{fill:none;stroke:currentColor;stroke-width:5;stroke-linecap:round}.chat-list-bottom{flex-direction:column;align-items:flex-start;gap:2px}.chat-list-presence{font-size:.75rem;font-weight:600}.chat-list-bottom{flex-direction:column;align-items:flex-start;gap:4px}.chat-list-presence{display:flex;align-items:center;gap:6px;font-size:.7rem;font-weight:600;letter-spacing:.02em;opacity:.9;white-space:nowrap}.chat-list-presence:before{content:"•";font-size:.9rem;line-height:1}.chat-list-presence.online{color:var(--alaniz-green, #00c46a)}.chat-list-presence.online:before{content:"●";color:var(--alaniz-green, #00c46a)}.chat-list-presence.offline{color:var(--alaniz-text-muted, #b3b3b3)}.chat-list-preview{font-size:.84rem;line-height:1.25;color:var(--alaniz-text-muted, #b3b3b3);max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-list-item{transition:background .16s ease,box-shadow .16s ease,border-color .16s ease}.chat-list-item:hover{background:#ffffff12;box-shadow:0 0 0 1px #ffffff0f,0 6px 16px #0009}.chat-bottom-icon svg{width:18px;height:18px;display:block}.alaniz-log-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:200;display:flex;align-items:center;justify-content:center;padding:16px}.alaniz-log-modal{width:100%;max-width:420px;background:radial-gradient(circle at top,#181818 0,#050505 55%,#000);border:1px solid rgba(255,255,255,.1);border-radius:18px;box-shadow:0 18px 50px #000000e6;position:relative;padding:14px 14px 12px}.alaniz-log-close{position:absolute;top:8px;right:10px;border:none;background:transparent;color:#fff;font-size:1.4rem;cursor:pointer;line-height:1;opacity:.85}.alaniz-log-close:hover{opacity:1}.alaniz-log-title{margin:6px 0 10px;font-size:.95rem;font-weight:700;letter-spacing:.04em}.alaniz-log-body{max-height:60vh;overflow-y:auto;padding-right:4px}.alaniz-log-empty{color:var(--alaniz-text-muted, #b3b3b3);font-size:.85rem;padding:8px 4px}.chat-bottom-icon{position:relative;display:inline-flex;align-items:center;justify-content:center}.alaniz-badge{position:absolute;top:-6px;right:-6px;background:var(--alaniz-green, #00c46a);color:#000;font-size:.68rem;font-weight:800;min-width:18px;height:18px;padding:0 4px;border-radius:999px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 2px #050505;line-height:1}.alaniz-chat.is-desktop .chat-shell{padding-top:.2rem!important;padding-bottom:0!important}.alaniz-chat.is-desktop .chat-shell{padding-top:.35rem!important;padding-bottom:0!important}nn .chat-tabs{gap:.45rem}.chat-tab{flex:1;min-height:38px;padding:.35rem .6rem;font-size:.74rem;line-height:1.1;border-radius:999px;display:flex;align-items:center;justify-content:center;text-align:center;white-space:normal}.alaniz-chat.is-desktop .chat-sidebar{width:350px;max-width:380px;min-width:280px}.chat-message-bubble{position:relative;padding-top:1.1rem}.chat-message-body{position:relative}.chat-message-time{position:absolute;top:-.85rem;right:.1rem;font-size:.72rem;color:#666;font-weight:600;white-space:nowrap}.chat-message-footer{margin-top:6px;display:flex;justify-content:flex-start}.chat-message-status{font-size:.72rem;color:#8a8a8a;font-weight:600;white-space:nowrap}.chat-message-bubble{display:flex;flex-direction:column}.chat-message-top{display:flex;justify-content:flex-end;margin-bottom:4px}.chat-message-bottom{margin-top:6px;display:flex;justify-content:flex-start}.chat-message-read{font-size:.72rem;font-weight:600;color:#8a8a8a}.chat-message-meta{margin-top:6px;display:flex;justify-content:space-between;align-items:center;gap:10px}.chat-message-read{font-size:.72rem;font-weight:600;color:#8a8a8a;white-space:nowrap}.chat-message-read.is-read{color:var(--alaniz-green, #00c46a)}.chat-message-time{font-size:.72rem;color:#666;font-weight:600;white-space:nowrap}.chat-message-bubble{position:relative;padding-top:.85rem}.chat-message-time{position:absolute;top:4px;right:10px;font-size:.62rem;font-weight:600;color:#0000008c;background:transparent!important;padding:0!important;border-radius:0!important;line-height:1;white-space:nowrap}.chat-message-meta{margin-top:6px;display:flex;justify-content:flex-start}.chat-list-bottom{position:relative}.chat-list-unread{margin-left:auto;background:var(--alaniz-green, #00c46a);color:#000;font-weight:800;font-size:.72rem;min-width:20px;height:20px;padding:0 6px;border-radius:999px;display:inline-flex;position:relative;top:-8px;align-items:center;justify-content:center;line-height:1}.chat-list-item{position:relative}.chat-list-unread{position:absolute;right:12px;top:18px;margin-left:0!important}.chat-main-name-btn{background:transparent;border:none;padding:0;margin:0;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;text-align:left;line-height:1.2}.chat-main-name-btn:hover{text-decoration:underline;opacity:.9}.chat-main-avatar-btn{border:none;padding:0;margin:0;background:transparent;cursor:pointer;border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.chat-avatar-modal-overlay{position:fixed;inset:0;background:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999}.chat-avatar-modal{width:min(92vw,420px);background:#0b0b0b;border:1px solid rgba(255,255,255,.12);border-radius:22px;padding:18px 18px 16px;box-shadow:0 20px 80px #000000e6;position:relative;text-align:center}.chat-avatar-modal-close{position:absolute;top:8px;right:10px;width:36px;height:36px;border-radius:999px;border:1px solid rgba(255,255,255,.15);background:#111;color:#fff;font-size:20px;cursor:pointer;line-height:1}.chat-avatar-modal-close:hover{background:#181818}.chat-avatar-modal-photo{width:220px;height:220px;margin:6px auto 12px;border-radius:999px;overflow:hidden;border:2px solid rgba(255,255,255,.85);background:#000;display:flex;align-items:center;justify-content:center}.chat-avatar-modal-photo img{width:100%;height:100%;object-fit:cover}.chat-avatar-modal-photo .alaniz-default-avatar{width:120px;height:120px;fill:#ffffffe6}.chat-avatar-modal-text{color:#d7d7d7;font-size:.95rem;line-height:1.4;margin:0 6px 14px}.chat-avatar-modal-profile-btn{width:100%;border-radius:14px}.chat-avatar-modal-close,.chat-avatar-popup-close,.chat-avatar-pop-close,.chat-modal-close,.alaniz-modal-close{position:absolute;top:10px;right:10px;width:34px;height:34px;border:none!important;outline:none;background:transparent!important;color:#fff;font-size:1.25rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:999px;opacity:.9;transition:opacity .15s ease,transform .15s ease,background .15s ease}.chat-avatar-modal-close:hover,.chat-avatar-popup-close:hover,.chat-avatar-pop-close:hover,.chat-modal-close:hover,.alaniz-modal-close:hover{opacity:1;transform:scale(1.06);background:#ffffff0f!important}.chat-avatar-modal-close:active,.chat-avatar-popup-close:active,.chat-avatar-pop-close:active,.chat-modal-close:active,.alaniz-modal-close:active{transform:scale(.96)}.chat-avatar-modal-close:focus-visible,.chat-avatar-popup-close:focus-visible,.chat-avatar-pop-close:focus-visible,.chat-modal-close:focus-visible,.alaniz-modal-close:focus-visible{box-shadow:0 0 0 2px #ff2b3b99}.chat-avatar-modal .chat-view-profile-btn,.chat-avatar-popup .chat-view-profile-btn,.chat-avatar-modal .chat-avatar-profile-btn,.chat-avatar-popup .chat-avatar-profile-btn,.chat-avatar-modal .chat-profile-btn,.chat-avatar-popup .chat-profile-btn{background:var(--alaniz-green, #00c46a)!important;color:#000!important;border:1px solid var(--alaniz-green, #00c46a)!important;padding:6px 12px!important;font-size:.78rem!important;font-weight:700;border-radius:999px;min-height:30px!important;height:auto!important;display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:background .15s ease,transform .15s ease,filter .15s ease}.chat-avatar-modal .chat-view-profile-btn:hover,.chat-avatar-popup .chat-view-profile-btn:hover,.chat-avatar-modal .chat-avatar-profile-btn:hover,.chat-avatar-popup .chat-avatar-profile-btn:hover,.chat-avatar-modal .chat-profile-btn:hover,.chat-avatar-popup .chat-profile-btn:hover{background:var(--alaniz-green-hover, #02d277)!important;transform:translateY(-1px);filter:brightness(1.05)}.chat-avatar-modal-profile-btn,.chat-avatar-modal .chat-view-profile-btn,.chat-avatar-popup .chat-view-profile-btn,.chat-avatar-modal .chat-avatar-profile-btn,.chat-avatar-popup .chat-avatar-profile-btn,.chat-avatar-modal .chat-profile-btn,.chat-avatar-popup .chat-profile-btn{background:var(--alaniz-green, #00c46a);color:#000;border:none;padding:.45rem .95rem;font-size:.85rem;font-weight:700;border-radius:999px;width:auto;min-width:120px;align-self:center;cursor:pointer;transition:background .12s ease,transform .12s ease}.chat-avatar-modal-profile-btn:hover,.chat-avatar-modal .chat-view-profile-btn:hover,.chat-avatar-popup .chat-view-profile-btn:hover,.chat-avatar-modal .chat-avatar-profile-btn:hover,.chat-avatar-popup .chat-avatar-profile-btn:hover,.chat-avatar-modal .chat-profile-btn:hover,.chat-avatar-popup .chat-profile-btn:hover{background:var(--alaniz-green-hover, #02d277);transform:translateY(-1px)}.chat-avatar-modal-profile-btn,.chat-avatar-modal .chat-view-profile-btn,.chat-avatar-popup .chat-view-profile-btn,.chat-avatar-modal .chat-avatar-profile-btn,.chat-avatar-popup .chat-avatar-profile-btn,.chat-avatar-modal .chat-profile-btn,.chat-avatar-popup .chat-profile-btn{color:#fff!important}.chat-private-request{font-size:.9rem;line-height:1.4}.chat-private-request p{margin:0}.chat-private-request-actions{margin-top:8px;display:flex;gap:8px}.chat-private-request-btn{padding:4px 10px;font-size:.85rem}.chat-private-album{font-size:.9rem}.chat-private-album p{margin:0 0 6px}.chat-private-album-grid{display:flex;flex-wrap:wrap;gap:6px}.chat-private-album-thumb-btn{border:none;padding:0;background:transparent;cursor:pointer;border-radius:6px;overflow:hidden}.chat-private-album-thumb-img{display:block;width:72px;height:72px;object-fit:cover}@media(max-width:480px){.chat-private-album-thumb-img{width:80px;height:80px}}.chat-private-request-btn{border-radius:999px;padding:6px 16px;font-size:.8rem;font-weight:600}.chat-private-request-btn-accept{background-color:#1dbf73;border-color:#1dbf73;color:#fff}.chat-private-request-btn-reject{background-color:#ff1e3c;border-color:#ff1e3c;color:#fff}.chat-album-lightbox-overlay{position:fixed;inset:0;background:#000000c7;display:flex;align-items:center;justify-content:center;z-index:9999}.chat-album-lightbox{position:relative;max-width:90vw;max-height:90vh;background:#050509;border-radius:16px;padding:16px 40px;display:flex;align-items:center;justify-content:center;box-shadow:0 18px 45px #000c}.chat-album-lightbox-body{display:flex;align-items:center;justify-content:center;gap:16px}.chat-album-lightbox-image{max-width:70vw;max-height:70vh;border-radius:12px;object-fit:contain;box-shadow:0 0 0 1px #ffffff1f}.chat-album-lightbox-close{position:absolute;top:8px;right:12px;border:none;background:transparent;color:#fff;font-size:24px;cursor:pointer}.chat-album-lightbox-arrow{border:none;background:#0009;color:#fff;font-size:28px;width:40px;height:40px;border-radius:999px;display:flex;align-items:center;justify-content:center;cursor:pointer}.chat-album-lightbox-arrow-left{margin-right:8px}.chat-album-lightbox-arrow-right{margin-left:8px}.chat-album-lightbox-arrow:hover{background:#000000e6}.alaniz-chat{background:#f9fafb;color:#020617}.alaniz-chat .chat-left,.alaniz-chat .chat-sidebar,.alaniz-chat .chat-left-panel,.alaniz-chat .chat-conversations-list,.alaniz-chat .chat-users-list{background:#f3f4f6;border-right:1px solid rgba(15,23,42,.06)}.alaniz-chat .chat-header{background:#fff;border-bottom:1px solid rgba(15,23,42,.06)}.alaniz-chat .chat-main,.alaniz-chat .chat-layout,.alaniz-chat .chat-wrapper,.alaniz-chat .chat-messages,.alaniz-chat .chat-messages-list,.alaniz-chat .chat-scroll-area{background:#fff}.alaniz-chat .chat-message-bubble--me,.alaniz-chat .chat-bubble-me{background:#111827;color:#f9fafb}.alaniz-chat .chat-message-bubble--other,.alaniz-chat .chat-bubble-other{background:#e5e7eb;color:#020617}.alaniz-chat .chat-empty-state,.alaniz-chat .chat-date-divider,.alaniz-chat .chat-hint{color:#4b5563}.alaniz-chat{background:#f4f4f5;color:#111827;padding:32px 16px;box-sizing:border-box}.alaniz-chat .chat-shell{max-width:1100px;margin:0 auto;padding:16px;box-sizing:border-box;border-radius:18px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 18px 45px #0f172a0f;gap:16px}.alaniz-chat.is-desktop{width:100%;max-width:100%}.alaniz-chat.is-desktop .chat-shell{padding:16px;gap:16px}.alaniz-chat .chat-sidebar{background:#f9fafb;border:1px solid #e5e7eb;box-shadow:none}.alaniz-chat .chat-main{background:#fff;border:1px solid #e5e7eb;box-shadow:none}.alaniz-chat .chat-main-header{border-bottom:1px solid #e5e7eb;background:#f9fafb}.alaniz-chat .chat-main-info h2,.alaniz-chat .chat-list-name,.alaniz-chat .chat-message-text{color:#111827}.alaniz-chat .chat-list-city,.alaniz-chat .chat-list-date,.alaniz-chat .chat-list-preview,.alaniz-chat .chat-list-empty,.alaniz-chat .chat-main-sub,.alaniz-chat .chat-conversation-user-location,.alaniz-chat .chat-empty p,.alaniz-chat .chat-main-empty{color:#6b7280}.alaniz-chat .chat-tabs{border-bottom:1px solid #e5e7eb}.alaniz-chat .chat-tab{border:1px solid #d1d5db;background:#f9fafb;color:#111827}.alaniz-chat .chat-tab-active{background:#ef4444;border-color:#ef4444;color:#fff}.alaniz-chat .chat-list-item{color:#111827}.alaniz-chat .chat-list-item:hover{background:#f3f4f6;box-shadow:none}.alaniz-chat .chat-main-name-btn{color:#111827}.alaniz-chat .chat-main-name-btn:hover{opacity:.9}.alaniz-chat .chat-input-bar{border-top:1px solid #e5e7eb;background:#f9fafb}.alaniz-chat .chat-input{border-radius:999px;border:1px solid #d1d5db;background:#fff;color:#111827}.alaniz-chat .chat-input::placeholder{color:#9ca3af}.alaniz-chat .alaniz-badge{box-shadow:0 0 0 2px #fff}@media(max-width:768px){.alaniz-chat{padding:20px 12px}.alaniz-chat .chat-shell{padding:12px;border-radius:16px}}.chat-avatar-modal-overlay{position:fixed;inset:0;z-index:9999;background:#000000bf;display:flex;align-items:center;justify-content:center;padding:16px}.chat-avatar-modal{position:relative;width:100%;max-width:460px;background:radial-gradient(circle at top,#050509,#020006);border-radius:20px;padding:24px 24px 20px;border:1px solid rgba(148,163,184,.35);box-shadow:0 24px 60px #000000e6;text-align:center;color:#f9fafb}.chat-avatar-modal-close{position:absolute;top:10px;right:12px;border:none;background:transparent;color:#e5e7eb;font-size:20px;line-height:1;cursor:pointer}.chat-avatar-modal-close:hover{color:#fff}.chat-avatar-modal-photo{margin-top:8px;margin-bottom:18px;display:flex;align-items:center;justify-content:center}.chat-avatar-modal-photo img,.chat-avatar-modal-photo .default-avatar-icon{width:220px;height:220px;border-radius:999px;border:2px solid rgba(248,250,252,.8);object-fit:cover;background:radial-gradient(circle at top,#020617,#020103)}.chat-avatar-modal-photo .default-avatar-icon{width:70%;height:70%;color:#d1d5db}.chat-avatar-modal-text{margin:0 0 18px;font-size:.95rem;line-height:1.6;color:#e5e7eb}.chat-avatar-modal-profile-btn{border-radius:999px;min-width:160px;font-weight:600;background:#16a34a;border-color:#16a34a}.chat-avatar-modal-profile-btn:hover{background:#22c55e;border-color:#22c55e}@media(max-width:640px){.chat-avatar-modal{padding:20px 18px 18px;border-radius:18px}.chat-avatar-modal-photo img,.chat-avatar-modal-photo .default-avatar-icon{width:190px;height:190px}.chat-avatar-modal-text{font-size:.9rem}}.alaniz-chat .chat-avatar-modal-profile-btn{display:inline-flex;align-items:center;justify-content:center;min-width:160px;padding:10px 18px;border-radius:999px;border:1px solid #16a34a;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-weight:600;font-size:.95rem;box-shadow:0 12px 30px #16a34a8c;cursor:pointer}.alaniz-chat .chat-avatar-modal-profile-btn:hover{filter:brightness(1.03);transform:translateY(-1px)}.alaniz-chat .chat-avatar-modal-profile-btn:active{transform:translateY(0);box-shadow:0 8px 20px #16a34a73}.alaniz-chat .chat-main-header .btn-link{display:inline-flex;align-items:center;justify-content:center;padding:6px 14px;border-radius:999px;border:1px solid #16a34a;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-weight:600;font-size:.85rem;text-decoration:none;box-shadow:0 10px 24px #16a34a73}.alaniz-chat .chat-main-header .btn-link:hover{filter:brightness(1.04);transform:translateY(-1px)}.alaniz-chat .chat-main-header .btn-link:active{transform:translateY(0);box-shadow:0 6px 16px #16a34a66}.alaniz-chat .chat-main-header button,.alaniz-chat .chat-main-header .btn-link,.alaniz-chat .chat-main-header .chat-main-profile-btn{display:inline-flex;align-items:center;justify-content:center;padding:6px 14px;border-radius:999px;border:1px solid #16a34a;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff!important;font-weight:600;font-size:.85rem;text-decoration:none;box-shadow:0 10px 24px #16a34a73}.alaniz-chat .chat-main-header button:hover,.alaniz-chat .chat-main-header .btn-link:hover,.alaniz-chat .chat-main-header .chat-main-profile-btn:hover{filter:brightness(1.04);transform:translateY(-1px)}.alaniz-chat .chat-main-header button:active,.alaniz-chat .chat-main-header .btn-link:active,.alaniz-chat .chat-main-header .chat-main-profile-btn:active{transform:translateY(0);box-shadow:0 6px 16px #16a34a66}.alaniz-chat .chat-main-header button,.alaniz-chat .chat-main-header .btn-link,.alaniz-chat .chat-main-header .chat-main-profile-btn{display:inline-flex;align-items:center;justify-content:center;padding:6px 14px;border-radius:999px;border:1px solid #d1d5db;background:#fff;color:#111827!important;font-weight:500;font-size:.85rem;text-decoration:none;box-shadow:none}.alaniz-chat .chat-main-header button:hover,.alaniz-chat .chat-main-header .btn-link:hover,.alaniz-chat .chat-main-header .chat-main-profile-btn:hover{background:#f3f4f6;border-color:#d1d5db;filter:none;transform:none}.alaniz-chat .chat-main-header button:active,.alaniz-chat .chat-main-header .btn-link:active,.alaniz-chat .chat-main-header .chat-main-profile-btn:active{background:#e5e7eb;border-color:#cbd5e1;box-shadow:none}.alaniz-chat .chat-main-header .btn,.alaniz-chat .chat-main-header .btn-primary,.alaniz-chat .chat-main-header .btn-link,.alaniz-chat .chat-main-header .chat-main-profile-btn,.alaniz-chat .chat-main-header a,.alaniz-chat .chat-main-header a.btn{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:999px;border:1px solid #d1d5db;background:#fff;color:#111827!important;font-size:.8rem;font-weight:500;text-decoration:none;box-shadow:none}.alaniz-chat .chat-main-header .btn:hover,.alaniz-chat .chat-main-header .btn-primary:hover,.alaniz-chat .chat-main-header .btn-link:hover,.alaniz-chat .chat-main-header .chat-main-profile-btn:hover,.alaniz-chat .chat-main-header a:hover,.alaniz-chat .chat-main-header a.btn:hover{background:#f3f4f6;border-color:#d1d5db}.alaniz-chat .chat-main-header .btn:active,.alaniz-chat .chat-main-header .btn-primary:active,.alaniz-chat .chat-main-header .btn-link:active,.alaniz-chat .chat-main-header .chat-main-profile-btn:active,.alaniz-chat .chat-main-header a:active,.alaniz-chat .chat-main-header a.btn:active{background:#e5e7eb;border-color:#cbd5e1}.alaniz-chat .chat-main-header{background:#f9fafb;border-bottom:1px solid #e5e7eb}.alaniz-chat .chat-main-header .chat-main-name-btn{display:inline;padding:0;margin:0;border:none;background:transparent;color:#111827;font-weight:600;font-size:.95rem;box-shadow:none}.alaniz-chat .chat-main-header .chat-main-name-btn:hover,.alaniz-chat .chat-main-header .chat-main-name-btn:focus{background:transparent;border:none;text-decoration:underline}.alaniz-chat .chat-conversation-user-location{margin-top:2px;font-size:.8rem;color:#6b7280}.alaniz-chat .chat-main-header [class*=avatar]:not(.chat-avatar){padding:0;margin:0;border:none;background:transparent;box-shadow:none}.alaniz-chat .chat-main-header [class*=avatar] img{width:52px;height:52px;border-radius:999px;display:block;object-fit:cover;border:none}.alaniz-chat .chat-avatar-modal-overlay{position:fixed;inset:0;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px}.alaniz-chat .chat-avatar-modal{position:relative;width:100%;max-width:460px;background:#fff;border-radius:22px;border:1px solid #e5e7eb;box-shadow:0 24px 60px #0f172a40;padding:24px 24px 20px;text-align:center;color:#111827}.alaniz-chat .chat-avatar-modal-close{position:absolute;top:10px;right:12px;border:none;background:transparent;color:#6b7280;font-size:20px;line-height:1;cursor:pointer}.alaniz-chat .chat-avatar-modal-close:hover{color:#111827}.alaniz-chat .chat-avatar-modal-photo{margin-top:8px;margin-bottom:18px;display:flex;align-items:center;justify-content:center}.alaniz-chat .chat-avatar-modal-photo img,.alaniz-chat .chat-avatar-modal-photo .default-avatar-icon{width:220px;height:220px;border-radius:999px;border:2px solid #e5e7eb;object-fit:cover;background:#f9fafb}.alaniz-chat .chat-avatar-modal-photo .default-avatar-icon{width:70%;height:70%;color:#9ca3af}.alaniz-chat .chat-avatar-modal-text{margin:0 0 18px;font-size:.95rem;line-height:1.6;color:#4b5563}.alaniz-chat .chat-avatar-modal-profile-btn{display:inline-flex;align-items:center;justify-content:center;min-width:160px;padding:10px 18px;border-radius:999px;border:1px solid #ef4444;background:linear-gradient(135deg,#f97373,#ef4444);color:#fff;font-weight:600;font-size:.95rem;box-shadow:0 12px 30px #f871718c;cursor:pointer}.alaniz-chat .chat-avatar-modal-profile-btn:hover{filter:brightness(1.02);transform:translateY(-1px)}.alaniz-chat .chat-avatar-modal-profile-btn:active{transform:translateY(0);box-shadow:0 8px 22px #f8717173}@media(max-width:640px){.alaniz-chat .chat-avatar-modal{padding:20px 18px 18px;border-radius:18px}.alaniz-chat .chat-avatar-modal-photo img,.alaniz-chat .chat-avatar-modal-photo .default-avatar-icon{width:190px;height:190px}.alaniz-chat .chat-avatar-modal-text{font-size:.9rem}}@media(min-width:1024px){.alaniz-chat .chat-conversation-shell{max-width:460px;margin:24px auto 80px;border-radius:18px;overflow:hidden;box-shadow:0 18px 45px #0000008c}}.alaniz-chat .chat-conversation-header{background:linear-gradient(90deg,#f9fafb,#f3f4f6);border-bottom:1px solid #e5e7eb;padding:6px 14px;display:flex;align-items:center;gap:10px}.alaniz-chat .chat-conversation-user-name{font-size:.98rem;font-weight:600;color:#111827}.alaniz-chat .chat-conversation-user-location{font-size:.83rem;color:#6b7280}.alaniz-chat .chat-conversation-profile-btn{padding:6px 14px;border-radius:999px;font-size:.82rem;border:1px solid #e5e7eb;background:#fff;color:#111827}.alaniz-chat .chat-conversation-profile-btn:hover{background:#f9fafb}.alaniz-chat .chat-conversation-user-location .chat-presence{display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.alaniz-chat .chat-conversation-back{border:none;background:transparent;color:#111827;font-size:1.2rem;cursor:pointer;padding:0}.alaniz-chat .chat-conversation-back:hover{color:#0f172a}@media(max-width:767px){.alaniz-chat.alaniz-chat-conversation{height:100vh;display:flex;flex-direction:column;background:#f9fafb}.alaniz-chat.alaniz-chat-conversation .chat-shell{flex:1;display:flex;flex-direction:column}.alaniz-chat.alaniz-chat-conversation .chat-conversation-shell{flex:1;display:flex;flex-direction:column;max-width:100%;margin:0;border-radius:0;box-shadow:none;background:#fff}.alaniz-chat.alaniz-chat-conversation .chat-conversation-window{flex:1;overflow-y:auto}.alaniz-chat.alaniz-chat-conversation .chat-input-bar{border-top:1px solid #e5e7eb}.alaniz-chat.alaniz-chat-conversation .chat-bottom-nav{position:fixed;bottom:0;left:0;right:0}}@media(max-width:767px){.alaniz-chat.alaniz-chat-conversation .chat-conversation-header{padding:4px 10px}.alaniz-chat.alaniz-chat-conversation .chat-messages-list{padding:8px 10px}.alaniz-chat.alaniz-chat-conversation .chat-input-bar{padding:6px 8px}}@media(max-width:767px){.alaniz-chat.alaniz-chat-conversation{height:100vh;padding:0;background:#f9fafb}.alaniz-chat.alaniz-chat-conversation .chat-shell{flex:1;display:flex;flex-direction:column;margin:0;padding:0;max-width:100%}.alaniz-chat.alaniz-chat-conversation .chat-conversation-shell{flex:1;display:flex;flex-direction:column;margin:0;border-radius:0;box-shadow:none;background:#fff}.alaniz-chat.alaniz-chat-conversation .chat-conversation-header{border-radius:0;box-shadow:none;border-bottom:1px solid #e5e7eb}.alaniz-chat.alaniz-chat-conversation .chat-conversation-window{flex:1;overflow-y:auto}.alaniz-chat.alaniz-chat-conversation .chat-messages-list{padding:8px 10px 12px}.alaniz-chat.alaniz-chat-conversation .chat-input-bar{padding:6px 8px;border-top:1px solid #e5e7eb}}@media(max-width:767px){.alaniz-chat.alaniz-chat-conversation{position:fixed;inset:0;z-index:20;height:100vh}}@media(max-width:767px){.alaniz-chat.alaniz-chat-conversation{position:fixed;inset:0;z-index:30;height:100vh;display:flex;flex-direction:column;background:#f9fafb}.alaniz-chat.alaniz-chat-conversation .chat-shell{flex:1;display:flex;flex-direction:column}.alaniz-chat.alaniz-chat-conversation .chat-conversation-shell{flex:1;display:flex;flex-direction:column;max-width:100%;margin:0;border-radius:0;box-shadow:none}.alaniz-chat.alaniz-chat-conversation .chat-conversation-window{flex:1 1 auto;min-height:0;overflow-y:auto}.alaniz-chat.alaniz-chat-conversation .chat-input-bar{flex-shrink:0}}@media(min-width:768px){.alaniz-chat.alaniz-chat-conversation{display:flex;justify-content:center;padding:16px 0;background:#f3f4f6}.alaniz-chat.alaniz-chat-conversation .chat-shell{width:100%;display:flex;justify-content:center}.alaniz-chat.alaniz-chat-conversation .chat-conversation-shell{background:#f9fafb;border-radius:22px;box-shadow:0 18px 45px #0f172a59;width:100%;max-width:460px;max-height:86vh;display:flex;flex-direction:column;overflow:hidden}.alaniz-chat.alaniz-chat-conversation .chat-conversation-window{flex:1 1 auto;min-height:0;overflow-y:auto}.alaniz-chat.alaniz-chat-conversation .chat-input-bar{flex-shrink:0}}body:has(.alaniz-chat.alaniz-chat-conversation){overflow:hidden}.alaniz-chat.alaniz-chat-conversation .chat-conversation-shell{margin-top:0}.chat-conversation-user-presence{display:inline-flex;align-items:center;gap:6px;margin-top:2px;font-size:.78rem;font-weight:600}.chat-conversation-presence-dot{width:7px;height:7px;border-radius:999px;flex-shrink:0}.chat-conversation-user-presence.online .chat-conversation-presence-dot{background:#22c55e;box-shadow:0 0 6px #22c55ee6}.chat-conversation-user-presence.online .chat-conversation-presence-text{color:#22c55e}.chat-conversation-user-presence.offline .chat-conversation-presence-dot{background:#9ca3af;box-shadow:0 0 4px #9ca3af99}.chat-conversation-user-presence.offline .chat-conversation-presence-text{color:#6b7280}.chat-message-wrapper{display:flex;flex-direction:column;align-items:stretch}.chat-date-separator{display:flex;justify-content:center;margin:8px 0}.chat-date-separator-pill{padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:500;color:#4b5563;background:#94a3b829;border:1px solid rgba(148,163,184,.4);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.chat-day-separator{display:flex;justify-content:center;margin:12px 0;font-size:12px}.chat-day-separator span{padding:4px 12px;border-radius:16px;background-color:#0000000a;border:1px solid rgba(0,0,0,.12);color:#222;font-weight:500}.chat-messages-list>div{display:flex;flex-direction:column}n .alaniz-chat .chat-avatar,.alaniz-chat .chat-main-header .chat-main-avatar,.alaniz-chat .chat-main-header [class*=avatar]{background:radial-gradient(circle at top,#3b3b3b,#050505);border:1px solid #333333;border-radius:999px}.chat-input-bar-locked{border-top:1px solid rgba(15,23,42,.25);padding:12px 16px;background:#020617}.chat-premium-lock{display:flex;flex-direction:column;gap:6px;width:100%}.chat-premium-lock-text{font-size:14px;color:#e5e7eb}.chat-premium-lock-btn{align-self:flex-start;min-width:160px}.chat-premium-banner{padding:10px 16px;border-top:1px solid rgba(148,163,184,.4);background:#020617;display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.chat-premium-banner-text{font-size:14px;color:#e5e7eb}.chat-premium-banner-btn{min-width:150px}.chat-premium-notice-bubble{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.chat-premium-notice-text{font-size:14px;color:#e5e7eb}.chat-premium-notice-btn{min-width:150px;align-self:flex-start}.chat-premium-notice-text{color:#111827}.alaniz-profile-page{flex:1;background:#050505}.alaniz-profile-container{width:100%;max-width:1040px;margin:0 auto;padding:2rem 1.5rem 3rem;box-sizing:border-box}.profile-card{background:radial-gradient(circle at top,#181818 0,#050505 55%,#000);border-radius:24px;border:1px solid rgba(255,255,255,.08);box-shadow:0 22px 60px #000000d9;padding:1.9rem 2rem 2.4rem;color:#fff}.profile-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:1.6rem}.profile-avatar-wrapper{display:flex;align-items:center;gap:1rem}.profile-avatar-circle{width:120px;height:120px;border-radius:999px;border:1px solid rgba(255,255,255,.8);background:#222;display:flex;align-items:center;justify-content:center;overflow:hidden}.profile-status-pill{padding:.4rem .7rem;border-radius:999px;background:linear-gradient(135deg,#ff7a1e,#ff2b3b);font-size:.75rem;font-weight:600}.profile-verify-btn{padding-inline:1.4rem;background:var(--alaniz-green, #00c46a);border-color:var(--alaniz-green, #00c46a)}.profile-verify-btn:hover{background:var(--alaniz-green-hover, #02d277)}.profile-main-info{margin-bottom:1.7rem}.profile-name{font-size:1.6rem;margin:0 0 .15rem}.profile-location{margin:0;font-size:.9rem;color:var(--alaniz-text-muted, #b3b3b3)}.profile-type{margin:.4rem 0 0;font-size:.9rem;color:#fff}.profile-likes{margin-top:.25rem;font-size:.85rem;color:var(--alaniz-text-muted, #b3b3b3)}.profile-likes strong{color:#fff;font-weight:600}.profile-photo-tabs{display:flex;align-items:center;gap:.75rem;margin-bottom:1.6rem;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:.8rem}.profile-photo-tab{border-radius:999px;border:1px solid rgba(255,255,255,.18);background:transparent;color:#fff;font-size:.8rem;padding:.45rem .9rem;cursor:pointer}.profile-photo-tab-active{background:#fff;color:#000}.profile-add-photo-btn{margin-left:auto;padding-inline:1.1rem;font-size:.8rem}.profile-photo-section{margin-bottom:1.8rem}.profile-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.profile-section-header h2{font-size:.95rem;text-transform:uppercase;letter-spacing:.12em;margin:0}.profile-section-counter{font-size:.8rem;color:var(--alaniz-text-muted, #b3b3b3)}.profile-photo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.profile-photo-tile{position:relative;border-radius:16px;background:#101010;border:1px solid rgba(255,255,255,.1);height:110px;overflow:hidden}.profile-photo-tile-add{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;color:var(--alaniz-text-muted, #b3b3b3);text-align:center;padding:.5rem}.profile-photo-add-plus{width:32px;height:32px;border-radius:999px;border:1px solid rgba(255,255,255,.5);display:flex;align-items:center;justify-content:center;font-size:1.2rem}.profile-photo-private{border-style:dashed}.profile-photo-add-lock{font-size:1.1rem}.profile-info-section{margin-top:2rem}.profile-info-section h2{font-size:1rem;margin:0 0 .9rem}.profile-info-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:1rem 1.25rem}.profile-info-item{border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#0b0b0b;padding:.9rem 1rem}.profile-info-label{display:block;font-size:.8rem;text-transform:uppercase;letter-spacing:.15em;color:var(--alaniz-text-muted, #b3b3b3);margin-bottom:.4rem}.profile-info-text{margin:0;font-size:.9rem;color:#fff}.profile-info-placeholder{color:#ffffff73}@media(max-width:900px){.profile-card{padding:1.6rem 1.4rem 2rem}.profile-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-info-grid{grid-template-columns:1fr}}@media(max-width:600px){.alaniz-profile-container{padding:1.4rem 1rem 2.4rem}.profile-header{flex-direction:column;align-items:flex-start}.profile-verify-btn{align-self:flex-end}.profile-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.profile-card{display:flex;flex-direction:column;gap:24px}.profile-photo-tabs{display:flex;align-items:center;justify-content:center;gap:12px;text-align:center}.profile-add-photo-btn{margin-left:16px}.profile-card{position:relative;display:flex;flex-direction:column;gap:24px}.profile-header{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.profile-avatar-wrapper{display:flex;flex-direction:column;align-items:center;gap:8px}.profile-main-info,.profile-main-info h1,.profile-main-info p,.profile-main-info .profile-type{text-align:center}.profile-photo-tabs{display:flex;justify-content:center;margin-top:12px}.profile-verify-btn{position:absolute;top:16px;right:16px}.profile-avatar-circle{width:120px;height:120px;border-radius:999px;border:2px solid #333333;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top,#3b3b3b,#050505);overflow:hidden}.profile-avatar-image{width:100%;height:100%;object-fit:cover;display:block}.profile-avatar-pending{border-color:#ff9500;box-shadow:0 0 0 2px #ff950059}.profile-avatar-approved{border-color:#1dd65f;box-shadow:0 0 0 2px #1dd65f59}.profile-status-pill-pending{margin-top:8px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:500;border:1px solid #ff9500;background:#ff95001f;color:#ffb347}.profile-status-pill.profile-status-pill-pending{position:absolute;top:6px;left:8px;margin-top:0;padding:2px 8px;border-radius:999px;font-size:10px;font-weight:500;border:1px solid #ff9500;background:#000000bf;color:#ffb347;pointer-events:none}.profile-status-pill.profile-status-pill-pending{position:absolute;top:4px;left:6px;margin-top:0;padding:2px 8px;border-radius:999px;font-size:9px;line-height:1.1;font-weight:600;text-transform:uppercase;max-width:80px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border:1px solid #ff9500;background:#000000e6;color:#ffb347;pointer-events:none}.profile-status-pill.profile-status-pill-pending{position:absolute;top:10px;left:50%;transform:translate(-50%);margin-top:0;padding:3px 10px;border-radius:999px;font-size:10px;line-height:1.1;font-weight:600;text-transform:uppercase;white-space:nowrap;border:1px solid #ff9500;background:#000000e6;color:#ffb347;pointer-events:none}.profile-avatar-circle{position:relative}.profile-status-pill.profile-status-pill-pending{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin-top:0;padding:4px 12px;border-radius:999px;font-size:11px;line-height:1.1;font-weight:600;text-transform:uppercase;white-space:nowrap;border:1px solid #ff9500;background:#000000e6;color:#ffb347;pointer-events:none}.profile-status-pill.profile-status-pill-pending{max-width:none;width:auto;overflow:visible;text-overflow:clip;white-space:nowrap;padding:4px 14px;font-size:11px}.profile-photo-modal-overlay{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:999}.profile-photo-modal{width:100%;max-width:420px;background:#050509;border-radius:18px;padding:20px 20px 16px;box-shadow:0 18px 45px #000000b3;border:1px solid rgba(148,163,184,.35);color:#f9fafb}.profile-photo-modal-header h2{font-size:18px;margin:0 0 4px}.profile-photo-modal-header p{margin:0;font-size:13px;color:#9ca3af}.profile-photo-modal-body{margin-top:16px;display:flex;flex-direction:column;gap:16px}.profile-photo-preview-wrapper{display:flex;justify-content:center}.profile-photo-preview-circle{width:160px;height:160px;border-radius:999px;border:2px solid #f97373;overflow:hidden;background:radial-gradient(circle at top,#020617,#020202);display:flex;align-items:center;justify-content:center;position:relative}.profile-photo-preview-circle img{width:140%;height:auto;object-fit:cover;transition:transform .12s ease-out}.profile-photo-preview-placeholder{font-size:12px;color:#9ca3af;text-align:center;padding:0 12px}.profile-photo-controls{display:flex;flex-direction:column;gap:12px}.profile-photo-choose-btn{width:100%;justify-content:center}.profile-photo-sliders{display:flex;flex-direction:column;gap:10px;margin-top:4px}.profile-photo-slider-group{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#e5e7eb}.profile-photo-slider-group label{font-size:12px}.profile-photo-slider-group input[type=range]{width:100%;accent-color:#f97373}.profile-photo-modal-actions{margin-top:18px;display:flex;justify-content:flex-end;gap:10px}.profile-photo-modal .btn{font-size:13px;padding-inline:14px;padding-block:8px}.profile-photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.profile-photo-thumb-wrapper{position:relative;width:100%}.profile-photo-thumb{position:relative;width:100%;padding-top:100%;border-radius:14px;overflow:hidden;background:radial-gradient(circle at top,#020617,#020202);border:2px solid transparent}.profile-photo-thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.profile-photo-section-public{margin-top:20px}.profile-photo-row-scroll{display:flex;gap:10px;overflow-x:auto;padding:4px 0 8px}.profile-photo-row-scroll::-webkit-scrollbar{height:6px}.profile-photo-row-scroll::-webkit-scrollbar-track{background:transparent}.profile-photo-row-scroll::-webkit-scrollbar-thumb{background:#111827;border-radius:999px}.profile-photo-public-item,.profile-photo-add-public-wrapper{flex:0 0 auto;width:90px}.profile-photo-tile-add-public{width:100%;height:100%;padding:8px 6px;display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:4px;font-size:11px}.profile-photo-thumb.profile-photo-thumb-public{position:relative;width:100%;padding-top:100%;border-radius:14px;overflow:hidden;background:radial-gradient(circle at top,#020617,#020202);border:2px solid transparent;cursor:pointer}.profile-photo-thumb.profile-photo-thumb-public img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.profile-photo-thumb-pending{border-color:#fb923c}.profile-photo-thumb-approved{border-color:#22c55e}.profile-photo-thumb-badge{position:absolute;bottom:6px;left:50%;transform:translate(-50%);padding:2px 10px;border-radius:999px;background:#f87171f2;color:#f9fafb;font-size:10px;font-weight:500;letter-spacing:.02em;border:1px solid rgba(248,250,252,.2)}.profile-photo-modal-header-with-close{position:relative;padding-right:32px}.profile-photo-modal-close{position:absolute;top:10px;right:10px;border:none;background:transparent;color:#e5e7eb;font-size:20px;line-height:1;cursor:pointer}.profile-photo-view-wrapper{position:relative;width:100%;max-height:65vh;border-radius:16px;overflow:hidden;background:radial-gradient(circle at top,#020617,#020202);display:flex;align-items:center;justify-content:center}.profile-photo-view-image{width:100%;height:auto;max-height:65vh;object-fit:contain;display:block}.profile-photo-view-badge{position:absolute;bottom:10px;left:50%;transform:translate(-50%);padding:4px 14px;border-radius:999px;background:#f87171f2;color:#f9fafb;font-size:11px;font-weight:500;letter-spacing:.03em;border:1px solid rgba(248,250,252,.2)}.profile-photo-public-item,.profile-photo-add-public-wrapper{flex:0 0 auto;width:120px}.profile-photo-thumb.profile-photo-thumb-public,.profile-photo-tile-add-public{border-radius:18px}.alaniz-main.alaniz-profile-page{overflow-x:hidden}.alaniz-profile-container,.profile-card{max-width:100%;overflow-x:hidden}.profile-photo-row-scroll{max-width:100%}.profile-photo-row-scroll{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:100%;overflow:visible}.profile-photo-public-item,.profile-photo-add-public-wrapper{width:100%}.profile-photo-thumb-pending{border-color:#f97316;box-shadow:0 0 0 1px #f9731666}.profile-photo-thumb-badge{position:absolute;bottom:8px;left:50%;transform:translate(-50%);padding:2px 10px;border-radius:999px;background:#000000d9;border:1px solid rgba(249,115,22,.9);color:#fefce8;font-size:9px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.profile-photo-view-badge{position:absolute;bottom:12px;left:50%;transform:translate(-50%);padding:3px 12px;border-radius:999px;background:#000000d9;border:1px solid rgba(249,115,22,.9);color:#fefce8;font-size:10px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.profile-photo-thumb-pending{border-width:4px}.profile-photo-thumb-pending{border:4px solid #f97316;box-shadow:0 0 0 2px #f97316b3}.profile-avatar-wrapper{display:flex;flex-direction:column;align-items:center}.profile-avatar-circle{width:120px;height:120px}@media(min-width:768px){.profile-avatar-circle{width:180px;height:180px}}.alaniz-main.alaniz-profile-page{min-height:100vh;padding:24px 16px 80px;background:radial-gradient(circle at top left,rgba(239,68,68,.16) 0,transparent 55%),radial-gradient(circle at top right,rgba(190,24,93,.18) 0,transparent 55%),radial-gradient(circle at bottom,rgba(248,113,113,.22) 0,transparent 65%),#050008}.alaniz-profile-container .profile-card{background:radial-gradient(circle at top,#050505,#020008);border-radius:28px;border:1px solid rgba(248,250,252,.06)}.alaniz-main.alaniz-profile-page{background:transparent}.alaniz-main.alaniz-profile-page .alaniz-header,.alaniz-main.alaniz-profile-page header.alaniz-header{width:100%;max-width:100%;margin:0;border-radius:0}.alaniz-main.alaniz-profile-page .chat-bottom-nav{left:0;right:0;width:100%;max-width:100%;border-radius:0}.alaniz-profile-container{max-width:960px;margin:0 auto;padding-inline:16px}.alaniz-profile-container .profile-card{max-width:100%}.alaniz-main.alaniz-profile-page .alaniz-header,.alaniz-main.alaniz-profile-page header.alaniz-header{width:100vw;margin-left:50%;transform:translate(-50%);border-radius:0}.chat-bottom-nav{width:100vw;left:50%;transform:translate(-50%);border-radius:0}.chat-bottom-nav{width:100%;max-width:100%;margin:0;left:0;right:0;transform:none;border-radius:0}html,body{max-width:100%;overflow-x:hidden}.alaniz-main.alaniz-profile-page{overflow-x:hidden;padding-bottom:56px}.chat-bottom-nav{position:fixed;bottom:0;left:0;right:0;width:100%;max-width:100%;margin:0;border-radius:0;transform:none}.profile-text-block{position:relative;padding:12px;border-radius:12px;background:radial-gradient(circle at top,#020617,#020202);border:1px solid #1f2937}.profile-info-label-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.profile-info-textarea{width:100%;border-radius:8px;border:1px solid #4b5563;padding:8px 10px;font-size:14px;line-height:1.5;background:#020617;color:#f9fafb;resize:vertical;min-height:80px}.profile-info-textarea::placeholder{color:#6b7280}.profile-text-actions{margin-top:12px;display:flex;flex-direction:column;align-items:flex-end;gap:6px}@media(max-width:640px){.profile-text-actions{align-items:stretch}}.profile-info-text-grid{display:flex;flex-direction:column;gap:16px}@media(min-width:900px){.profile-info-text-grid{max-width:720px}}.profile-text-block{position:relative;padding:12px;border-radius:12px;background:radial-gradient(circle at top,#050008,#020103);border:1px solid #262626}.profile-text-pending{border:2px solid #f97316;box-shadow:0 0 0 1px #f97316b3}.profile-info-textarea{width:100%;border-radius:8px;border:1px solid #3f3f46;padding:8px 10px;font-size:14px;line-height:1.5;background:#050509;color:#f9fafb;resize:vertical;min-height:80px}.profile-info-textarea:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 1px #f9731699}.default-avatar-icon{width:56px;height:56px;color:#b3b3b3;opacity:.9;display:block}.profile-avatar-circle .default-avatar-icon{width:64px;height:64px}.profile-avatar-circle .default-avatar-icon{width:68%;height:68%;color:var(--alaniz-text-muted, #b3b3b3);opacity:.9;display:block}.profile-avatar-circle .default-avatar-icon circle,.profile-avatar-circle .default-avatar-icon path{stroke:currentColor;stroke-width:2.4}.alaniz-profile-page .profile-avatar-circle{display:flex;align-items:center;justify-content:center}.alaniz-profile-page .profile-avatar-circle .default-avatar-icon{width:72%;height:72%;color:var(--alaniz-text-muted, #b3b3b3);opacity:.95;display:block}.alaniz-profile-page .profile-avatar-circle:not(.profile-avatar-approved):not(.profile-avatar-pending){background:#0a0a0a;border:1px solid rgba(255,255,255,.35)}.profile-avatar-pulse{animation:alanizAvatarPulseGreen 3.6s ease-in-out infinite}@keyframes alanizAvatarPulseGreen{0%{box-shadow:0 0 #27e06f8c}70%{box-shadow:0 0 0 10px #27e06f00}to{box-shadow:0 0 #27e06f00}}.profile-online-label{margin-top:8px;font-size:.78rem;font-weight:700;color:#27e06f;letter-spacing:.06em;text-transform:uppercase}.profile-avatar-pulse{position:relative}.profile-avatar-pulse:after{content:"";position:absolute;inset:-4px;border-radius:999px;border:2px solid rgba(34,197,94,.95);animation:alaniz-ring-pulse 2.8s ease-in-out infinite;pointer-events:none}@keyframes alaniz-ring-pulse{0%,to{opacity:.35;box-shadow:0 0 #22c55e00}50%{opacity:1;box-shadow:0 0 0 7px #22c55e73}}.perfil-online{margin-top:8px;display:flex;align-items:center;gap:6px;color:#22c55e;font-size:.9rem;font-weight:600}.perfil-online-dot{font-size:1.1rem;line-height:1}.profile-avatar-pulse{animation:alanizPulseRing 3.2s ease-in-out infinite;box-shadow:0 0 #2eea84f2}@keyframes alanizPulseRing{0%{box-shadow:0 0 #2eea84f2}70%{box-shadow:0 0 0 10px #2eea8400}to{box-shadow:0 0 #2eea8400}}.profile-online,.profile-online-indicator{display:inline-flex;align-items:center;gap:6px;margin-top:8px;color:#2f8;font-size:.9rem;font-weight:700}.profile-online-dot,.profile-online-indicator .dot{width:8px;height:8px;border-radius:999px;background:#2f8;box-shadow:0 0 8px #2eea84;flex-shrink:0}.profile-info-textarea[readonly]{cursor:default}.profile-info-textarea[readonly]:focus,.profile-info-textarea[readonly]:focus-visible{outline:none!important;border-color:#ffffff1f!important;box-shadow:none!important}.perfil-user-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:14px}.perfil-user-actions .btn{font-size:.75rem;padding:.45rem .8rem;color:#fff!important;min-height:unset;line-height:1}.perfil-user-actions .btn-report{background:#ff8a00;border:1px solid rgba(255,138,0,.55)}.perfil-user-actions .btn-block{background:#ff2b3b;border:1px solid rgba(255,43,59,.55)}.perfil-user-actions .btn-report:hover,.perfil-user-actions .btn-block:hover{filter:brightness(.95)}.profile-settings-modal{max-width:520px;max-height:80vh;display:flex;flex-direction:column}.profile-settings-body{margin-top:16px;display:flex;flex-direction:column;gap:18px;max-height:60vh;overflow-y:auto;padding-right:6px}.profile-settings-body::-webkit-scrollbar{width:6px}.profile-settings-body::-webkit-scrollbar-track{background:transparent}.profile-settings-body::-webkit-scrollbar-thumb{background:#111827;border-radius:999px}.profile-settings-section{border-radius:14px;border:1px solid rgba(148,163,184,.25);background:radial-gradient(circle at top,#050509,#020008);padding:12px 14px 14px}.profile-settings-section h3{margin:0 0 8px;font-size:.95rem;text-transform:uppercase;letter-spacing:.12em;color:#e5e7eb}.profile-settings-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px 14px}.profile-settings-field{display:flex;flex-direction:column}.profile-info-input{width:100%;border-radius:10px;border:1px solid rgba(148,163,184,.4);background:#050509;padding:8px 10px;font-size:.9rem;color:#e5e7eb;outline:none;box-sizing:border-box}.profile-info-input::placeholder{color:#6b7280}.profile-info-input:focus{border-color:#f97373;box-shadow:0 0 0 1px #f9731673}.profile-settings-toggle{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:.9rem;color:#f9fafb}@media(max-width:640px){.profile-settings-grid{grid-template-columns:1fr}}.profile-settings-actions{margin-top:1.5rem;display:flex;flex-direction:column;align-items:stretch;gap:.75rem}.profile-settings-message{font-size:13px;text-align:left}.profile-settings-buttons{display:flex;justify-content:flex-end;gap:.75rem}.profile-text-actions{margin-top:16px;display:flex;justify-content:flex-end}.profile-text-actions .btn-primary{min-width:140px}.profile-bottom-actions{border-top:1px solid rgba(255,255,255,.08);padding-top:16px;margin-top:24px}.profile-likes{display:flex;align-items:center;justify-content:center;margin-top:.5rem;gap:.3rem}.profile-like-btn{background:transparent;border:none;cursor:pointer;transition:transform .15s ease;padding:0;display:flex;align-items:center}.profile-like-btn:hover{transform:scale(1.1)}.likes-count{color:#ff1e3c;font-weight:600;font-size:.95rem}.profile-likes{margin-top:.4rem;display:inline-flex;align-items:center;gap:.35rem;font-size:.9rem;color:#fee2e2}.profile-like-btn{width:30px;height:30px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ef444424;border:1px solid rgba(248,113,113,.95);cursor:pointer;transition:transform .12s ease-out,box-shadow .12s ease-out,background .12s ease-out}.profile-like-btn:hover{transform:translateY(-1px) scale(1.03);box-shadow:0 0 18px #f8717173;background:#ef444438}.profile-like-btn svg path{fill:none;stroke:#fca5a5;stroke-width:1.8}.likes-count{font-weight:600;font-size:.95rem;color:#fee2e2}.profile-likes{display:inline-flex;align-items:center;gap:6px;margin-top:.35rem;font-size:.85rem;color:var(--alaniz-text-muted, #e5e5e5)}.profile-like-btn{border:1px solid rgba(248,113,113,.7);background:radial-gradient(circle at top,#260009,#120008);border-radius:999px;padding:4px;display:inline-flex;align-items:center;justify-content:center;line-height:0;cursor:default}.profile-like-btn.liked svg path{fill:#ff1e3c;stroke:#ff1e3c}.profile-like-btn:disabled{opacity:1}.likes-count{font-weight:600;font-size:.9rem;letter-spacing:.02em}.profile-main-info{position:relative}.profile-likes{position:absolute;top:-4px;right:0;display:flex;align-items:center;gap:6px;font-size:.8rem;font-weight:500;color:#ff1e3c}.profile-like-btn{width:32px;height:32px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:radial-gradient(circle at top,#1f0508,#050008);box-shadow:0 8px 24px #000c}.profile-like-btn svg path{fill:#ff1e3c!important;stroke:#ff1e3c!important}.likes-count{color:#ff1e3c}@media(max-width:600px){.profile-likes{position:static;margin-top:8px;justify-content:center}}.profile-likes{right:32px}.profile-likes{right:72px}@media(max-width:600px){.profile-likes{right:auto}}.profile-likes{margin-top:6px;display:flex;align-items:center;justify-content:center;gap:6px;position:static;right:auto;top:auto}.profile-like-btn{border:none;background:transparent;padding:0;cursor:default;display:flex;align-items:center;justify-content:center}.profile-like-btn svg{display:block}.likes-count{font-size:.82rem;font-weight:600;color:#ff4b5c}.profile-more-options-wrapper{margin-top:24px;display:flex;justify-content:flex-end;position:relative}.profile-more-options-wrapper>.btn.btn-outline{font-size:.85rem;padding:6px 14px}.profile-more-options-menu{position:absolute;right:0;bottom:calc(100% + 8px);background:#070708;border-radius:10px;box-shadow:0 10px 30px #000c;border:1px solid rgba(255,255,255,.05);min-width:190px;padding:4px 0;z-index:10}.profile-more-options-item{width:100%;padding:8px 14px;border:none;background:transparent;color:#f5f5f5;font-size:.85rem;display:flex;align-items:center;gap:8px;cursor:pointer;text-align:left}.profile-more-options-item:hover{background:#ffffff08}.profile-more-options-icon{width:16px;display:inline-flex;justify-content:center}.profile-more-options-danger{color:#ff4b5c}.profile-more-options-danger:hover{background:#ff4b5c14}.lightbox-overlay{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;padding:16px;z-index:9999}.lightbox-image{max-width:100%;max-height:80vh;border-radius:8px;box-shadow:0 12px 30px #0009;object-fit:contain}.lightbox-close,.lightbox-prev,.lightbox-next{position:absolute;border:none;outline:none;background:#000000b3;color:#fff;cursor:pointer;border-radius:999px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:18px;transition:background .15s ease,transform .15s ease}.lightbox-close:hover,.lightbox-prev:hover,.lightbox-next:hover{background:#000000e6;transform:scale(1.05)}.lightbox-close{top:16px;right:16px}.lightbox-prev,.lightbox-next{top:50%;transform:translateY(-50%)}.lightbox-prev{left:16px}.lightbox-next{right:16px}@media(max-width:640px){.lightbox-close,.lightbox-prev,.lightbox-next{width:32px;height:32px;font-size:16px}.lightbox-overlay{padding:8px}}.profile-photo-thumb-private-locked{background:#000;display:flex;align-items:center;justify-content:center;border-radius:16px}.profile-photo-locked-icon{font-size:28px}.profile-private-access-label{font-size:.85rem;color:#a3ffa3}.profile-photo-thumb-private-locked{background:#000;border:1px solid #333333;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px;text-align:center;width:100%;min-height:300px}.profile-photo-locked-icon{font-size:32px;margin-bottom:8px}.profile-photo-locked-text{font-size:.8rem;color:#ddd;line-height:1.3}.profile-private-feedback{font-size:.8rem;color:#ccc;margin-top:4px}.profile-avatar-circle-online{position:relative;box-shadow:0 0 0 2px #2ecc7199}.profile-avatar-circle-online:after{content:"";position:absolute;right:6px;bottom:6px;width:12px;height:12px;border-radius:50%;background:#2ecc71;box-shadow:0 0 0 6px #2ecc7159;animation:alaniz-avatar-pulse 1.8s infinite}@keyframes alaniz-avatar-pulse{0%{transform:scale(.9);opacity:.9}70%{transform:scale(1.4);opacity:0}to{transform:scale(.9);opacity:0}}.profile-presence{margin-top:4px;font-size:.85rem;color:#a0a0a0}.profile-presence-online{color:#2ecc71}.profile-presence-offline{color:#999}.alaniz-profile-page{flex:1;background:#f4f4f5;padding:32px 16px;box-sizing:border-box}.alaniz-profile-container{width:100%;max-width:1100px;margin:0 auto;padding:0}.profile-card{background:#fff;border-radius:18px;border:1px solid #e5e7eb;box-shadow:0 18px 45px #0f172a0f;padding:24px 28px 32px;color:#111827}.profile-name{color:#111827}.profile-location,.profile-type,.profile-likes,.profile-section-counter,.profile-info-label,.profile-online-label,.profile-presence,.profile-private-feedback{color:#6b7280}.alaniz-profile-page .profile-avatar-circle{border:1px solid #d1d5db;background:#e5e7eb}.alaniz-profile-page .profile-avatar-circle .default-avatar-icon{color:#6b7280}.profile-photo-tabs{border-bottom:1px solid #e5e7eb}.profile-photo-tab{border:1px solid #d1d5db;background:#f9fafb;color:#111827}.profile-photo-tab-active{background:#ef4444;border-color:#ef4444;color:#fff}.profile-photo-tile,.profile-photo-thumb,.profile-photo-thumb.profile-photo-thumb-public{background:#f9fafb;border:1px solid #e5e7eb}.profile-info-item{background:#f9fafb;border:1px solid #e5e7eb;color:#111827}.profile-text-block{background:#f9fafb;border:1px solid #e5e7eb}.profile-info-textarea{background:#fff;border:1px solid #d1d5db;color:#111827}.profile-info-textarea::placeholder{color:#9ca3af}.profile-photo-modal{background:#fff;border:1px solid #e5e7eb;color:#111827}.profile-settings-section{background:#f9fafb;border:1px solid #e5e7eb}.profile-settings-section h3{color:#111827}.profile-info-input{background:#fff;border:1px solid #d1d5db;color:#111827}@media(max-width:768px){.alaniz-profile-page{padding:20px 12px 80px}.profile-card{padding:20px 18px 26px;border-radius:16px}}.alaniz-main.alaniz-profile-page{min-height:100vh;padding:32px 16px 80px;background:#f4f4f5!important;overflow-x:hidden}.alaniz-profile-container{max-width:1100px;margin:0 auto;padding:0}.alaniz-profile-container .profile-card,.alaniz-main.alaniz-profile-page .profile-card{background:#fff!important;border-radius:18px;border:1px solid #e5e7eb;box-shadow:0 18px 45px #0f172a0f;color:#111827}@media(max-width:768px){.alaniz-main.alaniz-profile-page{padding:20px 12px 80px}.alaniz-profile-container .profile-card,.alaniz-main.alaniz-profile-page .profile-card{border-radius:16px;padding:20px 18px 26px}}.alaniz-main.alaniz-profile-page .profile-avatar-circle:not(.profile-avatar-approved):not(.profile-avatar-pending){background:#e5e7eb!important;border:1px solid #d1d5db!important;color:#6b7280;display:flex;align-items:center;justify-content:center}.alaniz-main.alaniz-profile-page .profile-avatar-circle .default-avatar-icon,.alaniz-main.alaniz-profile-page .profile-avatar-circle .alaniz-default-avatar{width:70%;height:70%;color:#6b7280}.alaniz-main.alaniz-profile-page .profile-avatar-circle span{color:#6b7280;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}.alaniz-profile-page .profile-avatar-circle:not(.profile-avatar-approved):not(.profile-avatar-pending){background:#edeff3;border:1px solid #d1d5db}.alaniz-profile-page .profile-avatar-circle:not(.profile-avatar-approved):not(.profile-avatar-pending) svg{width:56%;height:56%;color:#6b7280;opacity:1}.profile-photo-modal-overlay{background:#000000c7}.profile-photo-modal{background:#050505;border-radius:20px;border:1px solid rgba(148,163,184,.35);box-shadow:0 18px 60px #000000e6;color:#f9fafb}.profile-photo-modal-header h2{color:#f9fafb}.profile-photo-modal-header p{color:#9ca3af}.profile-photo-preview-circle{background:radial-gradient(circle at top,#020617,#020202);border-color:#f97373}.profile-photo-preview-placeholder,.profile-photo-preview-circle span,.profile-photo-slider-group,.profile-photo-slider-group label{color:#e5e7eb}.profile-photo-modal{background:linear-gradient(180deg,#fff,#f9fafb 40%,#f3f4f6);color:#111827;border-radius:24px;border:1px solid #e5e7eb;box-shadow:0 24px 60px #0f172a47}.profile-photo-modal-header h2{color:#111827}.profile-photo-modal-header p{color:#6b7280}.profile-photo-preview-circle{background:radial-gradient(circle at top,#f9fafb,#e5e7eb);border:2px solid #d1d5db}.profile-photo-preview-placeholder,.profile-photo-preview-circle span{color:#111827}.profile-photo-slider-group,.profile-photo-slider-group label{color:#374151}.profile-photo-modal .profile-photo-choose-btn,.profile-photo-modal .btn.btn-outline{background:#fff;color:#111827;border:1px solid #d1d5db}.profile-photo-modal .btn.btn-primary{background:#f97373;border-color:#f97373;color:#fff}.profile-photo-modal-actions{margin-top:18px;padding-top:12px;border-top:1px solid rgba(15,23,42,.7);display:flex;justify-content:flex-end;gap:10px}.profile-photo-modal-actions .btn{border-radius:999px;min-width:110px;font-size:.85rem;padding:7px 16px}.profile-photo-modal-actions .btn.btn-outline{background:#020617;color:#e5e7eb;border:1px solid rgba(148,163,184,.55)}.profile-photo-modal-actions .btn.btn-primary{background:var(--alaniz-red, #ff2b3b);border-color:var(--alaniz-red, #ff2b3b);color:#fff}.profile-photo-modal-actions .btn.btn-primary:hover{background:#ff4552;border-color:#ff4552}.profile-photo-modal .profile-photo-choose-btn{border-radius:999px;background:#020617;color:#e5e7eb;border:1px solid rgba(148,163,184,.55)}.alaniz-main.alaniz-profile-page .chat-bottom-nav{position:fixed;bottom:0;left:0;right:0;width:100%;max-width:100%;margin:0;border-radius:0;background:#050505;border-top:1px solid rgba(255,255,255,.08);padding:.6rem 1.2rem;box-sizing:border-box;display:flex;align-items:center;gap:2rem;z-index:999}.alaniz-main.alaniz-profile-page .chat-bottom-item{color:var(--alaniz-text-muted, #b3b3b3)}.alaniz-main.alaniz-profile-page .chat-bottom-item-active{color:#fff}.alaniz-main.alaniz-profile-page{padding-bottom:80px}.alaniz-profile-page .chat-bottom-nav{position:fixed;bottom:0;left:0;right:0;width:100%;max-width:100%;margin:0;border-radius:0;transform:none;z-index:999;background:#050505;border-top:1px solid rgba(255,255,255,.08);padding:.6rem 1.2rem;box-sizing:border-box;display:flex;align-items:center;gap:2rem}.alaniz-profile-page .chat-bottom-item{color:var(--alaniz-text-muted, #b3b3b3)}.alaniz-profile-page{padding-bottom:80px}.alaniz-profile-page .chat-bottom-nav{position:static;bottom:auto;left:auto;right:auto;transform:none;flex-shrink:0;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;background:#050505;padding:.6rem 1.2rem;box-sizing:border-box;gap:2rem;width:100%;max-width:1040px;margin:0 auto}.alaniz-profile-page .chat-bottom-item{background:transparent;border:none;color:var(--alaniz-text-muted, #b3b3b3);font-size:.8rem;display:flex;flex-direction:column;align-items:center;gap:.15rem;cursor:pointer}.alaniz-profile-page .chat-bottom-item-active{color:#fff}.alaniz-profile-page .profile-avatar-circle-online{border-color:#2f8!important;box-shadow:0 0 0 2px #22ff888c!important}.alaniz-profile-page .profile-presence.profile-presence-online{display:inline-flex;align-items:center;gap:6px;margin-top:8px;color:#2f8;font-weight:700}.alaniz-profile-page .profile-presence.profile-presence-online:before{content:"";width:9px;height:9px;border-radius:999px;background:#2f8;box-shadow:0 0 8px #22ff88f2;flex-shrink:0}.alaniz-profile-page .profile-info-text{color:#111827;line-height:1.5}.alaniz-profile-page .profile-info-placeholder{color:#6b7280}.alaniz-profile-page .profile-more-options-wrapper .btn,.alaniz-profile-page .profile-more-options-wrapper .btn.btn-outline{color:#111827;border-color:#e5e7eb;background:#f9fafb}.alaniz-profile-page .profile-more-options-wrapper .btn:hover,.alaniz-profile-page .profile-more-options-wrapper .btn.btn-outline:hover{background:#e5e7eb;border-color:#d1d5db}.alaniz-profile-page .profile-likes{display:flex;align-items:center;gap:14px;margin-top:8px;flex-wrap:wrap}.alaniz-profile-page .profile-likes-left{display:inline-flex;align-items:center;gap:8px}.alaniz-profile-page .profile-likes-divider{width:1px;height:22px;background:#9ca3af99}.alaniz-profile-page .profile-chat-cta{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;border:none;background:#22c55e;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer}.alaniz-profile-page .profile-chat-cta:hover{background:#16a34a}.alaniz-profile-page .profile-chat-cta-icon svg{display:block}.buscar-results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin-top:.75rem}.buscar-user-card{background:#fff;color:#000;border-radius:18px;padding:1rem 1.1rem;box-shadow:0 18px 45px #00000073;display:flex;flex-direction:column;align-items:flex-start;gap:.35rem}.buscar-avatar-btn{border:none;padding:0;margin:0 0 .4rem;background:transparent;cursor:pointer}.buscar-avatar-btn .profile-avatar-circle{width:96px;height:96px;margin:0}.buscar-user-card .profile-name{font-size:1.1rem;margin:0;color:#111827}.buscar-user-card .profile-location{margin:0;font-size:.85rem;color:#4b5563}.buscar-user-card .profile-presence{margin:.1rem 0 0;font-size:.78rem}.buscar-user-card .profile-presence.profile-presence-online{color:#16a34a}.buscar-user-card .profile-presence.profile-presence-offline{color:#6b7280}.buscar-card-actions{margin-top:.6rem;width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.buscar-like-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.35rem .75rem;border-radius:999px;border:1px solid rgba(0,0,0,.08);background:#f9fafb;font-size:.8rem;color:#111827;cursor:pointer}.buscar-like-btn:hover{background:#f3f4f6}.buscar-like-icon{font-size:.95rem}.buscar-like-count{font-weight:600}.buscar-message-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.4rem .9rem;font-size:.8rem;min-width:42px}.buscar-message-icon{font-size:.95rem}.buscar-user-card:hover{transform:translateY(-2px);box-shadow:0 22px 55px #0000008c;transition:transform .15s ease-out,box-shadow .15s ease-out}@media(max-width:600px){.buscar-results-grid{grid-template-columns:1fr}}.buscar-results-grid .buscar-user-card .buscar-card-actions{justify-content:center;gap:16px}.buscar-results-grid .buscar-user-card .profile-likes-left{margin-right:0}.buscar-results-grid .buscar-user-card .profile-chat-cta{margin-left:0}.buscar-results-grid .buscar-user-card{display:flex;flex-direction:column;align-items:center;text-align:center}.buscar-results-grid .buscar-user-card .buscar-avatar-btn{margin-bottom:8px}.buscar-results-grid .buscar-user-card .profile-name{width:100%;text-align:center;margin-top:4px;margin-bottom:2px}.buscar-results-grid .buscar-user-card .profile-location,.buscar-results-grid .buscar-user-card .profile-presence{width:100%;text-align:center}.buscar-results-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:24px}.buscar-results-grid .buscar-user-card{width:280px;padding:18px 20px 16px}@media(max-width:640px){.buscar-results-grid{justify-content:center;gap:12px}.buscar-results-grid .buscar-user-card{width:calc(50% - 10px);padding:14px 10px}}.buscar-results-grid .buscar-user-card .buscar-card-actions{flex-wrap:nowrap}.buscar-results-grid .buscar-user-card .profile-likes-left,.buscar-results-grid .buscar-user-card .profile-chat-cta{flex:0 0 auto}@media(max-width:640px){.buscar-results-grid .buscar-user-card .buscar-card-actions{gap:8px}.buscar-results-grid .buscar-user-card .profile-chat-cta{padding-inline:10px}}.alaniz-profile-page a[href="/login"],.alaniz-profile-page a[href="/entrar"],.alaniz-profile-page a[href="/cadastre-se"],.alaniz-profile-page a[href="/signup"],.alaniz-profile-page a[href="/register"],.alaniz-profile-page a[role=button].btn-login,.alaniz-profile-page .guest-nav,.alaniz-profile-page .header-guest,.alaniz-profile-page a[aria-label*=Entrar],.alaniz-profile-page a[aria-label*=Login],.alaniz-profile-page a[aria-label*=Cadastre],.alaniz-profile-page button[aria-label*=Entrar],.alaniz-profile-page button[aria-label*=Login]{display:none!important}.alaniz-profile-page .header-right,.alaniz-profile-page .site-nav-right{display:flex;align-items:center;gap:.5rem}.buscar-user-card .profile-avatar-circle{background:#222!important}.profile-avatar-circle:not(.profile-avatar-approved):not(.profile-avatar-pending){background:#222!important;border:1px solid rgba(255,255,255,.25)!important;display:flex;align-items:center;justify-content:center}.profile-avatar-circle:not(.profile-avatar-approved):not(.profile-avatar-pending) svg{fill:#6b6b6b;stroke:#6b6b6b}.alaniz-main.alaniz-profile-page .buscar-user-card .profile-avatar-circle:not(.profile-avatar-approved):not(.profile-avatar-pending),.alaniz-main.alaniz-profile-page .profile-card .profile-avatar-circle:not(.profile-avatar-approved):not(.profile-avatar-pending){background:#222!important;border:1px solid rgba(255,255,255,.35)!important;color:#e5e7eb;display:flex;align-items:center;justify-content:center}.alaniz-main.alaniz-profile-page .profile-avatar-circle .alaniz-default-avatar circle,.alaniz-main.alaniz-profile-page .profile-avatar-circle .alaniz-default-avatar path{stroke:#f9fafb!important;fill:none!important}.alaniz-main.alaniz-profile-page .profile-avatar-circle .alaniz-default-avatar circle,.alaniz-main.alaniz-profile-page .profile-avatar-circle .alaniz-default-avatar path{stroke:#d1d5db!important;fill:none!important}.buscar-filters-toggle-btn{border-radius:999px;background:#050505;color:#fff;border:1px solid rgba(0,0,0,.12);font-size:.8rem;padding:.35rem .95rem;display:inline-flex;align-items:center;gap:.35rem}.buscar-filters-toggle-btn:hover{background:#111;border-color:#00000040}.buscar-filters-toggle-row{display:flex;justify-content:flex-end;margin-bottom:.75rem}.buscar-filters-toggle-btn{border-radius:999px;background:#222;color:#fff;border:1px solid rgba(0,0,0,.35);font-size:.8rem;padding:.35rem .95rem;display:inline-flex;align-items:center;gap:.35rem}.buscar-filters-toggle-btn:hover{background:#333;border-color:#00000080}.buscar-filters-toggle-row{margin-bottom:1rem;display:flex;justify-content:flex-end}.buscar-filters-toggle-btn{background:#111827;border-color:#111827;color:#f9fafb;font-size:.85rem;padding:.45rem 1rem;border-radius:999px;display:inline-flex;align-items:center;gap:.4rem;box-shadow:0 10px 25px #0000008c}.buscar-filters-toggle-btn:before{content:"⚙️";font-size:.9rem}.buscar-filters-toggle-btn:hover{background:#030712;border-color:#030712;transform:translateY(-1px);box-shadow:0 14px 30px #0009}.buscar-filters-panel{margin-top:.5rem;margin-bottom:1.2rem;padding:.9rem 1rem 1rem;border-radius:18px;background:#f3f4f6;border:1px solid #e5e7eb;box-shadow:0 12px 30px #0f172a2e}.buscar-filters-row{display:flex;flex-wrap:wrap;gap:.75rem 1rem}.buscar-filter-field{display:flex;flex-direction:column;flex:1 1 180px;min-width:150px}.buscar-filter-field label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#6b7280;margin-bottom:.25rem}.buscar-filter-field input,.buscar-filter-field select{border-radius:999px;border:1px solid #d1d5db;padding:.4rem .75rem;font-size:.85rem;background:#fff;outline:none}.buscar-filter-field input:focus,.buscar-filter-field select:focus{border-color:#111827;box-shadow:0 0 0 1px #11182722}.buscar-filter-age-row{display:flex;align-items:center;gap:.4rem}.buscar-filter-age-row span{font-size:.8rem;color:#6b7280}.buscar-filter-only-photo{margin-top:.75rem}.buscar-filter-only-photo label{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;color:#374151}.buscar-filter-only-photo input[type=checkbox]{width:16px;height:16px;accent-color:#111827}@media(max-width:640px){.buscar-filters-panel{padding:.8rem .75rem .9rem}.buscar-filters-row{flex-direction:column}.buscar-filter-field{min-width:100%}}.alaniz-profile-page .profile-bottom-actions .btn.btn-outline{color:#111827;border-color:#e5e7eb;background:#f9fafb}.alaniz-profile-page .profile-bottom-actions .btn.btn-outline:hover{background:#e5e7eb;border-color:#d1d5db}.alaniz-profile-page .profile-text-actions .btn.btn-primary{background:#10b981;border-color:#059669;color:#ecfdf5}.alaniz-profile-page .profile-text-actions .btn.btn-primary:hover{background:#059669;border-color:#047857}.alaniz-profile-page .profile-text-actions .btn.btn-primary:disabled{opacity:.7;cursor:not-allowed}.buscar-chips-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.9rem;margin-top:.2rem}.buscar-chip{border:none;border-radius:999px;padding:.4rem .9rem;font-size:.8rem;font-weight:600;background:#fff7f5;color:#5b1f1a;cursor:pointer;outline:none;white-space:nowrap;box-shadow:0 2px 4px #0000000f;transition:background .15s ease,color .15s ease,transform .1s ease,box-shadow .1s ease}.buscar-chip:hover{background:#ffe2dc;transform:translateY(-1px);box-shadow:0 4px 8px #00000014}.buscar-chip-active{background:#ff8a80;color:#fff;box-shadow:0 6px 14px #ff8a8066}@media(max-width:640px){.buscar-chips-row{overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.2rem;margin-bottom:.7rem}.buscar-chip{font-size:.78rem;padding:.32rem .75rem;box-shadow:0 1px 3px #00000014}}.admin-page{min-height:100vh;background:#f4f5f7;padding:32px 16px;display:flex;justify-content:center;align-items:flex-start;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;color:#111827}.admin-shell{width:100%;max-width:1040px}.admin-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px}.admin-title{font-size:26px;font-weight:700;color:#111827}.admin-subtitle{margin-top:4px;font-size:14px;color:#6b7280}.admin-section{margin-bottom:24px}.admin-section-title{font-size:18px;font-weight:600;color:#1f2933;margin-bottom:12px}.admin-actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.admin-action-card{border:1px solid #e5e7eb;border-radius:12px;background:#fff;padding:14px 14px 12px;text-align:left;cursor:pointer;transition:box-shadow .15s ease,transform .15s ease,border-color .15s ease,background-color .15s ease}.admin-action-card:hover{background:#f9fafb;border-color:#ef4444;box-shadow:0 6px 18px #0f172a1c;transform:translateY(-1px)}.admin-action-title{display:block;font-size:14px;font-weight:600;color:#111827;margin-bottom:4px}.admin-action-desc{display:block;font-size:12px;color:#6b7280}.admin-stats-card{border:1px solid #e5e7eb;border-radius:14px;background:#fff;padding:16px 18px 14px;box-shadow:0 8px 20px #0f172a0f}.admin-stats-table{width:100%;border-collapse:collapse;font-size:13px}.admin-stats-table th,.admin-stats-table td{padding:8px 10px;border-bottom:1px solid #edf0f3}.admin-stats-table th{text-align:left;font-weight:500;color:#4b5563;width:220px}.admin-stats-table td{text-align:right;font-weight:600;color:#111827}.admin-stats-table tr:last-child th,.admin-stats-table tr:last-child td{border-bottom:none}.admin-stats-note{margin-top:8px;font-size:11px;color:#9ca3af}.admin-login-card{width:100%;max-width:420px;margin:0 auto;background:#fff;border-radius:16px;padding:24px 22px 22px;box-shadow:0 14px 36px #0f172a1f;border:1px solid #e5e7eb}.admin-login-card .admin-title{font-size:22px}.admin-login-card .admin-subtitle{font-size:13px;color:#6b7280;margin-bottom:16px}.admin-login-form{display:flex;flex-direction:column;gap:12px}.admin-field{display:flex;flex-direction:column;gap:4px;font-size:13px;color:#374151}.admin-field span{font-weight:500}.admin-field input{border-radius:10px;border:1px solid #e5e7eb;padding:8px 10px;font-size:14px;outline:none;background:#f9fafb;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.admin-field input:focus{border-color:#ef4444;box-shadow:0 0 0 1px #ef444433;background:#fff}.admin-error{font-size:12px;color:#b91c1c;margin-top:2px}.admin-login-button{margin-top:4px;width:100%;border:none;border-radius:999px;padding:10px 14px;font-size:14px;font-weight:600;cursor:pointer;background:linear-gradient(135deg,#ef4444,#b91c1c);color:#fff;box-shadow:0 8px 18px #b91c1c59;transition:transform .1s ease,box-shadow .1s ease,filter .1s ease}.admin-login-button:hover{filter:brightness(1.03);box-shadow:0 10px 22px #b91c1c66;transform:translateY(-1px)}.admin-login-button:disabled{opacity:.75;cursor:default;transform:none;box-shadow:0 6px 16px #9ca3af40}@media(max-width:768px){.admin-shell{max-width:100%}.admin-header{flex-direction:column;align-items:flex-start;gap:8px}.admin-page{padding:20px 12px}}.admin-page{position:fixed;inset:0;width:100vw;height:100vh;overflow-y:auto;background:#f4f5f7;padding:32px 24px;display:flex;justify-content:center;align-items:flex-start;z-index:50}.admin-login-page{align-items:center}.admin-section-header-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;flex-wrap:wrap}.admin-filters{display:flex;align-items:center;gap:8px}.admin-filter-chip{padding:4px 10px;border-radius:999px;border:1px solid rgba(148,163,184,.4);background:#0f172a99;color:#e5e7eb;font-size:11px;cursor:pointer;transition:all .16s ease-out}.admin-filter-chip:hover{border-color:#f87171cc;color:#f9fafb}.admin-filter-chip-active{border-color:#f87171e6;background:radial-gradient(circle at top,#7f1d1d,#111827);color:#fef2f2}.admin-gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-top:8px}.admin-gallery-card{display:flex;gap:12px;padding:10px;border-radius:16px;background:radial-gradient(circle at top,#020617,#02010a);border:1px solid rgba(148,163,184,.35)}.admin-gallery-photo-wrapper{flex:0 0 96px;display:flex;align-items:flex-start}.admin-gallery-photo{position:relative;width:96px;padding-top:96px;border-radius:16px;overflow:hidden;background:radial-gradient(circle at top,#020617,#020202);border:3px solid #16a34a;box-shadow:0 0 0 1px #f9731699}.admin-gallery-photo-private{border-color:#f97316;box-shadow:0 0 0 1px #f97316cc}.admin-gallery-lock{position:absolute;top:6px;left:6px;padding:2px 8px;border-radius:999px;background:#0f172af2;border:1px solid rgba(248,250,252,.2);color:#e5e7eb;font-size:10px;display:inline-flex;align-items:center;gap:4px}.admin-gallery-photo .admin-avatar-badge{position:absolute;bottom:6px;left:50%;transform:translate(-50%)}.admin-page{min-height:100vh;padding:32px 16px;background:radial-gradient(circle at top,#020617,#02010a);color:#e5e7eb}.admin-shell{max-width:1200px;margin:0 auto;background:radial-gradient(circle at top,#020617,#030712);border-radius:24px;padding:24px 28px 32px;box-shadow:0 24px 80px #000000bf,0 0 0 1px #94a3b833}.admin-header-home{border-bottom:1px solid rgba(148,163,184,.26);padding-bottom:16px;margin-bottom:24px}.admin-header-home .admin-login-button{border-radius:999px;padding-inline:24px;padding-block:10px;background:linear-gradient(90deg,#ef4444,#b91c1c);color:#fef2f2;font-weight:600;border:none;box-shadow:0 12px 30px #f8717173}.admin-section-title{font-size:16px;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af;margin-bottom:14px}.admin-metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:16px}.admin-metric-card{padding:14px 16px;border-radius:18px;background:radial-gradient(circle at top,#020617,#020617);border:1px solid rgba(148,163,184,.5);box-shadow:0 14px 40px #0f172acc;display:flex;flex-direction:column;gap:4px}.admin-metric-label{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#9ca3af}.admin-metric-value{font-size:24px;font-weight:700;color:#f9fafb}.admin-tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.admin-card{text-align:left;padding:16px 18px;border-radius:18px;border:1px solid rgba(148,163,184,.45);background:radial-gradient(circle at top left,#020617,#020617);box-shadow:0 18px 45px #0f172ae6;transition:transform .18s ease-out,box-shadow .18s ease-out,border-color .18s ease-out,background .18s ease-out}.admin-card-primary{border-color:#f87171b3;background:radial-gradient(circle at top left,#111827,#020617)}.admin-card:hover{transform:translateY(-3px);box-shadow:0 24px 60px #0f172af2;border-color:#f87171e6}.admin-card-title{font-size:15px;font-weight:600;color:#f9fafb;margin-bottom:6px}.admin-card-text{font-size:13px;color:#d1d5db}@media(max-width:768px){.admin-shell{padding:20px 16px 24px;border-radius:18px}.admin-header-home{flex-direction:column;align-items:flex-start;gap:12px}.admin-header-home .admin-login-button{width:100%;justify-content:center;text-align:center}}.admin-page{min-height:100vh;padding:32px 16px;background:#f4f4f5;color:#111827}.admin-shell{max-width:1100px;margin:0 auto;background:#fff;border-radius:18px;padding:24px 28px 32px;border:1px solid #e5e7eb;box-shadow:0 18px 45px #0f172a0f}.admin-header-home{border-bottom:1px solid #e5e7eb;padding-bottom:16px;margin-bottom:24px}.admin-title{color:#111827}.admin-subtitle{color:#6b7280}.admin-header-home .admin-login-button{background:transparent;color:#b91c1c;border-radius:999px;border:1px solid #ef4444;padding:7px 16px;font-size:13px;font-weight:500;box-shadow:none}.admin-header-home .admin-login-button:hover{background:#fee2e2}.admin-section-title{color:#4b5563}.admin-metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px}.admin-metric-card{padding:12px 14px;border-radius:14px;background:#f9fafb;border:1px solid #e5e7eb;box-shadow:none}.admin-metric-label{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#9ca3af}.admin-metric-value{font-size:22px;font-weight:700;color:#111827}.admin-metric-caption{font-size:11px;color:#9ca3af}.admin-tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.admin-card{text-align:left;padding:14px 16px;border-radius:14px;border:1px solid #e5e7eb;background:#f9fafb;box-shadow:none;transition:transform .16s ease-out,box-shadow .16s ease-out,border-color .16s ease-out,background .16s ease-out}.admin-card-primary{border-color:#fecaca}.admin-card-secondary{border-style:dashed}.admin-card:hover{transform:translateY(-2px);box-shadow:0 14px 30px #0f172a1f;border-color:#f97373;background:#fff}.admin-card-title{font-size:14px;font-weight:600;color:#111827;margin-bottom:4px}.admin-card-text{font-size:13px;color:#6b7280}@media(max-width:768px){.admin-shell{padding:20px 18px 24px;border-radius:16px}.admin-header-home{flex-direction:column;align-items:flex-start;gap:8px}.admin-header-home .admin-login-button{align-self:flex-end}}.admin-gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-top:10px}.admin-gallery-card{display:flex;gap:14px;padding:14px 16px;border-radius:16px;background:#020617;border:1px solid rgba(148,163,184,.5);color:#e5e7eb}.admin-gallery-photo-wrapper{flex:0 0 140px;cursor:pointer}.admin-gallery-photo{position:relative;width:140px;padding-top:140px;border-radius:18px;overflow:hidden;background:radial-gradient(circle at top,#020617,#020202);border:3px solid #16a34a;box-shadow:0 0 0 1px #16a34ab3}.admin-gallery-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.admin-gallery-photo-private{border-color:#f97316;box-shadow:0 0 0 1px #f97316f2}.admin-gallery-lock{position:absolute;top:6px;left:6px;padding:2px 8px;border-radius:999px;background:#0f172af0;border:1px solid rgba(248,250,252,.3);color:#e5e7eb;font-size:10px;display:inline-flex;align-items:center;gap:4px}.admin-gallery-photo .admin-avatar-badge{position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.admin-gallery-card .admin-avatar-info{flex:1}.admin-gallery-modal-backdrop{position:fixed;inset:0;background:#0f172ad9;display:flex;align-items:center;justify-content:center;z-index:70}.admin-gallery-modal{position:relative;width:100%;max-width:900px;max-height:90vh;background:#020617;border-radius:18px;padding:18px 18px 20px;box-shadow:0 30px 80px #000000e6;display:flex;flex-direction:column;color:#e5e7eb}.admin-gallery-modal-close{position:absolute;top:10px;right:12px;border:none;background:transparent;color:#f9fafb;font-size:18px;cursor:pointer}.admin-gallery-modal-image-wrapper{position:relative;display:flex;align-items:center;justify-content:center;margin-top:12px}.admin-gallery-modal-image{max-width:100%;max-height:60vh;border-radius:18px;object-fit:contain}.admin-gallery-modal-nav{position:absolute;top:50%;transform:translateY(-50%);border:none;width:34px;height:34px;border-radius:999px;background:#0f172ae6;color:#f9fafb;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.admin-gallery-modal-nav-left{left:8px}.admin-gallery-modal-nav-right{right:8px}.admin-gallery-modal-info{margin-top:12px;display:flex;flex-direction:column;gap:10px}.admin-gallery-modal-meta{display:flex;flex-wrap:wrap;gap:6px 16px;font-size:12px;color:#e5e7eb}.admin-gallery-modal-user{font-weight:600}.admin-gallery-modal-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.admin-modal-approve-btn,.admin-modal-reject-btn{min-width:130px;border-radius:999px;border:none;padding:8px 16px;font-size:14px;font-weight:600;cursor:pointer;color:#f9fafb}.admin-modal-approve-btn{background:#16a34a}.admin-modal-approve-btn:hover{background:#15803d}.admin-modal-reject-btn{background:#dc2626}.admin-modal-reject-btn:hover{background:#b91c1c}@media(max-width:768px){.admin-gallery-modal{margin:0 10px;padding:16px 12px 18px}.admin-gallery-modal-image{max-height:50vh}.admin-gallery-modal-meta{flex-direction:column}.admin-gallery-modal-actions{justify-content:center}}.admin-gallery-card{display:flex;flex-direction:column;align-items:stretch}.admin-gallery-photo-wrapper{flex:0 0 auto;width:100%;max-width:200px;margin:0 auto 10px}.admin-gallery-photo{width:100%;padding-top:100%}.admin-gallery-card .admin-avatar-info{margin-top:4px}.admin-gallery-card .admin-avatar-actions{justify-content:center}.admin-gallery-card .admin-avatar-button-approve{background:#16a34a;border-color:#16a34a;color:#f9fafb}.admin-gallery-card .admin-avatar-button-approve:hover{background:#15803d;border-color:#15803d}.admin-gallery-card .admin-avatar-button-reject{background:#dc2626;border-color:#dc2626;color:#f9fafb}.admin-gallery-card .admin-avatar-button-reject:hover{background:#b91c1c;border-color:#b91c1c}.admin-avatar-card{display:flex;flex-direction:column;align-items:stretch}.admin-avatar-photo-wrapper{flex:0 0 auto;width:100%;max-width:200px;margin:0 auto 10px;text-align:center}.admin-avatar-photo{position:relative;width:100%;padding-top:100%;border-radius:18px;overflow:hidden;background:radial-gradient(circle at top,#020617,#020202);border:3px solid #16a34a;box-shadow:0 0 0 1px #16a34ab3}.admin-avatar-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.admin-avatar-photo .admin-avatar-badge{position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.admin-avatar-info{margin-top:4px}.admin-avatar-actions{margin-top:10px;display:flex;justify-content:center}.admin-user-search-form{margin-top:4px}.admin-user-search-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;align-items:flex-end}@media(max-width:1024px){.admin-user-search-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.admin-user-search-grid{grid-template-columns:1fr}}.admin-filter-input{width:100%;border-radius:10px;border:1px solid #e5e7eb;padding:8px 10px;font-size:14px;background:#f9fafb;color:#111827;outline:none;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.admin-filter-input:focus{border-color:#ef4444;box-shadow:0 0 0 1px #ef444429;background:#fff}.admin-table-wrapper{margin-top:10px;border-radius:14px;border:1px solid #e5e7eb;background:#fff;overflow-x:auto}.admin-user-table{width:100%;border-collapse:collapse;font-size:13px;min-width:720px}.admin-user-table thead{background:#f9fafb}.admin-user-table th,.admin-user-table td{padding:8px 10px;border-bottom:1px solid #edf0f3;text-align:left}.admin-user-table th{font-weight:600;color:#4b5563;white-space:nowrap}.admin-user-table td{color:#111827}.admin-user-table tr:hover td{background:#f9fafb}.admin-actions-cell{display:flex;gap:4px;justify-content:flex-start;align-items:center}.admin-action-btn{border-radius:999px;padding:3px 8px;font-size:11px;line-height:1;border:1px solid #d1d5db;cursor:pointer;background:#f3f4f6;transition:background .15s ease,transform .1s ease,box-shadow .1s ease}.admin-action-btn-edit{background:#e5e7eb;color:#111827;border-color:#d1d5db}.admin-action-btn-edit:hover{background:#d4d4d8}.admin-action-btn-delete{background:#000;color:#fff;border-color:#000}.admin-action-btn-delete:hover{background:#111827}.admin-table{min-width:1200px}n .admin-table-wrapper{width:100%;overflow-x:auto}.admin-table{width:100%;min-width:1200px;border-collapse:collapse;font-size:13px;background:#fff}.admin-table thead th{background:#f3f4f6;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb;padding:6px 12px;text-align:left;white-space:nowrap}.admin-table tbody td{border-top:1px solid #e5e7eb;padding:6px 12px;white-space:nowrap}.admin-table tbody tr:nth-child(2n){background:#f9fafb}.admin-table tbody tr:hover{background:#eef2ff}.admin-table td:nth-child(4),.admin-table td:nth-child(8),.admin-table td:nth-child(11),.admin-table td:nth-child(12){text-align:center}.admin-table td:nth-child(4){min-width:60px}.admin-table td:nth-child(3){min-width:180px}.admin-page .btn.btn-outline{border:1px solid #ef4444;color:#ef4444;background:#fff}.admin-page .btn.btn-outline:hover{background:#fef2f2}.atendimento-page{min-height:calc(100vh - 80px);padding:40px 16px;background:radial-gradient(circle at top,#111827 0,#020617 60%);display:flex;align-items:center;justify-content:center}.atendimento-container{width:100%;max-width:560px;background:#0f172ae6;border-radius:16px;padding:32px 28px;box-shadow:0 20px 40px #000000b3;border:1px solid rgba(148,163,184,.4);color:#e5e7eb}.atendimento-container h1{font-size:24px;margin-bottom:8px}.atendimento-container p{font-size:14px;color:#9ca3af;margin-bottom:24px}.atendimento-form{display:flex;flex-direction:column;gap:16px}.atendimento-form label{display:flex;flex-direction:column;font-size:13px;color:#d1d5db;gap:6px}.atendimento-form input,.atendimento-form textarea{background:#020617;border:1px solid #334155;border-radius:8px;padding:10px 12px;font-size:14px;color:#e5e7eb;outline:none}.atendimento-form input::placeholder,.atendimento-form textarea::placeholder{color:#6b7280}.atendimento-form input:focus,.atendimento-form textarea:focus{border-color:#e11d23;box-shadow:0 0 0 1px #e11d234d}.btn-enviar{margin-top:8px;width:100%;border:none;border-radius:999px;background:#e11d23;color:#fff;font-size:14px;font-weight:600;padding:12px 16px;cursor:pointer}.btn-enviar:hover{background:#b91c1c}@media(max-width:640px){.atendimento-container{padding:24px 18px;border-radius:12px}}.upgrade-page{min-height:calc(100vh - 80px);padding:32px 16px;background:#f3f4f6;display:flex;justify-content:center;align-items:flex-start}.upgrade-card{position:relative;width:100%;max-width:640px;background:#fff;border-radius:24px;padding:40px 28px 32px;box-shadow:0 18px 40px #0f172a14;border:1px solid #e5e7eb;color:#111827}.upgrade-back-btn{position:absolute;top:16px;left:20px;border:none;background:transparent;color:#4b5563;font-size:13px;cursor:pointer;display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:999px}.upgrade-back-btn:hover{background:#f3f4f6}.upgrade-card h1{font-size:24px;margin-bottom:12px}.upgrade-intro{font-size:14px;color:#4b5563;margin-bottom:20px}.upgrade-benefits h2{font-size:16px;margin-bottom:8px}.upgrade-benefits ul{list-style:disc;padding-left:20px;margin:0 0 16px;font-size:14px;color:#374151}.upgrade-note{font-size:13px;color:#6b7280}@media(max-width:768px){.upgrade-card{padding:40px 18px 24px;border-radius:18px}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
