:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#2f2c36;background:#fbf6f2;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--violet: #9b68df;--violet-dark: #7d55c8;--violet-soft: #f1e8ff;--line: #e9e2df;--muted: #9a949f}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,select{font:inherit}button{cursor:pointer}.auth-page,.home-page{min-height:100vh;display:grid;place-items:center;padding:28px;overflow:hidden;background:radial-gradient(circle at 12% 18%,rgba(197,207,239,.52) 0 11rem,transparent 11.2rem),radial-gradient(circle at 87% 84%,rgba(248,229,209,.72) 0 13rem,transparent 13.2rem),linear-gradient(135deg,snow,#f9f6ff 47%,#fff7ef)}.auth-page{padding:0;background:#fff8f6}.auth-shell{position:relative;width:100%;min-height:100vh;display:grid;grid-template-columns:minmax(620px,1fr) minmax(420px,560px);align-items:center;gap:clamp(36px,7vw,128px);padding:clamp(42px,7vh,80px) clamp(80px,8.5vw,170px);border:0;border-radius:0;background:radial-gradient(circle at 74% 24%,rgba(255,232,226,.9) 0 16rem,transparent 16.2rem),radial-gradient(circle at 16% 82%,rgba(255,219,211,.78) 0 18rem,transparent 18.2rem),linear-gradient(135deg,snow,#fff7f4 54%,#fffaf8);overflow:hidden}.auth-hero{position:relative;min-height:min(820px,calc(100vh - 96px));display:grid;grid-template-rows:auto auto auto minmax(300px,1fr);align-content:start;padding-left:clamp(10px,2vw,38px);color:#302e35}.auth-hero__brand{display:inline-flex;align-items:flex-start;gap:7px;font-family:Georgia,Times New Roman,serif;font-size:clamp(48px,4.2vw,68px);line-height:1;color:#29263c}.auth-hero__brand span{color:#f15d83;font-family:inherit;font-size:17px;line-height:1;transform:translateY(2px)}.auth-hero__copy{max-width:690px;margin-top:clamp(34px,4.5vh,56px)}.auth-hero__copy h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(54px,4.7vw,76px);line-height:1.04;color:#25262a;font-weight:800;letter-spacing:0}.auth-hero__copy h1 span{display:block;color:#ec587d}.auth-hero__copy p{max-width:560px;margin:22px 0 0;color:#6d6e73;font-size:clamp(20px,1.35vw,24px);line-height:1.34;font-weight:400}.auth-hero__chips{width:fit-content;max-width:100%;display:flex;align-items:center;gap:0;margin-top:26px;padding:11px 18px;border:1px solid #f7cdd6;border-radius:16px;background:#fff6f6bf;color:#62646b;box-shadow:0 12px 34px #ed748b12}.auth-hero__chips span{display:inline-flex;align-items:center;gap:9px;white-space:nowrap;font-size:16px}.auth-hero__chips span+span:before{content:"";width:4px;height:4px;margin:0 18px;border-radius:50%;background:#f48aa3}.auth-hero__chips svg{color:#ff6385}.auth-hero__image-wrap{position:relative;align-self:end;min-height:clamp(330px,43vh,520px);margin-top:clamp(24px,4vh,48px);margin-left:clamp(-42px,-2vw,-16px);pointer-events:none}.auth-hero__image-wrap:before{content:"";position:absolute;inset:18% 0 0;z-index:1;background:linear-gradient(180deg,#fff8f600,#fff8f6b8 72%)}.auth-hero__image-wrap img{position:absolute;z-index:2;width:min(104%,920px);max-height:min(46vh,480px);object-fit:contain;object-position:left bottom;left:0;bottom:0}.auth-card{position:relative;z-index:2;width:100%;display:flex;flex-direction:column;gap:28px;padding:clamp(50px,6vh,76px) clamp(38px,4vw,56px) clamp(40px,5vh,56px);border:0;border-radius:30px;background:#ffffffe0;box-shadow:0 26px 62px #4234311f;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.auth-card__title{position:relative;margin:0;padding-bottom:27px;border-bottom:1px solid #eadfdd;color:#f35178;font-size:22px;font-weight:800;text-align:center}.auth-card__title:after{content:"";position:absolute;left:50%;bottom:-2px;width:min(42%,180px);height:3px;border-radius:999px;background:#f35178;transform:translate(-50%)}.auth-card__fields{display:flex;flex-direction:column;gap:26px;margin-top:24px}.field-row{display:grid;grid-template-columns:1fr .82fr;gap:10px}.field{display:flex;min-width:0;flex-direction:column;gap:5px}.field__label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.input{min-height:72px;display:flex;align-items:center;gap:18px;padding:0 20px;border:1px solid #eadbda;border-radius:10px;background:#fffc;color:#9c96a0;transition:border-color .2s ease,box-shadow .2s ease}.auth-card .input svg{color:#aa9298}.input input,.input select{font-size:20px}.input:focus-within{border-color:#f28da5;box-shadow:0 0 0 4px #f351781f}.input--error{border-color:#d96c76}.input input,.input select{width:100%;min-width:0;border:0;outline:0;color:#423d47;background:transparent}.input input::placeholder{color:#aaa4ad}.input select{appearance:none}.icon-button{width:34px;height:34px;display:grid;flex:0 0 auto;place-items:center;border:0;border-radius:50%;color:#9d98a3;background:transparent}.field__error,.auth-card__error{color:#be4f5c;font-size:12px}.auth-card__error{position:relative;min-height:54px;display:flex;align-items:center;padding:10px 18px 10px 56px;border-radius:12px;background:linear-gradient(90deg,#ffe5e1eb,#ffefebb8);font-size:15px;font-weight:600}.auth-card__error:before{content:"!";position:absolute;left:22px;width:22px;height:22px;display:grid;place-items:center;border:2px solid #e86770;border-radius:50%;color:#e86770;font-size:14px;line-height:1}.button{position:relative;min-height:72px;border:0;border-radius:12px;color:#fff;font-size:23px;font-weight:700;background:linear-gradient(180deg,#f95d84,#ee406f);box-shadow:0 18px 34px #ee406f47;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.auth-card .button:after{content:"→";position:absolute;right:30px;top:50%;transform:translateY(-52%);font-size:34px;font-weight:400}.button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 20px 38px #ee406f4d}.button:disabled{cursor:wait;opacity:.72}.auth-card__divider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;color:#8c8589;font-size:15px}.auth-card__divider span{height:1px;background:#eadfdd}.auth-card__signup{margin:0;color:#77737b;font-size:17px;text-align:center}.auth-card__signup button{border:0;padding:0;color:#f35178;background:transparent;font-weight:700}.auth-card__terms{max-width:380px;margin:0 auto;color:#8d8793;font-size:15px;line-height:1.45;text-align:center}.auth-card__terms a{color:#f35178;font-weight:600;text-decoration:none}.register-page{position:relative;min-height:100vh;display:grid;place-items:center;padding:34px;overflow:hidden;background:linear-gradient(168deg,transparent 0 40%,rgba(255,223,229,.52) 40.2% 60%,transparent 60.2%),linear-gradient(12deg,transparent 0 58%,rgba(255,228,232,.46) 58.2% 78%,transparent 78.2%),#fffaf8}.register-page:before,.register-page:after{content:"";position:absolute;width:56px;height:56px;border:3px solid #ffafbf;opacity:.8}.register-page:before{left:24%;top:31%;border-radius:12px;transform:rotate(-7deg)}.register-page:after{right:22%;top:64%;border-radius:50%}.register-brand{position:absolute;top:42px;left:48px;font-family:Georgia,Times New Roman,serif;font-size:38px;line-height:1;color:#252a40}.register-brand span{color:#f35178;font-size:13px;vertical-align:top}.register-card{position:relative;z-index:2;width:min(100%,570px);min-height:min(88vh,860px);display:flex;flex-direction:column;padding:42px 42px 30px;border:2px solid #e2c8c7;border-radius:36px;background:#ffffff94;box-shadow:0 24px 70px #563a3417;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.register-card__header{display:grid;grid-template-columns:44px 1fr 44px;align-items:center}.register-back{width:44px;height:44px;display:grid;place-items:center;border:0;border-radius:50%;color:#1e2128;background:transparent}.register-progress{display:flex;align-items:center;justify-content:center;gap:12px}.register-progress__bar{width:34px;height:5px;border-radius:999px;background:#eadfdd;transition:background-color .22s ease,transform .22s ease}.register-progress__bar--active{background:#f35178;transform:scaleX(1.08)}.register-step-pill{width:fit-content;margin:34px auto 0;padding:10px 24px;border-radius:999px;color:#7c7479;background:#ffeff1cc;font-size:16px;animation:registerPillIn .24s ease both}.register-step{flex:1;display:flex;flex-direction:column;padding-top:24px;animation:registerStepForward .32s cubic-bezier(.22,.82,.2,1) both;will-change:opacity,transform}.register-step--back{animation-name:registerStepBack}.register-step h1{max-width:470px;margin:0 auto;color:#252a40;font-family:Georgia,Times New Roman,serif;font-size:clamp(40px,3vw,52px);line-height:1.08;letter-spacing:0}.register-step p{max-width:430px;margin:16px auto 0;color:#686b73;font-size:21px;line-height:1.34}.register-hero-visual{position:relative;width:min(112%,560px);min-height:310px;margin:22px auto 0;overflow:hidden;background:radial-gradient(circle at 50% 68%,#ffeef0f5 0 42%,#ffeef000 62%),linear-gradient(180deg,#fffaf800,#fffaf8eb 86%);-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 9%,#000 91%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 9%,#000 91%,transparent 100%)}.register-hero-visual:after{content:"";position:absolute;inset:auto 0 0;height:36%;background:linear-gradient(180deg,#fffaf800,#fffaf8 72%);pointer-events:none}.register-hero-image{width:100%;max-height:310px;object-fit:contain;mix-blend-mode:multiply}.register-calendar-image{width:min(78%,350px);max-height:160px;object-fit:contain;margin:18px auto 0}.register-input,.register-date-input{width:100%;min-height:68px;display:flex;align-items:center;gap:16px;margin:32px auto 0;padding:0 20px;border:1px solid #ead8d7;border-radius:16px;background:#ffffffb8;color:#2b2e38}.register-input svg{flex:0 0 auto;color:#252a40}.register-input input,.register-date-input input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#262933;font-size:20px}.register-input input::placeholder{color:#9b9296}.register-date-input{width:min(100%,360px);justify-content:center}.register-date-input input{text-align:center}.register-age{width:fit-content;display:inline-flex;align-items:center;gap:8px;margin:28px auto 0;padding:14px 18px;border-radius:18px;color:#e97891;background:#ffe9ed;font-size:24px;font-weight:800}.register-age--valid{color:#3f9d76;background:#eaf8f2}.register-choice-grid,.register-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:34px}.register-choice,.register-time-card{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 18px;border:1px solid #ead8d7;border-radius:18px;color:#2e3140;background:#ffffffa8;font-size:18px}.register-time-card>span{display:grid;gap:4px;text-align:left}.register-time-card strong{font-size:17px;font-weight:700}.register-time-card small{color:#817a82;font-size:13px}.register-choice--active,.register-time-card--active{border-color:#f35178;color:#f35178;background:#fff4f7e6;box-shadow:inset 0 0 0 1px #f3517824}.register-time-card--active small{color:#d85273}.register-slot-editor{display:grid;grid-template-columns:minmax(0,1.25fr) .72fr .72fr 48px;gap:10px;margin-top:20px}.register-slot-editor label,.register-slot-editor input,.register-slot-editor button{min-width:0;min-height:50px;border:1px solid #ead8d7;border-radius:14px;background:#ffffffb8;color:#2b2e38}.register-slot-editor label{display:flex;align-items:center;gap:8px;padding:0 12px}.register-slot-editor select,.register-slot-editor input{width:100%;border:0;outline:0;background:transparent}.register-slot-editor button{display:grid;place-items:center;color:#fff;border-color:transparent;background:linear-gradient(180deg,#f95d84,#ee406f)}.register-slot-editor--ranges{grid-template-columns:.72fr .72fr 48px}.register-slot-editor--column{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}.register-slot-editor--column .register-input{margin:0}.register-slot-editor--column .register-input span{color:#817a82;font-size:13px;white-space:nowrap}.register-slot-hint{margin:10px 0 0;color:#817a82;font-size:14px}.register-checkbox{display:inline-flex;align-items:center;gap:10px;margin-top:16px;color:#4d4852;font-size:16px;cursor:pointer}.register-checkbox input{width:20px;height:20px;accent-color:#f35178}.register-slot-list{display:grid;gap:10px;margin-top:16px}.register-slot{min-height:52px;display:grid;grid-template-columns:minmax(0,1fr) auto 38px;align-items:center;gap:10px;padding:8px 8px 8px 14px;border:1px solid #f0d8dd;border-radius:15px;background:#ffffffa8}.register-slot span{min-width:0;overflow:hidden;color:#59545e;white-space:nowrap;text-overflow:ellipsis}.register-slot strong{color:#f35178;font-size:14px}.register-slot button{width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:12px;color:#9c5968;background:#ffe8ecd9}.register-range-list{display:grid;gap:10px;margin-top:16px}.register-range-row{display:grid;grid-template-columns:minmax(0,1fr) 38px;align-items:center;gap:10px;padding:12px;border:1px solid #f0d8dd;border-radius:15px;background:#ffffffa8}.register-range-row__controls{display:grid;grid-template-columns:1fr 1fr;gap:10px}.register-range-field{display:grid;gap:6px;min-width:0}.register-range-field span{color:#59545e;font-size:13px}.register-range-field select{width:100%;height:44px;padding:0 10px;border:1px solid #ead8d7;border-radius:12px;background:#ffffffb8;color:#2b2e38}.register-range-row__remove{width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:12px;color:#9c5968;background:#ffe8ecd9}.register-range-add{display:inline-flex;align-items:center;gap:8px;margin-top:14px;padding:0 16px;min-height:44px;border:1px solid #f0b5c0;border-radius:14px;color:#d85273;background:#fff9;font-size:15px;font-weight:600}.register-group-label{margin:24px 0 12px;color:#252a40;font-size:20px;font-weight:700}.register-chip-list{display:flex;flex-wrap:wrap;gap:12px}.register-chip-list--large{margin-top:30px}.register-chip{min-height:48px;padding:0 18px;border:1px solid #f0b5c0;border-radius:15px;color:#4d4852;background:#fff9;font-size:17px}.register-chip__emoji{margin-right:7px}.register-chip--active{border-color:transparent;color:#fff;background:linear-gradient(180deg,#f75d84,#e94871)}.register-chip--active .register-chip__emoji{filter:saturate(1.06)}.register-day-list{display:grid;gap:12px;margin-top:4px}.register-day{display:grid;gap:12px;padding:14px 16px;border:1px solid #ead8d7;border-radius:16px;background:#ffffffa8}.register-day--free{border-color:#f0b5c0;background:#fff4f7b8}.register-day__header{display:flex;align-items:center;gap:10px}.register-day__label{flex:1;min-width:0;overflow:hidden;color:#2b2e38;font-size:17px;font-weight:700;white-space:nowrap;text-overflow:ellipsis}.register-day__state{color:#817a82;font-size:13px}.register-day__toggle{min-height:38px;padding:0 14px;display:inline-flex;align-items:center;gap:6px;font-size:14px}.register-day__times{display:grid;grid-template-columns:1fr 1fr;gap:12px}.register-day__field{display:grid;gap:6px}.register-day__field span{color:#59545e;font-size:13px}.register-day__field select{width:100%;min-width:0;min-height:46px;padding:0 12px;border:1px solid #ead8d7;border-radius:12px;outline:0;background:#fffc;color:#2b2e38;font-size:15px}.register-empty-state{min-height:48px;display:inline-flex;align-items:center;color:#817a82;font-size:16px}.register-photo-drop{min-height:170px;display:grid;place-items:center;gap:10px;margin-top:30px;border:1px dashed #f098aa;border-radius:22px;color:#f35178;background:#fff5f7b8;font-size:18px;font-weight:700}.register-photo-drop input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.register-photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.register-photo-grid img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:18px}.register-error{margin-top:16px;padding:12px 16px;border-radius:14px;color:#be4f5c;background:#ffe8e8e0;font-size:14px;font-weight:700}.register-submit{width:100%;min-height:64px;display:flex;align-items:center;justify-content:center;gap:18px;margin-top:22px;border:0;border-radius:12px;color:#fff;background:linear-gradient(180deg,#f95d84,#ee406f);box-shadow:0 16px 30px #ee406f42;font-size:22px;font-weight:700}.register-submit:disabled{cursor:wait;opacity:.7}.register-login-link{width:fit-content;margin:20px auto 0;border:0;color:#8a7f84;background:transparent;font-size:18px}.register-verify{flex:1;display:flex;flex-direction:column;justify-content:center;padding-top:24px;animation:registerStepForward .32s cubic-bezier(.22,.82,.2,1) both}.register-verify h1{max-width:470px;margin:0 auto;color:#252a40;font-family:Georgia,Times New Roman,serif;font-size:clamp(40px,3vw,52px);line-height:1.08;letter-spacing:0}.register-verify p{max-width:430px;margin:16px auto 0;color:#6f676c;font-size:18px;line-height:1.5;text-align:center;overflow-wrap:anywhere}.register-verify__code-input{width:100%;min-height:68px;display:flex;align-items:center;gap:16px;margin:32px auto 0;padding:0 20px;border:1px solid #ead8d7;border-radius:16px;background:#ffffffb8;color:#2b2e38}.register-verify__code-input svg{flex:0 0 auto;color:#252a40}.register-verify__code-input input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#262933;font-size:24px;letter-spacing:6px;text-align:center;font-variant-numeric:tabular-nums}.register-verify__code-input input::placeholder{color:#9b9296;letter-spacing:0;font-size:18px}.register-verify__actions{display:flex;flex-direction:column;gap:14px;margin-top:26px}.register-verify__actions .register-submit{margin-top:0}.register-verify__secondary{min-height:52px;border:0;border-radius:12px;color:#b04a63;background:#ffeff1d9;font-size:17px;font-weight:700;cursor:pointer;transition:background-color .2s ease,opacity .2s ease}.register-verify__secondary:hover{background:#ffe4e9f2}.register-verify__secondary:disabled{cursor:wait;opacity:.7}.register-verify__change{display:flex;flex-direction:column;gap:14px;margin-top:34px;padding-top:26px;border-top:1px dashed #e2c8c7}.register-verify__change .register-input{margin:0}.home-page{place-items:stretch;overflow:auto}.dashboard-shell{width:min(100%,1160px);margin:0 auto;padding:32px 28px 40px}.desktop-nav,.mobile-topbar{display:flex;align-items:center;justify-content:space-between}.desktop-nav{margin-bottom:34px}.dashboard-brand{font-family:Georgia,Times New Roman,serif;font-size:36px;line-height:1;font-weight:700}.dashboard-brand span{color:#b58df0}.desktop-nav__links{display:flex;align-items:center;gap:28px}.nav-pill{min-height:42px;display:inline-flex;align-items:center;gap:9px;padding:0 18px;border:1px solid transparent;border-radius:12px;color:#8d8793;background:transparent}.nav-pill--active{color:var(--violet-dark);border-color:#eadcf9;background:#f5edff;box-shadow:inset 0 0 0 1px #b187eb14}.desktop-nav__actions{display:flex;align-items:center;gap:18px}.round-action,.avatar-button,.mobile-tabbar__item,.card-header button,.soft-button,.interest-chip{border:0}.round-action{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;color:#8b8590;background:#ffffff8f}.avatar-button{position:relative;width:46px;height:46px;padding:0;border-radius:50%;background:transparent}.avatar-button img,.profile-summary__avatar img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.avatar-button span,.profile-summary__avatar span{position:absolute;right:1px;bottom:3px;width:11px;height:11px;border:2px solid #fff;border-radius:50%;background:#57d389}.dashboard-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,1fr);gap:24px}.dashboard-grid--compact{grid-template-columns:minmax(0,1.55fr) minmax(320px,.95fr);align-items:stretch}.dashboard-grid--compact .group-hero{grid-row:span 2;min-height:100%}.dashboard-grid--compact .chat-card{grid-column:2;grid-row:auto}.dashboard-state{min-height:260px;display:grid;place-items:center;padding:32px;border:1px solid #ead8d7;border-radius:24px;color:#686b73;background:#ffffffb8;box-shadow:0 24px 70px #563a3417;font-size:18px;font-weight:700}.dashboard-state--error,.dashboard-empty{color:#be4f5c}.dashboard-empty{margin:0;padding:12px 0;font-size:14px;font-weight:700}.dashboard-card,.group-hero{border:1px solid rgba(226,219,222,.88);border-radius:18px;background:#ffffffbd;box-shadow:0 18px 42px #3b2d2714;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.group-hero{position:relative;min-height:250px;padding:36px 38px;overflow:hidden;background:radial-gradient(circle at 86% 72%,rgba(251,222,202,.74) 0 9rem,transparent 9.1rem),radial-gradient(circle at 74% -18%,rgba(224,211,244,.86) 0 13rem,transparent 13.1rem),linear-gradient(135deg,#ffffffd1,#fdf2ecbd)}.group-hero:before{content:"";position:absolute;width:270px;height:270px;top:-100px;right:220px;border-radius:50%;background:#d5c9f08f}.group-hero h1{position:relative;z-index:1;display:flex;align-items:center;gap:12px;margin:14px 0 12px;font-family:Georgia,Times New Roman,serif;font-size:34px;line-height:1.1;letter-spacing:0}.group-hero h1 svg,.group-heart{color:#a779df}.section-kicker{position:relative;z-index:1;margin:0;color:#9b94a1;font-size:14px}.group-hero__meta,.group-hero__copy{position:relative;z-index:1;margin:0;color:#69636e}.group-hero__copy{max-width:330px;margin-top:34px;line-height:1.55}.status-badge{position:relative;z-index:1;width:fit-content;display:inline-flex;align-items:center;gap:8px;margin-top:26px;padding:9px 15px;border-radius:999px;color:#706a76;background:#ffffffbf;box-shadow:0 8px 20px #3b2d2712}.status-badge:before{content:"";width:9px;height:9px;border-radius:50%;background:#62d795}.group-heart{position:absolute;right:90px;top:54px;width:150px;height:186px;border:3px solid rgba(255,255,255,.86);border-right-color:transparent;border-radius:48% 44% 44% 52%;transform:rotate(28deg)}.group-heart svg{position:absolute;right:-25px;top:-22px;transform:rotate(-28deg)}.dashboard-card{padding:24px}.card-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.card-header h2,.dashboard-card h2{margin:0;font-size:16px;line-height:1.2;font-weight:650}.card-header button{color:var(--violet-dark);background:transparent;font-size:13px}.card-header--plain{justify-content:flex-start;color:#7d7783}.members-card{grid-column:1}.members-list{display:grid;grid-template-columns:repeat(7,minmax(72px,1fr));gap:14px}.member-tile{min-width:0}.member-tile__photo{position:relative;aspect-ratio:1;overflow:hidden;border-radius:16px;background:#f2eef4}.member-tile__photo img,.meeting-card__body img,.chat-message img{width:100%;height:100%;object-fit:cover}.member-tile__photo span{position:absolute;right:6px;bottom:6px;width:10px;height:10px;border:2px solid #fff;border-radius:50%;background:#57d389}.member-tile strong{display:block;margin-top:10px;overflow:hidden;font-size:13px;white-space:nowrap;text-overflow:ellipsis}.member-tile p{margin:5px 0 0;overflow:hidden;color:#9a949f;font-size:11px;white-space:nowrap;text-overflow:ellipsis}.meeting-card{grid-column:2;grid-row:span 1}.meeting-card__body{display:grid;grid-template-columns:92px minmax(0,1fr);align-items:center;gap:18px}.meeting-card__body img{width:92px;height:92px;border-radius:50%}.meeting-card__body h3{margin:0 0 8px;font-size:16px}.meeting-card__body p{margin:5px 0;color:#76707b}.soft-button{min-height:42px;width:100%;margin-top:18px;border-radius:11px;color:var(--violet-dark);background:linear-gradient(180deg,#f4eaff,#ece0fb);font-weight:650}.soft-button--small{width:auto;min-height:32px;margin-top:10px;padding:0 16px;font-size:12px}.meeting-card__footer{display:flex;align-items:center;gap:16px;margin-top:18px;color:#8d8793}.avatar-stack{display:flex}.avatar-stack img{width:28px;height:28px;object-fit:cover;border:2px solid #fff;border-radius:50%}.avatar-stack img+img{margin-left:-10px}.chat-card{grid-column:2;grid-row:span 2}.count-badge,.chat-message>span{display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--violet);font-weight:700}.count-badge{width:26px;height:26px;font-size:13px}.chat-card__messages{display:flex;flex-direction:column;gap:18px}.chat-message{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:12px}.chat-message img{width:42px;height:42px;border-radius:50%}.chat-message strong{display:block;margin-bottom:4px;font-size:14px}.chat-message p{margin:0;color:#7b7580;line-height:1.35}.chat-message time{color:#9d98a3;font-size:12px}.chat-message>span{position:absolute;right:0;top:26px;width:20px;height:20px;font-size:11px}.profile-summary,.interests-card{min-height:150px}.profile-summary__body{display:grid;grid-template-columns:92px minmax(0,1fr);align-items:center;gap:22px;margin-top:20px}.profile-summary__avatar{position:relative;width:92px;height:92px;border-radius:50%}.profile-summary h3{margin:0 0 8px;font-size:20px}.profile-summary p{margin:4px 0;color:#77717c}.interests-card__list{display:flex;align-items:center;gap:12px;margin-top:30px;flex-wrap:wrap}.interest-chip{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;color:var(--violet-dark);background:#f3eaff}.interest-more{color:var(--violet-dark);font-weight:700}.mobile-topbar,.mobile-tabbar{display:none}.home-page{background:radial-gradient(circle at 8% 16%,rgba(194,213,242,.45) 0 14rem,transparent 14.2rem),radial-gradient(circle at 90% 18%,rgba(255,216,197,.5) 0 17rem,transparent 17.2rem),radial-gradient(circle at 52% 92%,rgba(207,189,245,.42) 0 20rem,transparent 20.2rem),linear-gradient(135deg,snow,#f7f5ff 48%,#fff5ed)}.dashboard-shell{width:min(100%,1240px)}.dashboard-grid{grid-template-columns:minmax(0,1.35fr) minmax(320px,.8fr);grid-auto-flow:dense;align-items:stretch}.dashboard-card,.group-hero{border-color:#ded6deb3;border-radius:22px;background:#ffffff9e}.group-hero{min-height:390px;display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,.78fr);align-items:center;gap:24px;padding:48px;background:linear-gradient(120deg,#ffffffb8,#fff5ee85 58%,#ece1ffc7),radial-gradient(circle at 12% 88%,rgba(255,204,183,.38) 0 15rem,transparent 15.2rem)}.group-hero:before{width:420px;height:420px;top:auto;right:-70px;bottom:-150px;background:#d8c8f6b8}.group-hero:after{content:"";position:absolute;width:520px;height:220px;left:-110px;bottom:-85px;border-radius:50%;background:#ffdbc673;transform:rotate(8deg)}.group-hero__content{position:relative;z-index:2}.group-hero h1{max-width:440px;margin:18px 0 14px;font-size:clamp(42px,5vw,64px)}.group-hero__meta{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border-radius:999px;background:#ffffffad}.group-hero__copy{max-width:430px;margin-top:30px;color:#5f5967;font-size:18px}.group-hero__actions{position:relative;z-index:2;display:flex;gap:12px;margin-top:32px;flex-wrap:wrap}.primary-action,.ghost-action{min-height:48px;display:inline-flex;align-items:center;gap:10px;padding:0 18px;border:0;border-radius:14px;font-weight:750}.primary-action{color:#fff;background:linear-gradient(180deg,#b875f0,#7641d0);box-shadow:0 16px 34px #7e55c847}.ghost-action{color:#6f607d;background:#ffffffb8}.group-room{position:relative;z-index:2;width:min(100%,420px);aspect-ratio:1;justify-self:end}.group-room__ring{position:absolute;inset:9%;border:2px solid rgba(166,126,225,.28);border-radius:50%;box-shadow:inset 0 0 70px #ffffff75,0 24px 70px #7e55c81f}.group-room__ring:before,.group-room__ring:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.76);border-radius:50%}.group-room__ring:before{inset:16%}.group-room__ring:after{inset:-9%;border-color:#a67ee124}.group-room__center{position:absolute;inset:34%;display:grid;place-items:center;align-content:center;gap:6px;border-radius:50%;color:#fff;background:linear-gradient(180deg,#c58ef0,#8760d6);box-shadow:0 18px 42px #7e55c847}.group-room__center span{font-size:12px;font-weight:750;text-transform:uppercase}.group-room__avatar{position:absolute;width:72px;height:72px;object-fit:cover;border:4px solid rgba(255,255,255,.9);border-radius:50%;box-shadow:0 16px 30px #362a2324}.group-room__avatar--1{left:43%;top:0}.group-room__avatar--2{right:2%;top:33%}.group-room__avatar--3{right:18%;bottom:5%}.group-room__avatar--4{left:12%;bottom:12%}.group-room__avatar--5{left:1%;top:30%}.mini-kicker{margin:0 0 5px;color:#a677df;font-size:11px;font-weight:800;text-transform:uppercase}.members-card{grid-column:1;background:linear-gradient(180deg,#ffffffb3,#fcf7ff9e),radial-gradient(circle at 8% 10%,rgba(255,214,190,.28),transparent 12rem)}.members-list{grid-template-columns:repeat(7,minmax(86px,1fr));gap:16px}.member-tile{padding:10px;border-radius:18px;background:#ffffff8a;transition:transform .2s ease,box-shadow .2s ease}.member-tile:hover{transform:translateY(-4px);box-shadow:0 14px 30px #3b2d271a}.member-tile__photo{border-radius:18px 18px 12px 12px}.meeting-card{overflow:hidden;padding:0;background:#ffffffad}.meeting-card .card-header{padding:22px 22px 0}.meeting-card__cover{position:relative;height:150px;margin:18px 18px 0;overflow:hidden;border-radius:18px}.meeting-status{min-height:150px;display:grid;place-items:center;align-content:center;gap:6px;margin:18px 18px 0;border-radius:18px;color:#f35178;background:radial-gradient(circle at 70% 20%,rgba(255,232,226,.9),transparent 9rem),#ffeff1d1}.meeting-status strong{color:#252a40;font-size:42px;line-height:1}.meeting-status span{color:#746d76;font-size:14px;font-weight:700}.meeting-card__cover img{width:100%;height:100%;object-fit:cover}.meeting-card__cover:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 10%,rgba(41,31,44,.38))}.meeting-card__cover span{position:absolute;z-index:1;left:14px;bottom:12px;padding:7px 10px;border-radius:999px;color:#fff;background:#2f233775;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:12px;font-weight:750}.meeting-card__body{display:block;padding:18px 22px 0}.meeting-card__body h3{font-size:20px}.meeting-card__body p:last-child{display:flex;align-items:center;gap:6px}.meeting-card .soft-button{width:calc(100% - 44px);margin:20px 22px 0;color:#fff;background:linear-gradient(180deg,#ff9c7b,#ec6f72);box-shadow:0 14px 26px #ec6f7238}.meeting-card__footer{padding:0 22px 22px}.chat-card{background:linear-gradient(180deg,#ffffffc7,#f7f4ff9e),radial-gradient(circle at 90% 8%,rgba(167,121,223,.16),transparent 11rem)}.chat-message{padding:10px;border-radius:16px;background:#ffffff85}.profile-summary,.interests-card{background:#ffffff94}.profile-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.85fr);gap:24px}.profile-hero{position:relative;grid-column:1 / -1;min-height:300px;display:grid;grid-template-columns:170px minmax(0,1fr) auto;align-items:center;gap:34px;padding:38px;overflow:hidden;border:1px solid rgba(226,219,222,.88);border-radius:22px;background:radial-gradient(circle at 92% 16%,rgba(218,202,249,.7) 0 12rem,transparent 12.2rem),radial-gradient(circle at 12% 96%,rgba(252,225,203,.66) 0 16rem,transparent 16.2rem),#ffffffbd;box-shadow:0 18px 42px #3b2d2714}.profile-hero__avatar{position:relative;width:170px;height:170px;border-radius:50%;box-shadow:0 20px 42px #41302929}.profile-hero__avatar img{width:100%;height:100%;object-fit:cover;border:5px solid rgba(255,255,255,.82);border-radius:inherit}.profile-hero__avatar span{position:absolute;right:18px;bottom:16px;width:18px;height:18px;border:3px solid #fff;border-radius:50%;background:#57d389}.profile-hero h1,.profile-edit-page h1{margin:10px 0 14px;font-family:Georgia,Times New Roman,serif;font-size:44px;line-height:1.05;letter-spacing:0}.profile-hero__meta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.profile-hero__meta span{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border-radius:999px;color:#716b77;background:#ffffffad}.profile-hero__content p:last-child{max-width:650px;margin:0;color:#706a76;font-size:17px;line-height:1.55}.profile-edit-button,.profile-save-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:13px;font-weight:700}.profile-edit-button{align-self:start;min-height:46px;padding:0 18px;color:#fff;background:linear-gradient(180deg,#b875f0,#7641d0);box-shadow:0 14px 28px #7e55c83d}.profile-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.profile-stats div{min-height:112px;display:grid;place-items:center;align-content:center;gap:8px;border-radius:16px;background:linear-gradient(180deg,#f5edffb8,#ffffff6b)}.profile-stats strong{color:var(--violet-dark);font-size:34px}.profile-stats span,.profile-details__grid span{color:#8d8793}.profile-details__grid{display:grid;gap:14px;margin-top:20px}.profile-details__grid div{display:grid;grid-template-columns:28px 1fr;gap:3px 12px;padding:15px;border-radius:14px;background:#f8f5fac7}.profile-details__grid svg{grid-row:span 2;color:var(--violet-dark)}.profile-interests div{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.profile-interests span{padding:10px 14px;border-radius:999px;color:var(--violet-dark);background:#f3eaff;font-weight:650}.profile-photos div{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}.profile-photos img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:14px}.profile-edit-page{max-width:920px;width:100%;margin:0 auto;padding:36px}.profile-edit-page__header{margin-bottom:28px}.profile-edit-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.profile-edit-form label{display:grid;gap:8px;color:#68616f;font-weight:650}.profile-edit-form input,.profile-edit-form select,.profile-edit-form textarea{width:100%;min-height:52px;border:1px solid var(--line);border-radius:12px;outline:0;padding:0 16px;color:#423d47;background:#ffffffc7}.profile-edit-form textarea{min-height:132px;padding-top:14px;resize:vertical}.profile-edit-form__wide,.profile-edit-form__error,.profile-edit-form__actions{grid-column:1 / -1}.profile-edit-form__error{margin:0;padding:12px 14px;border-radius:12px;color:#be4f5c;background:#be4f5c14}.profile-edit-form__actions{display:grid;grid-template-columns:1fr 1fr;gap:14px}.profile-edit-form__actions .soft-button{margin-top:0}.profile-save-button{min-height:52px;color:#fff;background:linear-gradient(180deg,#b875f0,#7641d0)}.matching-page{align-items:start}.matching-shell{min-height:100vh;padding-bottom:48px}.matching-stage{display:grid;justify-items:center;gap:26px;padding:8px 0 0;animation:matchingFadeIn .65s ease both}.matching-stage--leaving{animation:matchingFadeOut .45s ease both}.matching-copy{text-align:center}.matching-copy h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,4vw,58px);line-height:1.08;letter-spacing:0;color:#241f30}.matching-copy h1 span,.matching-core span,.matching-step--active span,.matching-tip strong{color:var(--violet-dark)}.matching-copy p{margin:14px 0 0;color:#77717f;font-size:18px}.matching-orbits{position:relative;width:min(680px,calc(100vw - 48px));aspect-ratio:1.38;margin-top:2px}.matching-orbit{position:absolute;inset:0;margin:auto;border:1px solid rgba(180,141,239,.25);border-radius:50%;transform:translateZ(0)}.matching-orbit--outer{width:92%;height:92%;animation:orbitSpin 15s linear infinite}.matching-orbit--middle{width:66%;height:66%;border-style:dashed;animation:orbitSpinReverse 18s linear infinite}.matching-orbit--inner{width:42%;height:42%;opacity:.72;animation:orbitPulse 2.4s ease-in-out infinite}.matching-core{position:absolute;inset:0;width:210px;height:210px;display:grid;place-items:center;align-content:center;gap:8px;margin:auto;border-radius:50%;color:#fff;background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.88),transparent 38%),radial-gradient(circle,#b07befc2,#e6dafd6b 58%,#ffffff2e 70%);box-shadow:0 0 0 24px #ffffff6b,0 22px 56px #7e55c82e;animation:coreAppear .7s ease both,coreGlow 2.8s ease-in-out infinite}.matching-core strong{color:#2d2836;font-size:18px;font-weight:650}.matching-core span{margin-top:-6px;font-size:20px;font-weight:800}.orbit-person{position:absolute;width:74px;height:74px;padding:3px;border-radius:50%;background:#ffffffd1;box-shadow:0 14px 28px #37294221;animation:personFloat 2.8s ease-in-out infinite}.orbit-person img{width:100%;height:100%;display:block;border-radius:inherit;object-fit:cover}.orbit-person--1{left:13%;top:20%;animation-delay:-.3s}.orbit-person--2{right:19%;top:8%;animation-delay:-1.1s}.orbit-person--3{right:6%;top:45%;animation-delay:-1.8s}.orbit-person--4{right:20%;bottom:9%;animation-delay:-.7s}.orbit-person--5{left:12%;bottom:17%;animation-delay:-1.5s}.orbit-person--6{left:31%;top:54%;width:52px;height:52px;opacity:.58;filter:grayscale(.9);animation-delay:-2.2s}.orbit-dot{position:absolute;width:10px;height:10px;border-radius:50%;background:#a979ec;box-shadow:0 0 0 7px #a979ec1f;animation:dotBlink 1.8s ease-in-out infinite}.orbit-dot--one{left:25%;top:12%}.orbit-dot--two{right:14%;top:34%;background:#fff}.orbit-dot--three{left:23%;bottom:24%;animation-delay:-.7s}.orbit-dot--four{right:14%;bottom:27%;background:#fff;animation-delay:-1.1s}.matching-steps{width:min(720px,100%);display:grid;grid-template-columns:repeat(4,1fr);align-items:start;gap:22px}.matching-step{position:relative;display:grid;justify-items:center;gap:10px;color:#8d8793;text-align:center;font-size:13px;line-height:1.25}.matching-step:not(:last-child):after{content:"";position:absolute;top:25px;left:calc(50% + 38px);width:calc(100% - 76px);height:2px;background:#a697a838}.matching-step--active:not(:last-child):after{background:linear-gradient(90deg,#a979ec,#a697a82e)}.matching-step div{width:52px;height:52px;display:grid;place-items:center;border-radius:50%;background:#ffffffc7;box-shadow:0 12px 28px #3b2d270f}.matching-step--active div{color:var(--violet-dark);background:#efe3ff}.matching-progress{width:min(720px,100%);height:5px;overflow:hidden;border-radius:999px;background:#e2dbde8a}.matching-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#a979ec,#f0c7de);transition:width .16s linear}.matching-tip{width:min(940px,100%);display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:22px;margin-top:8px;padding:28px 34px;border-radius:20px;background:linear-gradient(100deg,#f2e8ffe6,#ffefe2d6),#ffffffbd;box-shadow:0 18px 42px #3b2d2712}.matching-tip svg{color:var(--violet-dark)}.matching-tip p{margin:8px 0 0;color:#69636e;line-height:1.5}.matching-tip__button{min-height:54px;padding:0 28px;border:1px solid rgba(169,121,236,.3);border-radius:12px;color:var(--violet-dark);background:#ffffff6b;font-size:15px;font-weight:650}@keyframes matchingFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes matchingFadeOut{to{opacity:0;transform:translateY(-10px) scale(.985)}}@keyframes orbitSpin{to{transform:rotate(360deg)}}@keyframes orbitSpinReverse{to{transform:rotate(-360deg)}}@keyframes orbitPulse{50%{opacity:.42;transform:scale(.96)}}@keyframes coreAppear{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes coreGlow{50%{box-shadow:0 0 0 31px #ffffff57,0 26px 64px #7e55c83d}}@keyframes personFloat{50%{transform:translate3d(0,-10px,0) scale(1.04)}}@keyframes dotBlink{50%{opacity:.35;transform:scale(.82)}}@keyframes registerStepForward{0%{opacity:0;transform:translate(22px) scale(.985)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes registerStepBack{0%{opacity:0;transform:translate(-22px) scale(.985)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes registerPillIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.home-page{background:linear-gradient(168deg,transparent 0 42%,rgba(255,223,229,.48) 42.2% 60%,transparent 60.2%),linear-gradient(12deg,transparent 0 58%,rgba(255,228,232,.42) 58.2% 78%,transparent 78.2%),#fffaf8}.dashboard-brand span,.nav-pill--active,.card-header button,.group-hero h1 svg,.group-heart,.mini-kicker,.matching-copy h1 span,.matching-core span,.matching-step--active span,.matching-tip strong{color:#f35178}.nav-pill--active{border-color:#f7cdd6;background:#ffeff1d1;box-shadow:inset 0 0 0 1px #f351781a}.dashboard-card,.group-hero{border-color:#ead8d7;border-radius:24px;background:#ffffffa8;box-shadow:0 24px 70px #563a3417}.group-hero{background:radial-gradient(circle at 80% 20%,rgba(255,232,226,.82) 0 13rem,transparent 13.2rem),radial-gradient(circle at 18% 90%,rgba(255,219,211,.68) 0 14rem,transparent 14.2rem),linear-gradient(135deg,#ffffffc2,#fff7f4bd)}.group-hero:before{background:#ffdde29e}.group-hero:after{background:#ffefe2b3}.primary-action,.profile-edit-button,.profile-save-button,.count-badge{background:linear-gradient(180deg,#f95d84,#ee406f);box-shadow:0 16px 34px #ee406f42}.ghost-action,.round-action{color:#8a7f84;background:#ffffffad}.group-room__center,.meeting-card .soft-button{background:linear-gradient(180deg,#f95d84,#ee406f);box-shadow:0 18px 42px #ee406f3d}.group-room__ring{border-color:#f3517833}.meeting-card,.chat-card,.members-card{background:linear-gradient(180deg,#ffffffc2,#fff6f7a3),radial-gradient(circle at 90% 8%,rgba(243,81,120,.12),transparent 11rem)}.soft-button{color:#f35178;background:#ffeff1db}.matching-page{background:radial-gradient(circle at 74% 24%,rgba(255,232,226,.72) 0 16rem,transparent 16.2rem),radial-gradient(circle at 16% 82%,rgba(255,219,211,.62) 0 18rem,transparent 18.2rem),#fffaf8}.matching-orbit{border-color:#f351783d}.matching-core{background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.88),transparent 38%),radial-gradient(circle,#f95d849e,#ffe8ecb8 58%,#fff3 70%);box-shadow:0 0 0 24px #ffffff6b,0 22px 56px #ee406f29}.orbit-dot{background:#f35178;box-shadow:0 0 0 7px #f351781f}.matching-step--active:not(:last-child):after,.matching-progress span{background:linear-gradient(90deg,#f35178,#ffb9c8)}.matching-step--active div{color:#f35178;background:#ffe9ed}.matching-tip{border:1px solid #f7cdd6;background:linear-gradient(100deg,#ffeff1eb,#fff7f1db),#ffffffbd}.matching-tip svg{color:#f35178}.matching-tip__button{border-color:#f7cdd6;color:#f35178}@media(prefers-reduced-motion:reduce){.register-step,.register-step--back,.register-step-pill{animation:none}.register-progress__bar{transition:none}}.chat-page{align-items:start}.chat-shell{min-height:100vh;padding-bottom:48px}.chat-layout{display:grid;grid-template-columns:minmax(0,1fr)}.chat-panel{width:min(100%,1120px);justify-self:center;border:1px solid rgba(226,219,222,.88);border-radius:20px;background:#ffffffc2;box-shadow:0 20px 48px #3b2d2714;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.chat-panel{min-height:690px;display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden}.chat-panel__header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:20px;padding:22px 28px;border-bottom:1px solid rgba(226,219,222,.72)}.chat-group-icon{width:60px;height:60px;display:grid;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(180deg,#b875f0,#7a42d6);box-shadow:0 12px 26px #7e55c83d}.chat-panel__header h1{margin:0;font-size:25px;line-height:1.2}.chat-panel__header p{display:flex;align-items:center;gap:12px;margin:8px 0 0;color:#817b87;font-size:15px}.chat-panel__header p span{width:7px;height:7px;border-radius:50%;background:#57d389}.chat-panel__header p .chat-status-dot--connecting{background:#f4b85c}.chat-panel__header p .chat-status-dot--disconnected{background:#d8ccd5}.chat-menu-button{width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:50%;color:#8d8793;background:transparent}.chat-messages{min-height:0;display:flex;flex-direction:column;gap:18px;overflow:auto;padding:24px 28px 18px}.chat-state{align-self:center;width:min(100%,420px);margin:auto;padding:16px 18px;border:1px solid rgba(226,219,222,.78);border-radius:16px;color:#817b87;background:#ffffffc2;text-align:center}.chat-state--error{color:#c8476a;border-color:#ee62814d;background:#fff4f7db}.chat-bubble-row{display:grid;grid-template-columns:54px minmax(0,1fr);align-items:start;gap:16px}.chat-bubble-row>img{width:54px;height:54px;border-radius:50%;object-fit:cover}.chat-bubble-row--mine{display:flex;justify-content:flex-end}.chat-bubble-stack{min-width:0;max-width:min(620px,78%)}.chat-bubble-row--mine .chat-bubble-stack{display:grid;justify-items:end;max-width:min(430px,78%)}.chat-bubble-author{display:flex;align-items:baseline;gap:14px;margin-bottom:7px}.chat-bubble-author strong{color:#6f6875;font-size:15px}.chat-bubble-author time,.chat-bubble-time{color:#a39da8;font-size:12px}.chat-bubble-time{margin:0 14px 7px 0}.chat-bubble-stack p{width:fit-content;max-width:100%;margin:0;padding:13px 17px;border-radius:0 16px 16px;color:#4d4653;background:#f6f3f7e0;font-size:16px;line-height:1.5}.chat-bubble-row--mine p{border-radius:16px 16px 0;background:linear-gradient(180deg,#eee0ff,#e1d1f5)}.chat-reactions{display:flex;gap:8px;margin-top:7px}.chat-reactions span{min-width:52px;min-height:28px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 12px;border:1px solid rgba(226,219,222,.86);border-radius:999px;color:#756e7c;background:#ffffffb8;font-size:13px}.chat-composer{display:grid;grid-template-columns:58px minmax(0,1fr) 58px;align-items:center;gap:12px;padding:12px 20px 20px;border-top:1px solid rgba(226,219,222,.52)}.chat-composer button{width:58px;height:58px;display:grid;place-items:center;border:0;border-radius:50%}.chat-composer button:first-child{color:#8f8995;background:#f6f1fb}.chat-composer button:last-child{color:#fff;background:linear-gradient(180deg,#b875f0,#7641d0);box-shadow:0 14px 28px #7e55c847}.chat-composer button:disabled{cursor:not-allowed;opacity:.52}.chat-composer label{min-width:0;min-height:58px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:0 18px 0 22px;border:1px solid rgba(214,207,216,.92);border-radius:999px;color:#9b94a1;background:#ffffffb3}.chat-composer label>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.chat-composer input{min-width:0;border:0;outline:0;color:#423d47;background:transparent;font-size:16px}.chat-composer input::placeholder{color:#9f98a5}.chat-composer input:disabled{cursor:not-allowed}@media(max-width:1180px){.auth-shell{grid-template-columns:1fr;gap:28px;padding:34px 24px}.auth-hero{min-height:620px;padding-left:0}.auth-hero__copy{margin-top:28px}.auth-hero__image-wrap{width:min(100%,760px);min-height:310px;margin-top:24px;margin-left:0}.auth-hero__image-wrap img{max-height:310px}.auth-card{width:min(100%,520px);justify-self:center}}@media(max-width:820px){.auth-page,.home-page{align-items:start;padding:18px}.auth-shell{min-height:calc(100vh - 36px);grid-template-columns:1fr;gap:20px;padding:24px 16px;border:0;border-radius:0;overflow:hidden}.auth-hero{min-height:auto;grid-template-rows:auto auto auto auto;padding:0}.auth-hero__brand{font-size:42px}.auth-hero__copy{margin-top:24px}.auth-hero__copy h1{font-size:43px}.auth-hero__copy p{max-width:320px;margin-top:14px;font-size:17px}.auth-hero__chips{flex-wrap:wrap;gap:8px 12px;margin-top:16px;padding:10px 12px;border-radius:12px}.auth-hero__chips span{font-size:13px}.auth-hero__chips span+span:before{display:none}.auth-hero__image-wrap{width:100%;min-height:220px;margin-top:18px;margin-left:-18px}.auth-hero__image-wrap img{max-height:220px}.auth-card{width:min(100%,420px);margin:0 auto;gap:18px;padding:28px 18px 24px;border:0;border-radius:20px;box-shadow:0 16px 40px #4234311a;background:#ffffffe6;-webkit-backdrop-filter:none;backdrop-filter:none}.auth-card__title{min-height:38px;font-size:16px}.auth-card__fields{gap:12px;margin-top:8px}.input{min-height:50px;gap:11px;padding:0 14px;border-radius:10px}.input input,.input select{font-size:14px}.button{min-height:54px;font-size:15px}.auth-card .button:after{display:none}.auth-card__signup{font-size:14px}.auth-card__terms{font-size:12px}.field-row{grid-template-columns:1fr}.register-page{place-items:start center;padding:16px;overflow:auto}.register-page:before,.register-page:after{display:none}.register-brand{position:relative;top:auto;left:auto;justify-self:start;margin:4px 0 16px;font-size:34px}.register-card{width:100%;min-height:auto;padding:24px 18px 22px;border-radius:24px}.register-card__header{grid-template-columns:38px 1fr 38px}.register-back{width:38px;height:38px}.register-progress{gap:7px}.register-progress__bar{width:23px;height:4px}.register-step-pill{margin-top:18px;padding:8px 16px;font-size:13px}.register-step{padding-top:18px}.register-step h1{font-size:34px}.register-step p{font-size:16px}.register-hero-visual{min-height:230px}.register-hero-image{max-height:230px}.register-calendar-image{max-height:120px}.register-input,.register-date-input{min-height:52px;margin-top:22px;padding:0 14px;border-radius:13px}.register-input input,.register-date-input input{font-size:15px}.register-choice-grid,.register-card-grid{grid-template-columns:1fr;gap:10px;margin-top:22px}.register-choice,.register-time-card{min-height:54px;border-radius:14px;font-size:15px}.register-slot-editor{grid-template-columns:1fr 1fr}.register-slot-editor label,.register-slot-editor button{grid-column:1 / -1}.register-group-label{margin:18px 0 10px;font-size:17px}.register-chip{min-height:42px;padding:0 14px;border-radius:13px;font-size:14px}.register-day{padding:12px}.register-day__state{display:none}.register-day__toggle{min-height:34px;padding:0 10px;font-size:13px}.register-day__times{grid-template-columns:1fr;gap:10px}.register-photo-drop{min-height:128px;border-radius:18px;font-size:15px}.register-submit{min-height:54px;margin-top:18px;font-size:17px}.register-login-link{font-size:15px}.matching-shell{min-height:calc(100vh - 36px);padding:20px 14px 86px;border-radius:24px}.matching-stage{gap:20px;padding-top:10px}.matching-copy h1{font-size:34px}.matching-copy p{font-size:14px}.matching-orbits{width:min(100%,390px);aspect-ratio:1}.matching-core{width:158px;height:158px;box-shadow:0 0 0 16px #ffffff6b,0 18px 42px #7e55c829}.matching-core strong{font-size:15px}.matching-core span{font-size:17px}.orbit-person{width:52px;height:52px}.orbit-person--4,.orbit-person--6,.orbit-dot--three{display:none}.matching-steps{grid-template-columns:repeat(2,1fr);gap:14px}.matching-step{font-size:12px}.matching-step:after{display:none}.matching-step div{width:44px;height:44px}.matching-tip{grid-template-columns:1fr;justify-items:start;gap:12px;padding:20px}.matching-tip__button{width:100%}.chat-shell{min-height:100vh;padding:18px 14px 86px}.chat-layout{grid-template-columns:1fr;gap:12px}.chat-panel{min-height:calc(100vh - 172px);border-radius:16px}.chat-panel__header{gap:12px;padding:16px}.chat-group-icon{width:48px;height:48px}.chat-panel__header h1{font-size:20px}.chat-panel__header p{font-size:13px}.chat-messages{gap:14px;padding:16px}.chat-bubble-row{grid-template-columns:42px minmax(0,1fr);gap:10px}.chat-bubble-row>img{width:42px;height:42px}.chat-bubble-stack,.chat-bubble-row--mine .chat-bubble-stack{max-width:88%}.chat-bubble-stack p{padding:11px 13px;font-size:14px}.chat-composer{grid-template-columns:46px minmax(0,1fr) 46px;gap:8px;padding:10px 12px 14px}.chat-composer button{width:46px;height:46px}.chat-composer label{min-height:46px;padding:0 12px 0 16px}.chat-composer input{font-size:14px}.home-page{padding:0;background:radial-gradient(circle at 4% 30%,rgba(221,210,245,.62) 0 8rem,transparent 8.1rem),radial-gradient(circle at 100% 92%,rgba(248,229,209,.7) 0 10rem,transparent 10.1rem),linear-gradient(135deg,snow,#f9f6ff 45%,#fff8f0)}.dashboard-shell{min-height:100vh;width:100%;padding:18px 14px 86px}.desktop-nav{display:none}.mobile-topbar{display:flex;margin-bottom:16px}.mobile-topbar .dashboard-brand{font-size:34px}.dashboard-grid{grid-template-columns:1fr;gap:12px}.dashboard-grid--compact .group-hero,.dashboard-grid--compact .chat-card{grid-column:auto;grid-row:auto}.dashboard-card,.group-hero{border-radius:14px;box-shadow:0 12px 28px #3b2d2712}.group-hero{grid-template-columns:1fr;min-height:150px;gap:16px;padding:20px}.group-hero:before{width:190px;height:190px;top:-78px;right:-42px}.group-hero h1{margin:8px 0;font-size:24px}.group-hero__copy{display:none}.group-hero__meta{font-size:12px}.group-hero__actions{margin-top:16px}.primary-action,.ghost-action{min-height:40px;padding:0 13px;font-size:12px}.group-room{width:min(100%,250px);justify-self:center}.group-room__avatar{width:48px;height:48px;border-width:3px}.group-room__center{inset:32%}.group-room__center span{font-size:9px}.dashboard-card{padding:16px}.members-card,.meeting-card,.chat-card{grid-column:auto}.members-card{order:2}.chat-card{order:3}.meeting-card{order:4;padding:0}.profile-summary,.interests-card{display:none}.card-header{margin-bottom:14px}.members-list{display:flex;gap:16px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.members-list::-webkit-scrollbar{display:none}.member-tile{flex:0 0 54px;text-align:center}.member-tile__photo{border-radius:50%}.member-tile strong{margin-top:7px;font-size:11px}.member-tile p{display:none}.chat-card__messages{gap:12px}.chat-message{grid-template-columns:36px minmax(0,1fr) auto;gap:10px}.chat-message img{width:36px;height:36px}.chat-message strong{font-size:13px}.chat-message p{display:-webkit-box;overflow:hidden;font-size:12px;-webkit-line-clamp:2;-webkit-box-orient:vertical}.meeting-card__body{display:block;padding:14px 16px 0}.meeting-card__cover{height:118px;margin:0;border-radius:12px}.meeting-card__body img{width:72px;height:72px}.meeting-card__body h3{font-size:13px}.meeting-card__body p,.meeting-card__footer{font-size:11px}.meeting-card .soft-button{width:calc(100% - 32px);min-height:34px;margin:14px 16px 0;padding:0 18px}.meeting-card__footer{justify-content:space-between;gap:10px;padding:0 16px 16px}.mobile-tabbar{position:fixed;z-index:10;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(4,1fr);padding:8px 12px max(8px,env(safe-area-inset-bottom));border-top:1px solid rgba(226,219,222,.8);background:#ffffffeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-tabbar__item{display:grid;place-items:center;gap:4px;min-height:48px;color:#8f8995;background:transparent;font-size:10px}.mobile-tabbar__item--active{color:var(--violet-dark)}.profile-grid{grid-template-columns:1fr;gap:12px}.profile-hero{grid-template-columns:1fr;min-height:auto;gap:18px;padding:20px;text-align:center}.profile-hero__avatar{width:118px;height:118px;margin:0 auto}.profile-hero h1,.profile-edit-page h1{font-size:32px}.profile-hero__meta{justify-content:center}.profile-edit-button{width:100%}.profile-stats{grid-template-columns:repeat(3,1fr);gap:8px}.profile-stats div{min-height:82px}.profile-stats strong{font-size:26px}.profile-details,.profile-interests,.profile-photos,.profile-stats{display:block}.profile-photos div{grid-template-columns:repeat(3,1fr)}.profile-edit-page{padding:20px}.profile-edit-form,.profile-edit-form__actions{grid-template-columns:1fr}}
