.business-page .page-shell__body{overflow:auto}.business-stack{display:grid;gap:var(--space-4);min-width:0}.business-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-4);align-items:start}.business-card{display:grid;gap:14px;min-width:0;padding:clamp(15px,2vw,20px);cursor:pointer;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.business-card:hover,.business-card:focus-visible{border-color:var(--brand-500);box-shadow:inset 0 1px var(--highlight),0 11px 27px var(--shadow),0 0 0 2px var(--brand-glow);transform:translateY(-2px);outline:none}.business-card--deal{border-color:color-mix(in srgb,var(--warning),var(--stroke) 72%)}.business-card__owner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px}.business-card__owner>div{display:grid;min-width:0;gap:2px}.business-card__owner strong,.business-card__owner small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.business-card__owner strong{color:var(--on-surface);font-size:14px}.business-card__owner small{color:var(--muted);font-size:12px}.business-card__copy{min-width:0}.business-card__copy h2{margin:0 0 7px;color:var(--on-surface);font-size:clamp(18px,2.3vw,22px);line-height:1.25}.business-card__copy p{display:-webkit-box;margin:0;overflow:hidden;color:var(--muted);font-size:13px;line-height:1.52;-webkit-box-orient:vertical;-webkit-line-clamp:3}.business-card__meta,.business-detail-hero__facts{display:flex;flex-wrap:wrap;gap:8px 14px;color:var(--muted);font-size:12px;font-weight:650}.business-card__meta span,.business-detail-hero__facts span{display:inline-flex;min-width:0;align-items:center;gap:5px}.business-card__meta svg,.business-detail-hero__facts svg{width:16px;height:16px;flex:0 0 auto;color:var(--brand-500)}.business-card__actions,.business-detail-hero__actions,.business-form__actions,.business-owner-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px}.business-owner-actions .button{min-height:40px;padding:8px 13px;font-size:13px}.business-card__actions{padding-top:2px;border-top:1px solid var(--stroke-soft)}.business-card__actions .button{min-height:40px;padding:8px 14px;font-size:13px}.business-detail-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:start}.business-detail-hero__owner{display:flex;min-width:0;align-items:center;gap:14px}.business-detail-hero__owner>div{min-width:0}.business-detail-hero__owner small{color:var(--muted);font-size:12px;font-weight:750}.business-detail-hero__owner h2{margin:3px 0;overflow:hidden;color:var(--on-surface);font-size:clamp(20px,3vw,28px);text-overflow:ellipsis;white-space:nowrap}.business-detail-hero__owner p{margin:0;color:var(--muted)}.business-detail-hero__facts,.business-detail-hero__actions{grid-column:1 / -1}.business-detail-hero__facts{padding:13px 0;border-top:1px solid var(--stroke-soft);border-bottom:1px solid var(--stroke-soft)}.business-detail-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr);gap:var(--space-4);align-items:start}.business-long-copy{margin:0;color:var(--on-surface);line-height:1.72;white-space:pre-line}.business-requirements{display:grid;gap:8px;margin:0;padding-left:22px;color:var(--on-surface);line-height:1.55}.business-definition-list{display:grid;gap:0;margin:0}.business-definition-list>div{display:grid;grid-template-columns:minmax(110px,.8fr) minmax(0,1.2fr);gap:12px;padding:11px 0;border-bottom:1px solid var(--stroke-soft)}.business-definition-list>div:last-child{border-bottom:0}.business-definition-list dt{color:var(--muted);font-size:12px;font-weight:750}.business-definition-list dd{min-width:0;margin:0;overflow-wrap:anywhere;color:var(--on-surface);font-size:14px;font-weight:650;text-align:right}.business-form{width:min(100%,920px);margin:0 auto}.business-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;min-width:0}.business-form-grid__wide{grid-column:1 / -1}.business-location-picker{display:flex;align-items:center;gap:12px}.business-location-picker small{color:var(--muted);font-size:12px;font-weight:700}.business-form__actions{position:sticky;z-index:4;bottom:10px;padding:12px;border:1px solid var(--stroke-soft);border-radius:var(--radius-lg);background:color-mix(in srgb,var(--surface),transparent 5%);box-shadow:0 10px 26px var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.business-applicant-section{display:grid;gap:16px}.business-applicant-filters{display:flex;flex-wrap:wrap;gap:8px}.business-applicant-filters button{display:inline-flex;min-height:38px;align-items:center;gap:8px;padding:7px 12px;border:1px solid var(--stroke-soft);border-radius:999px;color:var(--muted);background:color-mix(in srgb,var(--surface),transparent 15%);font:inherit;font-size:12px;font-weight:750;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.business-applicant-filters button:hover,.business-applicant-filters button:focus-visible,.business-applicant-filters button.is-selected{border-color:var(--brand-500);color:var(--brand-500);background:var(--brand-glow);outline:none}.business-applicant-filters button span{display:inline-grid;min-width:22px;height:22px;place-items:center;padding:0 5px;border-radius:999px;color:var(--on-surface);background:var(--surface-alt);font-size:11px}.business-applicant-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.business-applicant-card{display:grid;min-width:0;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;padding:13px;border:1px solid var(--stroke-soft);border-radius:var(--radius-md);color:var(--on-surface);background:color-mix(in srgb,var(--surface-alt),transparent 13%);font:inherit;text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.business-applicant-card:hover,.business-applicant-card:focus-visible{border-color:var(--brand-500);box-shadow:0 8px 20px var(--shadow),0 0 0 2px var(--brand-glow);transform:translateY(-1px);outline:none}.business-applicant-card__copy{display:grid;min-width:0;gap:3px}.business-applicant-card__copy strong,.business-applicant-card__copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.business-applicant-card__copy strong{font-size:14px}.business-applicant-card__copy small{color:var(--muted);font-size:12px}.business-applicant-card__copy>span{display:flex;flex-wrap:wrap;gap:4px 10px;color:var(--muted);font-size:11px;font-weight:650}.business-applicant-dialog{display:grid;gap:11px}.business-applicant-dialog__status{display:flex;justify-content:center;padding-bottom:2px}.business-applicant-dialog>.button{width:100%}.business-lifecycle-actions{padding-top:2px}@media(max-width:820px){.business-list,.business-detail-grid,.business-applicant-grid{grid-template-columns:1fr}.business-card__owner{grid-template-columns:auto minmax(0,1fr)}.business-card__owner>.status-badge{grid-column:1 / -1}}@media(max-width:620px){.business-page .page-shell__body{padding-right:10px;padding-left:10px}.business-form-grid{grid-template-columns:1fr}.business-form-grid__wide{grid-column:auto}.business-card__actions,.business-detail-hero__actions,.business-form__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.business-card__actions .button,.business-detail-hero__actions .button,.business-form__actions .button{width:100%}.business-detail-hero{grid-template-columns:1fr}.business-detail-hero>.status-badge{grid-column:1}.business-definition-list>div{grid-template-columns:1fr;gap:3px}.business-definition-list dd{text-align:left}.business-owner-actions{justify-content:flex-start}.business-applicant-card{grid-template-columns:auto minmax(0,1fr)}.business-applicant-card>.status-badge{grid-column:1 / -1;justify-self:start}}.equipment-page .page-shell__body,.equipment-detail-page .page-shell__body,.equipment-form-page .page-shell__body{padding-bottom:24px}.equipment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.equipment-card{position:relative;display:grid;min-width:0;grid-template-columns:112px minmax(0,1fr);gap:13px;align-items:stretch;padding:10px;overflow:hidden;border:1px solid var(--stroke);border-radius:var(--radius-md);color:inherit;background:var(--surface-raised);box-shadow:inset 0 1px var(--highlight),0 5px 13px var(--shadow);text-align:left;cursor:pointer;transition:.15s ease}.equipment-card:hover{border-color:var(--brand-500);box-shadow:inset 0 1px var(--highlight),0 9px 22px var(--shadow);transform:translateY(-1px)}.equipment-card--static{cursor:default}.equipment-card--static:hover{border-color:var(--stroke);transform:none}.equipment-card__image{position:relative;display:grid;width:112px;min-height:102px;place-items:center;overflow:hidden;border-radius:9px;color:var(--brand-500);background:var(--surface-alt)}.equipment-card__image>img{width:100%;height:100%;object-fit:cover}.equipment-card__image>svg{width:34px;height:34px}.equipment-card__image .status-badge{position:absolute;right:6px;bottom:6px;background:color-mix(in srgb,var(--surface),transparent 4%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.equipment-card__body{display:flex;min-width:0;flex-direction:column;justify-content:center;gap:5px}.equipment-card__heading{display:flex;min-width:0;align-items:flex-start;justify-content:space-between;gap:10px}.equipment-card__heading>strong{min-width:0;overflow:hidden;color:var(--on-surface);font-size:17px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.equipment-card__price{display:flex;flex:0 0 auto;align-items:baseline;gap:2px;color:var(--brand-600);font-size:16px;font-weight:850;white-space:nowrap}.equipment-card__price small{color:var(--muted);font-size:10px;font-weight:700}.equipment-card__type{overflow:hidden;color:var(--muted);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.equipment-card__meta{display:flex;flex-wrap:wrap;gap:5px 10px;margin-top:3px;color:var(--muted);font-size:11px}.equipment-card__meta span{display:inline-flex;min-width:0;align-items:center;gap:3px}.equipment-card__meta svg{width:14px;height:14px;color:var(--brand-500)}.rental-tag-card{grid-template-columns:92px minmax(0,1fr) 36px}.rental-tag-card .equipment-card__image{width:92px}.equipment-card__remove{display:grid;width:34px;height:34px;place-items:center;align-self:center;border:1px solid color-mix(in srgb,var(--danger),transparent 60%);border-radius:50%;color:var(--danger);background:color-mix(in srgb,var(--danger),transparent 91%);cursor:pointer}.equipment-card__remove svg{width:17px}.active-filter-row,.load-more-row,.equipment-detail-actions,.equipment-form-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.active-filter-row{padding:0 4px;color:var(--muted);font-size:12px}.load-more-row{justify-content:center;padding:10px}.my-equipment-card{display:grid;overflow:hidden;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-raised);box-shadow:inset 0 1px var(--highlight),0 5px 13px var(--shadow)}.my-equipment-card__main{display:grid;min-width:0;grid-template-columns:104px minmax(0,1fr);gap:13px;padding:10px;border:0;color:inherit;background:transparent;text-align:left;cursor:pointer}.my-equipment-card__main .equipment-card__image{width:104px}.my-equipment-card__actions{display:flex;justify-content:flex-end;gap:7px;padding:8px 10px;border-top:1px solid var(--stroke-soft)}.my-equipment-card__actions .button{min-height:38px;padding:7px 13px;font-size:12px}.equipment-filter-form section{display:grid;gap:10px;padding-bottom:15px;border-bottom:1px solid var(--stroke-soft)}.equipment-filter-form h3{margin:0;font-size:16px}.equipment-mode-picker{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.equipment-mode-picker button{min-height:48px;border:1px solid var(--stroke);border-radius:var(--radius-md);color:var(--muted);background:var(--surface-raised);font-weight:800;cursor:pointer}.equipment-mode-picker button.is-selected{color:#fff;border-color:var(--brand-700);background:linear-gradient(180deg,var(--brand-500),var(--brand-600));box-shadow:0 7px 17px var(--brand-glow)}:root[data-theme=dark] .equipment-mode-picker button.is-selected{color:#071523}.equipment-type-chips{display:flex;flex-wrap:wrap;gap:7px}.equipment-detail-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);gap:16px;align-items:start}.equipment-gallery-panel{position:sticky;top:12px}.equipment-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.equipment-gallery img{width:100%;aspect-ratio:4 / 3;border-radius:var(--radius-md);object-fit:cover;background:var(--surface-alt)}.equipment-gallery img:first-child{grid-column:1 / -1;aspect-ratio:16 / 10}.equipment-gallery--single img:first-child{aspect-ratio:4 / 3}.equipment-detail-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.equipment-detail-heading h2{margin:10px 0 4px;font-size:clamp(23px,3vw,31px)}.equipment-detail-heading p,.equipment-description{margin:0;color:var(--muted);line-height:1.65}.equipment-detail-price{display:grid;flex:0 0 auto;color:var(--brand-600);font-size:22px;font-weight:900;text-align:right}.equipment-detail-price small{color:var(--muted);font-size:12px}.equipment-data-list{margin-top:14px}.equipment-price-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.equipment-price-grid>div{display:grid;gap:5px;padding:12px;border:1px solid var(--stroke-soft);border-radius:var(--radius-md);background:var(--surface-alt)}.equipment-price-grid span{color:var(--muted);font-size:11px}.equipment-price-grid strong{color:var(--brand-600)}.equipment-price-grid small{font-size:10px}.equipment-owner-card{display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:11px;align-items:center}.equipment-owner-card__avatar{display:grid;width:52px;height:52px;place-items:center;overflow:hidden;border:2px solid var(--brand-500);border-radius:50%;color:var(--brand-600);background:var(--brand-100);font-size:20px;font-weight:900}.equipment-owner-card__avatar img{width:100%;height:100%;object-fit:cover}.equipment-owner-card>div:nth-child(2){display:grid;gap:3px}.equipment-owner-card>div:nth-child(2) span{color:var(--muted);font-size:12px}.equipment-owner-card__rating{display:inline-flex;align-items:center;gap:4px;color:var(--gold);font-weight:800}.equipment-owner-card__rating svg{width:17px;fill:currentColor}.equipment-owner-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:13px}.equipment-owner-stats span{display:grid;gap:3px;padding:8px;border-radius:8px;color:var(--muted);background:var(--surface-alt);font-size:10px;text-align:center}.equipment-owner-stats strong{overflow:hidden;color:var(--on-surface);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.equipment-specifications{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 22px}.equipment-detail-actions{justify-content:flex-end}.equipment-form-actions{justify-content:flex-end;width:min(100%,var(--page-width));margin:0 auto;padding-inline:12px}.equipment-image-picker{display:flex;flex-wrap:wrap;gap:10px}.equipment-image-picker figure,.equipment-image-picker__add{position:relative;width:104px;height:104px;margin:0;overflow:hidden;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-alt)}.equipment-image-picker figure img{width:100%;height:100%;object-fit:cover}.equipment-image-picker figure button{position:absolute;top:5px;right:5px;display:grid;width:29px;height:29px;place-items:center;border:0;border-radius:50%;color:#fff;background:#050914c2;cursor:pointer}.equipment-image-picker figure button svg{width:16px}.equipment-image-picker__add{display:grid;place-items:center;align-content:center;gap:6px;color:var(--brand-600);border-style:dashed;cursor:pointer;text-align:center}.equipment-image-picker__add svg{width:27px}.equipment-image-picker__add span{font-size:11px;font-weight:800}.equipment-image-picker__add input{position:absolute;width:1px;height:1px;opacity:0}@media(max-width:860px){.equipment-grid,.equipment-detail-layout{grid-template-columns:minmax(0,1fr)}.equipment-gallery-panel{position:static}}@media(max-width:560px){.equipment-card,.rental-tag-card{grid-template-columns:82px minmax(0,1fr)}.equipment-card__image,.rental-tag-card .equipment-card__image{width:82px;min-height:88px}.equipment-card__heading{display:grid}.equipment-card__price{font-size:14px}.equipment-card__remove{position:absolute;top:6px;right:6px}.my-equipment-card__main{grid-template-columns:82px minmax(0,1fr)}.my-equipment-card__main .equipment-card__image{width:82px}.equipment-detail-heading,.equipment-owner-card{grid-template-columns:46px minmax(0,1fr)}.equipment-detail-heading{display:grid}.equipment-detail-price{text-align:left}.equipment-price-grid,.equipment-owner-stats,.equipment-specifications{grid-template-columns:minmax(0,1fr)}.equipment-owner-card__rating{grid-column:2}.equipment-detail-actions .button,.equipment-form-actions .button{flex:1}}.social-page .page-shell__body{min-width:0;overflow:auto}.social-stack{display:grid;min-width:0;gap:var(--space-4)}.social-user-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-4);align-items:start}.social-user-card{display:grid;min-width:0;gap:14px;padding:clamp(15px,2vw,20px)}.social-user-card__identity{display:grid;min-width:0;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:14px;padding:0;border:0;color:inherit;background:transparent;text-align:left;cursor:pointer}.social-user-card__identity>span:last-child{display:grid;min-width:0;gap:4px}.social-user-card__identity strong,.social-user-card__identity small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.social-user-card__identity strong{color:var(--on-surface);font-size:17px}.social-user-card__identity small{color:var(--muted);font-size:13px}.social-user-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;color:var(--faint);font-size:11px;font-weight:700}.social-user-card__description{display:-webkit-box;margin:0;overflow:hidden;color:var(--muted);font-size:13px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.social-user-card__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:7px;padding-top:12px;border-top:1px solid var(--stroke-soft)}.social-user-card__actions .button{min-height:39px;padding:8px 13px;font-size:12px}.social-filter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.social-dialog-copy{margin:0;color:var(--muted);line-height:1.6}.conversation-list{display:grid;gap:10px}.conversation-row{position:relative;display:grid;min-width:0;grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:9px 10px 9px 14px;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.conversation-row:hover{border-color:var(--brand-500);box-shadow:inset 0 1px var(--highlight),0 10px 25px var(--shadow);transform:translateY(-1px)}.conversation-row.is-unread{border-color:color-mix(in srgb,var(--brand-500),var(--stroke) 30%);background:linear-gradient(145deg,var(--brand-100),color-mix(in srgb,var(--surface),transparent 7%))}.conversation-row__main{display:grid;min-width:0;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:13px;padding:3px 8px 3px 0;border:0;color:inherit;background:transparent;text-align:left;cursor:pointer}.conversation-row__avatar{position:relative}.conversation-row__avatar>svg{position:absolute;right:-5px;bottom:-4px;width:18px;height:18px;padding:3px;border-radius:50%;color:#3b2600;background:var(--gold);box-shadow:0 2px 6px var(--shadow)}.conversation-row__copy{display:grid;min-width:0;gap:3px}.conversation-row__title,.conversation-row__preview{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:10px}.conversation-row__title strong,.conversation-row__preview>span:first-child,.conversation-row__copy>small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-row__title strong{color:var(--on-surface);font-size:15px}.conversation-row.is-unread .conversation-row__title strong,.conversation-row.is-unread .conversation-row__preview>span:first-child{font-weight:850}.conversation-row__title time,.conversation-row__copy>small{flex:0 0 auto;color:var(--faint);font-size:11px;font-weight:700}.conversation-row__preview{color:var(--muted);font-size:13px}.conversation-row__menu{position:relative;z-index:3}.social-popover{position:absolute;z-index:20;top:calc(100% + 5px);right:0;display:grid;width:max-content;min-width:190px;overflow:hidden;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface);box-shadow:0 14px 35px #0f172a40}.social-popover button{display:flex;min-height:43px;align-items:center;gap:9px;padding:9px 13px;border:0;border-bottom:1px solid var(--stroke-soft);color:var(--on-surface);background:transparent;font-size:13px;font-weight:700;text-align:left;cursor:pointer}.social-popover button:last-child{border-bottom:0}.social-popover button:hover{background:var(--surface-alt)}.social-popover button.is-danger{color:var(--danger)}.social-popover svg{width:18px;height:18px}.chat-page .page-shell__body{display:grid;overflow:hidden}.chat-layout{display:grid;min-width:0;min-height:0;grid-template-rows:auto minmax(260px,1fr) auto;overflow:hidden;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:color-mix(in srgb,var(--surface),transparent 8%);box-shadow:inset 0 1px var(--highlight),0 7px 18px var(--shadow)}.chat-peer{display:flex;min-width:0;min-height:58px;align-items:center;gap:11px;padding:9px 14px;border:0;border-bottom:1px solid var(--stroke-soft);color:inherit;background:color-mix(in srgb,var(--surface-alt),transparent 10%);text-align:left;cursor:pointer}.chat-peer>span:last-child{display:grid;min-width:0;gap:2px}.chat-peer strong,.chat-peer small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-peer strong{color:var(--on-surface)}.chat-peer small{color:var(--muted);font-size:11px}.chat-messages{display:flex;min-height:0;flex-direction:column;gap:5px;overflow:auto;padding:16px clamp(12px,2.5vw,30px);background:radial-gradient(circle at 18% 20%,var(--brand-100) 0 1px,transparent 2px),radial-gradient(circle at 83% 72%,color-mix(in srgb,var(--brand-100),transparent 25%) 0 1px,transparent 2px);background-size:38px 38px,51px 51px;scroll-behavior:smooth}.chat-message-group{display:grid;gap:7px}.chat-day{display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 0 5px}.chat-day:before,.chat-day:after{width:min(12vw,90px);height:1px;background:var(--stroke-soft);content:""}.chat-day span{padding:4px 10px;border:1px solid var(--stroke-soft);border-radius:999px;color:var(--muted);background:var(--surface-raised);font-size:11px;font-weight:750}.chat-message{display:flex;max-width:min(78%,720px);align-items:flex-end;gap:7px}.chat-message.is-mine{align-self:flex-end;justify-content:flex-end}.chat-bubble{display:grid;min-width:80px;gap:3px;padding:9px 11px 6px;border:1px solid var(--stroke-soft);border-radius:15px 15px 15px 4px;color:var(--on-surface);background:var(--surface);box-shadow:0 3px 8px var(--shadow)}.chat-message.is-mine .chat-bubble{color:#fff;border-color:var(--brand-600);border-radius:15px 15px 4px;background:linear-gradient(145deg,var(--brand-500),var(--brand-600))}:root[data-theme=dark] .chat-message.is-mine .chat-bubble{color:#071523}.chat-bubble strong{color:var(--brand-600);font-size:11px}.chat-bubble p{margin:0;overflow-wrap:anywhere;line-height:1.45;white-space:pre-wrap}.chat-bubble small{justify-self:end;opacity:.74;font-size:9px}.chat-composer{display:grid;gap:8px;padding:10px;border-top:1px solid var(--stroke-soft);background:var(--surface-raised)}.chat-composer__row{display:grid;min-width:0;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:9px}.chat-composer textarea,.global-feed-composer textarea{width:100%;min-height:50px;max-height:140px;padding:13px 15px;border:1px solid var(--stroke-soft);border-radius:var(--radius-md);color:var(--on-surface);background:var(--surface);outline:none;resize:vertical}.chat-composer textarea:focus,.global-feed-composer textarea:focus{border-color:var(--brand-500);box-shadow:0 0 0 3px var(--brand-glow)}.chat-composer .button{min-width:142px}.global-feed-backdrop{position:fixed;z-index:80;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:flex-end;background:#05091473;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:social-fade-in .15s ease}@keyframes social-fade-in{0%{opacity:0}}.global-feed-panel{display:grid;width:min(92vw,332px);height:90vh;height:90dvh;max-height:900px;grid-template-rows:auto minmax(0,1fr);margin-right:6px;overflow:hidden;border:1px solid var(--stroke);border-radius:38px;color:var(--on-surface);background:color-mix(in srgb,var(--surface),transparent 3%);box-shadow:-18px 0 55px #00000047;animation:global-feed-slide-in .19s ease}@keyframes global-feed-slide-in{0%{transform:translate(100%)}}.global-feed-panel__header{display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px 10px 16px;border-bottom:1px solid var(--stroke-soft);background:linear-gradient(145deg,var(--brand-100),color-mix(in srgb,var(--surface),transparent 5%))}.global-feed-panel__heading,.global-feed-panel__header-actions{display:flex;min-width:0;align-items:center;gap:10px}.global-feed-panel__heading>svg{width:28px;height:28px;flex:0 0 auto;color:var(--brand-600)}.global-feed-panel__heading>span{display:grid;min-width:0;gap:1px}.global-feed-panel__heading h2{margin:0;overflow:hidden;font-size:20px;text-overflow:ellipsis;white-space:nowrap}.global-feed-panel__heading small{color:var(--muted);font-size:11px;font-weight:700}.global-feed-panel__body{display:grid;min-height:0;grid-template-rows:auto minmax(0,1fr) auto;gap:10px;overflow:hidden;padding:10px}.global-feed-panel__body .state-view{min-height:190px;padding:22px 12px}.global-feed-controls{display:grid;min-width:0;gap:8px}.global-feed-controls .field{gap:4px}.global-feed-controls .field__label{font-size:12px}.global-feed-controls .select-input{min-height:42px;padding-top:8px;padding-bottom:8px}.global-feed-stream{min-height:0;overflow:auto;border-top:1px solid var(--stroke-soft);border-bottom:1px solid var(--stroke-soft);scroll-behavior:smooth}.global-feed-composer{display:grid;gap:8px;padding:9px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-raised);box-shadow:inset 0 1px var(--highlight),0 5px 13px var(--shadow)}.global-feed-composer__field{display:grid;gap:5px}.global-feed-composer label>span{color:var(--on-surface);font-size:11px;font-weight:800}.global-feed-composer textarea{min-height:46px;max-height:92px;font-size:13px}.global-feed-composer>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.global-feed-composer small{color:var(--faint);font-size:10px;font-weight:700}.global-feed-composer .button{min-height:39px;padding:8px 13px;font-size:12px}.global-feed-list{display:grid;gap:10px;padding:9px 2px}.global-feed-message{display:grid;min-width:0;grid-template-columns:minmax(0,1fr) auto;gap:8px 9px;padding:12px;border:1px solid var(--stroke-soft);border-radius:var(--radius-md);background:var(--surface-raised);box-shadow:inset 0 1px var(--highlight),0 4px 11px var(--shadow)}.global-feed-message.is-pinned{border-color:color-mix(in srgb,var(--gold),var(--stroke) 40%);background:linear-gradient(145deg,color-mix(in srgb,var(--gold),transparent 85%),var(--surface-raised))}.global-feed-message__sender{display:grid;min-width:0;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;padding:0;border:0;color:inherit;background:transparent;text-align:left}.global-feed-message__sender:not(:disabled){cursor:pointer}.global-feed-message__sender>span:last-child{display:grid;min-width:0;gap:1px}.global-feed-message__sender strong,.global-feed-message__sender small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.global-feed-message__sender strong{font-size:13px}.global-feed-message__sender small{color:var(--faint);font-size:10px;font-weight:650}.global-feed-message>p{grid-column:1 / -1;margin:0;overflow-wrap:anywhere;color:var(--on-surface);font-size:13px;line-height:1.55;white-space:pre-wrap}.global-feed-message__actions{display:flex;grid-column:1 / -1;align-items:center;justify-content:flex-end;gap:4px;padding-top:6px;border-top:1px solid var(--stroke-soft)}.global-feed-message__actions .button{min-height:34px;padding:5px 9px;font-size:11px}.global-feed-message__actions .button:last-child{color:var(--danger)}.global-feed-rules{display:grid;gap:10px;margin:0 0 16px;padding-left:22px;color:var(--on-surface);line-height:1.5}.global-feed-rules__title{display:block;margin-bottom:8px;color:var(--brand-600)}.global-feed-rules__title.is-danger{color:var(--danger)}.global-feed-rules li::marker{color:var(--brand-500)}@media(max-width:780px){.social-user-grid,.social-filter-grid{grid-template-columns:1fr}.social-user-card__actions{justify-content:stretch}.social-user-card__actions .button{flex:1 1 auto}.chat-message{max-width:88%}.chat-composer__row{grid-template-columns:minmax(0,1fr) auto}.chat-composer .button{width:50px;min-width:50px;padding:0}.chat-composer .button span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}}@media(max-width:540px){.conversation-row{padding-left:10px}.conversation-row__main{gap:10px}.global-feed-panel{width:100%;height:100vh;height:100dvh;max-height:none;margin-right:0;border-left:0;border-radius:0}.global-feed-panel__body{padding:12px}.global-feed-composer>div{align-items:flex-end}}.profile-page .page-shell__body{overflow:auto}.profile-tabs{position:sticky;z-index:8;top:0;padding:0 0 var(--space-4);background:linear-gradient(180deg,color-mix(in srgb,var(--surface),transparent 4%) 0 76%,transparent)}.profile-tabs .segmented-tabs{--tab-count: 3}.profile-content,.profile-section-stack,.profile-edit-form{display:grid;gap:var(--space-4);min-width:0}.profile-section-stack{width:min(100%,980px);margin:0 auto}.profile-section{min-width:0}.profile-section>.section-heading:first-child,.profile-edit-fields>.section-heading:first-child{margin-top:0}.profile-compact-button{min-height:38px;padding:7px 13px;font-size:13px}.profile-hero{position:relative;padding:0;overflow:hidden}.profile-hero__cover{min-height:clamp(130px,21vw,190px);border-bottom:1px solid var(--stroke-soft);background:radial-gradient(circle at 18% 24%,rgb(255 255 255 / 28%) 0 3px,transparent 4px),radial-gradient(circle at 78% 68%,rgb(255 255 255 / 18%) 0 2px,transparent 3px),linear-gradient(135deg,var(--brand-700),var(--brand-400));background-position:center;background-size:42px 42px,56px 56px,cover}.profile-hero__cover.has-image{min-height:clamp(160px,27vw,240px);background-position:center;background-size:cover}.profile-hero__content{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px 18px;align-items:start;padding:0 clamp(16px,3vw,30px) clamp(20px,3vw,30px)}.profile-hero__avatar{margin-top:-52px}.profile-hero__avatar .avatar{border-width:4px;border-color:var(--surface);box-shadow:0 12px 28px var(--shadow)}.profile-hero__identity{min-width:0;padding-top:14px}.profile-hero__identity>strong{display:block;margin-top:4px;color:var(--brand-600);font-size:15px}.profile-hero__name-row{display:flex;min-width:0;flex-wrap:wrap;align-items:center;gap:8px}.profile-hero__name-row h2{margin:0;overflow:hidden;color:var(--on-surface);font-size:clamp(24px,4vw,34px);line-height:1.15;text-overflow:ellipsis}.profile-verified{display:inline-flex;align-items:center;gap:5px;color:var(--brand-600);font-size:12px;font-weight:800}.profile-verified svg{width:21px;height:21px;fill:color-mix(in srgb,var(--brand-100),transparent 5%)}.profile-hero__content>.button{margin-top:14px}.profile-hero__facts,.profile-hero__contact{display:flex;flex-wrap:wrap;align-items:center;gap:8px 16px;margin-top:10px;color:var(--muted);font-size:12px;font-weight:650}.profile-hero__facts span,.profile-hero__contact span{display:inline-flex;min-width:0;align-items:center;gap:5px}.profile-hero__facts svg,.profile-hero__contact svg{width:16px;height:16px;flex:0 0 auto;color:var(--brand-500)}.profile-hero__bio,.profile-hero__contact{grid-column:2 / -1}.profile-hero__bio{margin:0;color:var(--on-surface);line-height:1.65;white-space:pre-line}.profile-hero__contact{margin-top:-3px;padding-top:13px;border-top:1px solid var(--stroke-soft)}.profile-rating-summary{display:flex;width:fit-content;align-items:center;gap:14px;margin-bottom:16px;padding:13px 17px;border:1px solid color-mix(in srgb,var(--gold),transparent 55%);border-radius:var(--radius-md);background:color-mix(in srgb,var(--gold),transparent 91%)}.profile-rating-summary>strong{color:var(--on-surface);font-size:34px;line-height:1}.profile-rating-summary>div{display:grid;gap:4px}.profile-rating-summary small{color:var(--muted);font-size:12px}.profile-rating-summary--dialog{margin:0 auto 8px}.profile-stars{display:inline-flex;gap:2px}.profile-stars svg{width:18px;height:18px;color:color-mix(in srgb,var(--gold),transparent 55%)}.profile-stars svg.is-filled{color:var(--gold);fill:var(--gold)}.profile-review-list,.profile-all-reviews{display:grid;gap:11px}.profile-review-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;padding:14px;border:1px solid var(--stroke-soft);border-radius:var(--radius-md);background:color-mix(in srgb,var(--surface),transparent 4%)}.profile-review-card__body{display:grid;min-width:0;gap:7px}.profile-review-card__topline{display:flex;align-items:start;justify-content:space-between;gap:10px}.profile-review-card__topline>div{display:grid;min-width:0;gap:2px}.profile-review-card__topline strong,.profile-review-card__topline small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-review-card__topline small,.profile-review-card__topline time{color:var(--muted);font-size:11px}.profile-review-card h3{margin:2px 0 0;font-size:15px}.profile-review-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.profile-skill-grid,.profile-card-grid,.profile-reference-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.profile-skill-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:4px 11px;align-items:center;padding:13px;border:1px solid var(--stroke-soft);border-radius:var(--radius-md);background:color-mix(in srgb,var(--surface),transparent 4%)}.profile-skill-card__icon,.profile-cert-card__icon{display:grid;width:42px;height:42px;grid-row:span 2;place-items:center;border-radius:12px;color:var(--brand-600);background:var(--brand-100)}.profile-skill-card__icon svg,.profile-cert-card__icon svg{width:21px}.profile-skill-card>div,.profile-cert-card__body{display:grid;min-width:0;gap:2px}.profile-skill-card strong,.profile-skill-card small,.profile-cert-card strong,.profile-cert-card small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-skill-card small,.profile-cert-card small,.profile-cert-card__body>span{color:var(--muted);font-size:11px}.profile-skill-card__rank{grid-column:2;color:var(--brand-600);font-size:11px;font-weight:750}.profile-cert-card,.profile-reference-card,.profile-work-card{width:100%;border:1px solid var(--stroke-soft);border-radius:var(--radius-md);color:inherit;background:color-mix(in srgb,var(--surface),transparent 4%);text-align:left;cursor:pointer;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.profile-cert-card:hover,.profile-reference-card:hover,.profile-work-card:hover,.profile-cert-card:focus-visible,.profile-reference-card:focus-visible,.profile-work-card:focus-visible{border-color:var(--brand-500);box-shadow:0 7px 18px var(--shadow),0 0 0 2px var(--brand-glow);outline:none;transform:translateY(-1px)}.profile-cert-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px}.profile-timeline{position:relative;display:grid;gap:10px}.profile-timeline:before{position:absolute;top:27px;bottom:27px;left:25px;width:2px;background:var(--stroke-soft);content:""}.profile-work-card{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);gap:13px;padding:14px}.profile-timeline-dot{z-index:1;display:grid;width:24px;height:24px;place-items:center;margin-top:2px;border:2px solid var(--brand-500);border-radius:50%;color:var(--brand-600);background:var(--surface)}.profile-timeline-dot svg{width:13px}.profile-work-card__body{display:grid;min-width:0;gap:5px}.profile-work-card__title{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px}.profile-work-card__body>small,.profile-work-card__body>span,.profile-work-card__body p{color:var(--muted);font-size:12px}.profile-work-card__body p{display:-webkit-box;margin:2px 0 0;overflow:hidden;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.profile-reference-card{display:flex;min-width:0;align-items:center;gap:12px;padding:14px}.profile-reference-card>span:last-child{display:grid;min-width:0;gap:3px}.profile-reference-card strong,.profile-reference-card small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-reference-card small{color:var(--muted);font-size:12px}.profile-reference-card em{width:fit-content;margin-top:3px;color:var(--brand-600);font-size:11px;font-style:normal;font-weight:750}.profile-gallery-section{width:min(100%,1080px);margin:0 auto}.profile-gallery-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px;padding:12px 14px;border:1px solid var(--stroke-soft);border-radius:var(--radius-md);background:color-mix(in srgb,var(--surface-alt),transparent 8%)}.profile-gallery-toolbar>div:first-child{display:grid;gap:3px}.profile-gallery-toolbar small{color:var(--muted);font-size:11px}.profile-gallery-toolbar__actions{display:flex;align-items:center;gap:8px}.profile-gallery-toolbar__actions .field{min-width:135px}.profile-gallery-toolbar__actions .select-input{min-height:42px;padding-block:8px}.profile-layout-toggle{display:flex;padding:3px;border:1px solid var(--stroke-soft);border-radius:12px;background:var(--surface)}.profile-layout-toggle button{display:grid;width:38px;height:34px;place-items:center;border:0;border-radius:9px;color:var(--muted);background:transparent;cursor:pointer}.profile-layout-toggle button.is-selected{color:var(--brand-600);background:var(--brand-100)}.profile-layout-toggle svg{width:18px}.profile-gallery{display:grid;gap:10px}.profile-gallery--grid{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-gallery--focus{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-gallery__item{position:relative;display:grid;min-width:0;padding:0;overflow:hidden;border:1px solid var(--stroke-soft);border-radius:var(--radius-md);color:inherit;background:var(--surface);box-shadow:0 4px 11px var(--shadow);text-align:left;cursor:pointer;transition:transform .15s ease,border-color .15s ease}.profile-gallery__item:hover,.profile-gallery__item:focus-visible{border-color:var(--brand-500);outline:none;transform:translateY(-2px)}.profile-gallery__item img{width:100%;min-height:145px;max-height:265px;object-fit:cover;background:var(--surface-alt)}.profile-gallery--focus .profile-gallery__item img{min-height:240px}.profile-gallery__item>span{display:grid;gap:3px;padding:10px 12px}.profile-gallery__item strong,.profile-gallery__item small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-gallery__item small{color:var(--muted);font-size:11px}.profile-manager-layout,.profile-gallery-upload{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:start}.profile-manager-pane{display:grid;min-width:0;gap:13px;padding:14px;border:1px solid var(--stroke-soft);border-radius:var(--radius-lg);background:color-mix(in srgb,var(--surface-alt),transparent 12%)}.profile-manager-pane>header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:11px;border-bottom:1px solid var(--stroke-soft)}.profile-manager-pane>header>div{display:grid;min-width:0;gap:3px}.profile-manager-pane h3,.profile-dialog-form h3{margin:0;color:var(--on-surface);font-size:16px}.profile-manager-pane header small,.profile-dialog-form h3 small{color:var(--muted);font-size:11px;font-weight:500}.profile-manager-list{display:grid;gap:7px;max-height:410px;overflow:auto}.profile-manager-list article{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 10px;border:1px solid var(--stroke-soft);border-radius:11px;background:var(--surface)}.profile-manager-list article.is-selected{border-color:var(--brand-500);box-shadow:0 0 0 2px var(--brand-glow)}.profile-manager-list article>span:first-child{display:grid;min-width:0;gap:2px}.profile-manager-list article strong,.profile-manager-list article small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-manager-list article small,.profile-manager-empty{color:var(--muted);font-size:11px}.profile-manager-list__actions{display:flex;gap:6px}.profile-manager-empty{margin:0;padding:20px;text-align:center;line-height:1.5}.profile-dialog-form{display:grid;gap:14px}.profile-selected-skill{display:flex;align-items:center;gap:11px;padding:12px;border:1px solid var(--brand-500);border-radius:var(--radius-md);color:var(--brand-600);background:var(--brand-100)}.profile-selected-skill>svg{width:25px}.profile-selected-skill>span{display:grid;gap:2px}.profile-selected-skill small{color:var(--muted)}.profile-dialog-message{margin:0;color:var(--muted);line-height:1.6}.profile-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.profile-form-grid>.field:has(.profile-form-grid__wide){grid-column:1 / -1}.profile-file-picker{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px;border:1px dashed var(--brand-500);border-radius:var(--radius-md);background:color-mix(in srgb,var(--brand-100),transparent 55%)}.profile-file-picker.has-error{border-color:var(--danger)}.profile-file-picker>input,.profile-hidden-input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.profile-file-picker>svg{width:32px;color:var(--brand-600)}.profile-file-picker>div{display:grid;min-width:0;gap:3px}.profile-file-picker small{overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.profile-form-error{margin-top:-8px;color:var(--danger);font-size:12px}.profile-detail-list{display:grid;gap:0}.profile-detail-list>div{display:grid;grid-template-columns:minmax(115px,.7fr) minmax(0,1.3fr);gap:14px;align-items:center;padding:12px 0;border-bottom:1px solid var(--stroke-soft)}.profile-detail-list>div:last-child{border-bottom:0}.profile-detail-list>.inline-notice{display:block;border-bottom:1px solid color-mix(in srgb,currentColor,transparent 62%)}.profile-detail-list span:first-child{color:var(--muted);font-size:12px;font-weight:750}.profile-detail-list strong,.profile-detail-list p{margin:0;overflow-wrap:anywhere;text-align:right}.profile-detail-list__wide{display:block!important}.profile-detail-list__wide>span{display:block;margin-bottom:8px}.profile-detail-list__wide p{color:var(--on-surface);line-height:1.65;text-align:left;white-space:pre-line}.profile-reference-detail-head{display:flex;align-items:center;gap:16px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--stroke-soft)}.profile-reference-detail-head>div{display:grid;gap:6px}.profile-reference-detail-head span:not(.status-badge){color:var(--muted)}.profile-gallery-upload .profile-manager-pane{min-height:320px}.profile-selected-photos{display:grid;gap:8px;max-height:410px;overflow:auto}.profile-selected-photos article{display:grid;grid-template-columns:62px minmax(0,1fr) auto;gap:10px;align-items:center;padding:8px;border:1px solid var(--stroke-soft);border-radius:11px;background:var(--surface)}.profile-selected-photos article.is-success{border-color:color-mix(in srgb,var(--success),transparent 35%)}.profile-selected-photos article.is-failed{border-color:color-mix(in srgb,var(--danger),transparent 35%)}.profile-selected-photos img{width:62px;height:54px;border-radius:8px;object-fit:cover}.profile-selected-photos article>div{display:grid;min-width:0;gap:3px}.profile-selected-photos strong,.profile-selected-photos small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-selected-photos small{color:var(--muted);font-size:11px}.profile-upload-dropzone{display:grid;min-height:220px;place-items:center;align-content:center;gap:8px;padding:20px;border:1px dashed var(--brand-500);border-radius:var(--radius-md);color:var(--brand-600);background:color-mix(in srgb,var(--brand-100),transparent 55%);text-align:center;cursor:pointer}.profile-upload-dropzone svg{width:40px;height:40px}.profile-upload-dropzone span{color:var(--muted);font-size:12px}.profile-gallery-viewer{display:grid;gap:12px;text-align:center}.profile-gallery-viewer img{width:100%;max-height:65vh;max-height:65dvh;border-radius:var(--radius-md);object-fit:contain;background:#050914}.profile-gallery-viewer p{margin:0;color:var(--on-surface);line-height:1.6}.profile-gallery-viewer small{color:var(--muted)}.profile-edit-form{width:min(100%,900px);margin:0 auto;padding-bottom:84px}.profile-edit-photo-panel{display:flex;align-items:center;gap:clamp(16px,3vw,26px)}.profile-edit-photo-panel>div{display:grid;gap:4px}.profile-edit-photo-panel h2{margin:0;font-size:20px}.profile-edit-photo-panel p{margin:0 0 7px;color:var(--muted);font-size:13px}.profile-edit-photo-panel__actions,.profile-edit-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.profile-edit-fields{min-width:0}.profile-edit-actions{position:sticky;z-index:7;bottom:12px;justify-content:flex-end;padding:12px;border:1px solid var(--stroke-soft);border-radius:var(--radius-lg);background:color-mix(in srgb,var(--surface),transparent 5%);box-shadow:0 10px 30px var(--shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.profile-edit-page input[readonly]{color:var(--muted);cursor:default;background:var(--surface-alt)}@media(max-width:900px){.profile-manager-layout,.profile-gallery-upload{grid-template-columns:1fr}.profile-gallery-upload .profile-manager-pane{min-height:0}.profile-gallery--grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.profile-hero__content{grid-template-columns:auto minmax(0,1fr)}.profile-hero__content>.button{grid-column:1 / -1;width:100%;margin-top:0}.profile-hero__bio,.profile-hero__contact{grid-column:1 / -1}.profile-skill-grid,.profile-card-grid,.profile-reference-grid,.profile-form-grid{grid-template-columns:1fr}.profile-form-grid>.field:has(.profile-form-grid__wide){grid-column:auto}.profile-gallery-toolbar{align-items:stretch;flex-direction:column}.profile-gallery-toolbar__actions{justify-content:space-between}.profile-edit-photo-panel{align-items:flex-start}}@media(max-width:540px){.profile-tabs .segmented-tabs__item{min-width:92px;min-height:56px;padding:8px;font-size:12px}.profile-tabs .segmented-tabs__item svg{display:none}.profile-hero__cover{min-height:112px}.profile-hero__content{display:flex;align-items:center;flex-direction:column;padding-inline:14px;text-align:center}.profile-hero__avatar{margin-top:-48px}.profile-hero__name-row,.profile-hero__facts,.profile-hero__contact{justify-content:center}.profile-hero__name-row h2{white-space:normal}.profile-gallery--grid,.profile-gallery--focus{grid-template-columns:1fr}.profile-gallery__item img,.profile-gallery--focus .profile-gallery__item img{min-height:210px}.profile-cert-card{grid-template-columns:auto minmax(0,1fr)}.profile-cert-card .status-badge{grid-column:2}.profile-review-card{grid-template-columns:1fr}.profile-review-card>.avatar{display:none}.profile-review-card__topline{align-items:start}.profile-file-picker{grid-template-columns:auto minmax(0,1fr)}.profile-file-picker>.button{grid-column:1 / -1;width:100%}.profile-edit-photo-panel{align-items:center;flex-direction:column;text-align:center}.profile-edit-photo-panel__actions{justify-content:center}.profile-edit-photo-panel__actions .button,.profile-edit-actions .button{flex:1 1 140px}.profile-detail-list>div{display:block}.profile-detail-list span:first-child{display:block;margin-bottom:6px}.profile-detail-list strong,.profile-detail-list p{display:block;text-align:left}}.settings-page .page-shell__body,.notifications-page .page-shell__body,.support-page .page-shell__body,.contact-page .page-shell__body{padding-bottom:28px}.settings-tab-content{display:grid;gap:18px;width:min(100%,860px);margin:0 auto}.settings-section{display:grid;gap:8px}.settings-section>header{display:flex;align-items:center;gap:9px;padding:0 4px}.settings-section>header>span{display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--stroke-soft);border-radius:10px;color:var(--brand-600);background:var(--brand-100)}.settings-section>header svg{width:19px;height:19px}.settings-section>header h2{margin:0;color:var(--on-surface);font-size:17px}.settings-section--danger>header>span,.settings-section--danger>header h2{color:var(--danger)}.settings-section--danger>header>span{background:color-mix(in srgb,var(--danger),transparent 89%)}.settings-section__body{padding:8px 18px}.settings-divider{height:1px;margin:0;border:0;background:var(--stroke-soft)}.settings-info-row{display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:18px;padding:9px 0}.settings-info-row>div,.settings-link-row>span{display:grid;min-width:0;gap:3px}.settings-info-row small,.settings-link-row small{color:var(--muted);font-size:12px;line-height:1.4}.settings-info-row strong,.settings-link-row strong{overflow-wrap:anywhere;color:var(--on-surface);font-size:15px}.settings-link-row{display:flex;width:100%;min-height:64px;align-items:center;justify-content:space-between;gap:18px;padding:9px 0;border:0;color:inherit;background:transparent;text-align:left;cursor:pointer}.settings-link-row>svg{width:20px;flex:0 0 auto;color:var(--faint);transition:transform .15s ease,color .15s ease}.settings-link-row:hover>svg{color:var(--brand-600);transform:translate(3px)}.settings-link-row.is-danger strong,.settings-link-row.is-danger>svg{color:var(--danger)}.settings-link-row:focus-visible,.wallpaper-picker button:focus-visible,.contact-card:focus-visible,.notification-card__sender:focus-visible{border-radius:var(--radius-sm);outline:3px solid var(--brand-glow);outline-offset:3px}.wallpaper-picker{display:grid;gap:24px}.wallpaper-picker section{display:grid;gap:10px}.wallpaper-picker h3{margin:0;color:var(--on-surface);font-size:16px}.wallpaper-picker__grid{display:grid;grid-template-columns:repeat(5,minmax(105px,1fr));gap:10px;overflow-x:auto;padding:3px}.wallpaper-picker button{position:relative;display:grid;min-width:105px;gap:7px;padding:7px;border:2px solid var(--stroke-soft);border-radius:var(--radius-md);color:var(--muted);background:var(--surface-alt);font-size:12px;font-weight:700;cursor:pointer}.wallpaper-picker button.is-selected{border-color:var(--brand-500);color:var(--brand-600);box-shadow:0 0 0 3px var(--brand-glow)}.wallpaper-picker img{width:100%;height:76px;border-radius:7px;object-fit:cover}.support-form-panel{width:min(100%,720px);margin:0 auto}.support-form-panel>p,.contact-page__intro{color:var(--muted);line-height:1.55}.support-form-panel>p{margin-bottom:20px;text-align:center}.counter-field{position:relative;display:grid}.counter-field>small{justify-self:end;margin-top:5px;color:var(--faint);font-size:11px}.contact-page .stack{width:min(100%,720px);margin:0 auto}.contact-page__intro{margin:0 0 4px;text-align:center}.contact-card{display:grid;min-height:88px;grid-template-columns:48px minmax(0,1fr) 24px;align-items:center;gap:14px;padding:15px 18px;border:1px solid var(--stroke);border-radius:var(--radius-lg);color:inherit;background:linear-gradient(145deg,var(--surface-raised),color-mix(in srgb,var(--surface-alt),transparent 18%));box-shadow:inset 0 1px var(--highlight),0 7px 18px var(--shadow);text-decoration:none;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.contact-card:hover{border-color:var(--brand-500);box-shadow:inset 0 1px var(--highlight),0 10px 24px var(--shadow);transform:translateY(-1px)}.contact-card__icon{display:grid;width:48px;height:48px;place-items:center;border-radius:14px;color:var(--brand-600);background:var(--brand-100)}.contact-card__icon svg{width:24px}.contact-card>span:nth-child(2){display:grid;min-width:0;gap:4px}.contact-card strong{color:var(--on-surface);font-size:16px}.contact-card small{overflow:hidden;color:var(--muted);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.contact-card>svg{width:20px;color:var(--faint)}.notifications-toolbar{display:flex;min-height:58px;align-items:center;justify-content:space-between;gap:14px;padding:8px 10px 8px 15px;border:1px solid var(--stroke-soft);border-radius:var(--radius-md);background:color-mix(in srgb,var(--surface),transparent 12%)}.notifications-toolbar>strong{color:var(--on-surface);font-size:14px}.notifications-toolbar>div{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.notifications-toolbar .button,.notification-card__actions .button{min-height:38px;padding:7px 13px;font-size:12px}.notification-list{display:grid;gap:10px}.notification-card{--notification-accent: var(--brand-500);position:relative;display:grid;min-width:0;grid-template-columns:52px minmax(0,1fr);gap:14px;padding:16px 18px 15px 21px;overflow:hidden;border:1px solid var(--stroke);border-radius:var(--radius-md);background:linear-gradient(145deg,var(--surface-raised),color-mix(in srgb,var(--surface-alt),transparent 32%));box-shadow:inset 0 1px var(--highlight),0 5px 14px var(--shadow)}.notification-card:before{position:absolute;top:0;bottom:0;left:0;width:5px;background:var(--notification-accent);content:""}.notification-card--jobs{--notification-accent: #3182ce}.notification-card--projectDeals{--notification-accent: #805ad5}.notification-card--equipment{--notification-accent: #d69e2e}.notification-card--system{--notification-accent: var(--brand-500)}.notification-card--rewards{--notification-accent: var(--gold)}.notification-card.is-unread{border-color:color-mix(in srgb,var(--notification-accent),transparent 30%);background:linear-gradient(145deg,color-mix(in srgb,var(--notification-accent),var(--surface) 91%),var(--surface-raised))}.notification-card__icon{display:grid;width:52px;height:52px;place-items:center;border:1px solid color-mix(in srgb,var(--notification-accent),transparent 55%);border-radius:15px;color:var(--notification-accent);background:color-mix(in srgb,var(--notification-accent),transparent 88%)}.notification-card__icon svg{width:25px}.notification-card__content{display:grid;min-width:0;gap:8px}.notification-card__heading{display:flex;min-width:0;align-items:flex-start;justify-content:space-between;gap:12px}.notification-card__heading>div{display:flex;min-width:0;flex-wrap:wrap;align-items:baseline;gap:5px 12px}.notification-card__heading strong{color:var(--on-surface);font-size:16px;line-height:1.35}.notification-card.is-unread .notification-card__heading strong{font-weight:850}.notification-card__heading span{color:var(--faint);font-size:11px;white-space:nowrap}.notification-card__unread{width:9px;height:9px;flex:0 0 auto;margin-top:5px;border-radius:50%;background:var(--notification-accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--notification-accent),transparent 82%)}.notification-card__content>p{margin:0;color:var(--muted);font-size:13px;line-height:1.55;overflow-wrap:anywhere}.notification-card__meta,.notification-card__actions{display:flex;flex-wrap:wrap;align-items:center;gap:7px}.notification-card__sender{display:flex;width:fit-content;align-items:center;gap:9px;padding:4px 8px 4px 4px;border:0;border-radius:999px;color:var(--brand-600);background:var(--brand-100);font-size:12px;font-weight:800;cursor:pointer}.notification-card__actions{padding-top:3px}.notification-card__actions .button--ghost:last-child{color:var(--danger)}.notifications-load-more{display:flex;justify-content:center;padding:10px}.notification-full-text{display:grid;gap:15px}.notification-full-text p{margin:0;color:var(--on-surface);line-height:1.7;white-space:pre-wrap}.notification-full-text small{color:var(--faint)}@media(max-width:720px){.settings-page .segmented-tabs__item,.notifications-page .segmented-tabs__item{min-width:108px}.settings-section__body{padding-inline:14px}.notifications-toolbar{align-items:flex-start;flex-direction:column}.notifications-toolbar>div{width:100%;justify-content:stretch}.notifications-toolbar .button{flex:1 1 190px}.notification-card{grid-template-columns:42px minmax(0,1fr);gap:11px;padding:14px 12px 13px 16px}.notification-card__icon{width:42px;height:42px;border-radius:12px}.notification-card__icon svg{width:21px}.notification-card__actions .button{flex:1 1 auto}}@media(max-width:480px){.settings-info-row{align-items:flex-start;flex-direction:column;gap:8px}.settings-section__body{padding-inline:12px}.contact-card{grid-template-columns:42px minmax(0,1fr) 20px;gap:11px;padding:13px}.contact-card__icon{width:42px;height:42px;border-radius:12px}.notification-card{grid-template-columns:1fr}.notification-card__icon{display:none}.notification-card__heading>div{display:grid}}:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#101820;background:#eef5f8;font-synthesis:none;text-rendering:optimizeLegibility;--brand-700: #0f3f5c;--brand-600: #075985;--brand-500: #0b6e8f;--brand-400: #1687aa;--brand-100: #dff4fb;--brand-glow: rgb(7 89 133 / 30%);--secondary: #9c27b0;--background: #fff;--surface: #fff;--surface-alt: #f1f8fc;--surface-raised: rgb(255 255 255 / 88%);--on-background: #111a24;--on-surface: #101820;--muted: #465767;--faint: #71808e;--stroke: rgb(15 23 42 / 31%);--stroke-soft: rgb(7 89 133 / 18%);--highlight: rgb(255 255 255 / 90%);--shadow: rgb(15 23 42 / 16%);--success: #25d366;--warning: #d89b2a;--danger: #ef4444;--info: #3daee9;--gold: #d89b2a;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 22px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--page-width: 1180px}:root[data-theme=dark]{color:#d4e6ff;background:#050914;--brand-700: #64b5f6;--brand-600: #87cefa;--brand-500: #9fd3f7;--brand-400: #b9e3ff;--brand-100: rgb(100 181 246 / 18%);--brand-glow: rgb(135 206 250 / 48%);--background: #050914;--surface: #101a2e;--surface-alt: rgb(15 32 60 / 82%);--surface-raised: rgb(16 26 46 / 88%);--on-background: #e2eeff;--on-surface: #d4e6ff;--muted: #99bce6;--faint: #7896bb;--stroke: rgb(255 255 255 / 34%);--stroke-soft: rgb(135 206 250 / 25%);--highlight: rgb(255 255 255 / 30%);--shadow: rgb(0 0 0 / 30%);--success: #22bba3;--warning: #e8b53a;--danger: #ef6464;--info: #5cb4ea}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{min-height:100vh;min-height:100dvh;color:var(--on-background);background:var(--background)}body.has-dialog{overflow:hidden}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:var(--brand-600)}img{max-width:100%}h1,h2,h3,p{margin-top:0}.app-surface{position:relative;min-height:100vh;min-height:100dvh;overflow:hidden auto;isolation:isolate;background-color:var(--background);background-image:var(--app-wallpaper);background-position:center;background-size:cover;background-attachment:fixed}.app-surface--plain{background-image:radial-gradient(circle at 12% 16%,rgb(126 208 255 / 14%) 0 2px,transparent 3px),radial-gradient(circle at 86% 74%,rgb(7 89 133 / 10%) 0 2px,transparent 3px),linear-gradient(150deg,var(--background),var(--surface-alt));background-size:44px 44px,58px 58px,auto}.app-surface__scrim{position:fixed;z-index:-1;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,#ffffff1f,#ffffff05)}:root[data-theme=dark] .app-surface__scrim{background:linear-gradient(180deg,#050914b8,#0509144d 45%,#050914d6)}.app-surface__content{min-height:100vh;min-height:100dvh}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:9px;padding:10px 20px;border:1px solid transparent;border-radius:999px;font-weight:700;line-height:1.1;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,opacity .15s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button:active:not(:disabled){transform:translateY(0)}.button:disabled{cursor:not-allowed;opacity:.55}.button:focus-visible,.icon-button:focus-visible,.back-button:focus-visible,.segmented-tabs__item:focus-visible,.search-toolbar button:focus-visible{outline:3px solid var(--brand-glow);outline-offset:2px}.button--primary{color:#fff;background:linear-gradient(180deg,var(--brand-500),var(--brand-600));border-color:var(--brand-700);box-shadow:inset 0 1px #ffffff47,0 7px 18px var(--brand-glow)}:root[data-theme=dark] .button--primary{color:#071523}.button--secondary{color:var(--brand-600);background:var(--surface-raised);border-color:var(--stroke);box-shadow:0 5px 12px var(--shadow)}.button--ghost{color:var(--brand-600);background:transparent;border-color:transparent}.button--danger{color:#fff;background:linear-gradient(#f05656,#bd2424);border-color:#a71818}.button--gold{color:#3b2600;background:linear-gradient(#ffde73,#d89b2a);border-color:#956200}.button--full{width:100%}.button__spinner,.state-view__spinner{animation:spin .85s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.icon-button{position:relative;display:inline-grid;place-items:center;flex:0 0 auto;border:1px solid var(--stroke-soft);border-radius:50%;color:var(--brand-600);background:var(--surface-raised);box-shadow:inset 0 1px var(--highlight),0 5px 12px var(--shadow);cursor:pointer;transition:.15s ease}.icon-button:hover{color:var(--brand-500);border-color:var(--brand-500);transform:translateY(-1px)}.icon-button--sm{width:38px;height:38px}.icon-button--md{width:46px;height:46px}.icon-button--lg{width:56px;height:56px}.icon-button--sm svg{width:18px}.icon-button--md svg{width:22px}.icon-button--lg svg{width:27px}.icon-button__badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 5px;border:2px solid var(--surface);border-radius:999px;color:#fff;background:var(--danger);font-size:11px;font-weight:800;line-height:16px}.glass-card,.panel{border:1px solid var(--stroke);background:linear-gradient(145deg,var(--surface-raised),color-mix(in srgb,var(--surface-alt),transparent 18%));box-shadow:inset 0 1px var(--highlight),0 7px 18px var(--shadow);backdrop-filter:blur(14px) saturate(115%);-webkit-backdrop-filter:blur(14px) saturate(115%)}.glass-card{border-radius:var(--radius-md)}.panel{border-radius:var(--radius-lg);padding:clamp(14px,2vw,24px)}.field{display:grid;gap:7px;min-width:0}.field__label{color:var(--on-surface);font-size:14px;font-weight:700}.field__message{color:var(--muted);font-size:12px;line-height:1.4}.field__message--error{color:var(--danger)}.input-shell,.select-shell{position:relative;min-width:0}.text-input,.text-area,.select-input,.search-toolbar__input input{width:100%;border:1px solid var(--stroke-soft);border-radius:var(--radius-md);color:var(--on-surface);background:color-mix(in srgb,var(--surface),transparent 10%);box-shadow:inset 0 1px 3px #0f172a0d;outline:none;transition:border .15s ease,box-shadow .15s ease,background .15s ease}.text-input,.select-input{min-height:50px;padding:11px 14px}.text-area{min-height:120px;padding:13px 14px;resize:vertical}.input-shell--icon .text-input{padding-left:45px}.input-shell__icon{position:absolute;z-index:1;top:50%;left:14px;width:21px;color:var(--muted);transform:translateY(-50%)}.text-input:focus,.text-area:focus,.select-input:focus,.search-toolbar__input:focus-within{border-color:var(--brand-500);background:var(--surface);box-shadow:0 0 0 3px var(--brand-glow)}.field--error .text-input,.field--error .text-area,.field--error .select-input{border-color:var(--danger)}.text-input:disabled,.select-input:disabled,.text-area:disabled{cursor:not-allowed;opacity:.72;background:color-mix(in srgb,var(--surface-alt),transparent 10%)}.select-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:42px}.select-shell__icon{position:absolute;top:50%;right:13px;width:20px;color:var(--muted);pointer-events:none;transform:translateY(-50%)}.checkbox{display:inline-flex;align-items:center;gap:10px;color:var(--muted);cursor:pointer;line-height:1.35}.checkbox input{position:absolute;opacity:0;pointer-events:none}.checkbox__control{display:grid;width:22px;height:22px;place-items:center;flex:0 0 auto;border:2px solid var(--brand-500);border-radius:5px;background:var(--surface)}.checkbox input:checked+.checkbox__control{background:var(--brand-600);box-shadow:inset 0 0 0 4px var(--surface)}.checkbox input:focus-visible+.checkbox__control{outline:3px solid var(--brand-glow)}.switch-row{display:flex;min-height:58px;align-items:center;justify-content:space-between;gap:20px;padding:9px 0;cursor:pointer}.switch-row__copy{display:grid;gap:3px}.switch-row__copy strong{font-size:15px}.switch-row__copy small{color:var(--muted);font-size:12px;line-height:1.45}.switch{position:relative;flex:0 0 auto}.switch input{position:absolute;opacity:0}.switch__track{display:block;width:46px;height:26px;padding:3px;border:1px solid var(--stroke);border-radius:999px;background:color-mix(in srgb,var(--muted),transparent 74%);transition:.16s ease}.switch__thumb{display:block;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 5px #00000040;transition:transform .16s ease}.switch input:checked+.switch__track{border-color:var(--brand-600);background:var(--brand-600)}.switch input:checked+.switch__track .switch__thumb{transform:translate(20px)}.switch input:focus-visible+.switch__track{outline:3px solid var(--brand-glow);outline-offset:2px}.segmented-tabs{display:grid;grid-template-columns:repeat(var(--tab-count, auto-fit),minmax(95px,1fr));gap:1px;width:100%;overflow-x:auto;border:1px solid var(--stroke-soft);border-radius:var(--radius-lg);background:color-mix(in srgb,var(--surface),transparent 7%);box-shadow:inset 0 1px var(--highlight),0 5px 15px var(--shadow);scrollbar-width:none}.segmented-tabs::-webkit-scrollbar{display:none}.segmented-tabs__item{position:relative;display:flex;min-width:94px;min-height:66px;align-items:center;justify-content:center;gap:7px;padding:10px 12px;border:0;border-right:1px solid var(--stroke-soft);color:var(--muted);background:transparent;font-size:13px;font-weight:700;cursor:pointer;transition:.15s ease}.segmented-tabs__item:last-child{border-right:0}.segmented-tabs__item svg{width:22px;flex:0 0 auto}.segmented-tabs__item small{display:inline-grid;min-width:20px;height:20px;place-items:center;padding:0 5px;border-radius:999px;color:var(--brand-600);background:var(--brand-100)}.segmented-tabs__item:hover,.segmented-tabs__item.is-selected{color:var(--brand-600);background:linear-gradient(180deg,var(--brand-100),color-mix(in srgb,var(--brand-100),transparent 70%))}.segmented-tabs__item.is-selected:after{position:absolute;right:14px;bottom:0;left:14px;height:3px;border-radius:999px 999px 0 0;background:var(--brand-500);content:""}.segmented-tabs--compact .segmented-tabs__item{min-height:46px;padding:8px 11px}.page-shell{display:grid;width:min(calc(100% - 24px),var(--page-width));min-height:calc(100vh - 24px);min-height:calc(100dvh - 24px);grid-template-rows:auto 1fr auto;margin:12px auto;overflow:clip;border:1px solid var(--stroke-soft);border-radius:var(--radius-xl);background:color-mix(in srgb,var(--surface),transparent 23%);box-shadow:inset 0 1px var(--highlight),0 20px 55px #0f172a26;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.page-header{position:relative;z-index:4;display:grid;min-height:82px;grid-template-columns:minmax(112px,1fr) minmax(0,2fr) minmax(112px,1fr);align-items:center;gap:12px;padding:12px 18px}.back-button{display:inline-flex;width:max-content;min-width:112px;height:48px;align-items:center;justify-content:center;gap:5px;padding:8px 21px 8px 14px;border:2px solid var(--brand-500);color:var(--brand-600);background:var(--surface-raised);box-shadow:0 0 12px var(--brand-glow);clip-path:polygon(17px 0,100% 0,calc(100% - 10px) 50%,100% 100%,17px 100%,0 50%);font-weight:800;cursor:pointer}.back-button svg{width:25px}.page-header__title{min-width:0;text-align:center}.page-header__title h1{margin:0;overflow:hidden;color:var(--on-background);font-size:clamp(25px,4vw,34px);line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.page-header__title small{color:var(--brand-600);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.page-header__actions{display:flex;min-width:0;align-items:center;justify-content:flex-end;gap:8px}.page-shell__body{min-height:0;padding:0 18px 18px}.page-shell__footer{position:sticky;z-index:5;bottom:0;padding:9px 12px 12px;background:linear-gradient(transparent,color-mix(in srgb,var(--surface),transparent 7%) 25%)}.search-toolbar{display:flex;gap:10px;width:100%;padding:10px;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:color-mix(in srgb,var(--surface),transparent 18%);box-shadow:inset 0 1px var(--highlight)}.search-toolbar__input{display:flex;min-width:0;flex:1;align-items:center;gap:9px;border:1px solid var(--stroke-soft);border-radius:var(--radius-md);padding:0 12px;background:var(--surface-raised);transition:.15s ease}.search-toolbar__input>svg{width:23px;flex:0 0 auto;color:var(--muted)}.search-toolbar__input input{min-width:0;height:50px;flex:1;padding:0;border:0;background:transparent;box-shadow:none}.search-toolbar__input button{display:grid;width:35px;height:35px;place-items:center;border:0;border-radius:50%;color:var(--muted);background:transparent;cursor:pointer}.search-toolbar__input button svg{width:18px}.search-toolbar__filter{display:grid;width:54px;flex:0 0 54px;place-items:center;border:1px solid var(--stroke);border-radius:50%;color:var(--muted);background:var(--surface-raised);cursor:pointer}.search-toolbar__filter.is-active,.search-toolbar__filter:hover{color:#fff;border-color:var(--brand-600);background:var(--brand-600)}.state-view{display:grid;min-height:240px;place-items:center;align-content:center;gap:12px;padding:32px;color:var(--muted);text-align:center}.state-view p{max-width:500px;margin:0;line-height:1.55}.state-view strong{color:var(--on-surface);font-size:20px}.state-view__spinner,.state-view__icon{width:40px;height:40px;color:var(--brand-500)}.state-view--error .state-view__icon,.state-view--error strong{color:var(--danger)}.status-badge{display:inline-flex;width:fit-content;min-height:24px;align-items:center;padding:3px 9px;border:1px solid color-mix(in srgb,currentColor,transparent 65%);border-radius:999px;color:var(--muted);background:color-mix(in srgb,currentColor,transparent 90%);font-size:11px;font-weight:800}.status-badge--success{color:#11875c}.status-badge--warning{color:#9a6500}.status-badge--danger{color:#c82c2c}.status-badge--info{color:var(--brand-600)}.status-badge--gold{color:#a46b00}.avatar{position:relative;display:inline-grid;place-items:center;flex:0 0 auto;overflow:visible;border:2px solid color-mix(in srgb,var(--brand-500),transparent 25%);border-radius:50%;color:var(--brand-600);background:linear-gradient(145deg,var(--surface),var(--brand-100));box-shadow:0 5px 12px var(--shadow);font-weight:800}.avatar img{width:100%;height:100%;border-radius:inherit;object-fit:cover}.avatar--sm{width:36px;height:36px;font-size:12px}.avatar--md{width:52px;height:52px;font-size:16px}.avatar--lg{width:72px;height:72px;font-size:21px}.avatar--xl{width:112px;height:112px;font-size:32px}.avatar i{position:absolute;right:0;bottom:1px;width:13px;height:13px;border:2px solid var(--surface);border-radius:50%;background:var(--faint)}.avatar i.is-online{background:var(--success)}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:22px 0 12px}.section-heading h2{margin:0;color:var(--on-surface);font-size:clamp(19px,2.6vw,24px)}.section-heading p{margin:4px 0 0;color:var(--muted);font-size:13px}.dialog-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#05091494;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fade-in .13s ease}@keyframes fade-in{0%{opacity:0}}.dialog{display:grid;width:min(100%,620px);max-height:min(92vh,880px);max-height:min(92dvh,880px);grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;border:1px solid var(--stroke);border-radius:var(--radius-xl);color:var(--on-surface);background:var(--surface);box-shadow:inset 0 1px var(--highlight),0 22px 70px #00000057;animation:dialog-in .17s ease}@keyframes dialog-in{0%{opacity:0;transform:translateY(12px) scale(.985)}}.dialog--sm{width:min(100%,440px)}.dialog--lg{width:min(100%,900px)}.dialog__header,.dialog__footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid var(--stroke-soft)}.dialog__header h2{margin:0;font-size:22px}.dialog__header p{margin:5px 0 0;color:var(--muted);font-size:13px;line-height:1.45}.dialog__header button{display:grid;width:40px;height:40px;place-items:center;flex:0 0 auto;border:0;border-radius:50%;color:var(--muted);background:var(--surface-alt);cursor:pointer}.dialog__body{overflow:auto;padding:20px}.dialog__footer{justify-content:flex-end;border-top:1px solid var(--stroke-soft);border-bottom:0}.inline-notice{padding:12px 14px;border:1px solid color-mix(in srgb,currentColor,transparent 62%);border-radius:var(--radius-md);color:var(--brand-600);background:color-mix(in srgb,currentColor,transparent 91%);font-size:14px;line-height:1.5}.inline-notice--warning{color:#9b6800}.inline-notice--danger{color:#c72d2d}.inline-notice--success{color:#10865b}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.form-grid__full{grid-column:1 / -1}.stack{display:grid;gap:14px}.cluster{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.card-list{display:grid;gap:10px;margin-top:12px}.content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.content-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.listing-card{position:relative;display:grid;min-width:0;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:15px 16px 14px 20px;overflow:hidden;border:1px solid var(--stroke);border-radius:var(--radius-md);color:inherit;background:var(--surface-raised);box-shadow:inset 0 1px var(--highlight),0 4px 11px var(--shadow);text-align:left;text-decoration:none;cursor:pointer;transition:transform .15s ease,border .15s ease,box-shadow .15s ease}.listing-card:before{position:absolute;top:0;bottom:0;left:0;width:6px;background:var(--brand-500);content:""}.listing-card:hover{z-index:1;border-color:var(--brand-500);box-shadow:inset 0 1px var(--highlight),0 8px 20px var(--shadow);transform:translateY(-1px)}.listing-card h3{margin:0 0 6px;overflow:hidden;color:var(--on-surface);font-size:18px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.listing-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.listing-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;margin-top:8px;color:var(--muted);font-size:12px}.listing-card__meta span{display:inline-flex;align-items:center;gap:4px}.listing-card__meta svg{width:15px}.listing-card__aside{display:flex;min-width:70px;align-items:flex-end;justify-content:space-between;flex-direction:column;gap:10px}.listing-card__price{color:var(--brand-600);font-size:17px;font-weight:800;white-space:nowrap}.image-listing-card{grid-template-columns:105px minmax(0,1fr) auto;padding-left:10px}.image-listing-card:before{display:none}.listing-card__image{width:95px;height:82px;border-radius:10px;object-fit:cover;background:var(--surface-alt)}.chip{display:inline-flex;min-height:30px;align-items:center;gap:6px;padding:5px 10px;border:1px solid var(--stroke-soft);border-radius:999px;color:var(--muted);background:var(--surface-raised);font-size:12px;font-weight:700}button.chip{cursor:pointer}.chip.is-selected{color:#fff;border-color:var(--brand-600);background:var(--brand-600)}.data-row{display:flex;min-height:54px;align-items:center;justify-content:space-between;gap:18px;padding:11px 0;border-bottom:1px solid var(--stroke-soft)}.data-row:last-child{border-bottom:0}.data-row__label{color:var(--muted);font-size:13px}.data-row__value{color:var(--on-surface);font-weight:700;text-align:right}.danger-text{color:var(--danger)!important}.auth-layout{position:relative;display:grid;min-height:100vh;min-height:100dvh;place-items:center;padding:90px 20px 44px}.auth-layout__brand{position:absolute;top:22px;left:28px;display:flex;align-items:center;gap:10px;color:var(--brand-700);font-size:20px;letter-spacing:-.02em}.auth-layout__brand img{width:48px;height:48px;border-radius:12px;box-shadow:0 7px 18px var(--brand-glow)}.auth-layout__ornaments{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.auth-layout__ornaments span{position:absolute;color:var(--brand-400);font-size:34px;opacity:.09;transform:rotate(var(--turn, 0deg))}.auth-layout__ornaments span:nth-child(1){top:12%;left:7%;--turn: 19deg}.auth-layout__ornaments span:nth-child(2){top:24%;right:10%;--turn: -9deg}.auth-layout__ornaments span:nth-child(3){bottom:13%;left:13%;--turn: 8deg}.auth-layout__ornaments span:nth-child(4){bottom:22%;right:8%;--turn: -18deg}.auth-layout__ornaments span:nth-child(5){top:57%;left:3%;--turn: 32deg}.auth-layout__ornaments span:nth-child(6){top:8%;right:35%;--turn: 15deg}.auth-card{position:relative;z-index:1;width:min(100%,510px);padding:clamp(22px,4vw,36px);border:1px solid var(--stroke-soft);border-radius:28px;background:color-mix(in srgb,var(--surface),transparent 4%);box-shadow:inset 0 1px var(--highlight),0 24px 70px #0f172a29;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.auth-card--wide{width:min(100%,720px)}.auth-card__header{margin-bottom:24px;text-align:center}.auth-card__header h1{margin-bottom:8px;color:var(--on-background);font-size:clamp(34px,7vw,50px);font-weight:650;letter-spacing:-.04em}.auth-card__header p{margin:0;color:var(--muted);font-size:17px}.auth-form{display:grid;gap:15px}.auth-form__row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:14px}.auth-form__row a,.auth-form__switch a{font-weight:700;text-decoration:none}.auth-form__row a:hover,.auth-form__switch a:hover{text-decoration:underline}.auth-form__switch{margin:3px 0 0;color:var(--muted);text-align:center}.password-field{position:relative}.password-field__toggle{position:absolute;right:8px;bottom:5px;display:grid;width:40px;height:40px;place-items:center;border:0;border-radius:50%;color:var(--muted);background:transparent;cursor:pointer}.password-field__toggle:hover{color:var(--brand-600);background:var(--brand-100)}.password-field .text-input{padding-right:50px}.auth-divider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:13px;margin:23px 0 16px;color:var(--muted);font-size:13px}.auth-divider:before,.auth-divider:after{height:1px;background:var(--stroke);content:""}.social-auth-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.social-auth-button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:10px;padding:10px 14px;border:1px solid var(--stroke-soft);border-radius:var(--radius-md);color:var(--on-surface);background:var(--surface);box-shadow:0 4px 10px var(--shadow);font-weight:700;cursor:pointer}.social-auth-button:hover{border-color:var(--brand-500);transform:translateY(-1px)}.social-auth-button svg,.google-mark{width:24px;font-size:23px;font-weight:900;text-align:center}.google-mark{color:#4285f4}.auth-placeholder-notice{grid-column:1 / -1;min-height:38px;padding:8px 12px;border:0;border-radius:9px;color:#855900;background:#fff2c9;cursor:pointer}.user-type-picker{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.user-type-picker button{display:flex;min-height:60px;align-items:center;justify-content:center;gap:9px;border:1px solid var(--stroke-soft);border-radius:var(--radius-md);color:var(--muted);background:var(--surface-raised);font-weight:800;cursor:pointer}.user-type-picker button.is-selected{color:var(--brand-600);border-color:var(--brand-500);background:var(--brand-100);box-shadow:0 0 0 3px var(--brand-glow)}.company-mark{display:grid;width:26px;height:26px;place-items:center;border-radius:7px;color:#fff;background:var(--brand-600);font-size:14px}.wizard-page{display:grid;width:min(calc(100% - 28px),900px);min-height:100vh;min-height:100dvh;grid-template-rows:auto minmax(0,1fr) auto;gap:12px;margin:0 auto;padding:16px 0}.wizard-progress,.wizard-card,.wizard-footer{border:1px solid var(--stroke-soft);background:var(--surface-raised);box-shadow:inset 0 1px var(--highlight),0 10px 30px var(--shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.wizard-progress{display:grid;gap:9px;padding:13px 18px;border-radius:var(--radius-lg)}.wizard-progress>div:first-child{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:13px;font-weight:700}.wizard-progress>div:first-child strong{color:var(--brand-600)}.wizard-progress__track{height:8px;overflow:hidden;border-radius:999px;background:color-mix(in srgb,var(--brand-500),transparent 86%)}.wizard-progress__track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--brand-600),var(--brand-400));box-shadow:0 0 12px var(--brand-glow);transition:width .24s ease}.wizard-card{display:grid;min-height:0;grid-template-rows:auto minmax(0,1fr);overflow:hidden;border-radius:20px}.wizard-card>header{padding:clamp(20px,4vw,32px) clamp(18px,4vw,34px) 16px;border-bottom:1px solid var(--stroke-soft);text-align:center}.wizard-card__eyebrow{display:inline-flex;align-items:center;gap:7px;margin-bottom:10px;color:var(--brand-600);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.wizard-card__eyebrow svg{width:18px}.wizard-card>header h1{margin-bottom:7px;color:var(--on-surface);font-size:clamp(25px,4vw,35px);line-height:1.2}.wizard-card>header p{margin:0 auto;max-width:650px;color:var(--muted);line-height:1.5}.wizard-card__content{min-height:0;overflow:auto;padding:clamp(18px,4vw,34px)}.wizard-footer{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;padding:11px 14px;border-radius:var(--radius-lg)}.wizard-footer__dots{display:flex;align-items:center;justify-content:center;gap:5px}.wizard-footer__dots i{width:7px;height:7px;border-radius:50%;background:color-mix(in srgb,var(--muted),transparent 65%);transition:.18s ease}.wizard-footer__dots i.is-current{width:22px;border-radius:999px;background:var(--brand-600)}.wizard-footer__dots i.is-done{background:var(--success)}.wizard-footer__forward{display:flex;align-items:center;justify-content:flex-end;gap:8px}.wizard-footer__forward>button:not(.button){min-height:42px;padding:8px 13px;border:0;color:var(--muted);background:transparent;font-weight:700;cursor:pointer}.wizard-welcome,.wizard-photo,.wizard-completion{display:grid;max-width:620px;min-height:330px;place-items:center;align-content:center;gap:12px;margin:0 auto;text-align:center}.wizard-welcome__icon,.wizard-completion>svg{display:grid;width:86px;height:86px;place-items:center;border:1px solid var(--brand-500);border-radius:50%;color:var(--brand-600);background:var(--brand-100);box-shadow:0 10px 28px var(--brand-glow)}.wizard-welcome__icon svg{width:46px;height:46px}.wizard-welcome h2,.wizard-completion h2{margin:7px 0 0;font-size:clamp(23px,4vw,31px)}.wizard-welcome p,.wizard-completion p{margin:0;color:var(--muted);font-size:17px}.wizard-welcome>span:not(.wizard-welcome__icon){color:var(--brand-600);font-weight:800}.wizard-welcome small{max-width:520px;color:var(--muted);line-height:1.5}.wizard-photo__picker{position:relative;display:grid;width:190px;height:190px;place-items:center;overflow:hidden;border:2px dashed var(--brand-500);border-radius:50%;color:var(--brand-600);background:var(--brand-100);cursor:pointer}.wizard-photo__picker>svg{width:80px;height:80px;opacity:.75}.wizard-photo__picker img{width:100%;height:100%;object-fit:cover}.wizard-photo__picker>span{position:absolute;right:9px;bottom:10px;display:inline-flex;min-height:36px;align-items:center;gap:5px;padding:7px 10px;border-radius:999px;color:#fff;background:var(--brand-600);box-shadow:0 5px 12px var(--shadow);font-size:12px;font-weight:800}.wizard-photo__picker>span svg{width:16px}.wizard-photo__picker input{position:absolute;width:1px;height:1px;opacity:0}.wizard-photo>p{max-width:520px;color:var(--muted)}.wizard-location__preview{display:flex;min-height:60px;align-items:center;justify-content:center;gap:9px;border:1px solid var(--stroke-soft);border-radius:var(--radius-md);color:var(--brand-600);background:var(--brand-100);font-weight:800}.wizard-trades{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.wizard-trades button{position:relative;display:grid;min-height:112px;place-items:center;align-content:center;gap:8px;padding:12px;border:1px solid var(--stroke-soft);border-radius:var(--radius-md);color:var(--muted);background:var(--surface-raised);font-weight:750;cursor:pointer}.wizard-trades button>svg:first-child{width:28px;color:var(--brand-500)}.wizard-trades button>svg:last-child{position:absolute;top:8px;right:8px;width:18px}.wizard-trades button.is-selected{color:var(--brand-600);border-color:var(--brand-500);background:var(--brand-100);box-shadow:0 0 0 2px var(--brand-glow)}.wizard-years{display:grid;max-width:600px;min-height:300px;place-items:center;align-content:center;margin:auto}.wizard-years>strong{color:var(--brand-600);font-size:88px;line-height:1}.wizard-years>span{margin-bottom:35px;color:var(--muted);font-size:21px;font-weight:700}.wizard-years input{width:100%;accent-color:var(--brand-600)}.wizard-years>div{display:flex;width:100%;justify-content:space-between;margin-top:7px;color:var(--muted);font-size:12px}.wizard-skills{display:grid;gap:16px}.wizard-skills>strong{color:var(--brand-600);font-size:14px}.wizard-skills__open{display:grid;gap:5px;padding:16px;border:1px solid var(--stroke-soft);border-radius:var(--radius-md);color:var(--on-surface);background:var(--surface-alt);text-align:left;cursor:pointer}.wizard-skills__open span{display:flex;align-items:center;gap:8px;font-weight:800}.wizard-skills__open span svg{width:19px;color:var(--brand-600)}.wizard-skills__open small{color:var(--muted)}.wizard-skill-search{display:flex;align-items:center;gap:9px;margin-bottom:13px;padding:0 13px;border:1px solid var(--stroke-soft);border-radius:var(--radius-md);background:var(--surface-alt)}.wizard-skill-search svg{width:20px;color:var(--muted)}.wizard-skill-search input{min-width:0;height:48px;flex:1;border:0;outline:0;color:var(--on-surface);background:transparent}.wizard-skill-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.wizard-skill-list button,.wizard-option-grid button{display:flex;min-height:58px;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid var(--stroke-soft);border-radius:var(--radius-md);color:var(--on-surface);background:var(--surface-raised);text-align:left;cursor:pointer}.wizard-skill-list button>span{display:grid;gap:3px}.wizard-skill-list button small{color:var(--muted)}.wizard-skill-list button i,.wizard-option-grid button i{display:grid;width:24px;height:24px;place-items:center;flex:0 0 auto;border:1px solid var(--stroke);border-radius:50%}.wizard-skill-list button i svg,.wizard-option-grid button i svg{width:16px}.wizard-skill-list button.is-selected,.wizard-option-grid button.is-selected{color:var(--brand-600);border-color:var(--brand-500);background:var(--brand-100)}.wizard-skill-list button.is-selected i,.wizard-option-grid button.is-selected i{color:#fff;border-color:var(--brand-600);background:var(--brand-600)}.wizard-option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.wizard-completion>svg{width:82px;height:82px;padding:18px}.wizard-completion--success>svg{color:#12845a;border-color:var(--success);background:color-mix(in srgb,var(--success),transparent 83%)}.home-page{position:relative;width:min(100%,1440px);min-height:max(100vh,760px);min-height:max(100dvh,760px);margin:0 auto;padding:24px}.home-mobile{display:none}.home-desktop{display:grid;min-height:calc(100vh - 48px);min-height:calc(100dvh - 48px);grid-template-columns:320px minmax(390px,1fr) 330px;gap:18px}.home-desktop__rail,.home-desktop__center,.home-desktop__activity-card{border:1px solid var(--stroke-soft);background:color-mix(in srgb,var(--surface-raised),transparent 4%);box-shadow:inset 0 1px var(--highlight),0 18px 45px var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.home-desktop__rail{display:flex;min-height:100%;flex-direction:column;gap:26px;padding:22px 18px;border-radius:22px}.home-desktop__brand{display:flex;align-items:center;gap:11px;padding:0 6px 18px;border-bottom:1px solid var(--stroke-soft)}.home-desktop__brand img{width:46px;height:46px;border-radius:13px;box-shadow:0 8px 18px var(--brand-glow)}.home-desktop__brand span{display:grid;gap:1px}.home-desktop__brand strong{font-size:19px;letter-spacing:-.02em}.home-desktop__brand small,.home-desktop__eyebrow{color:var(--brand-600);font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.home-desktop__nav-section{display:grid;gap:10px}.home-desktop__eyebrow{margin:0 6px}.home-desktop__primary-nav{display:grid;gap:8px}.home-desktop__primary-nav button{display:grid;min-height:74px;grid-template-columns:46px minmax(0,1fr) 18px;align-items:center;gap:11px;padding:11px 12px;border:1px solid var(--stroke-soft);border-radius:15px;color:var(--on-surface);background:linear-gradient(145deg,var(--surface-raised),var(--surface-alt));box-shadow:inset 0 1px var(--highlight);text-align:left;cursor:pointer;transition:.16s ease}.home-desktop__primary-nav button:hover{border-color:color-mix(in srgb,var(--brand-500),transparent 35%);box-shadow:inset 3px 0 var(--brand-500),0 8px 18px var(--shadow);transform:translate(3px)}.home-desktop__primary-nav button>i{display:grid;width:46px;height:46px;place-items:center;border-radius:13px;color:#fff;background:linear-gradient(145deg,var(--brand-500),var(--brand-700));box-shadow:0 6px 14px var(--brand-glow)}:root[data-theme=dark] .home-desktop__primary-nav button>i{color:#071523}.home-desktop__primary-nav button>i svg{width:22px}.home-desktop__primary-nav button>span{display:grid;min-width:0;gap:3px}.home-desktop__primary-nav button strong{font-size:15px}.home-desktop__primary-nav button small{overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.home-desktop__primary-nav button>svg{width:17px;color:var(--faint)}.home-desktop__secondary-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.home-desktop__secondary-nav button{position:relative;display:grid;min-height:84px;place-items:center;align-content:center;gap:7px;padding:10px 6px;border:1px solid var(--stroke-soft);border-radius:14px;color:var(--on-surface);background:color-mix(in srgb,var(--surface-alt),transparent 4%);cursor:pointer;transition:.16s ease}.home-desktop__secondary-nav button:hover{color:var(--brand-600);border-color:var(--brand-500);background:var(--brand-100);transform:translateY(-2px)}.home-desktop__secondary-nav button>svg{width:23px;color:var(--brand-600)}.home-desktop__secondary-nav button strong{font-size:12px}.home-desktop__secondary-nav button>i{position:absolute;top:7px;right:7px;display:grid;min-width:20px;height:20px;place-items:center;padding:0 4px;border-radius:999px;color:#fff;background:var(--danger);font-size:9px;font-style:normal;font-weight:900}.home-desktop__support{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:auto;padding-top:18px;border-top:1px solid var(--stroke-soft)}.home-desktop__support button{display:flex;min-height:42px;align-items:center;justify-content:center;gap:6px;border:1px solid var(--stroke-soft);border-radius:11px;color:var(--brand-600);background:var(--surface-alt);font-size:11px;font-weight:800;cursor:pointer}.home-desktop__support svg{width:16px}.home-desktop__center{display:grid;min-width:0;align-content:start;gap:18px;padding:24px;border-radius:22px}.home-desktop__topbar{display:flex;min-height:54px;align-items:center;justify-content:space-between;gap:14px}.home-desktop__topbar h1{margin:4px 0 0;font-size:clamp(23px,2.2vw,31px);letter-spacing:-.035em}.home-desktop__topbar>div:last-child{display:flex;gap:7px}.home-desktop__topbar button{position:relative;display:inline-flex;min-height:40px;align-items:center;gap:6px;padding:8px 11px;border:1px solid var(--stroke-soft);border-radius:11px;color:var(--brand-600);background:var(--surface-alt);font-size:11px;font-weight:800;cursor:pointer}.home-desktop__topbar button svg{width:17px}.home-desktop__topbar button i{position:absolute;top:-7px;right:-5px;display:grid;min-width:19px;height:19px;place-items:center;padding:0 4px;border:2px solid var(--surface);border-radius:999px;color:#fff;background:var(--danger);font-size:8px;font-style:normal}.home-desktop__status{border:1px solid var(--stroke-soft);border-radius:var(--radius-lg);background:var(--surface-alt)}.home-desktop__status .state-view{min-height:120px}.home-desktop__profile{position:relative;display:grid;min-height:254px;place-items:center;align-content:center;gap:12px;padding:32px 24px 22px;overflow:hidden;border:1px solid color-mix(in srgb,var(--brand-500),transparent 62%);border-radius:22px;color:var(--on-surface);background:radial-gradient(circle at 50% 20%,var(--brand-glow),transparent 38%),linear-gradient(145deg,var(--surface-raised),var(--surface-alt));box-shadow:inset 0 1px var(--highlight),0 14px 30px var(--shadow);cursor:pointer}.home-desktop__profile:after{position:absolute;right:-65px;bottom:-105px;width:230px;height:230px;border:1px dashed color-mix(in srgb,var(--brand-500),transparent 68%);border-radius:50%;content:""}.home-desktop__profile-glow{position:absolute;top:29px;width:126px;height:126px;border:1px solid color-mix(in srgb,var(--brand-500),transparent 55%);border-radius:50%}.home-desktop__profile .avatar--xl{position:relative;z-index:1;border:4px solid color-mix(in srgb,var(--surface),transparent 8%);box-shadow:0 12px 28px var(--brand-glow)}.home-desktop__profile-copy{position:relative;z-index:1;display:grid;justify-items:center;gap:4px}.home-desktop__profile-copy>small{color:var(--brand-600);font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.home-desktop__profile-copy>strong{display:flex;align-items:center;gap:6px;font-size:clamp(21px,2.4vw,29px);letter-spacing:-.03em}.home-desktop__profile-copy>strong svg{width:19px;color:var(--brand-500)}.home-desktop__profile-copy>span{color:var(--muted);font-size:13px;font-weight:700}.home-desktop__profile-link{position:relative;z-index:1;display:flex;align-items:center;gap:5px;color:var(--brand-600);font-size:12px;font-weight:850}.home-desktop__profile-link svg{width:15px}.home-desktop__welcome{display:flex;min-height:134px;align-items:center;justify-content:space-between;gap:20px;padding:22px 24px;overflow:hidden;border:1px solid var(--stroke-soft);border-radius:18px;color:#fff;background:linear-gradient(130deg,var(--brand-700),var(--brand-500));box-shadow:0 12px 28px var(--brand-glow)}:root[data-theme=dark] .home-desktop__welcome{color:#071523}.home-desktop__welcome span{font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.home-desktop__welcome h2{margin:5px 0;font-size:clamp(19px,2vw,25px)}.home-desktop__welcome p{max-width:390px;margin:0;opacity:.84;font-size:12px;line-height:1.5}.home-desktop__welcome>svg{width:72px;height:72px;flex:0 0 auto;opacity:.22;transform:rotate(8deg)}.home-desktop__summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.home-desktop__summary button{display:grid;min-height:104px;grid-template-columns:40px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;gap:0 12px;padding:15px;border:1px solid var(--stroke-soft);border-radius:16px;color:var(--on-surface);background:var(--surface-alt);text-align:left;cursor:pointer}.home-desktop__summary button>span{display:grid;width:40px;height:40px;grid-row:1 / 3;place-items:center;border-radius:12px;color:var(--brand-600);background:var(--brand-100)}.home-desktop__summary svg{width:20px}.home-desktop__summary strong{align-self:end;font-size:24px}.home-desktop__summary small{align-self:start;color:var(--muted);font-size:11px}.home-desktop__activity{display:grid;min-width:0;align-content:start;gap:18px}.home-desktop__activity-card{overflow:hidden;border-radius:20px}.home-desktop__activity-card>header{display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid var(--stroke-soft)}.home-desktop__activity-card>header>div{display:flex;align-items:center;gap:8px}.home-desktop__activity-card>header svg{width:19px;color:var(--brand-600)}.home-desktop__activity-card h2{margin:0;font-size:16px}.home-desktop__activity-card>header button{border:0;color:var(--brand-600);background:transparent;font-size:11px;font-weight:850;cursor:pointer}.home-desktop__activity-list,.home-desktop__notification-list{display:grid;padding:5px 10px 10px}.home-desktop__activity-list>button,.home-desktop__notification-list>button{position:relative;display:grid;min-height:74px;align-items:center;gap:9px;padding:10px 6px;border:0;border-bottom:1px solid var(--stroke-soft);color:var(--on-surface);background:transparent;text-align:left;cursor:pointer}.home-desktop__activity-list>button{grid-template-columns:38px minmax(0,1fr) auto}.home-desktop__notification-list>button{grid-template-columns:34px minmax(0,1fr) auto}.home-desktop__activity-list>button:last-child,.home-desktop__notification-list>button:last-child{border-bottom:0}.home-desktop__activity-list>button:hover,.home-desktop__notification-list>button:hover{background:color-mix(in srgb,var(--brand-100),transparent 48%)}.home-desktop__activity-list>button>span,.home-desktop__notification-list>button>span{display:grid;min-width:0;gap:4px}.home-desktop__activity-list strong,.home-desktop__notification-list strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.home-desktop__activity-list small,.home-desktop__notification-list small{overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.home-desktop__activity-list time,.home-desktop__notification-list time{align-self:start;margin-top:2px;color:var(--faint);font-size:9px}.home-desktop__activity-list>button>i{position:absolute;right:5px;bottom:10px;display:grid;min-width:18px;height:18px;place-items:center;padding:0 4px;border-radius:999px;color:#fff;background:var(--brand-500);font-size:8px;font-style:normal;font-weight:900}.home-desktop__notification-list>button>i{display:grid;width:32px;height:32px;place-items:center;border-radius:10px;color:var(--faint);background:var(--surface-alt)}.home-desktop__notification-list>button>i.is-unread{color:var(--brand-600);background:var(--brand-100)}.home-desktop__notification-list>button>i svg{width:16px}.home-desktop__activity-empty{display:flex;min-height:110px;align-items:center;gap:12px;padding:18px 10px;color:var(--muted)}.home-desktop__activity-empty>svg{width:32px;flex:0 0 auto;color:var(--brand-600)}.home-desktop__activity-empty span{display:grid;gap:4px}.home-desktop__activity-empty strong{color:var(--on-surface);font-size:12px}.home-desktop__activity-empty small{font-size:10px}.home-hud{position:relative;z-index:10;display:flex;width:min(100%,760px);min-height:108px;align-items:center;justify-content:space-between;gap:16px;margin:0 auto;padding:12px 14px;border:1px solid var(--stroke-soft);border-radius:16px;background:linear-gradient(180deg,var(--surface-raised),color-mix(in srgb,var(--surface-alt),transparent 14%));box-shadow:inset 0 1px var(--highlight),0 10px 26px var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.home-hud__profile{display:flex;min-width:0;align-items:center;gap:14px;padding:0;border:0;color:inherit;background:transparent;text-align:left;cursor:pointer}.home-hud__profile>span{display:grid;min-width:0;gap:5px}.home-hud__profile strong{display:flex;min-width:0;align-items:center;gap:6px;overflow:hidden;font-size:clamp(20px,4vw,28px);text-overflow:ellipsis;white-space:nowrap}.home-hud__profile strong svg{width:18px;flex:0 0 auto;color:var(--brand-500)}.home-hud__profile small{overflow:hidden;color:#2688c7;font-size:14px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.home-hud__actions{display:grid;gap:7px}.home-launchers{position:relative;z-index:8;display:grid;width:min(100%,760px);justify-items:start;gap:8px;margin:9px auto 0;padding-left:4px}.home-launcher{display:inline-flex;min-height:38px;align-items:center;gap:7px;padding:7px 13px;border:1px solid var(--stroke);border-radius:999px;color:var(--brand-600);background:var(--surface-raised);box-shadow:0 5px 13px var(--shadow);font-size:13px;font-weight:800;cursor:pointer}.home-launcher svg{width:18px}.home-launcher--primary{color:#fff;border-color:var(--brand-700);background:linear-gradient(var(--brand-500),var(--brand-600))}:root[data-theme=dark] .home-launcher--primary{color:#071523}.home-status{position:absolute;z-index:4;top:230px;right:120px;left:120px;border-radius:var(--radius-lg);background:var(--surface-raised);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.home-status .state-view{min-height:180px}.home-side{position:absolute;z-index:5;top:43%;display:grid;gap:clamp(25px,6vh,54px);transform:translateY(-50%)}.home-side--left{left:22px}.home-side--right{right:22px}.home-side-action{display:grid;width:105px;place-items:center;gap:4px;padding:0;border:0;color:var(--on-surface);background:transparent;cursor:pointer}.home-side-action>span{position:relative;display:grid;width:70px;height:70px;place-items:center;border-radius:50%;transition:transform .15s ease}.home-side-action:hover>span{transform:translateY(-2px) scale(1.025)}.home-side-action img{width:70px;height:70px;object-fit:contain;filter:drop-shadow(0 8px 9px var(--shadow))}.home-side-action i{position:absolute;top:-3px;right:-3px;display:grid;min-width:22px;height:22px;place-items:center;padding:0 5px;border:2px solid var(--surface);border-radius:999px;color:#fff;background:var(--danger);font-size:10px;font-style:normal;font-weight:900}.home-side-action strong{width:100%;padding:4px 3px;border:1px solid var(--stroke-soft);border-radius:7px;background:color-mix(in srgb,var(--surface),transparent 14%);box-shadow:inset 0 1px var(--highlight);font-size:12px;line-height:1.2;text-align:center}.home-business{position:absolute;z-index:6;right:18px;bottom:22px;left:18px;display:grid;width:min(calc(100% - 36px),820px);gap:8px;margin:0 auto}.home-business__deals{display:block;width:min(75%,650px);padding:0;overflow:hidden;justify-self:center;border:0;border-radius:10px;background:transparent;filter:drop-shadow(0 9px 11px rgb(62 35 0 / 30%));cursor:pointer;transition:transform .15s ease}.home-business__deals:hover{transform:translateY(-2px)}.home-business__deals img{display:block;width:100%;aspect-ratio:1720 / 317;object-fit:contain}.home-business>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding:6px;border:1px solid var(--stroke-soft);border-radius:16px;background:color-mix(in srgb,var(--surface),transparent 22%);box-shadow:inset 0 1px var(--highlight);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.home-business>div button{display:flex;min-height:58px;align-items:center;justify-content:center;gap:9px;border:1px solid color-mix(in srgb,var(--brand-500),transparent 38%);border-radius:10px;color:var(--on-surface);background:linear-gradient(180deg,var(--surface-raised),var(--surface-alt));box-shadow:0 5px 12px var(--shadow);font-size:16px;font-weight:800;cursor:pointer}.home-business>div button svg{color:#67bdf2}.home-help-grid{display:grid;gap:10px}.home-help-grid button{display:flex;min-height:78px;align-items:center;gap:14px;padding:13px 15px;border:1px solid var(--stroke-soft);border-radius:var(--radius-md);color:var(--on-surface);background:var(--surface-alt);text-align:left;cursor:pointer}.home-help-grid button>svg{width:30px;flex:0 0 auto;color:var(--brand-600)}.home-help-grid button span{display:grid;gap:4px}.home-help-grid button small{color:var(--muted)}.home-tutorial{display:grid;grid-template-columns:210px minmax(0,1fr);gap:18px}.home-tutorial nav{display:grid;align-content:start;gap:7px}.home-tutorial nav button{min-height:46px;padding:9px 12px;border:1px solid var(--stroke-soft);border-radius:9px;color:var(--muted);background:var(--surface-alt);text-align:left;font-weight:700;cursor:pointer}.home-tutorial nav button.is-selected{color:#fff;border-color:var(--brand-600);background:var(--brand-600)}.home-tutorial section>span{color:var(--brand-600);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.home-tutorial__video{display:grid;min-height:220px;place-items:center;align-content:center;gap:10px;margin:8px 0 16px;padding:20px;border:1px solid var(--stroke-soft);border-radius:var(--radius-md);color:var(--muted);background:linear-gradient(145deg,var(--surface-alt),var(--brand-100));text-align:center}.home-tutorial__video svg{width:56px;height:56px;color:var(--brand-600)}.home-tutorial h3{margin-bottom:6px}.home-tutorial p{color:var(--muted);line-height:1.55}.not-found{display:grid;min-height:100vh;min-height:100dvh;place-items:center;align-content:center;gap:12px;padding:30px;text-align:center}.not-found img{width:112px;border-radius:24px;box-shadow:0 15px 35px var(--brand-glow)}.not-found h1{margin:9px 0 0;font-size:clamp(28px,6vw,44px)}.not-found p{max-width:470px;margin:0 0 9px;color:var(--muted);line-height:1.55}.legal-frame-panel{position:relative;display:grid;height:calc(100vh - 126px);height:calc(100dvh - 126px);min-height:520px;grid-template-rows:auto minmax(0,1fr);gap:10px;padding:10px}.legal-frame-panel>a{display:inline-flex;width:fit-content;align-items:center;gap:6px;justify-self:end;font-size:13px;font-weight:800;text-decoration:none}.legal-frame-panel>a svg{width:16px}.legal-frame-panel iframe{width:100%;height:100%;border:1px solid var(--stroke-soft);border-radius:var(--radius-md);background:#fff}.license-list{display:grid;gap:0}.license-list>a{display:flex;min-height:68px;align-items:center;justify-content:space-between;gap:18px;padding:12px 8px;border-bottom:1px solid var(--stroke-soft);color:var(--on-surface);text-decoration:none}.license-list>a:last-child{border-bottom:0}.license-list span{display:grid;gap:3px}.license-list small{color:var(--muted)}.license-list svg{width:19px;color:var(--brand-600)}@media(min-width:761px)and (max-width:1179px){.home-page{padding:16px}.home-desktop{min-height:calc(100vh - 32px);min-height:calc(100dvh - 32px);grid-template-columns:280px minmax(0,1fr);gap:12px}.home-desktop__rail{padding:18px 14px}.home-desktop__center{padding:18px}.home-desktop__activity{grid-column:1 / -1;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}@media(min-width:761px)and (max-width:860px){.home-page{padding:12px}.home-desktop{min-height:calc(100vh - 24px);min-height:calc(100dvh - 24px);grid-template-columns:250px minmax(0,1fr);gap:10px}.home-desktop__rail{gap:20px;padding:16px 12px}.home-desktop__brand{padding-bottom:14px}.home-desktop__primary-nav button{grid-template-columns:40px minmax(0,1fr) 16px;gap:8px;padding:9px}.home-desktop__primary-nav button>i{width:40px;height:40px}.home-desktop__center{padding:14px}.home-desktop__topbar button span{display:none}}@media(max-width:760px){.page-shell{width:100%;min-height:100vh;min-height:100dvh;margin:0;border-width:0;border-radius:0}.page-header{min-height:72px;grid-template-columns:90px minmax(0,1fr) 90px;gap:5px;padding:10px 8px}.back-button{min-width:86px;height:44px;padding-right:14px;font-size:14px}.back-button svg{width:21px}.page-header__title h1{font-size:clamp(21px,7vw,29px)}.page-shell__body{padding:0 9px 10px}.page-shell__footer{padding:7px 7px max(8px,env(safe-area-inset-bottom))}.content-grid,.content-grid--three,.form-grid{grid-template-columns:minmax(0,1fr)}.segmented-tabs{display:flex;border-radius:12px}.segmented-tabs__item{min-width:105px;min-height:64px;flex:1;flex-direction:column;gap:3px;padding:7px 8px;font-size:12px}.segmented-tabs--compact .segmented-tabs__item{min-width:88px;min-height:44px;flex-direction:row}.listing-card h3{font-size:17px;white-space:normal}.image-listing-card{grid-template-columns:78px minmax(0,1fr)}.image-listing-card .listing-card__aside{grid-column:2;align-items:center;flex-direction:row}.listing-card__image{width:70px;height:70px}.dialog-backdrop{align-items:end;padding:0}.dialog{width:100%;max-height:94vh;max-height:94dvh;border-radius:22px 22px 0 0}.dialog__header,.dialog__body,.dialog__footer{padding-right:16px;padding-left:16px}.search-toolbar{padding:7px}.search-toolbar__filter{width:50px;flex-basis:50px}.auth-layout{padding:82px 12px 24px}.auth-layout__brand{top:16px;left:18px}.auth-layout__brand img{width:42px;height:42px}.auth-card{padding:22px 18px;border-radius:22px}.auth-card__header h1{font-size:38px}.form-grid__spacer{display:none}.wizard-page{width:100%;min-height:100vh;min-height:100dvh;gap:7px;padding:7px}.wizard-progress,.wizard-footer{border-radius:12px}.wizard-card{border-radius:14px}.wizard-card>header{padding:17px 14px 13px}.wizard-card>header h1{font-size:23px}.wizard-card>header p{font-size:14px}.wizard-card__content{padding:16px 13px}.wizard-footer{grid-template-columns:auto minmax(0,1fr) auto;padding:8px}.wizard-footer .button{min-height:44px;padding:8px 13px}.wizard-footer__forward>button:not(.button){display:none}.wizard-trades{grid-template-columns:repeat(2,minmax(0,1fr))}.wizard-skill-list,.wizard-option-grid{grid-template-columns:minmax(0,1fr)}.home-page{width:100%;min-height:max(100vh,720px);min-height:max(100dvh,720px);padding:12px 8px 16px}.home-desktop{display:none}.home-mobile{display:block}.home-hud{min-height:98px;padding:9px 10px;border-radius:14px}.home-hud .avatar--lg{width:68px;height:68px}.home-hud__profile{gap:10px}.home-hud__profile strong{font-size:clamp(18px,5.8vw,24px)}.home-hud__profile small{font-size:12px}.home-hud__actions .icon-button{width:38px;height:38px}.home-launchers{margin-top:7px}.home-side{top:43%;gap:35px}.home-side--left{left:5px}.home-side--right{right:5px}.home-side-action{width:88px}.home-side-action>span,.home-side-action img{width:58px;height:58px}.home-business{right:7px;bottom:max(10px,env(safe-area-inset-bottom));left:7px;width:calc(100% - 14px)}.home-business__deals{width:78%}.home-business>div button{min-height:52px;font-size:15px}.home-tutorial{grid-template-columns:minmax(0,1fr)}.home-tutorial nav{grid-template-columns:repeat(2,minmax(0,1fr))}.home-tutorial__video{min-height:170px}}@media(max-width:430px){.page-header{grid-template-columns:82px minmax(0,1fr) 82px}.back-button{min-width:78px;font-size:13px}.page-header__actions .button span{display:none}.page-header__actions .button{width:44px;min-height:44px;padding:0}.listing-card{padding:13px 12px 12px 17px}.listing-card__aside{min-width:58px}.social-auth-grid{grid-template-columns:minmax(0,1fr)}.auth-form__row{align-items:flex-start}.wizard-footer__dots i{width:5px;height:5px}.wizard-footer__dots i.is-current{width:14px}.wizard-footer__forward .button span,.wizard-footer>.button span{display:none}.wizard-footer .button{width:44px;padding:0}.wizard-welcome,.wizard-photo,.wizard-completion{min-height:260px}.home-side-action{width:78px}.home-side-action>span,.home-side-action img{width:52px;height:52px}.home-side-action strong{font-size:10px}.home-business>div button{min-height:49px;font-size:14px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:1ms!important;transition-duration:1ms!important}}
