:root{--color-primary:#14120F;--color-on-primary:#FBF8F2;--color-secondary:#4A4335;--color-accent:#A9814A;--color-accent-dark:#8B6B3A;--color-match:#1E3D34;--color-match-dark:#142A23;--color-background:#FBF8F2;--color-background-alt:#F1E8D6;--color-foreground:#14120F;--color-card:#FFFFFF;--color-muted:#ECE1CB;--color-muted-foreground:#7C7160;--color-border:#E6D9BE;--color-destructive:#B3261E;--color-ring:#A9814A;--color-ink:#14120F;--color-ink-soft:#221D15;--color-ivory:#FBF8F2;--color-gold-bright:#D9B979;--color-gold-dim:rgba(169, 129, 74, .35);--radius-sm:3px;--radius-md:4px;--radius-lg:6px;--shadow-card:0 1px 2px rgba(20, 18, 15, .04),0 6px 16px -10px rgba(20, 18, 15, .1);--shadow-card-hover:0 3px 8px rgba(20, 18, 15, .06),0 14px 28px -12px rgba(20, 18, 15, .14);--font-sans:'Manrope',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--font-serif:'Fraunces','Iowan Old Style',Georgia,serif;color-scheme:light}@media (prefers-color-scheme:dark){:root{--color-secondary:#C9BCA0;--color-background:#0E0C09;--color-background-alt:#17130C;--color-foreground:#ECE3D0;--color-card:#1C170F;--color-muted:#241D12;--color-muted-foreground:#A79A82;--color-border:#34291A;--color-on-primary:#0E0C09;color-scheme:dark}}*{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,::after,::before{animation-duration:NaNs!important;animation-iteration-count:1!important;transition-duration:NaNs!important;scroll-behavior:auto!important}}body{font-family:var(--font-sans);background:var(--color-background);color:var(--color-foreground);font-size:1rem;line-height:1.6;min-height:100dvh;display:flex;flex-direction:column}main{flex:1 0 auto}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:500;letter-spacing:-.01em}h1{font-weight:600}a{color:var(--color-accent);text-decoration:none}a:hover{color:var(--color-accent-dark)}.text-accent{color:var(--color-accent)}.text-match{color:var(--color-match)}.bg-brand{background:var(--color-background-alt)}[tabindex]:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--color-ring);outline-offset:2px;border-radius:4px}.skip-link{position:fixed;top:8px;left:8px;z-index:2000;background:var(--color-primary);color:var(--color-ivory);padding:.75rem 1.25rem;border-radius:var(--radius-sm)}.btn,.card-link,[role=button],a,button,label[for],select{cursor:pointer}input,textarea{cursor:text}.btn:disabled,button:disabled{cursor:not-allowed}.site-header{background:var(--color-card);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:1030}.navbar-brand{color:var(--color-foreground);font-size:1.15rem;font-family:var(--font-serif)}.navbar-brand .text-accent{font-style:italic;font-weight:600}.navbar-brand:focus,.navbar-brand:hover{color:var(--color-accent)}.navbar-toggler{display:inline-flex;align-items:center;gap:.45rem;color:var(--color-foreground);border-color:var(--color-border);--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%2314120F' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-toggler-label{font-size:.85rem;font-weight:600;color:var(--color-foreground)}@media (prefers-color-scheme:dark){.navbar-toggler{--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ECE3D0' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}}.nav-link{position:relative;color:var(--color-secondary);font-weight:500;padding:.5rem .9rem!important;border-radius:var(--radius-sm);transition:background-color .2s ease,color .2s ease}.nav-link:hover{background:var(--color-muted);color:var(--color-foreground)}.nav-link.active{color:var(--color-accent);font-weight:600}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--color-accent)}@media (prefers-color-scheme:dark){.nav-link:hover{background:rgba(251,248,242,.08);color:var(--color-ivory)}.nav-link.active{color:var(--color-gold-bright)}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--color-gold-bright)}}.nav-link::after{content:'';position:absolute;left:.9rem;right:.9rem;bottom:.1rem;height:1px;border-radius:0;background:var(--color-accent);transform:scaleX(0);transform-origin:left;transition:transform 250ms cubic-bezier(.16,1,.3,1)}.nav-link.active::after,.nav-link:hover::after{transform:scaleX(1)}@media (prefers-color-scheme:dark){.nav-link::after{background:var(--color-gold-bright)}}.btn{border-radius:var(--radius-sm);font-weight:600;font-size:.82rem;letter-spacing:.05em;text-transform:uppercase;padding:.7rem 1.4rem;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s ease,background-color .2s ease,border-color .2s ease}.btn:hover:not(:disabled):not(:active){transform:translateY(-2px);box-shadow:0 14px 28px -14px rgba(20,18,15,.4)}.btn:active{transform:scale(.97)}.btn-lg{padding:.95rem 1.9rem;letter-spacing:.06em;border-radius:var(--radius-md)}.btn-accent{background:var(--color-accent);border:1px solid var(--color-accent);color:#fff}.btn-accent:hover{background:var(--color-accent-dark);border-color:var(--color-accent-dark);color:#fff}.btn-match{position:relative;overflow:hidden;background:var(--color-match);border:1px solid var(--color-gold-bright);color:#fff}.btn-match:hover{background:var(--color-match-dark);border-color:var(--color-gold-bright);color:#fff}.btn-match:disabled{background:var(--color-muted-foreground);border-color:var(--color-muted-foreground)}.btn-match::after{content:'';position:absolute;top:0;left:-60%;width:40%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.4),transparent);transform:skewX(-20deg);transition:left .7s ease;pointer-events:none}.btn-match:hover::after{left:120%}.btn-outline-brand{background:0 0;border:1px solid var(--color-border);color:var(--color-foreground)}.btn-outline-brand:hover{background:var(--color-muted);border-color:var(--color-border);color:var(--color-foreground)}.btn-primary-brand{background:var(--color-primary);border:1px solid var(--color-primary);color:#fff}.btn-primary-brand:hover{background:var(--color-ink-soft);border-color:var(--color-ink-soft);color:#fff}.hero .btn-primary-brand{background:var(--color-accent);border-color:var(--color-accent)}.hero .btn-primary-brand:hover{background:var(--color-accent-dark);border-color:var(--color-accent-dark)}.hero .btn-outline-brand{background:0 0;border-color:rgba(251,248,242,.35);color:var(--color-ivory)}.hero .btn-outline-brand:hover{background:rgba(251,248,242,.08);border-color:rgba(251,248,242,.6);color:#fff}.hero{position:relative;overflow:hidden;background:var(--color-ink);padding-block:clamp(3.5rem,8vw,7.5rem);text-align:center;color:var(--color-ivory)}.hero .container{position:relative;z-index:1}.hero-eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--font-serif);font-style:italic;font-weight:500;font-size:1rem;letter-spacing:.01em;color:var(--color-gold-bright)}.hero-eyebrow::after,.hero-eyebrow::before{content:'';width:26px;height:1px;background:var(--color-gold-dim);align-self:center}.hero h1{font-size:clamp(2.1rem, 4.6vw, 3.6rem)}.hero .text-accent{font-style:italic}.hero-lead{color:rgba(251,248,242,.72);font-size:clamp(1rem, 1.6vw, 1.2rem);max-width:52ch;margin-inline:auto}.hero-blob{position:absolute;border-radius:50%;filter:blur(90px);pointer-events:none;z-index:0}.hero-blob-1{width:34rem;height:34rem;top:-13rem;left:50%;transform:translateX(-50%);background:radial-gradient(circle,rgba(169,129,74,.55),transparent 70%);animation:spotlight-breathe 9s ease-in-out infinite}.hero-blob-2{width:26rem;height:26rem;bottom:-15rem;right:-8rem;opacity:.18;background:radial-gradient(circle,rgba(30,61,52,.65),transparent 70%)}@keyframes spotlight-breathe{0%,100%{opacity:.26}50%{opacity:.4}}.listings-hero{position:relative;overflow:hidden}.listings-hero>.container{position:relative;z-index:1}.listings-hero::after,.listings-hero::before{content:'';position:absolute;border-radius:50%;filter:blur(90px);pointer-events:none;z-index:0}.listings-hero::before{width:26rem;height:26rem;top:-12rem;left:-6rem;background:radial-gradient(circle,rgba(169,129,74,.16),transparent 70%);animation:listings-glow-drift 18s ease-in-out infinite}.listings-hero::after{width:22rem;height:22rem;bottom:-14rem;right:-6rem;background:radial-gradient(circle,rgba(30,61,52,.14),transparent 70%);animation:listings-glow-drift 18s ease-in-out infinite reverse;animation-delay:-9s}@keyframes listings-glow-drift{0%,100%{transform:translate(0,0) scale(1);opacity:.7}50%{transform:translate(2%,3%) scale(1.08);opacity:1}}.listings-clouds{position:absolute;inset:0;z-index:0;pointer-events:none}.cloud{position:absolute;border-radius:50%;filter:blur(35px);background:radial-gradient(ellipse at center,rgba(20,18,15,.22),transparent 70%)}@media (prefers-color-scheme:dark){.cloud{background:radial-gradient(ellipse at center,rgba(236,227,208,.32),transparent 70%)}}.cloud-1{width:20rem;height:6rem;top:12%;left:-20%;animation:cloud-drift 75s linear infinite}.cloud-2{width:26rem;height:7rem;top:48%;left:-25%;opacity:.9;animation:cloud-drift 100s linear infinite;animation-delay:-35s}.cloud-3{width:17rem;height:5rem;top:78%;left:-15%;opacity:.8;animation:cloud-drift 85s linear infinite;animation-delay:-55s}@keyframes cloud-drift{from{transform:translateX(0)}to{transform:translateX(160vw)}}.match-widget{position:relative;text-align:left;color:var(--color-ivory);background:linear-gradient(165deg,var(--color-ink-soft),var(--color-ink));border:1px solid var(--color-gold-dim);border-radius:var(--radius-md);box-shadow:0 30px 60px -24px rgba(10,9,7,.55);padding:clamp(1.75rem,4vw,2.75rem)}.match-widget::before{content:'';position:absolute;inset:12px;pointer-events:none;opacity:.85;background:linear-gradient(var(--color-gold-bright),var(--color-gold-bright)) top left/16px 1px no-repeat,linear-gradient(var(--color-gold-bright),var(--color-gold-bright)) top left/1px 16px no-repeat,linear-gradient(var(--color-gold-bright),var(--color-gold-bright)) top right/16px 1px no-repeat,linear-gradient(var(--color-gold-bright),var(--color-gold-bright)) top right/1px 16px no-repeat,linear-gradient(var(--color-gold-bright),var(--color-gold-bright)) bottom left/16px 1px no-repeat,linear-gradient(var(--color-gold-bright),var(--color-gold-bright)) bottom left/1px 16px no-repeat,linear-gradient(var(--color-gold-bright),var(--color-gold-bright)) bottom right/16px 1px no-repeat,linear-gradient(var(--color-gold-bright),var(--color-gold-bright)) bottom right/1px 16px no-repeat}.match-widget .form-label{color:rgba(251,248,242,.55);font-family:var(--font-sans);font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.match-widget .form-select{background-color:rgba(251,248,242,.06);border:1px solid rgba(251,248,242,.2);color:var(--color-ivory);font-family:var(--font-serif);font-size:1.05rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23D9B979' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px}.match-widget .form-select:focus{border-color:var(--color-gold-bright);box-shadow:0 0 0 .2rem rgba(169,129,74,.25);background-color:rgba(251,248,242,.09);color:var(--color-ivory)}.match-widget .form-select option{color:#14120f}.match-widget .text-muted-brand{color:rgba(251,248,242,.55)}.match-widget .btn-outline-brand{background:0 0;border-color:rgba(251,248,242,.3);color:var(--color-ivory)}.match-widget .btn-outline-brand:hover{background:rgba(251,248,242,.08);border-color:rgba(251,248,242,.5);color:#fff}.match-widget .listing-type-badge.freelancer{background:rgba(169,129,74,.18);color:var(--color-gold-bright)}.match-widget .listing-type-badge.firma{background:rgba(251,248,242,.12);color:var(--color-ivory)}.match-toggle{display:flex;flex-wrap:wrap;gap:.75rem 1.75rem;border-bottom:1px solid var(--color-border);padding-bottom:0}.match-toggle input{position:absolute;opacity:0;pointer-events:none}.match-toggle label{flex:0 0 auto;text-align:center;padding:.35rem .05rem .85rem;font-family:var(--font-serif);font-style:italic;font-weight:500;font-size:1.05rem;color:var(--color-muted-foreground);position:relative;min-height:44px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.match-toggle label::after{content:'';position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--color-accent);transform:scaleX(0);transform-origin:center;transition:transform .3s cubic-bezier(.16,1,.3,1)}.match-toggle input:checked+label{color:var(--color-foreground)}.match-toggle input:checked+label::after{transform:scaleX(1)}.match-toggle input:focus-visible+label{outline:2px solid var(--color-ring);outline-offset:4px;border-radius:2px}.match-widget .match-toggle{border-bottom-color:rgba(251,248,242,.15)}.match-widget .match-toggle label{color:rgba(251,248,242,.5)}.match-widget .match-toggle label::after{background:var(--color-gold-bright)}.match-widget .match-toggle input:checked+label{color:var(--color-ivory)}.match-widget .match-toggle input:focus-visible+label{outline-color:var(--color-gold-bright)}.match-result{border-radius:var(--radius-sm);border:1px dashed rgba(251,248,242,.25);padding:1.6rem 1.5rem;text-align:center;min-height:148px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.match-result.is-filled{border-style:solid;border-color:var(--color-gold-dim);background:rgba(169,129,74,.08);animation:match-reveal .6s cubic-bezier(.34,1.56,.64,1)}@keyframes match-reveal{0%{opacity:0;transform:translateY(16px) scale(.92)}60%{opacity:1;transform:translateY(-3px) scale(1.03)}100%{opacity:1;transform:translateY(0) scale(1)}}.match-avatar{width:56px;height:56px;border-radius:50%;background:0 0;border:2px solid var(--color-gold-bright);color:var(--color-gold-bright);display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-style:italic;font-weight:600;font-size:1.3rem;animation:avatar-pop .5s 80ms cubic-bezier(.34,1.56,.64,1) backwards}@keyframes avatar-pop{0%{opacity:0;transform:scale(.4)}100%{opacity:1;transform:scale(1)}}.stat-tile{text-align:center;padding:1.5rem 1rem;position:relative}.stat-tile+.stat-tile::before{content:'';position:absolute;left:0;top:18%;bottom:18%;width:1px;background:var(--color-border)}.stat-value{font-family:var(--font-serif);font-style:italic;font-weight:600;font-size:clamp(1.6rem, 3vw, 2.35rem);color:var(--color-foreground);font-variant-numeric:tabular-nums}.stat-label{color:var(--color-muted-foreground);font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.card-brand{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-card);transition:box-shadow 250ms ease,transform 250ms cubic-bezier(.16,1,.3,1);height:100%}.card-brand.is-interactive:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-4px)}.card-brand.is-interactive:hover .icon-tile{transform:scale(1.1) rotate(-6deg)}.icon-tile{width:48px;height:48px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;background:rgba(169,129,74,.12);color:var(--color-accent);font-size:1.3rem;flex-shrink:0;transition:transform 250ms cubic-bezier(.34,1.56,.64,1)}.industry-dot{display:inline-block;width:7px;height:7px;border-radius:50%;flex-shrink:0}.industry-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1rem;border-radius:999px;background:var(--color-card);border:1px solid var(--color-border);color:var(--color-foreground);font-weight:500;font-size:.92rem;transition:border-color .2s ease,background-color .2s ease,color .2s ease,transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s ease;min-height:44px}.industry-chip.active,.industry-chip:hover{border-color:var(--color-accent);background:rgba(169,129,74,.08);color:var(--color-accent-dark);transform:translateY(-3px);box-shadow:var(--shadow-card)}.cta-panel{background:linear-gradient(135deg,rgba(169,129,74,.08),rgba(30,61,52,.07)),var(--color-card);border:1px solid var(--color-border)}.listing-card{padding:1.25rem}.listing-type-badge{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;padding:.3rem .6rem;border-radius:999px}.listing-type-badge.freelancer{background:rgba(169,129,74,.12);color:var(--color-accent-dark)}.listing-type-badge.firma{background:rgba(20,18,15,.08);color:var(--color-foreground)}.listing-type-badge.klient{background:rgba(30,61,52,.1);color:var(--color-foreground)}.listing-type-badge.ogloszeniodawca{background:rgba(169,129,74,.1);color:var(--color-foreground)}.favorite-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius-sm);flex-shrink:0;border:1px solid var(--color-border);background:var(--color-card);color:var(--color-muted-foreground);font-size:1rem;line-height:1;cursor:pointer;transition:border-color 200ms ease,color 200ms ease,background-color 200ms ease,transform 150ms ease}.favorite-btn:hover{border-color:var(--color-accent);color:var(--color-accent-dark)}.favorite-btn:active{transform:scale(.92)}.favorite-btn.is-active{border-color:var(--color-accent);background:rgba(169,129,74,.12);color:var(--color-accent-dark)}.favorite-btn:disabled{opacity:.6;cursor:default;transform:none}.badge-verified{display:inline-flex;align-items:center;gap:.3rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;padding:.3rem .65rem;border-radius:999px;background:rgba(169,129,74,.1);color:var(--color-accent-dark);border:1px solid rgba(169,129,74,.35)}.badge-verified.is-compact{font-size:.66rem;padding:.22rem .5rem}.badge-verified.is-status{--verified-pulse-color:rgba(30, 61, 52, .35);background:rgba(30,61,52,.1);color:var(--color-match);border-color:rgba(30,61,52,.35);animation:verified-pulse-ring 2.4s ease-in-out infinite}@media (prefers-color-scheme:dark){.badge-verified.is-status{--verified-pulse-color:rgba(63, 189, 121, .4);background:rgba(63,189,121,.16);color:#3ebd79;border-color:rgba(63,189,121,.45)}}@keyframes verified-pulse-ring{0%,100%{box-shadow:0 0 0 0 var(--verified-pulse-color)}50%{box-shadow:0 0 0 5px transparent}}.rating-stars{display:inline-flex;align-items:center;gap:.15rem;font-size:.8rem;line-height:1}.rating-stars .bi-star-fill,.rating-stars .bi-star-half{color:var(--color-accent)}.rating-stars .bi-star{color:var(--color-border)}.rating-stars .rating-value{font-weight:700;margin-left:.2rem}.step-number{width:42px;height:42px;border-radius:50%;background:0 0;border:1px solid var(--color-accent);color:var(--color-accent);font-family:var(--font-serif);font-style:italic;font-weight:600;font-size:1.15rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.form-label{font-weight:600;color:var(--color-foreground)}.form-control,.form-select{border-radius:var(--radius-sm);border:1px solid var(--color-border);padding:.65rem .9rem;min-height:44px;background:var(--color-card);color:var(--color-foreground)}.form-control::placeholder{color:var(--color-muted-foreground);opacity:1}.form-control:focus,.form-select:focus{border-color:var(--color-accent);box-shadow:0 0 0 .2rem rgba(169,129,74,.18)}.form-text{color:var(--color-muted-foreground)}.invalid-feedback{font-weight:500}.required-mark{color:var(--color-destructive)}.form-card{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:clamp(1.5rem,4vw,2.5rem)}#listings-filter{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-card);padding:1.5rem 1.5rem .75rem}.hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.dropdown-menu{--bs-dropdown-bg:var(--color-card);--bs-dropdown-border-color:var(--color-border);--bs-dropdown-link-color:var(--color-foreground);--bs-dropdown-link-hover-bg:var(--color-muted);--bs-dropdown-link-hover-color:var(--color-foreground);--bs-dropdown-link-active-bg:var(--color-accent);--bs-dropdown-link-active-color:#fff;--bs-dropdown-box-shadow:var(--shadow-card-hover);border-radius:var(--radius-md);font-family:var(--font-sans);padding:.4rem}.dropdown-item{border-radius:var(--radius-sm);font-weight:500;padding:.55rem .75rem}.notification-badge{position:absolute;top:.1rem;right:-.15rem;min-width:16px;height:16px;padding:0 3px;border-radius:999px;background:var(--color-destructive);color:#fff;font-size:.62rem;font-weight:700;line-height:16px;text-align:center}.conversation-row.is-unread{background:rgba(169,129,74,.06);border-left:3px solid var(--color-accent)}.conversation-row.is-unread .fw-semibold::before{content:'';display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--color-accent);margin-right:.5rem;vertical-align:middle}.conversation-row{display:flex;align-items:center;gap:1rem;padding:1rem 1.1rem;border-color:var(--color-border);color:var(--color-foreground);background:var(--color-card)}.conversation-row:hover{background:var(--color-muted);color:var(--color-foreground)}.conversation-row-body{flex:1 1 auto;min-width:0}.conversation-row-preview{color:var(--color-muted-foreground);font-size:.88rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:.15rem}.list-group-item:first-child{border-top-left-radius:var(--radius-md);border-top-right-radius:var(--radius-md)}.list-group-item:last-child{border-bottom-left-radius:var(--radius-md);border-bottom-right-radius:var(--radius-md)}.chat-shell{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-card);display:flex;flex-direction:column;height:min(72vh,640px);overflow:hidden}.chat-header{display:flex;align-items:center;gap:.85rem;padding:1rem 1.25rem;border-bottom:1px solid var(--color-border);flex-shrink:0}.chat-thread{flex:1 1 auto;overflow-y:auto;padding:1.25rem;display:flex;flex-direction:column;gap:.65rem;background:var(--color-background-alt)}.chat-bubble{max-width:75%;padding:.6rem .95rem;border-radius:var(--radius-md);font-size:.95rem;line-height:1.5}.chat-bubble.is-theirs{align-self:flex-start;background:var(--color-card);border:1px solid var(--color-border);color:var(--color-foreground);border-bottom-left-radius:2px}.chat-bubble.is-mine{align-self:flex-end;background:var(--color-match);color:#fff;border-bottom-right-radius:2px}.chat-bubble-body{white-space:pre-line}.chat-bubble-time{font-size:.68rem;opacity:.65;margin-top:.3rem}.chat-composer{display:flex;align-items:flex-end;gap:.6rem;padding:.9rem 1.1rem;border-top:1px solid var(--color-border);background:var(--color-card);flex-shrink:0}.chat-composer textarea{resize:none;max-height:6rem}.chat-send-btn{width:44px;height:44px;flex-shrink:0;padding:0;display:flex;align-items:center;justify-content:center;border-radius:50%}.badge{font-weight:600;padding:.45em .7em}.accordion-item{background:var(--color-card);border-color:var(--color-border)}.accordion-button{font-family:var(--font-serif);font-size:1.05rem;font-weight:500;background:var(--color-card);color:var(--color-foreground)}.accordion-button:not(.collapsed){background:var(--color-muted);color:var(--color-accent-dark);box-shadow:none}.accordion-button:focus{box-shadow:0 0 0 .2rem rgba(169,129,74,.18);border-color:var(--color-accent)}.site-footer{background:var(--color-ink);color:rgba(251,248,242,.65);border-top:1px solid var(--color-gold-dim)}.site-footer .navbar-brand{color:var(--color-ivory)!important;font-style:normal}.footer-heading{color:var(--color-gold-bright);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.footer-links li{margin-bottom:.55rem}.footer-links a{color:rgba(251,248,242,.72)}.footer-links a:hover{color:var(--color-gold-bright)}.footer-muted{color:rgba(251,248,242,.5)}.footer-muted-link{color:rgba(251,248,242,.75);text-decoration:underline}.footer-divider{border-color:rgba(251,248,242,.15);margin:2rem 0 1.25rem}.footer-version{display:inline-block;margin-left:.5rem;padding:.1rem .55rem;border-radius:999px;background:rgba(251,248,242,.08);border:1px solid rgba(251,248,242,.15);font-size:.72rem;color:rgba(251,248,242,.6);text-decoration:none;transition:border-color 150ms ease,color 150ms ease}.footer-version:hover{border-color:var(--color-gold-bright);color:var(--color-gold-bright)}.section{padding-block:clamp(2.5rem,5vw,4.5rem)}.container-narrow{max-width:720px}.rounded-brand-lg{border-radius:var(--radius-lg)}.text-muted-brand{color:var(--color-muted-foreground)}.breadcrumb-item.active{color:var(--color-muted-foreground)}.pagination .page-link{color:var(--color-accent);border-radius:var(--radius-sm);margin-inline:2px;border-color:var(--color-border);min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.pagination .page-item.active .page-link{background:var(--color-primary);border-color:var(--color-primary)}.btn .spinner-border{width:1rem;height:1rem;border-width:.15em}.empty-state{text-align:center;padding:3rem 1.5rem;color:var(--color-muted-foreground)}.empty-state .bi{font-size:2.5rem;color:var(--color-border)}.reveal-ready .reveal{opacity:0;transform:translateY(26px);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}.reveal-ready .reveal.is-visible{opacity:1;transform:none}.reveal-ready .reveal-stagger-tight>*,.reveal-ready .reveal-stagger>*{opacity:0;transform:translateY(22px);transition:opacity 550ms cubic-bezier(.16,1,.3,1),transform 550ms cubic-bezier(.16,1,.3,1)}.reveal-ready .reveal-stagger-tight.is-visible>*,.reveal-ready .reveal-stagger.is-visible>*{opacity:1;transform:none}.reveal-stagger>:first-child{transition-delay:0s}.reveal-stagger>:nth-child(2){transition-delay:60ms}.reveal-stagger>:nth-child(3){transition-delay:120ms}.reveal-stagger>:nth-child(4){transition-delay:180ms}.reveal-stagger>:nth-child(5){transition-delay:240ms}.reveal-stagger>:nth-child(6){transition-delay:0.3s}.reveal-stagger>:nth-child(7){transition-delay:360ms}.reveal-stagger>:nth-child(n+8){transition-delay:420ms}.reveal-stagger-tight>:first-child{transition-delay:0s}.reveal-stagger-tight>:nth-child(2){transition-delay:30ms}.reveal-stagger-tight>:nth-child(3){transition-delay:60ms}.reveal-stagger-tight>:nth-child(4){transition-delay:90ms}.reveal-stagger-tight>:nth-child(5){transition-delay:120ms}.reveal-stagger-tight>:nth-child(6){transition-delay:150ms}.reveal-stagger-tight>:nth-child(7){transition-delay:180ms}.reveal-stagger-tight>:nth-child(8){transition-delay:210ms}.reveal-stagger-tight>:nth-child(9){transition-delay:240ms}.reveal-stagger-tight>:nth-child(10){transition-delay:270ms}.reveal-stagger-tight>:nth-child(n+11){transition-delay:0.3s}.style-widget-card{background:var(--color-muted);border-radius:var(--radius-sm);padding:1.25rem 1.25rem .25rem}.style-trait:last-child{margin-bottom:0!important}.style-slider.form-range{accent-color:var(--color-accent)}.style-poles{margin-top:.35rem;gap:1rem}.style-poles span{max-width:48%}.style-weight{display:inline-flex;align-items:center;gap:.1rem}.style-weight-hint{margin-right:.35rem}.style-weight-star{background:0 0;border:none;padding:.15rem;line-height:1;color:var(--color-border);font-size:1.05rem;cursor:pointer;transition:color 150ms ease,transform 150ms ease}.style-weight-star.is-active{color:var(--color-accent)}.style-weight-star:focus-visible,.style-weight-star:hover{color:var(--color-accent-dark);transform:scale(1.12)}.style-profile-preview{background:rgba(169,129,74,.08);border:1px solid var(--color-gold-dim);border-radius:var(--radius-sm);padding:1rem 1.25rem;margin-top:1.5rem}.style-profile-preview-text{color:var(--color-secondary);line-height:1.6}.style-match-card{padding-bottom:1.25rem}.style-match-score{font-family:var(--font-serif);font-style:italic;font-weight:600;font-size:2rem;line-height:1;color:var(--color-match)}.style-match-score-unit{font-size:1.1rem;margin-left:.1rem}.style-match-reasons{padding-left:1.1rem;margin-bottom:0}.style-match-reasons li{margin-bottom:.25rem}.style-match-reasons li:last-child{margin-bottom:0}.reveal-delay-1{transition-delay:90ms}.reveal-delay-2{transition-delay:180ms}.reveal-delay-3{transition-delay:270ms}.blog-card{overflow:hidden;display:flex;flex-direction:column}.blog-thumb{aspect-ratio:16/10;background:var(--color-muted);display:flex;align-items:center;justify-content:center;overflow:hidden}.blog-thumb img{width:100%;height:100%;object-fit:cover}.blog-thumb-glyph{font-family:var(--font-serif);font-style:italic;font-weight:600;font-size:2.5rem;color:var(--color-muted-foreground)}.blog-card-body{padding:1.25rem;flex:1 1 auto}.blog-category-link{color:inherit;text-decoration:underline;text-decoration-color:currentColor;text-underline-offset:2px}.blog-category-link:hover{color:var(--color-accent)}.blog-post-content{color:var(--color-foreground);line-height:1.75}.blog-post-content p{margin-bottom:1.1rem}.blog-post-content h2,.blog-post-content h3,.blog-post-content h4{font-family:var(--font-serif);margin-top:2rem;margin-bottom:.75rem}.blog-post-content ol,.blog-post-content ul{margin-bottom:1.1rem;padding-left:1.4rem}.blog-post-content blockquote{border-left:3px solid var(--color-accent);padding:.25rem 0 .25rem 1.25rem;color:var(--color-muted-foreground);font-style:italic;margin:1.5rem 0}.blog-post-content img{max-width:100%;height:auto;border-radius:var(--radius-md)}.blog-post-content a{color:var(--color-accent-dark);text-decoration:underline}.blog-share{display:flex;align-items:center;gap:.75rem;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--color-border);flex-wrap:wrap}.blog-share-btn{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--color-muted);color:var(--color-foreground);border:none;font-size:1rem;transition:background-color 180ms ease,color 180ms ease,transform 180ms ease}.blog-share-btn:hover{background:var(--color-accent);color:#fff;transform:translateY(-2px)}.blog-share-btn.is-copied{background:var(--color-match);color:#fff}.blog-search-results{position:absolute;top:calc(100% + 8px);left:0;right:0;background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-card-hover);z-index:1050;max-height:360px;overflow-y:auto;padding:.4rem;text-align:left}.blog-search-item{display:flex;align-items:center;gap:.75rem;padding:.5rem .6rem;border-radius:var(--radius-sm);text-decoration:none;color:var(--color-foreground)}.blog-search-item:focus,.blog-search-item:hover{background:var(--color-muted)}.blog-search-thumb{width:44px;height:44px;border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0;background:var(--color-muted);display:flex;align-items:center;justify-content:center;color:var(--color-border);font-size:1.1rem}.blog-search-item-title{display:block;font-size:.9rem;font-weight:500;line-height:1.3}.blog-search-item-date{display:block;font-size:.75rem;color:var(--color-muted-foreground)}.blog-search-empty,.blog-search-loading,.blog-search-more{display:block;padding:.6rem;text-align:center;font-size:.85rem;color:var(--color-foreground);text-decoration:none}.reveal-delay-4{transition-delay:360ms}.maintenance-inline-card{max-width:460px}.maintenance-inline-card i{font-size:3rem;color:var(--color-accent)}.maintenance-icon-spin{display:inline-block;animation:maintenance-gear-spin 3s linear infinite}@keyframes maintenance-gear-spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.cookie-consent{position:fixed;left:0;right:0;bottom:0;z-index:1080;background:var(--color-card);border-top:1px solid var(--color-border);box-shadow:var(--shadow-card-hover);padding:1rem}.cookie-consent[hidden]{display:none}.cookie-consent__inner{max-width:1140px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:1rem;justify-content:space-between}.cookie-consent__text{margin:0;flex:1 1 420px;font-size:.875rem;color:var(--color-foreground)}.cookie-consent__actions{display:flex;gap:.5rem;flex-wrap:wrap;flex-shrink:0}.homepage-carousel{--bs-carousel-control-width:3rem}.homepage-carousel .carousel-item{padding-block:.5rem}.homepage-carousel.carousel-fade .carousel-item{transition:opacity 500ms cubic-bezier(.16,1,.3,1)}.homepage-carousel-slide{max-width:640px;min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center}.homepage-carousel-slide-heading{font-weight:600;color:var(--color-accent-dark)}.homepage-carousel-slide-text{line-height:1.7}.homepage-carousel .carousel-indicators{position:static;margin-top:1.5rem}.homepage-carousel .carousel-indicators [data-bs-target]{width:8px;height:8px;border-radius:999px;opacity:1;margin:0 4px;background-color:var(--color-border);transition:width 250ms cubic-bezier(.16,1,.3,1),background-color 200ms ease}.homepage-carousel .carousel-indicators .active{width:22px;background-color:var(--color-accent)}.homepage-carousel .carousel-control-prev,.homepage-carousel .carousel-control-next{top:50%;bottom:auto;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--color-card);border:1px solid var(--color-border);box-shadow:var(--shadow-card);color:var(--color-foreground);font-size:1.1rem;opacity:1;transition:transform 200ms cubic-bezier(.16,1,.3,1),box-shadow 200ms ease,background-color 200ms ease,color 200ms ease,border-color 200ms ease}.homepage-carousel .carousel-control-prev{left:.25rem}.homepage-carousel .carousel-control-next{right:.25rem}.homepage-carousel .carousel-control-prev:hover,.homepage-carousel .carousel-control-next:hover{background:var(--color-accent);border-color:var(--color-accent);color:#fff;box-shadow:var(--shadow-card-hover);transform:translateY(-50%) scale(1.08)}@media (max-width:575.98px){.homepage-carousel .carousel-control-prev,.homepage-carousel .carousel-control-next{width:32px;height:32px;font-size:.9rem}.homepage-carousel .carousel-control-prev{left:0}.homepage-carousel .carousel-control-next{right:0}.homepage-carousel-slide{padding-inline:2.5rem}}.section-bg-alt{background:var(--color-background-alt)}.section-bg-accent{background:linear-gradient(135deg,rgba(169,129,74,.08),rgba(30,61,52,.07)),var(--color-card)}.section-bg-dark{background:var(--color-ink)}.section-text-light{color:var(--color-ivory)}.section-text-light h2{color:var(--color-ivory)}.section-text-light .text-muted-brand{color:rgba(251,248,242,.6)}.section-text-light .blog-post-content{color:var(--color-ivory)}.section-text-light .blog-post-content a{color:var(--color-gold-bright)}.blog-post-content.text-muted-brand{color:var(--color-muted-foreground)}.section-text-light .blog-post-content.text-muted-brand{color:var(--color-ivory)}.section-text-light .homepage-carousel-slide-heading{color:var(--color-gold-bright)}.section-text-light .homepage-carousel-slide-text{color:var(--color-ivory)}.section-text-light .btn-primary-brand{background:var(--color-accent);border-color:var(--color-accent)}.section-text-light .homepage-carousel .carousel-indicators [data-bs-target]{background-color:rgba(251,248,242,.35)}.section-text-light .homepage-carousel .carousel-indicators .active{background-color:var(--color-gold-bright)}.section-bg-animated{position:relative;overflow:hidden}.section-bg-animated>.container{position:relative;z-index:1}.section-bg-animated::before,.section-bg-animated::after{content:'';position:absolute;border-radius:50%;filter:blur(90px);pointer-events:none;z-index:0}.section-bg-animated::before{width:26rem;height:26rem;top:-12rem;left:-6rem;background:radial-gradient(circle,rgba(169,129,74,.16),transparent 70%);animation:listings-glow-drift 18s ease-in-out infinite}.section-bg-animated::after{width:22rem;height:22rem;bottom:-14rem;right:-6rem;background:radial-gradient(circle,rgba(30,61,52,.14),transparent 70%);animation:listings-glow-drift 18s ease-in-out infinite reverse;animation-delay:-9s}.milestone-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:1.25rem 1rem}.milestone-icon{width:60px;height:60px;margin:0 auto .5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;background:rgba(169,129,74,.12);color:var(--color-accent);border:2px solid var(--color-accent)}.milestone-card.is-achieved .milestone-icon{background:var(--color-accent);color:#fff}.milestone-icon.is-locked{background:var(--color-muted);color:var(--color-muted-foreground);border-color:var(--color-border)}.milestone-name{line-height:1.25;min-height:2.2em}.milestone-target{display:inline-block;margin-bottom:.5rem}.milestone-progress{height:5px;border-radius:999px;background:var(--color-muted);overflow:hidden}.milestone-progress-bar{height:100%;background:var(--color-accent);border-radius:999px;transition:width 400ms cubic-bezier(.16,1,.3,1)}.points-progress{height:12px;border-radius:999px;background:var(--color-muted);overflow:hidden}.points-progress-bar{height:100%;width:0%;border-radius:999px;background:linear-gradient(90deg,var(--points-progress-start,var(--color-accent)),var(--points-progress-end,var(--color-accent-dark)));background-size:200% 100%;transition:width 1100ms cubic-bezier(.16,1,.3,1);animation:points-progress-shimmer 2.6s ease-in-out infinite}@keyframes points-progress-shimmer{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}.table{--bs-table-bg:var(--color-card);--bs-table-color:var(--color-foreground)}.changelog-version-card{padding:1.75rem}.changelog-version-number{font-family:'Fraunces',serif;font-size:1.3rem;font-weight:600;color:var(--color-primary)}@media (prefers-color-scheme:dark){.changelog-version-number{color:var(--color-foreground)}}.changelog-change-category{margin-top:1.25rem}.changelog-category-title{font-weight:600;color:var(--color-muted-foreground);margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.changelog-change-item{padding:.35rem 0 .35rem 1.25rem;position:relative;color:var(--color-muted-foreground)}.changelog-change-item::before{content:"•";position:absolute;left:.25rem;color:var(--color-accent);font-weight:700}.changelog-item-thumb{display:block;max-width:100%;height:auto;max-height:220px;border-radius:var(--radius-sm);border:1px solid var(--color-border);margin:.5rem 0 0}.changelog-item-thumb{cursor:zoom-in;transition:opacity 150ms ease}.changelog-item-thumb:hover,.changelog-item-thumb:focus-visible{opacity:.85}.changelog-lightbox-content{background:transparent;border:0}.changelog-lightbox-image{display:block;max-width:100%;max-height:85vh;margin:0 auto;border-radius:var(--radius-md)}.changelog-lightbox-close{position:absolute;top:-2.5rem;right:0;opacity:1}