@import "https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400..800&family=Inter:wght@400;500;600;700&display=swap";:root{--red-900:#4a0a0f;--red-800:#7a0c12;--red-700:#971018;--red-600:#c1121f;--red-500:#d93a40;--red-100:#fbe2e2;--red-50:#fef4f3;--blue-700:#122b50;--blue-600:#1b3a6b;--blue-400:#4767a0;--blue-100:#e4ecf8;--yellow-600:#c98e00;--yellow-500:#f4b400;--yellow-100:#fdf1d2;--white:#fff;--bone:#fff8f2;--ink:#221314;--ink-soft:#5c4a4a;--line:#2213141a;--line-strong:#2213142e;--font-display:"Bricolage Grotesque", "Inter", sans-serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--radius-sm:8px;--radius-md:14px;--radius-lg:22px;--shadow-card:0 1px 2px #2213140a, 0 8px 24px #7a0c1214;--shadow-card-hover:0 4px 10px #7a0c121a, 0 16px 36px #7a0c1229;--container:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bone);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.55}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.01em;color:var(--red-900);margin:0;font-weight:700}p{margin:0}a{color:inherit;text-decoration:none}button{font-family:var(--font-body);cursor:pointer}img{max-width:100%;display:block}.adc-container{max-width:var(--container);margin:0 auto;padding:0 24px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}:focus-visible{outline:2px solid var(--blue-600);outline-offset:2px;border-radius:4px}.adc-logo{align-items:center;gap:10px;display:inline-flex}.adc-logo__text{flex-direction:column;line-height:1.05;display:flex}.adc-logo__line1{font-family:var(--font-display);letter-spacing:.16em;text-transform:uppercase;color:var(--blue-600);font-size:11px;font-weight:600}.adc-logo__line2{font-family:var(--font-display);color:var(--red-700);font-size:17px;font-weight:500}.adc-logo__line2 strong{color:var(--red-800);font-weight:800}.btn{font-size:15px;font-weight:600;font-family:var(--font-body);white-space:nowrap;border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:13px 26px;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.btn:active{transform:scale(.97)}.btn-primary{background:var(--red-600);color:var(--white);box-shadow:0 6px 16px #c1121f52}.btn-primary:hover{background:var(--red-700);box-shadow:0 8px 20px #c1121f66}.btn-secondary{background:var(--white);color:var(--red-700);border:1.5px solid var(--red-600)}.btn-secondary:hover{background:var(--red-50)}.btn-ghost{color:var(--blue-700);background:0 0}.btn-ghost:hover{background:var(--blue-100)}.btn-yellow{background:var(--yellow-500);color:var(--red-900);box-shadow:0 6px 16px #f4b40059}.btn-yellow:hover{background:var(--yellow-600)}.btn-block{width:100%}.btn-sm{padding:9px 18px;font-size:13px}.btn:disabled{opacity:.55;cursor:not-allowed}.field{flex-direction:column;gap:6px;margin-bottom:18px;display:flex}.field label{color:var(--blue-700);font-size:13px;font-weight:600}.field input,.field select,.field textarea{font-family:var(--font-body);border-radius:var(--radius-sm);border:1.5px solid var(--line-strong);background:var(--white);color:var(--ink);padding:12px 14px;font-size:15px;transition:border-color .15s,box-shadow .15s}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--red-600);box-shadow:0 0 0 3px var(--red-100);outline:none}.field-error{color:var(--red-700);font-size:12.5px;font-weight:500}.field-hint{color:var(--ink-soft);font-size:12.5px}.lens-card{background:var(--white);border-radius:var(--radius-lg) var(--radius-lg) var(--radius-lg) 4px;border:1px solid var(--line);box-shadow:var(--shadow-card);transition:transform .18s,box-shadow .18s;overflow:hidden}.lens-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-3px)}.adc-divider{align-items:center;gap:6px;width:64px;height:4px;display:flex}.adc-divider span{border-radius:2px;flex:1;height:3px;display:block}.adc-divider span:first-child{background:var(--red-600)}.adc-divider span:last-child{background:var(--blue-600);transform:translateY(3px)}.adc-eyebrow{font-family:var(--font-display);letter-spacing:.14em;text-transform:uppercase;color:var(--red-700);font-size:12.5px;font-weight:600}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.skip-link{background:var(--red-700);color:#fff;z-index:999;border-radius:0 0 8px;padding:10px 16px;position:absolute;top:0;left:-9999px}.skip-link:focus{left:0}.navbar{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);background:#fff8f2eb;position:sticky;top:0}.navbar__inner{justify-content:space-between;align-items:center;gap:24px;height:72px;display:flex}.navbar__brand{align-items:center;display:flex}.navbar__links{align-items:center;gap:28px;display:flex}.navbar__link{color:var(--ink-soft);padding:8px 2px;font-size:14.5px;font-weight:600;position:relative}.navbar__link.is-active,.navbar__link:hover{color:var(--red-700)}.navbar__link.is-active:after{content:"";background:var(--red-600);border-radius:2px;height:2px;position:absolute;bottom:-3px;left:0;right:0}.navbar__actions{align-items:center;gap:14px;display:flex}.navbar__pill{text-transform:uppercase;letter-spacing:.06em;background:var(--yellow-100);color:var(--yellow-600);border-radius:999px;padding:5px 12px;font-size:11.5px;font-weight:700}.navbar__burger{background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.navbar__burger span{background:var(--red-700);border-radius:2px;width:22px;height:2px}.navbar__mobile{display:none}@media (width<=860px){.navbar__links--desktop,.navbar__actions--desktop{display:none}.navbar__burger{display:flex}.navbar__mobile{border-top:1px solid var(--line);background:var(--bone);flex-direction:column;gap:4px;padding:16px 24px 24px;display:flex}.navbar__mobile-link{color:var(--ink);border-bottom:1px solid var(--line);padding:12px 4px;font-weight:600}.navbar__mobile .btn{margin-top:10px}}.site-footer{background:var(--red-900);color:#ffffffd1;margin-top:80px}.site-footer__inner{grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;padding:64px 24px 40px;display:grid}.site-footer .adc-logo__line1{color:var(--yellow-500)}.site-footer .adc-logo__line2,.site-footer .adc-logo__line2 strong{color:var(--white)}.site-footer__tagline{color:#ffffffa6;max-width:320px;margin-top:14px;font-size:14px;line-height:1.6}.site-footer__col{flex-direction:column;gap:10px;display:flex}.site-footer__col h4{color:var(--yellow-500);text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px;font-size:13px}.site-footer__col a{color:#ffffffd1;font-size:14px}.site-footer__col a:hover{color:var(--yellow-500)}.site-footer__muted{color:#ffffff80;font-size:13px}.site-footer__bottom{color:#ffffff8c;border-top:1px solid #ffffff1f;justify-content:space-between;padding:20px 24px 28px;font-size:13px;display:flex}@media (width<=860px){.site-footer__inner{grid-template-columns:1fr 1fr}.site-footer__bottom{flex-direction:column;gap:6px}}@media (width<=540px){.site-footer__inner{grid-template-columns:1fr}}.hero{background:radial-gradient(680px 420px at 88% -8%, var(--red-100) 0%, #fbe2e200 70%);padding:72px 0 96px;position:relative;overflow:hidden}.hero__inner{grid-template-columns:1.1fr .9fr;align-items:center;gap:56px;display:grid}.hero__title{color:var(--red-900);margin:18px 0 22px;font-size:clamp(36px,5vw,58px);line-height:1.04}.hero__title-accent{color:var(--red-600)}.hero__sub{color:var(--ink-soft);max-width:540px;font-size:17px;line-height:1.65}.hero__cta-row{flex-wrap:wrap;gap:14px;margin-top:30px;display:flex}.hero__trust-row{align-items:center;gap:14px;margin-top:26px;display:flex}.hero__trust-row p{color:var(--ink-soft);font-size:13.5px;font-weight:500}.hero__visual{justify-content:center;align-items:center;height:480px;display:flex;position:relative}.hero__photo{object-fit:cover;object-position:top center;border-radius:var(--radius-lg) var(--radius-lg) 4px var(--radius-lg);width:100%;height:100%;box-shadow:var(--shadow-card-hover)}.hero__visual-card{background:var(--white);border-radius:var(--radius-lg) var(--radius-lg) var(--radius-lg) 4px;box-shadow:var(--shadow-card-hover);width:200px;padding:18px 20px;position:absolute}.hero__visual-card--1{top:-18px;right:-16px}.hero__visual-card--2{border-radius:var(--radius-lg) 4px var(--radius-lg) var(--radius-lg);width:190px;bottom:-18px;left:-16px}.hero__avatar{border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:10px;display:flex}.hero__visual-name{font-family:var(--font-display);color:var(--red-800);font-size:16px;font-weight:700}.hero__visual-sub{color:var(--ink-soft);margin-top:4px;font-size:12.5px}@media (width<=900px){.hero__inner{grid-template-columns:1fr}.hero__visual{flex-direction:column;align-items:stretch;gap:16px;height:auto;margin-top:12px}.hero__photo{border-radius:var(--radius-lg) var(--radius-lg) 4px var(--radius-lg);height:340px;position:static}.hero__visual-card{width:auto;position:static}.hero__visual-card--1,.hero__visual-card--2{inset:auto}}@media (width<=520px){.hero{padding:48px 0 64px}.hero__cta-row .btn{width:100%}.hero__cta-row{flex-direction:column}}.section{padding:88px 0}.section--tint{background:var(--white)}.section__head{max-width:640px;margin-bottom:44px}.section__head h2{margin-top:12px;font-size:clamp(26px,3.2vw,36px);line-height:1.2}.feature-grid{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.feature-card{padding:28px 24px}.feature-card h3{color:var(--red-700);margin-bottom:10px;font-size:17px}.feature-card p{color:var(--ink-soft);font-size:14.5px;line-height:1.6}@media (width<=1020px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.feature-grid{grid-template-columns:1fr}.section{padding:56px 0}}.story-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.story-card{flex-direction:column;gap:20px;padding:30px 26px;display:flex}.story-card blockquote{font-family:var(--font-display);color:var(--ink);margin:0;font-size:16.5px;font-weight:500;line-height:1.55}.story-card figcaption{flex-direction:column;gap:2px;display:flex}.story-card figcaption strong{color:var(--red-700);font-size:14px}.story-card figcaption span{color:var(--ink-soft);font-size:12.5px}@media (width<=1020px){.story-grid{grid-template-columns:1fr 1fr}}@media (width<=660px){.story-grid{grid-template-columns:1fr}}.tier-preview-row{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.tier-preview{flex-direction:column;gap:6px;padding:30px 26px;display:flex;position:relative}.tier-preview--featured{border:2px solid var(--red-600)}.tier-preview__badge{background:var(--red-600);color:#fff;white-space:nowrap;border-radius:999px;align-self:flex-start;margin-bottom:6px;padding:4px 12px;font-size:11.5px;font-weight:700}.tier-preview__name{font-family:var(--font-display);color:var(--blue-700);font-size:15px;font-weight:700}.tier-preview__price{font-family:var(--font-display);color:var(--red-700);font-size:30px;font-weight:800}.tier-preview__detail{color:var(--ink-soft);font-size:13.5px}.tier-preview-cta{text-align:center;margin-top:36px}@media (width<=760px){.tier-preview-row{grid-template-columns:1fr}}.cta-band{background:linear-gradient(120deg, var(--red-800), var(--red-600));padding:64px 0}.cta-band__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.cta-band h2{color:#fff;max-width:560px;font-size:clamp(22px,3vw,30px)}.page-loading{text-align:center;color:var(--ink-soft);padding:120px 24px;font-weight:600}.auth-page{background:radial-gradient(600px 360px at 90% -10%, var(--red-100) 0%, #fbe2e200 70%), radial-gradient(480px 320px at 0% 110%, var(--blue-100) 0%, #e4ecf800 65%);align-items:center;min-height:70vh;padding:64px 0 96px;display:flex}.auth-page__inner{justify-content:center;display:flex}.auth-card{width:100%;max-width:460px;padding:44px 40px}.auth-card--confirm{text-align:center}.auth-card h1{margin:10px 0 6px;font-size:26px}.auth-card__sub{color:var(--ink-soft);margin-bottom:26px;font-size:14.5px}.auth-card form{margin-top:6px}.auth-card__error{margin:-4px 0 16px}.auth-card__forgot{text-align:right;margin:-8px 0 18px;font-size:13px}.auth-card__forgot a{color:var(--blue-600);font-weight:600}.auth-card__footer{text-align:center;color:var(--ink-soft);margin-top:22px;font-size:14px}.auth-card__footer a{color:var(--red-700);font-weight:600}.auth-checkbox{color:var(--ink-soft);align-items:flex-start;gap:10px;margin:4px 0 22px;font-size:13px;line-height:1.5;display:flex}.auth-checkbox input{width:16px;height:16px;accent-color:var(--red-600);flex-shrink:0;margin-top:3px}.auth-checkbox a{color:var(--blue-600);font-weight:600}@media (width<=520px){.auth-card{padding:32px 24px}}.banner{border-radius:var(--radius-sm);margin-bottom:24px;padding:14px 18px;font-size:14px;font-weight:500}.banner a{font-weight:700;text-decoration:underline}.banner--success{color:#1e5e32;background:#e6f4e9}.banner--warning{background:var(--yellow-100);color:var(--yellow-600)}.banner--info{background:var(--blue-100);color:var(--blue-700)}.dash-page{padding:56px 0 96px}.dash-page__head{margin-bottom:32px}.dash-page__head h1{margin-top:10px;font-size:30px}.dash-grid{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:36px;display:grid}.dash-stat{flex-direction:column;gap:6px;padding:24px 22px;display:flex}.dash-stat__label{color:var(--ink-soft);font-size:13px;font-weight:600}.dash-stat__value{font-family:var(--font-display);color:var(--red-700);font-size:30px;font-weight:800}.dash-stat__value-sub{color:var(--ink-soft);font-size:15px;font-weight:500}.dash-stat__link{color:var(--blue-600);margin-top:4px;font-size:13px;font-weight:700}.dash-stat__bar{background:var(--red-100);border-radius:999px;height:6px;margin-top:8px;overflow:hidden}.dash-stat__bar-fill{background:var(--red-600);border-radius:999px;height:100%}.dash-actions-row{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.dash-action-card{padding:26px 24px}.dash-action-card h3{color:var(--red-700);margin-bottom:8px;font-size:16.5px}.dash-action-card p{color:var(--ink-soft);font-size:13.5px}@media (width<=1020px){.dash-grid{grid-template-columns:repeat(2,1fr)}.dash-actions-row{grid-template-columns:1fr}}@media (width<=560px){.dash-grid{grid-template-columns:1fr}.dash-page{padding:36px 0 64px}}.edit-photos-card,.edit-form-card{margin-bottom:22px;padding:30px 28px}.edit-photos-card h3,.edit-form-card h3{margin-bottom:8px;font-size:18px}.photo-grid{grid-template-columns:repeat(6,1fr);gap:12px;margin-top:16px;display:grid}.photo-tile{aspect-ratio:1;border-radius:var(--radius-sm);background:var(--red-50);border:1.5px dashed var(--line-strong);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.photo-tile img{object-fit:cover;width:100%;height:100%}.photo-tile--add{cursor:pointer;color:var(--red-700);text-align:center;padding:6px;font-size:12.5px;font-weight:700}.photo-tile__remove{color:#fff;background:#0000008c;border:none;border-radius:50%;width:22px;height:22px;font-size:16px;line-height:1;position:absolute;top:4px;right:4px}.photo-tile__pending{color:#fff;text-align:center;background:#000000a6;padding:3px 0;font-size:10px;position:absolute;bottom:0;left:0;right:0}@media (width<=700px){.photo-grid{grid-template-columns:repeat(3,1fr)}}.field-row{grid-template-columns:1fr 1fr;gap:18px;display:grid}@media (width<=560px){.field-row{grid-template-columns:1fr}}.edit-form-card__actions{gap:12px;margin-top:8px;display:flex}.edit-form-card__message{margin-bottom:14px}.danger-zone{border:1.5px solid var(--red-100);padding:26px 28px}.danger-zone h3{color:var(--red-700);margin-bottom:8px;font-size:16px}.danger-zone p{color:var(--ink-soft);margin-bottom:16px;font-size:13.5px;line-height:1.6}.danger-zone p a{color:var(--blue-600);font-weight:600}.danger-zone__trigger{color:var(--red-700);border-color:var(--red-600)}.danger-zone__confirm{background:var(--red-50);border-radius:var(--radius-sm);padding:16px 18px}.danger-zone__actions{gap:10px;margin-top:12px;display:flex}.browse-page{padding:56px 0 96px}.browse-page__head{max-width:600px;margin-bottom:28px}.browse-page__head h1{margin-top:10px;font-size:28px}.browse-filters{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:28px;padding:24px 26px;display:grid}.browse-filters .field{margin-bottom:0}@media (width<=760px){.browse-filters{grid-template-columns:1fr 1fr}}.profile-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.profile-card{display:block;overflow:hidden}.profile-card__photo{aspect-ratio:4/5;background:var(--red-50);position:relative}.profile-card__photo img{object-fit:cover;width:100%;height:100%}.profile-card__photo-placeholder{width:100%;height:100%;font-family:var(--font-display);color:var(--red-300,var(--red-100));background:var(--red-50);justify-content:center;align-items:center;font-size:44px;font-weight:800;display:flex}.profile-card__verified{background:var(--blue-600);color:#fff;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700;position:absolute;top:10px;left:10px}.profile-card__body{padding:16px 18px}.profile-card__body h3{font-size:16.5px}.profile-card__age{color:var(--ink-soft);font-weight:400}.profile-card__location{color:var(--red-700);margin:4px 0 8px;font-size:13px;font-weight:600}.profile-card__bio{color:var(--ink-soft);font-size:13.5px;line-height:1.5}.browse-empty{text-align:center;color:var(--ink-soft);padding:64px 20px}.browse-empty h3{color:var(--red-700);margin-bottom:8px}@media (width<=1020px){.profile-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=760px){.profile-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.profile-grid{grid-template-columns:1fr}}.profile-view{padding:48px 0 96px}.profile-view__inner{grid-template-columns:1fr 1fr;gap:48px;display:grid}.profile-view__main-photo{aspect-ratio:4/5;object-fit:cover;border-radius:var(--radius-lg) var(--radius-lg) var(--radius-lg) 4px;width:100%}.profile-view__photo-placeholder{aspect-ratio:4/5;border-radius:var(--radius-lg) var(--radius-lg) var(--radius-lg) 4px;background:var(--red-50);width:100%;font-family:var(--font-display);color:var(--red-100);justify-content:center;align-items:center;font-size:64px;font-weight:800;display:flex}.profile-view__thumbs{gap:10px;margin-top:10px;display:flex}.profile-view__thumbs img{object-fit:cover;border-radius:var(--radius-sm);width:70px;height:70px}.profile-view__details h1{flex-wrap:wrap;align-items:center;gap:10px;font-size:30px;display:flex}.profile-view__details h1 span:first-of-type{color:var(--ink-soft);font-weight:400}.profile-view__verified-badge{background:var(--blue-600);color:#fff;border-radius:999px;padding:4px 12px;font-size:11.5px;font-weight:700}.profile-view__location{color:var(--red-700);margin:8px 0 24px;font-weight:600}.profile-view__section{margin-bottom:26px}.profile-view__section h3{color:var(--blue-700);margin-bottom:8px;font-size:15px}.profile-view__section p{color:var(--ink-soft);line-height:1.6}.profile-view__facts{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:30px;display:grid}.profile-view__facts div{font-size:14px}.profile-view__facts span{color:var(--ink-soft);text-transform:uppercase;letter-spacing:.04em;margin-bottom:2px;font-size:12px;display:block}.profile-view__cta,.profile-view__message-form{padding:24px}.profile-view__message-form h3{margin-bottom:12px;font-size:15px}.profile-view__message-form textarea{width:100%;font-family:var(--font-body);border-radius:var(--radius-sm);border:1.5px solid var(--line-strong);resize:vertical;margin-bottom:14px;padding:12px 14px;font-size:14.5px}.profile-view__message-form textarea:focus{border-color:var(--red-600);box-shadow:0 0 0 3px var(--red-100);outline:none}@media (width<=860px){.profile-view__inner{grid-template-columns:1fr;gap:28px}.profile-view__facts{grid-template-columns:1fr 1fr}}.profile-view__safety-row{justify-content:center;align-items:center;gap:10px;margin-top:16px;display:flex}.profile-view__safety-link{color:var(--ink-soft);background:0 0;border:none;padding:4px;font-size:13px;font-weight:600;text-decoration:underline}.profile-view__safety-link:hover{color:var(--red-700)}.modal-overlay{z-index:200;background:#2213148c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-card{width:100%;max-width:440px;padding:30px 28px}.modal-card h3{margin-bottom:16px;font-size:18px}.modal-card__actions{justify-content:flex-end;gap:10px;margin-top:8px;display:flex}.messages-page{padding:48px 0 96px}.messages-page__inner{grid-template-columns:280px 1fr;gap:20px;height:620px;display:grid}.messages-list{padding:20px;overflow-y:auto}.messages-list h3{color:var(--blue-700);margin-bottom:12px;font-size:14px}.messages-list__item{text-align:left;border-radius:var(--radius-sm);width:100%;color:var(--ink);background:0 0;border:none;align-items:center;gap:10px;padding:10px 8px;font-size:14px;font-weight:600;display:flex}.messages-list__item:hover{background:var(--red-50)}.messages-list__item.is-active{background:var(--red-100);color:var(--red-700)}.messages-list__avatar{background:var(--blue-100);width:36px;height:36px;color:var(--blue-700);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex;overflow:hidden}.messages-list__avatar img{object-fit:cover;width:100%;height:100%}.messages-thread{flex-direction:column;padding:0;display:flex;overflow:hidden}.messages-thread__empty{color:var(--ink-soft);flex:1;justify-content:center;align-items:center;display:flex}.messages-thread__head{border-bottom:1px solid var(--line);padding:18px 22px;font-size:15px}.messages-thread__body{flex-direction:column;flex:1;gap:10px;padding:20px 22px;display:flex;overflow-y:auto}.message-bubble{background:var(--red-50);border-radius:16px 16px 16px 4px;align-self:flex-start;max-width:70%;padding:10px 14px;font-size:14.5px;line-height:1.45}.message-bubble.is-mine{background:var(--red-600);color:#fff;border-radius:16px 16px 4px;align-self:flex-end}.messages-thread__compose{border-top:1px solid var(--line);gap:10px;padding:16px 20px;display:flex}.messages-thread__compose input{border:1.5px solid var(--line-strong);border-radius:999px;flex:1;padding:10px 14px;font-size:14px}.messages-thread__compose input:focus{border-color:var(--red-600);outline:none}@media (width<=760px){.messages-page__inner{grid-template-columns:1fr;height:auto}.messages-list{gap:8px;padding:14px;display:flex;overflow-x:auto}.messages-list h3{display:none}.messages-thread{height:500px}}.pricing-page{padding:56px 0 100px}.pricing-page__head{text-align:center;max-width:620px;margin:0 auto 44px}.pricing-page__head h1{margin:12px 0 14px;font-size:clamp(28px,4vw,38px)}.pricing-page__head p{color:var(--ink-soft);font-size:15.5px}.pricing-page__error{text-align:center;margin-bottom:20px}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1020px;margin:0 auto 64px;display:grid}.pricing-card{flex-direction:column;padding:34px 30px;display:flex;position:relative}.pricing-card--featured{border:2px solid var(--red-600);transform:translateY(-6px)}.pricing-card__badge{background:var(--red-600);color:#fff;border-radius:999px;align-self:flex-start;margin-bottom:14px;padding:5px 14px;font-size:11.5px;font-weight:700}.pricing-card h3{color:var(--blue-700);font-size:16px}.pricing-card__price{align-items:baseline;gap:8px;margin:14px 0 6px;display:flex}.pricing-card__price span{font-family:var(--font-display);color:var(--red-700);font-size:36px;font-weight:800}.pricing-card__price small{color:var(--ink-soft);font-size:13px}.pricing-card__desc{color:var(--ink-soft);min-height:42px;margin-bottom:20px;font-size:14px}.pricing-card__perks{flex-direction:column;flex:1;gap:10px;margin:0 0 26px;padding:0;list-style:none;display:flex}.pricing-card__perks li{color:var(--ink);padding-left:22px;font-size:13.5px;position:relative}.pricing-card__perks li:before{content:"";background:var(--yellow-500);border-radius:3px;width:12px;height:12px;position:absolute;top:6px;left:0}@media (width<=860px){.pricing-grid{grid-template-columns:1fr}.pricing-card--featured{transform:none}}.pricing-faq{max-width:720px;margin:0 auto}.pricing-faq h2{text-align:center;margin-bottom:18px;font-size:22px}.pricing-faq details{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-sm);margin-bottom:10px;padding:16px 20px}.pricing-faq summary{cursor:pointer;font-size:14.5px;font-weight:600}.pricing-faq p{color:var(--ink-soft);margin-top:10px;font-size:14px;line-height:1.55}.legal-page{padding:56px 0 100px}.legal-page__inner{grid-template-columns:220px 1fr;gap:48px;display:grid}.legal-tabs{flex-direction:column;align-self:start;gap:4px;display:flex;position:sticky;top:96px}.legal-tabs__item{border-radius:var(--radius-sm);color:var(--ink-soft);padding:10px 14px;font-size:14px;font-weight:600}.legal-tabs__item:hover{background:var(--red-50)}.legal-tabs__item.is-active{background:var(--red-600);color:#fff}.legal-content{max-width:680px}.legal-content h1{margin-bottom:6px;font-size:30px}.legal-updated{color:var(--ink-soft);margin-bottom:28px;font-size:13px}.legal-content h2{color:var(--red-700);margin:30px 0 12px;font-size:18px}.legal-content p,.legal-content li{color:var(--ink);font-size:14.5px;line-height:1.7}.legal-content ul{flex-direction:column;gap:8px;margin:10px 0 16px;padding-left:22px;display:flex}.legal-content a{color:var(--blue-600);font-weight:600}.legal-disclaimer{background:var(--yellow-100);border-radius:var(--radius-sm);color:var(--yellow-600);margin-top:40px;padding:16px 18px;font-size:13px;font-style:italic}@media (width<=820px){.legal-page__inner{grid-template-columns:1fr}.legal-tabs{flex-direction:row;gap:8px;position:static;overflow-x:auto}.legal-tabs__item{white-space:nowrap}}.notfound-page{text-align:center;padding:120px 0}.notfound-page__inner h1{margin:14px 0 10px;font-size:32px}.notfound-page__inner p{color:var(--ink-soft);margin-bottom:28px}.admin-page{padding:48px 0 100px}.admin-page__head{margin-bottom:26px}.admin-page__head h1{margin-top:8px;font-size:28px}.admin-tabs{border-bottom:1px solid var(--line);gap:8px;margin-bottom:28px;display:flex;overflow-x:auto}.admin-tabs__item{color:var(--ink-soft);white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:12px 18px;font-size:14px;font-weight:600}.admin-tabs__item:hover{color:var(--red-700)}.admin-tabs__item.is-active{color:var(--red-700);border-bottom-color:var(--red-600)}.admin-stats-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.admin-stat{flex-direction:column;gap:6px;padding:22px 20px;display:flex}.admin-stat span{color:var(--ink-soft);font-size:12.5px;font-weight:600}.admin-stat strong{font-family:var(--font-display);color:var(--red-700);font-size:26px}@media (width<=900px){.admin-stats-grid{grid-template-columns:repeat(2,1fr)}}.admin-search{gap:10px;max-width:360px;margin-bottom:20px;display:flex}.admin-search input{border-radius:var(--radius-sm);border:1.5px solid var(--line-strong);flex:1;padding:10px 14px;font-size:14px}.admin-table-wrap{border-radius:var(--radius-md);border:1px solid var(--line);background:#fff;overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;min-width:720px;font-size:13.5px}.admin-table th{text-align:left;background:var(--red-50);color:var(--red-700);text-transform:uppercase;letter-spacing:.03em;padding:14px 16px;font-size:12.5px;font-weight:700}.admin-table td{border-bottom:1px solid var(--line);vertical-align:middle;padding:12px 16px}.admin-table__actions{gap:6px;display:flex}.admin-table__danger{color:var(--red-700);border-color:var(--red-600)}.admin-table__details{max-width:240px}.admin-tag{text-transform:capitalize;background:var(--blue-100);color:var(--blue-700);border-radius:999px;padding:3px 10px;font-size:11.5px;font-weight:700;display:inline-block}.admin-tag--active{color:#1e5e32;background:#e6f4e9}.admin-tag--suspended{background:var(--yellow-100);color:var(--yellow-600)}.admin-tag--banned,.admin-tag--rejected,.admin-tag--open{background:var(--red-100);color:var(--red-700)}.admin-tag--resolved,.admin-tag--dismissed{background:var(--bone);color:var(--ink-soft)}.admin-photo-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.admin-photo-card{padding:14px}.admin-photo-card img{aspect-ratio:1;object-fit:cover;border-radius:var(--radius-sm);width:100%;margin-bottom:10px}.admin-photo-card__owner{margin-bottom:10px;font-size:13px;font-weight:600}.admin-photo-card__actions{gap:8px;display:flex}@media (width<=900px){.admin-photo-grid{grid-template-columns:repeat(2,1fr)}}
