@charset "UTF-8";.camera-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#080e1bd6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px}.camera-modal-dialog{position:relative;width:100%;max-width:480px;background:radial-gradient(circle at top left,rgba(255,255,255,.05),transparent 45%),#0f1a2e;border:1px solid rgba(255,255,255,.09);border-radius:28px;box-shadow:0 28px 90px #0009;padding:30px 24px 26px;display:flex;flex-direction:column;align-items:center;text-align:center}.camera-modal-close{position:absolute;top:20px;right:20px;background:transparent;border:none;color:#9ca3af;font-size:28px;line-height:1;font-weight:300;cursor:pointer;padding:4px;transition:color .15s ease,transform .15s ease}.camera-modal-close:hover{color:#fff;transform:scale(1.1)}.camera-modal-title{margin:0 0 20px;color:#fff;font-size:1.35rem;font-weight:700;letter-spacing:-.02em;line-height:1.25}.camera-modal-viewport{position:relative;width:100%;aspect-ratio:1/1;border-radius:20px;overflow:hidden;background-color:#ffffff05;border:1px solid rgba(255,255,255,.05);margin-bottom:24px;display:flex;align-items:center;justify-content:center}.camera-modal-viewport video{width:100%;height:100%;object-fit:cover;transform:scaleX(-1)}.camera-modal-viewport .captured-image-preview{width:100%;height:100%;object-fit:cover}.camera-modal-status{display:flex;flex-direction:column;align-items:center;gap:16px;color:#b3aecf;font-size:.95rem}.camera-modal-status .camera-spinner{width:36px;height:36px;border:3px solid rgba(255,79,123,.15);border-radius:50%;border-top-color:#ff4f7b;animation:camera-spin 1s linear infinite}@keyframes camera-spin{to{transform:rotate(360deg)}}.camera-modal-error{padding:24px;color:#ff4f7b;display:flex;flex-direction:column;align-items:center;gap:12px}.camera-modal-error .error-icon{font-size:2rem}.camera-modal-error p{margin:0;font-size:.9rem;line-height:1.5}.camera-modal-actions{display:flex;align-items:center;justify-content:center;gap:12px;width:100%}.camera-modal-actions .button{flex:1;min-height:46px;font-size:.95rem;border-radius:14px;font-weight:600;margin:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.camera-modal-actions .button.button-capture{background:#ff4f7b;color:#fff;border:1px solid #ff4f7b;box-shadow:0 4px 14px #ff4f7b59}.camera-modal-actions .button.button-capture:hover{background:#ff275d;border-color:#ff275d;box-shadow:0 6px 18px #ff4f7b80}.camera-modal-actions .button.button-use{background:#10b981;color:#fff;border:1px solid #10b981;box-shadow:0 4px 14px #10b98159}.camera-modal-actions .button.button-use:hover{background:#0e9d6e;border-color:#0e9d6e;box-shadow:0 6px 18px #10b98180}@media (max-width: 767px){.camera-modal-backdrop{padding:16px}.camera-modal-dialog{border-radius:24px;padding:24px 20px 20px}.camera-modal-actions{flex-direction:column;gap:10px}.camera-modal-actions .button{width:100%;flex:initial}}.conversation-view{max-width:800px;margin:0 auto;display:flex;flex-direction:column;height:calc(100vh - 140px);background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:18px;overflow:hidden}.conversation-view .conversation-header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#38bdf81a;border-bottom:1px solid rgba(255,255,255,.08)}.conversation-view .conversation-header .close-btn{background:transparent;border:none;font-size:1.2rem;cursor:pointer;color:#9ca3af}.conversation-view .conversation-header .close-btn:hover{color:#fff}.conversation-view .conversation-header .participant-info{display:flex;align-items:center;gap:12px}.conversation-view .conversation-header .participant-info img{width:48px;height:48px;border-radius:12px;border:2px solid rgba(56,189,248,.28);object-fit:cover}.conversation-view .conversation-header .participant-info .name-status strong{display:block;color:#fff;font-weight:600}.conversation-view .conversation-header .participant-info .name-status .status{font-size:.875rem;color:#b3aecf}.conversation-view .conversation-header .participant-info .name-status .status.online{color:#4ade80}.conversation-view .conversation-header .participant-info .name-status .status.offline{color:#9ca3af}.conversation-view .conversation-body{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column}.conversation-view .conversation-body::-webkit-scrollbar{width:4px}.conversation-view .conversation-body::-webkit-scrollbar-track{background:transparent}.conversation-view .conversation-body::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}.conversation-view .conversation-body .conversation-loading,.conversation-view .conversation-body .conversation-empty{margin:auto;color:#9ca3af;font-size:.875rem}.conversation-view .conversation-body .conversation-messages{display:flex;flex-direction:column;gap:10px;margin-top:auto}.conversation-view .message-bubble{max-width:70%;padding:10px 14px;border-radius:14px;color:#fff;line-height:1.5;word-break:break-word}.conversation-view .message-bubble.incoming{align-self:flex-start;background:#ffffff17;border-bottom-left-radius:4px}.conversation-view .message-bubble.outgoing{align-self:flex-end;background:#38bdf838;border-bottom-right-radius:4px}.conversation-view .message-bubble time{display:block;font-size:.75rem;color:#9ca3af;margin-top:4px;text-align:right}.conversation-view .conversation-input{flex-shrink:0;display:flex;gap:8px;padding:12px 16px;border-top:1px solid rgba(255,255,255,.08);background:#0000001f}.conversation-view .conversation-input textarea{flex:1;resize:none;padding:8px 12px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#ffffff0d;color:#fff;font-size:.875rem;line-height:1.4}.conversation-view .conversation-input textarea:focus{outline:none;border-color:#38bdf880}.conversation-view .conversation-input textarea::placeholder{color:#9ca3af}.conversation-view .conversation-input button{align-self:flex-end;padding:8px 20px;background:#ff4f7b;color:#fff;border:none;border-radius:10px;cursor:pointer;font-weight:600;transition:opacity .15s}.conversation-view .conversation-input button:hover:not(:disabled){opacity:.85}.conversation-view .conversation-input button:disabled{opacity:.4;cursor:not-allowed}@media (max-width: 768px){.conversation-view{height:calc(100vh - 120px);border-radius:12px}.conversation-view .message-bubble{max-width:85%}}.topbar{position:sticky;top:0;z-index:100;min-height:56px;background-color:#0a0c14b3;border-bottom:1px solid rgba(255,255,255,.08);box-shadow:#00000059 0 10px 30px,#ffffff0a 0 1px inset;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.nav{position:relative;min-height:56px;display:flex;align-items:center;justify-content:space-between}.nav__brand{position:relative;z-index:120}.nav__brand a{display:flex;align-items:center}.nav__brand img{width:30px;height:auto;display:block}.nav__brand p{margin:0 0 0 10px;color:#e5e7eb;font-size:1.125rem;font-weight:600}.nav__brand p span{color:#38bdf8}.nav__links{display:flex;align-items:center;gap:32px}.nav__links a,.nav__links .link-button{color:#e5e7eb;font-size:.875rem;font-weight:600;background:transparent;border:0;padding:0;transition:.18s ease;display:inline-flex;align-items:center;gap:6px}.nav__links a:hover,.nav__links .link-button:hover{color:#ff4f7b}.nav__links a .badge,.nav__links .link-button .badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;font-size:.68rem;font-weight:700;line-height:1;color:#fff;background-color:#ef4444;border-radius:999px;text-align:center;box-shadow:0 2px 6px #ef444466}.nav__links .link-button{cursor:pointer}.nav__links .mobile-only{display:none!important}.nav__links .mobile-only-footer{display:none}.nav__toggle{position:relative;z-index:120;display:none;width:42px;height:42px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#ffffff0f}.nav__toggle span{position:absolute;left:10px;width:20px;height:2px;border-radius:999px;background:#fff;transition:top .22s ease,transform .22s ease,opacity .18s ease}.nav__toggle span:nth-child(1){top:13px}.nav__toggle span:nth-child(2){top:20px}.nav__toggle span:nth-child(3){top:27px}.nav__toggle.is-open span:nth-child(1){top:20px;transform:rotate(45deg)}.nav__toggle.is-open span:nth-child(2){opacity:0}.nav__toggle.is-open span:nth-child(3){top:20px;transform:rotate(-45deg)}@media (max-width: 767px){.topbar,.nav{min-height:64px}.nav__brand img{width:32px}.nav__brand p{font-size:1.25rem}.nav__toggle{display:block}.nav__links{position:absolute;top:calc(100% + 10px);left:16px;right:16px;z-index:110;display:flex;flex-direction:column;align-items:stretch;gap:10px;padding:14px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:#0f1a2e;box-shadow:0 20px 60px #00000061;opacity:0;visibility:hidden;transform:translateY(-12px) scale(.98);pointer-events:none;transition:opacity .22s ease,transform .22s ease,visibility .22s ease}.nav__links.is-open{opacity:1;visibility:visible;transform:translateY(0) scale(1);pointer-events:auto}.nav__links a,.nav__links .link-button{width:100%;padding:13px 14px;border:1px solid rgba(255,255,255,.08);border-radius:14px;color:#e5e7eb;background:#ffffff0a;text-align:left;font-size:.9375rem}.nav__links a:hover,.nav__links .link-button:hover{color:#ff4f7b;background:#38bdf81a;border-color:#38bdf852}.nav__links .mobile-only{display:inline-flex!important}.nav__links .mobile-only-footer{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:8px;padding-top:14px;border-top:1px solid rgba(255,255,255,.08);width:100%}.nav__links .mobile-only-footer a{width:auto;border:none;background:transparent;padding:0;color:#b3aecf;font-size:.8125rem;font-weight:500;transition:color .15s ease}.nav__links .mobile-only-footer a:hover{color:#38bdf8;background:transparent;border-color:transparent}.nav__links .mobile-only-footer .separator{color:#e5e7eb33;font-size:.6875rem;-webkit-user-select:none;user-select:none}}@media (max-width: 420px){.nav__brand p{font-size:1rem}.nav__links{left:12px;right:12px}}@keyframes fade{0%{opacity:0}10%{opacity:1}30%{opacity:1}40%{opacity:0}to{opacity:0}}.home{display:flex;flex-direction:column;gap:32px;padding-top:28px;padding-bottom:56px}.home__slides{position:relative;width:100%;height:580px;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:24px;background:#0f1a2e;box-shadow:0 18px 60px #00000047}.home__slides:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:linear-gradient(180deg,#0b12200d,#0b122042),radial-gradient(circle at top left,rgba(56,189,248,.16),transparent 35%),radial-gradient(circle at bottom right,rgba(255,79,123,.14),transparent 38%);pointer-events:none}.home__slides img{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;object-fit:cover;opacity:0;animation:fade 16s infinite ease-in-out}.home__slides img:nth-child(1){animation-delay:0s}.home__slides img:nth-child(2){animation-delay:4s}.home__slides img:nth-child(3){animation-delay:8s}.home__slides img:nth-child(4){animation-delay:12s}.hero-card{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:32px;padding:40px;border:1px solid rgba(255,255,255,.08);border-radius:24px;background:#0f1a2edb;box-shadow:0 18px 56px #0000003d}.hero-card__content{max-width:720px}.hero-card h1{margin:16px 0 18px;color:#fff;font-size:3rem;line-height:1.05;letter-spacing:-.04em}.hero-card h1 span{color:#ff4f7b}.hero-card p{max-width:620px;margin:0;color:#b3aecf;font-size:1.125rem;line-height:1.7}.eyebrow{display:inline-block;padding:8px 14px;border:1px solid rgba(56,189,248,.3);border-radius:999px;color:#ff4f7b;background:#38bdf81a;font-size:.875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.button{min-height:48px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:999px;color:#0b1220;background:#ff4f7b;font-size:.875rem;font-weight:800;box-shadow:0 14px 34px #38bdf838;transition:.18s ease}.button:hover{transform:translateY(-2px);box-shadow:0 18px 44px #38bdf852}.button--secondary{color:#e5e7eb;background:#ffffff14;border-color:#ffffff14;box-shadow:none}.button--secondary:hover{background:#ff4f7b24;border-color:#ff4f7b6b;box-shadow:0 18px 44px #ff4f7b24}.hero-preview{width:min(100%,360px);justify-self:end}.hero-preview .card{border:1px solid rgba(255,255,255,.1);border-radius:22px;background:linear-gradient(145deg,#181034e6,#18133df5);box-shadow:0 16px 44px #0000003d}.hero-preview p{color:#b3aecf;font-size:1rem}@media (max-width: 1023px){.home{gap:26px;padding-top:24px;padding-bottom:44px}.home__slides{height:320px;border-radius:22px}.hero-card{grid-template-columns:1fr;padding:34px 26px}.hero-card h1{font-size:2.25rem}.hero-card p{font-size:1rem}.hero-preview{width:100%;justify-self:stretch}}@media (max-width: 767px){.home{gap:22px;padding-top:18px;padding-bottom:34px}.home__slides{height:310px;border-radius:18px}.hero-card{padding:28px 18px;border-radius:20px}.hero-card h1{font-size:1.875rem;line-height:1.08}.hero-card p{font-size:.9375rem;line-height:1.65}.eyebrow{font-size:.6875rem}.hero-actions{flex-direction:column;gap:12px;margin-top:26px}.button{width:100%}}@media (max-width: 420px){.home__slides{height:310px}.hero-card{padding:24px 16px}.hero-card h1{font-size:1.5rem}}.about-card{padding:40px;border:1px solid rgba(255,255,255,.08);border-radius:24px;background:radial-gradient(circle at top left,rgba(255,79,123,.08),transparent 34%),radial-gradient(circle at bottom right,rgba(56,189,248,.08),transparent 38%),#0f1a2edb;box-shadow:0 18px 56px #0000003d}.about-card h2{margin:16px 0 14px;color:#fff;font-size:2.25rem;line-height:1.1;letter-spacing:-.02em}.about-card>p{margin:0;color:#b3aecf;font-size:1rem;line-height:1.65}.contact-card{padding:40px;border:1px solid rgba(255,255,255,.08);border-radius:24px;background:radial-gradient(circle at top left,rgba(56,189,248,.12),transparent 34%),radial-gradient(circle at bottom right,rgba(255,79,123,.1),transparent 38%),#0f1a2edb;box-shadow:0 18px 56px #0000003d;display:flex;flex-direction:column;gap:28px}.contact-card__header h2{margin:16px 0 12px;color:#fff;font-size:2.25rem;line-height:1.1;letter-spacing:-.02em}.contact-card__header p{margin:0;color:#b3aecf;font-size:1rem;line-height:1.6}.contact-card .contact-form{display:flex;flex-direction:column;gap:20px}.contact-card .contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-card .contact-form label{display:flex;flex-direction:column;gap:8px;color:#e5e7eb;font-size:.875rem;font-weight:700}.contact-card .contact-form label input,.contact-card .contact-form label select,.contact-card .contact-form label textarea{width:100%;padding:14px 16px;border:1px solid rgba(255,255,255,.08);border-radius:16px;outline:none;color:#e5e7eb;background:#ffffff0f;font-size:1rem;transition:.18s ease;font-family:inherit}.contact-card .contact-form label input::placeholder,.contact-card .contact-form label select::placeholder,.contact-card .contact-form label textarea::placeholder{color:#9ca3af}.contact-card .contact-form label input:focus,.contact-card .contact-form label select:focus,.contact-card .contact-form label textarea:focus{border-color:#38bdf87a;box-shadow:0 0 0 4px #38bdf81f}.contact-card .contact-form label select{cursor:pointer}.contact-card .contact-form label textarea{resize:vertical;min-height:120px;line-height:1.6}.contact-card .contact-form .button{align-self:flex-start;padding:0 32px}.contact-card .contact-direct{border-top:1px solid rgba(255,255,255,.08);padding-top:20px;text-align:center}.contact-card .contact-direct p{margin:0;font-size:.875rem;color:#9ca3af}.contact-card .contact-direct p a{color:#ff4f7b;font-weight:700;text-decoration:underline;transition:color .15s ease}.contact-card .contact-direct p a:hover{color:#38bdf8}.newest-members-section{padding:40px;border:1px solid rgba(255,255,255,.08);border-radius:24px;background:radial-gradient(circle at top left,rgba(56,189,248,.08),transparent 34%),radial-gradient(circle at bottom right,rgba(255,79,123,.08),transparent 38%),#0f1a2edb;box-shadow:0 18px 56px #0000003d;display:flex;flex-direction:column;gap:28px}.newest-members-section__header h2{margin:16px 0 12px;color:#fff;font-size:2.25rem;line-height:1.1;letter-spacing:-.02em}.newest-members-section__header p{margin:0;color:#b3aecf;font-size:1rem;line-height:1.6}.newest-members-section .grid-list{grid-template-columns:repeat(5,minmax(0,1fr))}@media (max-width: 1200px){.newest-members-section .grid-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 900px){.newest-members-section .grid-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.newest-members-section .grid-list{grid-template-columns:1fr}}@media (max-width: 1023px){.about-card,.contact-card,.newest-members-section{padding:32px 24px;border-radius:22px}}@media (max-width: 767px){.about-card{padding:24px 18px;border-radius:18px}.about-card h2{font-size:1.5rem}.about-card>p{font-size:.9375rem;line-height:1.6}.about-card .about-features{grid-template-columns:1fr!important;gap:16px!important;margin-top:20px!important}.contact-card{padding:24px 18px;border-radius:18px;gap:20px}.contact-card__header h2{font-size:1.5rem}.contact-card .contact-form{gap:14px}.contact-card .contact-form .form-row{grid-template-columns:1fr!important;gap:14px!important}.contact-card .contact-form .button{width:100%}.newest-members-section{padding:24px 18px;border-radius:18px;gap:20px}}.profiles-page{padding-top:32px;padding-bottom:56px}.profiles-page .page-card{padding:36px;border:1px solid rgba(255,255,255,.08);border-radius:28px;background:radial-gradient(circle at top left,rgba(56,189,248,.12),transparent 32%),radial-gradient(circle at bottom right,rgba(255,79,123,.1),transparent 36%),#0f1a2ed1;box-shadow:0 22px 70px #00000042}.profiles-page .page-header{max-width:760px;margin-bottom:28px}.profiles-page .page-header .eyebrow{display:inline-block;padding:8px 14px;border:1px solid rgba(56,189,248,.3);border-radius:999px;color:#ff4f7b;background:#38bdf81a;font-size:.875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.profiles-page .page-header h1{margin:14px 0 12px;color:#fff;font-size:3rem;line-height:1.05;letter-spacing:-.04em}.profiles-page .page-header p{margin:0;color:#b3aecf;font-size:1.125rem;line-height:1.7}.profiles-page .profiles-filter{margin-bottom:28px;display:grid;gap:16px}.profiles-page .profiles-filter__search input{width:100%;min-height:50px;padding:0 16px;border:1px solid rgba(255,255,255,.08);border-radius:16px;outline:none;color:#e5e7eb;background:#ffffff0f;font-size:1rem;transition:.18s ease}.profiles-page .profiles-filter__search input::placeholder{color:#9ca3af}.profiles-page .profiles-filter__search input:focus{border-color:#38bdf87a;box-shadow:0 0 0 4px #38bdf81f}.profiles-page .profiles-filter__controls{display:flex;flex-wrap:wrap;gap:12px}.profiles-page .profiles-filter__controls select{flex:1 1 190px;min-height:48px;padding:0 14px;border:1px solid rgba(255,255,255,.08);border-radius:16px;outline:none;color:#e5e7eb;background:#ffffff0f;font-size:1rem;cursor:pointer;transition:.18s ease}.profiles-page .profiles-filter__controls select:focus{border-color:#38bdf87a;box-shadow:0 0 0 4px #38bdf81f}.profiles-page .profiles-filter__controls .button--ghost{color:#e5e7eb;background:#ffffff0f;border-color:#ffffff14;box-shadow:none}.profiles-page .profiles-filter__controls .button--ghost:hover{color:#fff;background:#ff4f7b1f;border-color:#ff4f7b5c}.profiles-page .button--small{min-height:42px;padding:0 18px;font-size:.875rem}.grid-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.grid-list .card-link{display:block;text-decoration:none;color:inherit;height:100%}.grid-list .card{display:flex;flex-direction:column;height:100%;border-radius:20px}.grid-list .card__image{height:160px}.grid-list .card__title{padding:14px 16px 0;font-size:1.125rem;font-weight:600}.grid-list .card__body{padding:10px 16px 16px;gap:8px;flex-grow:1;display:flex;flex-direction:column}.grid-list .card__body .profile-meta{font-size:.85rem;margin:0;color:#9ca3af;display:flex;align-items:center;gap:8px}.grid-list .card__body .profile-meta:before{content:"📍";font-size:.9rem;display:inline-flex;justify-content:center;width:16px}.grid-list .card__body .profile-status-inline{display:flex;align-items:center;margin-top:2px}.grid-list .card__body .status-indicator-badge-inline{display:inline-flex;align-items:center;gap:8px;font-size:.76rem;font-weight:600;line-height:1}.grid-list .card__body .status-indicator-badge-inline .status-badge-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background-color:#10b981;box-shadow:0 0 6px #10b98199;animation:pulse-glow 2s infinite ease-in-out;margin-left:4px;margin-right:4px;flex-shrink:0}.grid-list .card__body .status-indicator-badge-inline .status-badge-dot-offline{display:inline-block;width:8px;height:8px;border-radius:50%;background-color:#9ca3af;margin-left:4px;margin-right:4px;flex-shrink:0}.grid-list .card__body .status-indicator-badge-inline.online{color:#10b981}.grid-list .card__body .status-indicator-badge-inline.offline{color:#9ca3af}.grid-list .card__body .profile-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.grid-list .card__body .profile-tag{font-size:.72rem;font-weight:600;padding:3px 8px;border-radius:999px;border:1px solid rgba(255,255,255,.06);line-height:1.2;display:inline-flex;align-items:center}.grid-list .card__body .profile-tag--gender{background:#38bdf814;color:#38bdf8;border-color:#38bdf82e}.grid-list .card__body .profile-tag--looking{background:#ff4f7b0f;color:#ff4f7b;border-color:#ff4f7b29}.grid-list .card__body .profile-tag--looking strong{font-weight:700;margin-left:3px;text-transform:capitalize}.grid-list .card__body .button{width:100%!important;margin-top:auto;min-height:38px;padding:0 12px;font-size:.875rem}.profiles-status,.empty-state{padding:24px;border:1px dashed rgba(255,255,255,.16);border-radius:18px;color:#b3aecf;background:#ffffff0a;text-align:center}.empty-state{grid-column:1/-1}.profile-meta{color:#9ca3af}.profile-looking{color:#b3aecf}.profile-looking span{color:#ff4f7b;font-weight:700}@media (max-width: 1023px){.profiles-page{padding-top:24px;padding-bottom:44px}.profiles-page .page-card{padding:28px;border-radius:24px}.profiles-page .page-header h1{font-size:2.25rem}.profiles-page .page-header p{font-size:1rem}.grid-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}}@media (max-width: 767px){.profiles-page{padding-top:18px;padding-bottom:34px}.profiles-page .page-card{padding:12px 0 24px;border:none;border-radius:0;background:transparent;box-shadow:none}.profiles-page .page-header{margin-bottom:22px}.profiles-page .page-header .eyebrow{font-size:.6875rem}.profiles-page .page-header h1{font-size:1.875rem}.profiles-page .page-header p{font-size:.9375rem;line-height:1.65}.profiles-page .profiles-filter{gap:14px}.profiles-page .profiles-filter__search input{min-height:48px;font-size:.9375rem;border-radius:14px}.profiles-page .profiles-filter__controls{flex-direction:column}.profiles-page .profiles-filter__controls select,.profiles-page .profiles-filter__controls button{width:100%}.profiles-page .profiles-filter__controls select{flex:initial;min-height:48px;font-size:.9375rem;border-radius:14px}.grid-list{grid-template-columns:1fr;gap:12px}.grid-list .card{display:grid;grid-template-columns:90px 1fr;grid-template-rows:auto 1fr;min-height:135px;height:auto;border-radius:20px;background:linear-gradient(145deg,#181034e6,#0f1a2ef5);border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 30px #0000004d;transform:none!important;transition:border-color .2s ease,background .2s ease}.grid-list .card:active{border-color:#38bdf840;background:linear-gradient(145deg,#201644eb,#132038fa)}.grid-list .card__image{grid-column:1;grid-row:1/span 2;width:90px;height:100%;border-radius:20px 0 0 20px;margin:0}.grid-list .card__image img{width:100%;height:100%;object-fit:cover;border-radius:20px 0 0 20px}.grid-list .card__title{grid-column:2;grid-row:1;padding:10px 10px 2px 12px;font-size:1.05rem;font-weight:700;color:#fff;margin:0;line-height:1.2}.grid-list .card__title .profile-card-title{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.grid-list .card__body{grid-column:2;grid-row:2;padding:2px 10px 10px 12px;display:flex!important;flex-direction:column;height:100%;box-sizing:border-box;gap:6px}.grid-list .card__body .profile-meta{margin:0;font-size:.8rem;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:8px}.grid-list .card__body .profile-meta:before{content:"📍";font-size:.85rem;display:inline-flex;justify-content:center;width:16px}.grid-list .card__body .button{display:none!important}.profiles-page .profiles-status,.profiles-page .empty-state{padding:20px;border-radius:16px;font-size:.9375rem}}@media (max-width: 420px){.profiles-page .page-card{padding:8px 0 20px;margin:0;width:100%}.profiles-page .page-header h1{font-size:1.5rem}.profiles-page .grid-list .card{grid-template-columns:110px 1fr;height:115px}.profiles-page .grid-list .card__image{width:110px;padding:10px}.profiles-page .grid-list .card__image img{border-radius:12px}.profiles-page .grid-list .card__title{padding-top:10px}.profiles-page .grid-list .card__body{padding:2px 8px 8px 10px;gap:4px}}.pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:36px;padding-top:24px;border-top:1px solid rgba(255,255,255,.08);width:100%;box-sizing:border-box}.pagination__btn{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 6px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#e5e7eb;font-size:.875rem;font-weight:700;cursor:pointer;transition:.18s ease;-webkit-user-select:none;user-select:none}.pagination__btn:hover{border-color:#38bdf87a;background:#38bdf81a;color:#fff;transform:translateY(-1px)}.pagination__btn.active{background:#ff4f7b;color:#fff;border-color:#ff4f7b;box-shadow:0 4px 14px #ff4f7b66;pointer-events:none}.pagination__btn:disabled{opacity:.35;cursor:not-allowed;pointer-events:none;transform:none!important;background:#ffffff05;border-color:#ffffff0a}.pagination__btn--arrow{border-radius:12px;padding:0 14px}.pagination__ellipsis{color:#9ca3af;font-weight:600;padding:0 4px;-webkit-user-select:none;user-select:none}.pagination__pages{display:flex;align-items:center;gap:8px}.pagination__pages--desktop{display:flex}.pagination__pages--mobile{display:none;color:#9ca3af;font-size:.875rem;font-weight:600;gap:6px;padding:0 12px;-webkit-user-select:none;user-select:none}.pagination__pages--mobile .pagination__current{color:#fff;font-weight:700}.pagination__pages--mobile .pagination__divider{color:#fff3}@media (max-width: 768px){.pagination{gap:4px;margin-top:28px;padding-top:18px}.pagination__pages--desktop{display:none}.pagination__pages--mobile{display:flex}.pagination__btn{min-width:34px;height:34px;font-size:.75rem}.pagination__btn--arrow{padding:0 10px;border-radius:10px}}.card{height:100%;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:22px;background:linear-gradient(145deg,#181034db,#0f1a2ef0);box-shadow:0 16px 44px #00000038;transition:.18s ease}.card:hover{transform:translateY(-4px);border-color:#38bdf847;box-shadow:0 22px 58px #0000004d}.card:hover .card__image img{transform:scale(1.04)}.card__image{width:100%;height:220px;overflow:hidden;background:#0f1a2e;position:relative}.card__image img{width:100%;height:100%;display:block;object-fit:cover;transition:.22s ease}.card__image-badge{position:absolute;top:12px;right:12px;z-index:2}@media (max-width: 768px){.card__image-badge{top:8px;right:auto;left:8px}}.card__title{margin:0;padding:20px 22px 0;color:#fff;font-size:1.375rem;line-height:1.2;letter-spacing:-.02em}.card__body{padding:14px 22px 22px;display:flex;flex-direction:column;gap:12px}.card__body p{margin:0;color:#b3aecf;font-size:1rem;line-height:1.65}.card__body .button{width:fit-content;margin-top:8px}.card__footer{margin:0 22px 22px;padding-top:16px;border-top:1px solid rgba(255,255,255,.08);color:#9ca3af;font-size:.875rem}@media (max-width: 1023px){.card__image{height:200px}}@media (max-width: 767px){.card{border-radius:18px}.card__image{height:210px}.card__title{padding:18px 18px 0;font-size:1.25rem}.card__body{padding:12px 18px 18px}.card__body p{font-size:.9375rem}.card__body .button{width:100%}.card__footer{margin:0 18px 18px}}.skeleton{position:relative;overflow:hidden;background-color:#ffffff0d;border-radius:8px}.skeleton:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.06),transparent);animation:shimmer 1.6s infinite}@keyframes shimmer{to{transform:translate(100%)}}.skeleton-card{pointer-events:none}.skeleton-card .card__image{background-color:#ffffff0a;position:relative}.skeleton-card .card__image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.06),transparent);animation:shimmer 1.6s infinite}.skeleton-title{height:24px;width:60%;margin-bottom:4px}.skeleton-bio{height:16px;width:100%;margin-top:4px}.skeleton-bio.short{width:80%}.skeleton-meta{height:14px;width:40%;margin-top:8px}.skeleton-button{height:36px;width:100%;border-radius:999px;margin-top:12px}.skeleton-profile-detail .skeleton-detail-image{width:260px;height:260px;border-radius:24px;flex-shrink:0}@media (max-width: 768px){.skeleton-profile-detail .skeleton-detail-image{width:100%;height:240px}}.skeleton-profile-detail .skeleton-detail-badge{width:120px;height:24px;border-radius:999px}.skeleton-profile-detail .skeleton-detail-name{width:200px;height:38px;margin-top:16px;border-radius:12px}.skeleton-profile-detail .skeleton-detail-bio{width:100%;height:60px;margin-top:16px;border-radius:12px}.skeleton-profile-detail .skeleton-detail-btn{width:150px;height:48px;margin-top:24px;border-radius:999px}@media (max-width: 767px){.form-card{width:min(100% - 30px,520px);margin-top:28px;margin-bottom:44px;padding:26px 18px;border-radius:20px}.form-card h1{font-size:1.875rem}.form-card>p{margin-bottom:24px;font-size:.9375rem;line-height:1.6}.form-card form{gap:16px}.form-card form label:not(.checkbox-label){font-size:.8125rem}.form-card form label:not(.checkbox-label) input{min-height:48px;font-size:.9375rem}.form-card .form-note{font-size:.8125rem}}.button:disabled{opacity:.65;cursor:not-allowed;pointer-events:none;transform:none!important;box-shadow:none!important}.button-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.35);border-radius:50%;border-top-color:currentColor;animation:spin .8s linear infinite;margin-right:8px;flex-shrink:0;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}.checkbox-group{display:flex;flex-direction:column;gap:14px;margin:6px 0 10px}.checkbox-label{display:flex!important;align-items:center!important;flex-direction:row!important;gap:12px;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.875rem;color:#b3aecf;font-weight:500;line-height:1.2;transition:all .25s cubic-bezier(.4,0,.2,1);background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:5px;padding:14px 18px;width:100%}.checkbox-label input[type=checkbox]{-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;width:22px!important;height:22px!important;min-height:22px!important;border:1.5px solid rgba(255,255,255,.16)!important;border-radius:6px!important;outline:none!important;background:#ffffff0a;cursor:pointer;position:relative;flex-shrink:0;margin-top:0;transition:all .25s cubic-bezier(.4,0,.2,1)}.checkbox-label input[type=checkbox]:after{content:"";position:absolute;left:7px;top:3px;width:5px;height:10px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg) scale(0);transition:transform .2s cubic-bezier(.34,1.56,.64,1)}.checkbox-label input[type=checkbox]:hover:not(:disabled){border-color:#38bdf880;background:#ffffff12;box-shadow:0 0 8px #38bdf826}.checkbox-label input[type=checkbox]:focus-visible{border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf840}.checkbox-label input[type=checkbox]:checked{background:linear-gradient(135deg,#ff4f7b,#e13a64);border-color:transparent;box-shadow:0 0 12px #ff4f7b59}.checkbox-label input[type=checkbox]:checked:after{transform:rotate(45deg) scale(1)}.checkbox-label input[type=checkbox]:disabled{opacity:.5;cursor:not-allowed}.checkbox-label input[type=checkbox]:disabled:hover{border-color:#ffffff29;box-shadow:none;background:#ffffff0a}.checkbox-label span{color:#b3aecf;font-size:.875rem;font-weight:500;transition:color .15s ease}.checkbox-label span a{color:#ff4f7b;font-weight:600;text-decoration:underline;text-underline-offset:3px;transition:color .15s ease}.checkbox-label span a:hover{color:#38bdf8}.checkbox-label:hover:not(:has(input[type=checkbox]:disabled)){background:#ffffff0a;border-color:#ffffff29;color:#e5e7eb}.checkbox-label:hover:not(:has(input[type=checkbox]:disabled)) span{color:#e5e7eb}.checkbox-label:hover:not(:has(input[type=checkbox]:disabled)) input[type=checkbox]:not(:disabled){border-color:#38bdf880;background:#ffffff12}.checkbox-label.is-checked,.checkbox-label:has(input[type=checkbox]:checked){background:#ff4f7b0d;border-color:#ff4f7b4d;box-shadow:0 0 12px #ff4f7b0a}.checkbox-label.is-checked span,.checkbox-label:has(input[type=checkbox]:checked) span{color:#fff}.checkbox-label.is-checked:hover,.checkbox-label:has(input[type=checkbox]:checked):hover{background:#ff4f7b14;border-color:#ff4f7b66}.policy-checkbox-container{display:flex;flex-direction:column;gap:14px;background:#ffffff08;padding:20px;border-radius:16px;border:1px solid rgba(255,255,255,.06);margin:20px 0 12px}@media (max-width: 767px){.checkbox-label{font-size:.8125rem;gap:10px;padding:12px 14px;border-radius:5px}.checkbox-label input[type=checkbox]{width:20px!important;height:20px!important;min-height:20px!important}.checkbox-label input[type=checkbox]:after{left:6px;top:2px;width:4px;height:9px}.checkbox-label span{font-size:.8125rem}.policy-checkbox-container{padding:16px;margin:16px 0 8px;gap:12px}}.phone-input-group{display:flex;gap:10px;width:100%}.phone-input-group .country-code-select{width:115px;min-height:50px;padding:0 32px 0 12px;border:1px solid rgba(255,255,255,.08);border-radius:16px;outline:none;color:#e5e7eb;background:#ffffff0f;font-size:1rem;cursor:pointer;transition:.18s ease;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.7)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:14px}.phone-input-group .country-code-select option{background-color:#0f1a2e;color:#e5e7eb}.phone-input-group .country-code-select:focus{border-color:#38bdf87a;box-shadow:0 0 0 4px #38bdf81f}.phone-input-group input{flex:1;width:100%}@media (max-width: 767px){.phone-input-group{gap:8px}.phone-input-group .country-code-select{width:105px;min-height:48px;font-size:.9375rem;background-position:right 10px center;padding-right:28px}}.page-card{width:min(100% - 32px,1320px);margin:36px auto 64px;padding:34px;border:1px solid rgba(255,255,255,.08);border-radius:28px;background:radial-gradient(circle at top left,rgba(56,189,248,.12),transparent 34%),radial-gradient(circle at bottom right,rgba(255,79,123,.1),transparent 38%),#0f1a2ed1;box-shadow:0 22px 70px #00000042}.page-card .profile-rejection-banner{margin-bottom:24px;padding:18px 22px;border:1px solid rgba(255,79,123,.34);border-radius:18px;background:#ff4f7b14;box-shadow:0 4px 16px #ff4f7b0d}.page-card .profile-rejection-banner h3{margin:0 0 6px;color:#38bdf8;font-size:1rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.page-card .profile-rejection-banner p{margin:0;color:#fff;font-size:.875rem;line-height:1.6}.page-card .profile-edit-section{display:flex;flex-direction:column;gap:28px}.page-card .profile-edit-title{margin:0;color:#fff;font-size:2.25rem;line-height:1.1;letter-spacing:-.03em}.profile-form{display:block}.profile-form .profile-form-layout{display:grid;grid-template-columns:290px 1fr;gap:32px;align-items:start}@media (max-width: 992px){.profile-form .profile-form-layout{grid-template-columns:1fr;gap:24px}}.profile-form .profile-sidebar{display:flex;flex-direction:column;gap:20px;position:sticky;top:24px}@media (max-width: 992px){.profile-form .profile-sidebar{position:static}}.profile-form .profile-main-form{display:flex;flex-direction:column;gap:24px}.profile-form .profile-main-form .button{margin-top:12px;align-self:flex-end}.profile-form .profile-status-card{padding:20px;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:#ffffff08;text-align:left}.profile-form .profile-status-card span{display:inline-flex;width:fit-content;margin-bottom:8px;padding:7px 12px;border-radius:999px;font-size:.75rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.profile-form .profile-status-card p{margin:0;color:#b3aecf;font-size:.875rem;line-height:1.6}.profile-form .profile-status-card.is-new span{color:#b3aecf;border:1px solid rgba(179,174,207,.24);background:#b3aecf14}.profile-form .profile-status-card.is-pending span{color:#fff;border:1px solid rgba(255,255,255,.2);background:#ffffff14}.profile-form .profile-status-card.is-approved span{color:#38bdf8;border:1px solid rgba(56,189,248,.34);background:#38bdf81a}.profile-form .profile-status-card.is-rejected span{color:#ff4f7b;border:1px solid rgba(255,79,123,.34);background:#ff4f7b1a}.profile-form .profile-image-preview{display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px;padding:28px 24px;border:1px solid rgba(255,255,255,.08);border-radius:24px;background:#ffffff08;box-shadow:0 8px 32px #00000026}.profile-form .profile-image-preview img{width:140px;height:140px;border-radius:50%;object-fit:cover;background:#0f1a2e;transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.profile-form .profile-image-preview img:hover{transform:scale(1.05)}.profile-form .profile-image-preview img.status-border-approved{border:3px solid #38bdf8;box-shadow:0 0 16px #38bdf866,0 8px 24px #00000040}.profile-form .profile-image-preview img.status-border-pending{border:3px solid #e5e7eb;box-shadow:0 0 16px #ffffff26,0 8px 24px #00000040}.profile-form .profile-image-preview img.status-border-rejected{border:3px solid #ff4f7b;box-shadow:0 0 16px #ff4f7b66,0 8px 24px #00000040}.profile-form .profile-image-preview img.status-border-new{border:3px solid rgba(255,255,255,.15);box-shadow:0 8px 24px #00000040}.profile-form .profile-image-preview .profile-image-info{display:flex;flex-direction:column;align-items:center;gap:12px}.profile-form .profile-image-preview .profile-image-info h3{margin:0;color:#fff;font-size:1.125rem;font-weight:700;line-height:1.2}.profile-form .profile-image-preview .profile-image-info p{margin:0;color:#b3aecf;font-size:.85rem;line-height:1.5}.profile-form .profile-image-preview .profile-image-info .photo-input-group{margin-top:8px;width:100%;display:flex;justify-content:center}.profile-form .photo-file-label-custom{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:12px;background:#38bdf81a;color:#38bdf8;border:1px solid rgba(56,189,248,.28);font-size:.875rem;font-weight:700;cursor:pointer;transition:all .18s ease}.profile-form .photo-file-label-custom:hover{background:#38bdf82e;border-color:#38bdf870;transform:translateY(-2px);box-shadow:0 4px 12px #38bdf826}.profile-form .photo-file-label-custom:active{transform:translateY(0)}.profile-form .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.profile-form label{display:grid;gap:8px;color:#e5e7eb;font-size:.875rem;font-weight:700}.profile-form input,.profile-form select,.profile-form textarea{width:100%;min-height:48px;padding:0 16px;border:1px solid rgba(255,255,255,.08);border-radius:16px;outline:none;color:#e5e7eb;background:#ffffff0f;font-size:1rem;transition:.18s ease}.profile-form input:focus,.profile-form select:focus,.profile-form textarea:focus{border-color:#38bdf87a;box-shadow:0 0 0 4px #38bdf81f}.profile-form input::placeholder,.profile-form select::placeholder,.profile-form textarea::placeholder{color:#9ca3af}.profile-form select{cursor:pointer}.profile-form textarea{min-height:140px;padding-top:14px;resize:vertical;line-height:1.6}.profile-form input[type=file]{min-height:auto;padding:13px 16px;cursor:pointer}.profile-form input[type=file]::file-selector-button{margin-right:12px;padding:8px 14px;border:0;border-radius:999px;color:#0b1220;background:#ff4f7b;font-weight:800;cursor:pointer}.profile-form .form-note{margin:4px 0 0;padding:13px 15px;border:1px solid rgba(56,189,248,.28);border-radius:16px;color:#b3aecf;background:#38bdf814;font-size:.875rem;line-height:1.5}.profile-form .button{width:fit-content;min-width:180px;margin-top:8px}.profile-form .button:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width: 1023px){.page-card{margin-top:28px;padding:28px;border-radius:24px}.profile-edit-title{font-size:1.75rem}.profile-form .form-grid{gap:16px}.profile-form .profile-image-preview{flex-direction:row;text-align:left;align-items:center;gap:24px;padding:24px}.profile-form .profile-image-preview img{width:120px;height:120px;flex:0 0 120px}.profile-form .profile-image-preview .profile-image-info{align-items:flex-start;text-align:left}.profile-form .profile-image-preview .profile-image-info .photo-input-group{justify-content:flex-start}}@media (max-width: 767px){.page-card{width:min(100% - 30px,1100px);margin-top:22px;margin-bottom:44px;padding:18px;border-radius:20px}.profile-edit-title{font-size:1.5rem}.profile-form{gap:16px}.profile-form .form-grid{grid-template-columns:1fr;gap:16px}.profile-form label{font-size:.8125rem}.profile-form input,.profile-form select,.profile-form textarea{min-height:48px;font-size:.9375rem;border-radius:14px}.profile-form textarea{min-height:130px}.profile-form .button{width:100%;min-width:auto}}@media (max-width: 480px){.page-card{padding:14px}.profile-form .profile-image-preview{flex-direction:column!important;text-align:center!important;padding:20px 16px!important}.profile-form .profile-image-preview img{width:110px!important;height:110px!important;flex:0 0 110px!important}.profile-form .profile-image-preview .profile-image-info{align-items:center!important;text-align:center!important}.profile-form .profile-image-preview .profile-image-info .photo-input-group{justify-content:center!important}}.profile-page{width:min(100% - 32px,1100px);margin:36px auto 64px;display:grid;gap:24px}.profile-page .profile-detail-section{display:flex;flex-direction:column;gap:24px}.profile-page .profile-status,.profile-page .message-notice{margin:0;padding:18px;border:1px dashed rgba(255,255,255,.16);border-radius:16px;color:#b3aecf;background:#ffffff0a;text-align:center;line-height:1.6}.profile-page .profile-hero{display:grid;grid-template-columns:260px 1fr;gap:24px;align-items:center;padding:18px;border:1px solid rgba(255,255,255,.08);border-radius:22px;background:#ffffff0a}.profile-page .profile-hero img{width:100%;height:300px;display:block;object-fit:cover;border-radius:20px;border:2px solid rgba(56,189,248,.28);background:#0f1a2e;box-shadow:0 18px 44px #00000047}.profile-page .profile-hero__content .profile-online-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:12px}@media (max-width: 768px){.profile-page .profile-hero__content .profile-online-container .status-indicator-badge{padding:6px 12px!important;border-radius:999px!important;width:auto!important;height:auto!important;border:1px solid rgba(255,255,255,.08)!important;background:#ffffff0a!important;box-shadow:none!important}.profile-page .profile-hero__content .profile-online-container .status-indicator-badge span:not(.status-badge-dot){display:inline!important}.profile-page .profile-hero__content .profile-online-container .status-indicator-badge--online{color:#10b981!important;background:#10b98114!important;border-color:#10b9814d!important}.profile-page .profile-hero__content .profile-online-container .status-indicator-badge--offline{color:#9ca3af!important;background:#ffffff0a!important;display:inline-flex!important}}.profile-page .profile-hero__content h2{margin:14px 0 12px;color:#fff;font-size:2.25rem;line-height:1.1;letter-spacing:-.03em}.profile-page .profile-hero__content p{margin:0;color:#b3aecf;font-size:1rem;line-height:1.75}.profile-page .profile-badge{display:inline-flex;width:fit-content;padding:7px 12px;border:1px solid rgba(255,79,123,.32);border-radius:999px;color:#ff4f7b;background:#ff4f7b1a;font-size:.75rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.profile-page .profile-badge.is-approved{color:#38bdf8;border-color:#38bdf857;background:#38bdf81a}.profile-page .profile-details{margin:22px 0 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.profile-page .profile-details div{padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#ffffff0a}.profile-page .profile-details dt{margin-bottom:6px;color:#9ca3af;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.profile-page .profile-details dd{margin:0;color:#e5e7eb;font-size:1rem;line-height:1.5}.profile-page .conversation-window{max-height:420px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:#ffffff0a}.profile-page .conversation-window::-webkit-scrollbar{width:8px}.profile-page .conversation-window::-webkit-scrollbar-thumb{border-radius:999px;background:#ffffff29}.profile-page .message-bubble{max-width:78%;padding:12px 14px;border:1px solid rgba(255,255,255,.08);border-radius:16px}.profile-page .message-bubble p{margin:0;color:#e5e7eb;font-size:.875rem;line-height:1.55}.profile-page .message-bubble span{display:block;margin-top:6px;color:#9ca3af;font-size:.75rem}.profile-page .message-bubble--self{align-self:flex-end;border-bottom-right-radius:6px;background:#38bdf824;border-color:#38bdf847}.profile-page .message-bubble--other{align-self:flex-start;border-bottom-left-radius:6px;background:#ffffff0f}.profile-page .message-form{display:grid;gap:14px;margin-top:16px}.profile-page .message-form textarea{width:100%;min-height:130px;padding:14px 16px;border:1px solid rgba(255,255,255,.08);border-radius:16px;outline:none;resize:vertical;color:#e5e7eb;background:#ffffff0f;font-size:1rem;line-height:1.6;transition:.18s ease}.profile-page .message-form textarea::placeholder{color:#9ca3af}.profile-page .message-form textarea:focus{border-color:#38bdf87a;box-shadow:0 0 0 4px #38bdf81f}.profile-page .message-form .button{width:fit-content;min-width:170px}.profile-page .message-form .button:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:none}.profile-page .profile-messages-section{scroll-margin-top:90px}@media (max-width: 1023px){.profile-page{margin-top:28px;margin-bottom:52px}.profile-page .profile-hero{grid-template-columns:220px 1fr}.profile-page .profile-hero img{height:260px}.profile-page .profile-hero__content h2{font-size:1.75rem}.profile-page .profile-details{grid-template-columns:1fr 1fr}}@media (max-width: 767px){.profile-page{width:min(100% - 30px,1100px);margin-top:22px;margin-bottom:42px;gap:18px}.profile-page .profile-hero{grid-template-columns:1fr;padding:14px;border-radius:18px}.profile-page .profile-hero img{height:280px;border-radius:16px}.profile-page .profile-hero__content h2{font-size:1.5rem}.profile-page .profile-hero__content p{font-size:.9375rem;line-height:1.65}.profile-page .profile-details{grid-template-columns:1fr;gap:12px}.profile-page .profile-details div{padding:14px}.profile-page .profile-details dd{font-size:.9375rem}.profile-page .conversation-window{max-height:360px;padding:12px;border-radius:16px}.profile-page .message-bubble{max-width:90%}.profile-page .message-bubble p{font-size:.8125rem}.profile-page .message-form textarea{min-height:120px;font-size:.9375rem;border-radius:14px}.profile-page .message-form .button{width:100%;min-width:auto}}@media (max-width: 420px){.profile-page .profile-hero img{height:230px}.profile-page .message-bubble{max-width:96%}}.messages-page{width:min(100% - 32px,1000px);margin:36px auto 64px;display:grid;gap:24px}.messages-page .page-header{max-width:760px}.messages-page .page-header .eyebrow{display:inline-block;padding:8px 14px;border:1px solid rgba(56,189,248,.3);border-radius:999px;color:#ff4f7b;background:#38bdf81a;font-size:.875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.messages-page .page-header h1{margin:14px 0 12px;color:#fff;font-size:3rem;line-height:1.05;letter-spacing:-.04em}.messages-page .page-header p{margin:0;color:#b3aecf;font-size:1.125rem;line-height:1.7}.messages-page .messages-section{display:flex;flex-direction:column;gap:20px}.messages-page .messages-section-title{margin:0;color:#fff;font-size:1.75rem;font-weight:700;line-height:1.2;letter-spacing:-.02em}.messages-page .messages-list{display:grid;gap:14px}.messages-page .message-thread{display:grid;grid-template-columns:64px 1fr;align-items:center;gap:14px;padding:14px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:#ffffff0a;transition:.18s ease}.messages-page .message-thread:hover{transform:translateY(-2px);border-color:#38bdf84d;background:#38bdf814;box-shadow:0 16px 42px #00000038}.messages-page .message-thread img{width:64px;height:64px;display:block;border:2px solid rgba(56,189,248,.28);border-radius:18px;object-fit:cover;background:#0f1a2e}.messages-page .message-thread__content{min-width:0;display:grid;gap:6px}.messages-page .message-thread__content span{color:#b3aecf;font-size:.875rem;line-height:1.5}.messages-page .message-thread__top{display:flex;align-items:center;justify-content:space-between;gap:12px}.messages-page .message-thread__top strong{color:#fff;font-size:1rem;line-height:1.3}.messages-page .message-thread__top time{flex:0 0 auto;color:#9ca3af;font-size:.75rem}.messages-page .messages-status,.messages-page .empty-state{margin:0;padding:24px;border:1px dashed rgba(255,255,255,.16);border-radius:18px;color:#b3aecf;background:#ffffff0a;text-align:center}@media (max-width: 1023px){.messages-page{margin-top:28px;margin-bottom:52px}.messages-page .page-header h1{font-size:2.25rem}.messages-page .page-header p{font-size:1rem}}@media (max-width: 767px){.messages-page{width:min(100% - 30px,1000px);margin-top:22px;margin-bottom:42px}.messages-page .page-header .eyebrow{font-size:.6875rem}.messages-page .page-header h1{font-size:1.875rem}.messages-page .page-header p{font-size:.9375rem;line-height:1.65}.messages-page .message-thread{grid-template-columns:54px 1fr;gap:26px;padding:12px;border-radius:16px}.messages-page .message-thread img{width:54px;height:54px;border-radius:16px}.messages-page .message-thread__content span{font-size:.8125rem}.messages-page .message-thread__top{align-items:flex-start;flex-direction:column;gap:2px}.messages-page .message-thread__top strong{font-size:.9375rem}.messages-page .message-thread__top time{font-size:.6875rem}.messages-page .messages-status,.messages-page .empty-state{padding:20px;border-radius:16px;font-size:.9375rem}}@media (max-width: 420px){.messages-page .message-thread{grid-template-columns:48px 1fr}.messages-page .message-thread img{width:48px;height:48px}.message-thread.active{background:#38bdf81f;border-color:#38bdf880}}body.has-active-conversation{overflow:hidden!important;height:100vh!important}body.has-active-conversation .app-shell{height:100vh!important;display:flex;flex-direction:column;overflow:hidden}body.has-active-conversation .page-container{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}body.has-active-conversation .site-footer{display:none!important}body.has-active-conversation .messages-page{flex:1;display:flex;flex-direction:column;height:100%;min-height:0;margin:20px auto;padding:0;overflow:hidden;gap:0;border-radius:20px;width:min(100% - 32px,1000px);box-shadow:0 10px 40px #0000004d;background:#0f1a2ef2}body.has-active-conversation .messages-page .conversation-view{flex:1;height:100%;max-height:100%;border:none;border-radius:0;margin:0;max-width:100%;background:transparent}@media (max-width: 1023px){body.has-active-conversation .messages-page{margin:0;width:100%;height:100%;border:none;border-radius:0;box-shadow:none;background:#0b1220}body.has-active-conversation .messages-page .conversation-view{border-radius:0}}.message-toast{position:fixed;bottom:24px;right:24px;z-index:1000;display:flex;align-items:center;gap:12px;width:min(100% - 32px,360px);padding:16px;border:1px solid rgba(56,189,248,.28);border-radius:20px;background:radial-gradient(circle at top left,rgba(56,189,248,.16),transparent 50%),#0f1a2ef2;box-shadow:0 20px 50px #00000073;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);cursor:pointer;animation:toast-slide-in .35s cubic-bezier(.16,1,.3,1) forwards;transition:transform .18s ease,border-color .18s ease}.message-toast:hover{transform:translateY(-2px);border-color:#38bdf899}.message-toast__avatar{flex-shrink:0;width:48px;height:48px}.message-toast__avatar img{width:100%;height:100%;border-radius:12px;object-fit:cover;border:1.5px solid rgba(56,189,248,.4)}.message-toast__content{flex:1;min-width:0}.message-toast__content strong{display:block;color:#fff;font-size:.875rem;font-weight:700;margin-bottom:2px}.message-toast__content p{margin:0;color:#b3aecf;font-size:.75rem;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.message-toast__close{flex-shrink:0;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border:none;background:#ffffff0f;color:#9ca3af;border-radius:50%;font-size:.7rem;cursor:pointer;transition:.15s ease}.message-toast__close:hover{background:#ff4f7b33;color:#ff4f7b}@keyframes toast-slide-in{0%{transform:translate(100%) translateY(20px);opacity:0}to{transform:translate(0) translateY(0);opacity:1}}@media (max-width: 768px){.message-toast{bottom:16px;right:16px;left:16px;width:calc(100% - 32px)}}.admin-page{width:min(100% - 32px,1180px);margin:36px auto 64px;display:grid;gap:28px}.admin-page .page-header{max-width:800px}.admin-page .page-header h1{margin:0 0 12px;color:#fff;font-size:3rem;line-height:1.05;letter-spacing:-.04em}.admin-page .page-header p{margin:0;color:#b3aecf;font-size:1.125rem;line-height:1.7}.admin-page>p{margin:0;padding:24px;border:1px dashed rgba(255,255,255,.16);border-radius:18px;color:#b3aecf;background:#ffffff0a;text-align:center}.admin-page .admin-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:22px;align-items:start}.admin-page .admin-sidebar{position:sticky;top:86px;display:grid;gap:12px;padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:22px;background:radial-gradient(circle at top left,rgba(56,189,248,.1),transparent 36%),#0f1a2ed1;box-shadow:0 16px 44px #00000038}.admin-page .admin-sidebar .button{width:100%;justify-content:space-between;gap:12px;color:#e5e7eb;background:#ffffff0f;border-color:#ffffff14;box-shadow:none}.admin-page .admin-sidebar .button:hover{color:#fff;background:#38bdf81a;border-color:#38bdf84d}.admin-page .admin-sidebar .button.active{color:#0b1220;background:#ff4f7b;border-color:#ff4f7b;box-shadow:0 14px 34px #38bdf838}.admin-page .admin-sidebar .sidebar-count{min-width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;padding:0 8px;border-radius:999px;color:#fff;background:#ffffff1f;font-size:.75rem;font-weight:800}.admin-page .admin-sidebar .button.active .sidebar-count{color:#0b1220;background:#0b12202e}.admin-page .admin-content{min-width:0}.admin-page .admin-content .card{background:radial-gradient(circle at top right,rgba(255,79,123,.08),transparent 34%),#0f1a2ee0}.admin-page .admin-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:#ffffff0a;transition:.18s ease}.admin-page .admin-row:hover{border-color:#38bdf842;background:#38bdf812;transform:translateY(-2px)}.admin-page .admin-row div{min-width:0}.admin-page .admin-row strong{display:block;margin-bottom:6px;color:#fff;font-size:1rem;line-height:1.35}.admin-page .admin-row p{margin:0;color:#b3aecf;font-size:.875rem;line-height:1.55}.admin-page .admin-row small{display:inline-flex;width:fit-content;margin-top:10px;padding:6px 10px;border:1px solid rgba(56,189,248,.25);border-radius:999px;color:#ff4f7b;background:#38bdf814;font-size:.75rem;font-weight:700}.admin-page .admin-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.admin-page .admin-actions .button{white-space:nowrap}.admin-page .admin-actions .button:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:none}.admin-page .admin-actions .button--secondary{color:#e5e7eb;background:#ffffff14;border-color:#ffffff14;box-shadow:none}.admin-page .admin-actions .button--secondary:hover{background:#ff4f7b24;border-color:#ff4f7b6b}.admin-page .empty-state{margin:0;padding:24px;border:1px dashed rgba(255,255,255,.16);border-radius:18px;color:#b3aecf;background:#ffffff0a;text-align:center}@media (max-width: 1023px){.admin-page{width:min(100% - 32px,1180px);margin-top:28px;margin-bottom:52px}.admin-page .page-header h1{font-size:2.25rem}.admin-page .page-header p{font-size:1rem}.admin-page .admin-layout{grid-template-columns:1fr}.admin-page .admin-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.admin-page .admin-row{grid-template-columns:1fr;align-items:stretch}.admin-page .admin-actions{justify-content:flex-start}}@media (max-width: 767px){.admin-page{width:min(100% - 30px,1180px);margin-top:22px;margin-bottom:42px;gap:22px}.admin-page .page-header h1{font-size:1.875rem}.admin-page .page-header p{font-size:.9375rem;line-height:1.65}.admin-page .admin-sidebar{grid-template-columns:1fr;padding:14px;border-radius:18px}.admin-page .admin-sidebar .button{min-height:46px;font-size:.8125rem}.admin-page .admin-row{padding:14px;border-radius:16px}.admin-page .admin-row strong{font-size:.9375rem}.admin-page .admin-row p{font-size:.8125rem}.admin-page .admin-row small{font-size:.6875rem}.admin-page .admin-actions{flex-direction:column}.admin-page .admin-actions .button{width:100%}.admin-page .empty-state{padding:20px;border-radius:16px;font-size:.9375rem}}@media (max-width: 420px){.admin-page .page-header h1{font-size:1.5rem}.admin-page .admin-sidebar,.admin-page .admin-row{padding:12px}}.backups-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.backups-header-row h2{margin:0;color:#fff;font-size:1.75rem;letter-spacing:-.02em}.backups-header-row .backups-action-box{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.backups-table-container{width:100%;overflow-x:auto;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:#0f1a2e99;box-shadow:0 12px 36px #00000026}@media (max-width: 767px){.backups-table-container{border-radius:14px}}.backups-table{width:100%;border-collapse:collapse;text-align:left;min-width:600px}.backups-table th,.backups-table td{padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.08);font-size:.875rem}@media (max-width: 767px){.backups-table th,.backups-table td{padding:12px 14px;font-size:.8125rem}}.backups-table th{color:#fff;font-weight:700;background:#ffffff05;letter-spacing:.04em;text-transform:uppercase;font-size:.75rem}.backups-table td{color:#b3aecf;vertical-align:middle}.backups-table tr:last-child td{border-bottom:none}.backups-table tr:hover td{color:#fff;background:#38bdf805}.backups-table .backup-filename{font-family:Courier New,Courier,monospace;color:#e5e7eb;font-size:.925rem;font-weight:600}@media (max-width: 767px){.backups-table .backup-filename{font-size:.85rem}}.backups-table .backup-actions{display:flex;gap:8px}.backups-table .backup-actions .button{padding:8px 14px;font-size:.75rem}@media (max-width: 1023px){.backups-header-row{flex-direction:column;align-items:stretch}.backups-header-row .backups-action-box{align-items:stretch}.backups-header-row .backups-action-box .button{width:100%}}.admin-profile-page{width:min(100% - 32px,1180px);margin:36px auto 64px;display:grid;gap:28px}.admin-profile-page .page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.admin-profile-page .page-header .eyebrow{display:inline-block;padding:8px 14px;border:1px solid rgba(56,189,248,.3);border-radius:999px;color:#ff4f7b;background:#38bdf81a;font-size:.875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.admin-profile-page .page-header h1{margin:14px 0 12px;color:#fff;font-size:3rem;line-height:1.05;letter-spacing:-.04em}.admin-profile-page .page-header p{margin:0;color:#b3aecf;font-size:1.125rem;line-height:1.7}.admin-profile-page .page-header .button{flex:0 0 auto}.admin-profile-page .admin-status{margin:0;padding:24px;border:1px dashed rgba(255,255,255,.16);border-radius:18px;color:#b3aecf;background:#ffffff0a;text-align:center}.admin-profile-page .admin-status p{margin:0 0 16px}.admin-profile-page .profile-review-container{display:grid;gap:24px}.admin-profile-page .profile-review-image{display:grid;grid-template-columns:280px minmax(0,1fr);gap:24px;align-items:center;padding:18px;border:1px solid rgba(255,255,255,.08);border-radius:22px;background:radial-gradient(circle at top left,rgba(56,189,248,.1),transparent 34%),#ffffff0a}.admin-profile-page .profile-review-image img{width:100%;height:310px;display:block;object-fit:cover;border:2px solid rgba(56,189,248,.28);border-radius:20px;background:#0f1a2e;box-shadow:0 18px 44px #00000047}.admin-profile-page .profile-review-image__content .status-badge{display:inline-flex;width:fit-content;margin-bottom:14px;padding:7px 12px;border-radius:999px;font-size:.75rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.admin-profile-page .profile-review-image__content .status-badge.is-approved{color:#ff4f7b;border:1px solid rgba(56,189,248,.34);background:#38bdf81a}.admin-profile-page .profile-review-image__content .status-badge.is-rejected{color:#38bdf8;border:1px solid rgba(255,79,123,.34);background:#ff4f7b1a}.admin-profile-page .profile-review-image__content .status-badge.is-pending{color:#fff;border:1px solid rgba(255,255,255,.2);background:#ffffff14}.admin-profile-page .profile-review-image__content h2{margin:0 0 12px;color:#fff;font-size:2.25rem;line-height:1.1;letter-spacing:-.03em}.admin-profile-page .profile-review-image__content p{margin:0;color:#b3aecf;font-size:1rem;line-height:1.75}.admin-profile-page .profile-details{margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.admin-profile-page .profile-details div{padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#ffffff0a}.admin-profile-page .profile-details .feedback-field{grid-column:1/-1}.admin-profile-page .profile-details dt{margin-bottom:7px;color:#9ca3af;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.admin-profile-page .profile-details dd{margin:0;color:#e5e7eb;font-size:1rem;line-height:1.6;word-break:break-word}.admin-profile-page .rejection-feedback{width:100%;min-height:130px;padding:14px 16px;border:1px solid rgba(255,255,255,.08);border-radius:16px;outline:none;resize:vertical;color:#e5e7eb;background:#ffffff0f;font-size:1rem;line-height:1.6;transition:.18s ease}.admin-profile-page .rejection-feedback::placeholder{color:#9ca3af}.admin-profile-page .rejection-feedback:focus{border-color:#38bdf87a;box-shadow:0 0 0 4px #38bdf81f}.admin-profile-page .admin-actions-detailed{display:flex;flex-wrap:wrap;gap:12px;padding-top:4px}.admin-profile-page .admin-actions-detailed .button{min-width:160px}.admin-profile-page .admin-actions-detailed .button:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:none}.admin-profile-page .admin-actions-detailed .button--success{color:#0b1220;background:#ff4f7b;border-color:#ff4f7b}.admin-profile-page .admin-actions-detailed .button--danger{color:#fff;background:#38bdf8;border-color:#38bdf8;box-shadow:0 14px 34px #ff4f7b38}.admin-profile-page .admin-actions-detailed .button--danger:hover{box-shadow:0 18px 44px #ff4f7b52}@media (max-width: 1023px){.admin-profile-page{margin-top:28px;margin-bottom:52px}.admin-profile-page .page-header h1{font-size:2.25rem}.admin-profile-page .page-header p{font-size:1rem}.admin-profile-page .profile-review-image{grid-template-columns:230px minmax(0,1fr)}.admin-profile-page .profile-review-image img{height:250px}.admin-profile-page .profile-review-image__content h2{font-size:1.75rem}}@media (max-width: 767px){.admin-profile-page{width:min(100% - 30px,1180px);margin-top:22px;margin-bottom:42px;gap:22px}.admin-profile-page .page-header{flex-direction:column}.admin-profile-page .page-header .eyebrow{font-size:.6875rem}.admin-profile-page .page-header h1{font-size:1.875rem}.admin-profile-page .page-header p{font-size:.9375rem;line-height:1.65}.admin-profile-page .page-header .button{width:100%}.admin-profile-page .profile-review-container{gap:18px}.admin-profile-page .profile-review-image{grid-template-columns:1fr;padding:14px;border-radius:18px}.admin-profile-page .profile-review-image img{height:270px;border-radius:16px}.admin-profile-page .profile-review-image__content .status-badge{font-size:.6875rem}.admin-profile-page .profile-review-image__content h2{font-size:1.5rem}.admin-profile-page .profile-review-image__content p{font-size:.9375rem;line-height:1.65}.admin-profile-page .profile-details{grid-template-columns:1fr;gap:12px}.admin-profile-page .profile-details div{padding:14px}.admin-profile-page .profile-details dd{font-size:.9375rem}.admin-profile-page .rejection-feedback{min-height:120px;font-size:.9375rem;border-radius:14px}.admin-profile-page .admin-actions-detailed{flex-direction:column}.admin-profile-page .admin-actions-detailed .button{width:100%}}@media (max-width: 420px){.admin-profile-page .page-header h1{font-size:1.5rem}.admin-profile-page .profile-review-image img{height:220px}}.admin-login-card .form-eyebrow{display:inline-block;margin-bottom:14px;padding:8px 14px;border:1px solid rgba(255,79,123,.32);border-radius:999px;color:#38bdf8;background:#ff4f7b1a;font-size:.875rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.admin-login-card h1{color:#fff}.admin-login-card .button{background:#38bdf8;color:#fff;box-shadow:0 14px 34px #ff4f7b38}@media (max-width: 767px){.admin-login-card .form-eyebrow{font-size:.6875rem}}.form-card{width:min(100% - 32px,520px);margin:48px auto 64px;padding:38px;border:1px solid rgba(255,255,255,.08);border-radius:28px;background:radial-gradient(circle at top left,rgba(56,189,248,.14),transparent 34%),radial-gradient(circle at bottom right,rgba(255,79,123,.12),transparent 38%),#0f1a2edb;box-shadow:0 22px 70px #00000047}.form-card .form-eyebrow{display:inline-block;margin-bottom:14px;padding:8px 14px;border:1px solid rgba(56,189,248,.3);border-radius:999px;color:#ff4f7b;background:#38bdf81a;font-size:.875rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.form-card h1{margin:0 0 12px;color:#fff;font-size:3rem;line-height:1.05;letter-spacing:-.04em}.form-card>p{margin:0 0 28px;color:#b3aecf;font-size:1rem;line-height:1.65}.form-card form{display:grid;gap:18px}.form-card form label:not(.checkbox-label){display:grid;gap:8px;color:#e5e7eb;font-size:.875rem;font-weight:700}.form-card form label:not(.checkbox-label) input{width:100%;min-height:50px;padding:0 16px;border:1px solid rgba(255,255,255,.08);border-radius:16px;outline:none;color:#e5e7eb;background:#ffffff0f;font-size:1rem;transition:.18s ease}.form-card form label:not(.checkbox-label) input::placeholder{color:#9ca3af}.form-card form label:not(.checkbox-label) input:focus{border-color:#38bdf87a;box-shadow:0 0 0 4px #38bdf81f}.form-card form .button{width:100%;margin-top:6px}.form-card .form-error{margin:0;padding:12px 14px;border:1px solid rgba(255,79,123,.4);border-radius:14px;color:#38bdf8;background:#ff4f7b1a;font-size:.875rem;line-height:1.5}.form-card .form-note{margin:22px 0 0;color:#b3aecf;font-size:.875rem;text-align:center}.form-card .form-note a{color:#ff4f7b;font-weight:800}.form-card .form-note a:hover{color:#38bdf8}.login-card{position:relative;overflow:hidden}.login-card:before{content:"";position:absolute;top:-90px;right:-90px;width:190px;height:190px;border-radius:50%;background:#38bdf829;filter:blur(6px)}.login-card:after{content:"";position:absolute;bottom:-90px;left:-90px;width:190px;height:190px;border-radius:50%;background:#ff4f7b1f;filter:blur(6px)}.login-card>*{position:relative;z-index:2}.admin-login-card{position:relative;overflow:hidden}.admin-login-card:before{content:"";position:absolute;top:-80px;right:-80px;width:180px;height:180px;border-radius:50%;background:#ff4f7b29;filter:blur(6px)}.admin-login-card:after{content:"";position:absolute;bottom:-90px;left:-90px;width:190px;height:190px;border-radius:50%;background:#38bdf824;filter:blur(6px)}.admin-login-card>*{position:relative;z-index:2}.admin-login-card .form-eyebrow{border-color:#ff4f7b52;color:#38bdf8;background:#ff4f7b1a}.admin-login-card .button{color:#fff;background:#38bdf8;box-shadow:0 14px 34px #ff4f7b38}.admin-login-card .button:hover{box-shadow:0 18px 44px #ff4f7b52}@media (max-width: 1023px){.form-card{margin-top:40px;padding:32px;border-radius:24px}.form-card h1{font-size:2.25rem}}@media (max-width: 767px){.form-card{width:min(100% - 30px,520px);margin-top:28px;margin-bottom:44px;padding:26px 18px;border-radius:20px}.form-card .form-eyebrow{font-size:.6875rem}.form-card h1{font-size:1.875rem}.form-card>p{margin-bottom:24px;font-size:.9375rem;line-height:1.6}.form-card form{gap:16px}.form-card form label:not(.checkbox-label){font-size:.8125rem}.form-card form label:not(.checkbox-label) input{min-height:48px;font-size:.9375rem}.form-card .form-note{font-size:.8125rem}}@media (max-width: 420px){.form-card h1{font-size:1.5rem}}.password-reset-card .success-container{display:flex;flex-direction:column;gap:16px;margin-top:10px}.password-reset-card .form-success{margin:0;padding:12px 14px;border:1px solid rgba(16,185,129,.4);border-radius:14px;color:#10b981;background:#10b98114;font-size:.875rem;line-height:1.5;text-align:center;box-shadow:0 4px 12px #10b9810f}.password-reset-card .form-note-spaced{margin:8px 0 12px;color:#b3aecf;font-size:.875rem;line-height:1.6;text-align:center}.password-reset-card .form-helper{display:flex;justify-content:flex-end;margin-top:-6px;margin-bottom:6px}.password-reset-card .form-helper a{color:#38bdf8cc;font-size:.75rem;font-weight:600;transition:color .18s ease}.password-reset-card .form-helper a:hover{color:#38bdf8}.global-verification-banner{background:linear-gradient(135deg,#f59e0b26,#d9770626);border-bottom:1px solid rgba(245,158,11,.3);border-radius:0 0 5px 5px;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;color:#f59e0b;font-size:.875rem;font-weight:500;width:100%}.global-verification-banner .banner-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.global-verification-banner .banner-actions .banner-link{color:#fff;background:#d97706;padding:6px 12px;border-radius:8px;font-weight:700;transition:background .18s ease}.global-verification-banner .banner-actions .banner-link:hover{background:#b45309}.global-verification-banner .banner-actions .banner-button{background:transparent;border:1px solid rgba(245,158,11,.4);color:#f59e0b;padding:6px 12px;border-radius:8px;font-weight:600;cursor:pointer;transition:.18s ease}.global-verification-banner .banner-actions .banner-button:hover:not(:disabled){background:#f59e0b1a;border-color:#f59e0b}.global-verification-banner .banner-actions .banner-button:disabled{opacity:.5;cursor:not-allowed}.global-verification-banner .banner-actions .banner-message{color:#fff;background:#10b98133;border:1px solid rgba(16,185,129,.4);padding:4px 10px;border-radius:6px;font-size:.8rem}@media (max-width: 767px){.global-verification-banner{flex-direction:column;align-items:flex-start}.global-verification-banner .banner-actions{width:100%;justify-content:space-between}}.site-footer{margin-top:56px;border-top:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at top left,rgba(56,189,248,.1),transparent 32%),radial-gradient(circle at bottom right,rgba(255,79,123,.08),transparent 36%),#0a0c14d1;box-shadow:#00000059 0 -10px 30px}.site-footer__inner{padding-top:42px;padding-bottom:34px;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.4fr);gap:48px}.site-footer__brand{max-width:420px}.site-footer__logo{width:fit-content;display:flex;align-items:center;gap:10px}.site-footer__logo img{width:36px;height:auto;display:block}.site-footer__logo p{margin:0;color:#e5e7eb;font-size:1.75rem;font-weight:800;letter-spacing:-.04em}.site-footer__logo p span{color:#38bdf8}.site-footer__text{margin:18px 0 0;color:#b3aecf;font-size:1rem;line-height:1.7}.site-footer__links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px}.site-footer__links div{display:grid;gap:10px;align-content:start}.site-footer__links h3{margin:0 0 6px;color:#fff;font-size:.875rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.site-footer__links a{width:fit-content;color:#b3aecf;font-size:.875rem;font-weight:600;transition:.18s ease}.site-footer__links a:hover{color:#ff4f7b;transform:translate(3px)}.site-footer__bottom{padding-top:18px;padding-bottom:22px;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;gap:16px}.site-footer__bottom p{margin:0;color:#9ca3af;font-size:.875rem}@media (max-width: 1023px){.site-footer{margin-top:44px}.site-footer__inner{grid-template-columns:1fr;gap:34px;padding-top:36px}.site-footer__brand{max-width:620px}.site-footer__links{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width: 767px){.site-footer{margin-top:34px}.site-footer__inner{padding-top:32px;padding-bottom:28px;gap:28px}.site-footer__logo img{width:32px}.site-footer__logo p{font-size:1.5rem}.site-footer__text{font-size:.9375rem;line-height:1.65}.site-footer__links{grid-template-columns:1fr;gap:22px}.site-footer__links div{padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#ffffff0a}.site-footer__links h3{font-size:.8125rem}.site-footer__links a{font-size:.9375rem}.site-footer__bottom{flex-direction:column;align-items:flex-start;padding-top:18px}.site-footer__bottom p{font-size:.8125rem}}@media (max-width: 420px){.site-footer__logo p{font-size:1.25rem}}@keyframes status-pop{0%{transform:scale(.7);opacity:0}70%{transform:scale(1.08);opacity:1}to{transform:scale(1)}}@keyframes status-draw{to{stroke-dashoffset:0}}@keyframes status-pulse{0%{box-shadow:0 0 #38bdf84d}70%{box-shadow:0 0 0 12px #38bdf800}to{box-shadow:0 0 #38bdf800}}.status-message{display:grid;grid-template-columns:64px minmax(0,1fr);gap:18px;align-items:center;padding:20px;border:1px solid rgba(255,255,255,.08);border-radius:22px;background:radial-gradient(circle at top left,rgba(56,189,248,.1),transparent 34%),#0f1a2ee0;box-shadow:0 18px 54px #0000003d}.status-message__icon{width:64px;height:64px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;animation:status-pop .36s ease,status-pulse 1.4s ease .42s}.status-message__icon svg{width:52px;height:52px;overflow:visible}.status-message__icon .status-message__circle{fill:transparent;stroke-width:3;stroke-dasharray:160;stroke-dashoffset:160;animation:status-draw .56s ease forwards}.status-message__icon .status-message__check,.status-message__icon .status-message__cross,.status-message__icon .status-message__mark,.status-message__icon .status-message__dot{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:4;stroke-dasharray:60;stroke-dashoffset:60;animation:status-draw .42s ease .42s forwards}.status-message__icon .status-message__dot{stroke-width:7;stroke-dasharray:1;stroke-dashoffset:1}.status-message__icon.is-success{background:#38bdf81a}.status-message__icon.is-success .status-message__circle,.status-message__icon.is-success .status-message__check{stroke:#ff4f7b}.status-message__icon.is-error{background:#ff4f7b1a;animation:status-pop .36s ease,status-pulse 1.4s ease .42s}.status-message__icon.is-error .status-message__circle,.status-message__icon.is-error .status-message__cross{stroke:#38bdf8}.status-message__icon.is-warning{background:#ffffff14}.status-message__icon.is-warning .status-message__circle,.status-message__icon.is-warning .status-message__mark,.status-message__icon.is-warning .status-message__dot{stroke:#fff}.status-message__icon.is-info{background:#b3aecf1a}.status-message__icon.is-info .status-message__circle,.status-message__icon.is-info .status-message__mark,.status-message__icon.is-info .status-message__dot{stroke:#b3aecf}.status-message__content{min-width:0}.status-message__content h3{margin:0 0 8px;color:#fff;font-size:1.375rem;line-height:1.25;letter-spacing:-.02em}.status-message__content p{margin:0;color:#b3aecf;font-size:1rem;line-height:1.65}.status-message__button{width:fit-content;margin-top:16px}.status-message--success{border-color:#38bdf847;background:radial-gradient(circle at top left,rgba(56,189,248,.14),transparent 34%),#0f1a2ee0}.status-message--error{border-color:#ff4f7b4d;background:radial-gradient(circle at top left,rgba(255,79,123,.14),transparent 34%),#0f1a2ee0}.status-message--warning{border-color:#ffffff29}.status-message--info{border-color:#b3aecf2e}@media (max-width: 767px){.status-message{grid-template-columns:1fr;justify-items:center;text-align:center;padding:22px 18px;border-radius:20px}.status-message__icon{width:58px;height:58px}.status-message__icon svg{width:48px;height:48px}.status-message__content h3{font-size:1.25rem}.status-message__content p{font-size:.9375rem;line-height:1.6}.status-message__button{width:100%}}@media (max-width: 420px){.status-message{padding:20px 16px}.status-message__content h3{font-size:1rem}}@keyframes modal-backdrop-fade{0%{opacity:0}to{opacity:1}}@keyframes modal-dialog-pop{0%{transform:scale(.9) translateY(20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}@keyframes modal-icon-pop{0%{transform:scale(.6);opacity:0}70%{transform:scale(1.15);opacity:1}to{transform:scale(1)}}@keyframes modal-draw{to{stroke-dashoffset:0}}@keyframes modal-pulse-info{0%{box-shadow:0 0 #38bdf866}70%{box-shadow:0 0 0 15px #38bdf800}to{box-shadow:0 0 #38bdf800}}@keyframes modal-pulse-warning{0%{box-shadow:0 0 #eab30866}70%{box-shadow:0 0 0 15px #eab30800}to{box-shadow:0 0 #eab30800}}@keyframes modal-pulse-success{0%{box-shadow:0 0 #10b98166}70%{box-shadow:0 0 0 15px #10b98100}to{box-shadow:0 0 #10b98100}}@keyframes modal-pulse-error{0%{box-shadow:0 0 #ef444466}70%{box-shadow:0 0 0 15px #ef444400}to{box-shadow:0 0 #ef444400}}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#080e1bd1;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;animation:modal-backdrop-fade .25s ease-out forwards}.modal-dialog{position:relative;width:100%;max-width:460px;background:radial-gradient(circle at top left,rgba(255,255,255,.05),transparent 40%),#0f1a2e;border:1px solid rgba(255,255,255,.08);border-radius:28px;box-shadow:0 24px 80px #00000080;padding:32px 24px 28px;display:flex;flex-direction:column;align-items:center;text-align:center;animation:modal-dialog-pop .32s cubic-bezier(.16,1,.3,1) forwards}.modal-dialog--success{border-color:#10b9814d}.modal-dialog--error{border-color:#ef44444d}.modal-dialog--warning{border-color:#eab3084d}.modal-dialog--info{border-color:#38bdf84d}.modal-close-btn{position:absolute;top:20px;right:20px;background:transparent;border:none;color:#9ca3af;font-size:28px;line-height:1;font-weight:300;cursor:pointer;padding:4px;transition:color .15s ease,transform .15s ease}.modal-close-btn:hover{color:#fff;transform:scale(1.1)}.modal-icon{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;animation:modal-icon-pop .45s cubic-bezier(.34,1.56,.64,1) forwards}.modal-icon__svg{width:60px;height:60px;overflow:visible}.modal-icon__circle{fill:transparent;stroke-width:3.5;stroke-dasharray:160;stroke-dashoffset:160;animation:modal-draw .6s ease forwards}.modal-icon__check,.modal-icon__cross,.modal-icon__mark,.modal-icon__dot{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:4.5;stroke-dasharray:60;stroke-dashoffset:60;animation:modal-draw .45s ease .45s forwards}.modal-icon__dot{stroke-width:8;stroke-dasharray:1;stroke-dashoffset:1}.modal-icon--info{background:#38bdf81a;animation:modal-icon-pop .45s cubic-bezier(.34,1.56,.64,1) forwards,modal-pulse-info 1.8s infinite ease-in-out 1s}.modal-icon--info .modal-icon__circle,.modal-icon--info .modal-icon__mark,.modal-icon--info .modal-icon__dot{stroke:#38bdf8}.modal-icon--warning{background:#eab3081a;animation:modal-icon-pop .45s cubic-bezier(.34,1.56,.64,1) forwards,modal-pulse-warning 1.8s infinite ease-in-out 1s}.modal-icon--warning .modal-icon__circle,.modal-icon--warning .modal-icon__mark,.modal-icon--warning .modal-icon__dot{stroke:#eab308}.modal-icon--success{background:#10b9811a;animation:modal-icon-pop .45s cubic-bezier(.34,1.56,.64,1) forwards,modal-pulse-success 1.8s infinite ease-in-out 1s}.modal-icon--success .modal-icon__circle,.modal-icon--success .modal-icon__check{stroke:#10b981}.modal-icon--error{background:#ef44441a;animation:modal-icon-pop .45s cubic-bezier(.34,1.56,.64,1) forwards,modal-pulse-error 1.8s infinite ease-in-out 1s}.modal-icon--error .modal-icon__circle,.modal-icon--error .modal-icon__cross{stroke:#ef4444}.modal-content{margin-bottom:28px;width:100%}.modal-content .modal-title{margin:0 0 10px;color:#fff;font-size:1.35rem;font-weight:700;letter-spacing:-.02em;line-height:1.25}.modal-content .modal-message{margin:0;color:#b3aecf;font-size:1rem;line-height:1.6}.modal-actions{display:flex;align-items:center;justify-content:center;gap:12px;width:100%}.modal-actions .modal-btn{flex:1;min-height:48px;font-size:.95rem;border-radius:14px;font-weight:600;margin:0}.modal-actions .modal-btn--confirm{background:#ff4f7b;color:#fff;border:1px solid #ff4f7b;box-shadow:0 4px 14px #ff4f7b4d}.modal-actions .modal-btn--confirm:hover{background:#ff2e62;border-color:#ff2e62;box-shadow:0 6px 18px #ff4f7b73}@media (max-width: 767px){.modal-backdrop{padding:16px}.modal-dialog{border-radius:24px;padding:28px 20px 24px}.modal-icon{width:64px;height:64px;margin-bottom:16px}.modal-icon__svg{width:52px;height:52px}.modal-content{margin-bottom:24px}.modal-content .modal-title{font-size:1.25rem}.modal-content .modal-message{font-size:.9375rem}.modal-actions{flex-direction:column;gap:10px;width:100%}.modal-actions .modal-btn{width:100%;flex:initial}}.policies-page{padding-top:40px;padding-bottom:80px;max-width:860px;margin:0 auto}.policies-page .policy-card{padding:48px;border:1px solid rgba(255,255,255,.08);border-radius:28px;background:radial-gradient(circle at top left,rgba(56,189,248,.08),transparent 34%),#0f1a2ed1;box-shadow:0 22px 70px #00000042}@media (max-width: 767px){.policies-page .policy-card{padding:20px 16px;border:none;border-radius:0;background:transparent;box-shadow:none}}.policies-page .policy-header{margin-bottom:36px;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:24px}.policies-page .policy-header h1{color:#fff;font-size:3rem;margin:0 0 12px;letter-spacing:-.03em;line-height:1.1}@media (max-width: 767px){.policies-page .policy-header h1{font-size:1.875rem}}.policies-page .policy-header .last-updated{color:#9ca3af;font-size:.875rem;font-weight:500}.policies-page .policy-section{margin-bottom:40px}.policies-page .policy-section h2{color:#fff;font-size:1.35rem;margin:0 0 16px;letter-spacing:-.01em;font-weight:700;display:flex;align-items:center;gap:10px}@media (max-width: 767px){.policies-page .policy-section h2{font-size:1.15rem}}.policies-page .policy-section h2:before{content:"";display:inline-block;width:4px;height:18px;background:#ff4f7b;border-radius:99px}.policies-page .policy-section p{color:#b3aecf;font-size:1rem;line-height:1.75;margin:0 0 16px}@media (max-width: 767px){.policies-page .policy-section p{font-size:.9375rem;line-height:1.65}}.policies-page .policy-section ul{margin:0 0 20px;padding-left:20px}.policies-page .policy-section ul li{color:#b3aecf;font-size:1rem;line-height:1.7;margin-bottom:8px}@media (max-width: 767px){.policies-page .policy-section ul li{font-size:.9375rem}}*{box-sizing:border-box}:root{font-size:16px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#e5e7eb;background:#0b1220}html,body,#root{min-height:100%}body{height:100%;margin:0;background:#0b1220;color:#e5e7eb}button,input,textarea,select{font:inherit}select{cursor:pointer;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b3aecf' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 16px center!important;background-size:16px!important;padding-right:44px!important;border-radius:16px;transition:all .18s ease}select option{background-color:#0f1a2e;color:#e5e7eb;padding:10px}select:focus{border-color:#38bdf87a!important;box-shadow:0 0 0 4px #38bdf81f!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2338bdf8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")!important}button{cursor:pointer}a{color:inherit;text-decoration:none}.container{padding:16px;width:min(1200px,100% - 2.5rem);margin:auto}@media (max-width: 767px){.container{padding:15px;width:100%}}@media (max-width: 767px){.container{padding:16px;width:100%}}@media (min-width: 1024px) and (max-width: 1199px){.container{padding:20px}}.muted{color:#9ca3af}.online-indicator-dot{display:inline-block;width:10px;height:10px;border-radius:50%;background-color:#10b981;box-shadow:0 0 8px #10b98166;margin-left:8px;position:relative;top:-1px;animation:pulse-glow 2s infinite ease-in-out}@keyframes pulse-glow{0%,to{transform:scale(1);box-shadow:0 0 4px #10b98166}50%{transform:scale(1.2);box-shadow:0 0 12px #10b981b3}}.active-status{font-size:.75rem!important;font-weight:500;display:flex;align-items:center;gap:6px;margin-top:4px!important}.active-status--online{color:#10b981!important}.active-status--offline{color:#9ca3af!important}.profile-card-title{display:flex;align-items:center;gap:8px}.status-indicator-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border:1px solid rgba(255,255,255,.08)}@media (max-width: 768px){.status-indicator-badge{padding:4px;border-radius:50%;width:14px;height:14px;justify-content:center;border:none;background:#10b98133!important;box-shadow:0 0 10px #10b98180!important}.status-indicator-badge span:not(.status-badge-dot){display:none}}.status-indicator-badge--online{color:#10b981;background:#10b98114;border-color:#10b9814d;box-shadow:0 0 14px #10b9811a}.status-indicator-badge--online .status-badge-dot{display:block;width:8px;height:8px;border-radius:50%;background-color:#10b981;box-shadow:0 0 6px #10b981;animation:pulse-glow 2s infinite ease-in-out}.status-indicator-badge--offline{color:#9ca3af;background:#ffffff0a;border-color:#ffffff14}@media (max-width: 768px){.status-indicator-badge--offline{display:none!important}}.profile-online-container{display:flex;flex-direction:column;gap:8px;margin-bottom:8px}.message-thread__avatar-container{position:relative;width:64px;height:64px;flex:0 0 auto}.message-thread__avatar-container img{width:100%!important;height:100%!important;border-radius:18px}.message-thread__avatar-container .avatar-online-dot{position:absolute;bottom:-2px;right:-2px;width:16px;height:16px;background-color:#10b981;border:3px solid #0f1a2e;border-radius:50%;box-shadow:0 0 6px #10b98199;animation:pulse-glow 2s infinite ease-in-out}.message-thread__status-container{display:flex;align-items:center;gap:6px;margin-top:2px}.status-text{font-size:.8rem;font-weight:500}.status-text--online{color:#10b981}.status-text--offline{color:#9ca3af}.messages-card-title{display:flex;align-items:center;justify-content:space-between;width:100%;flex-wrap:wrap;gap:12px}.messages-card-title span:first-child{font-size:1.375rem;font-weight:700}.messages-card-title .chat-status-indicator{display:inline-flex;align-items:center;gap:6px;font-size:.875rem;font-weight:500;padding:4px 10px;border-radius:8px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.messages-card-title .chat-status-indicator.online{color:#10b981;border-color:#10b98133;background:#10b9810d}.messages-card-title .chat-status-indicator.online:before{content:"";display:block;width:8px;height:8px;border-radius:50%;background-color:#10b981;box-shadow:0 0 6px #10b981;animation:pulse-glow 2s infinite ease-in-out}.messages-card-title .chat-status-indicator.offline{color:#9ca3af}.app-shell{display:flex;flex-direction:column;min-height:100vh}.page-container{flex:1 0 auto}
