@import"https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:wght@300;400;500;600;700&display=swap";.id-page{--id-ink:#0E1B2C;--id-ink-soft:#2A3950;--id-cream:#F5F1E8;--id-cream-warm:#EDE6D3;--id-paper:#FBFAF6;--id-line:#e8e3d3;--id-accent:#C8553D;--id-muted:#7a8499;--id-success:#3aa676;--id-star:#e9b949;background:var(--id-paper);color:var(--id-ink);font-family:Inter,sans-serif}.id-page .wrap{max-width:1360px;margin:0 auto;padding:0 28px}.id-page a{color:inherit;text-decoration:none}.id-page button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}.id-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:999px;font-size:13px;font-weight:600;border:1px solid var(--id-ink);background:var(--id-ink);color:var(--id-cream);transition:.2s;white-space:nowrap;cursor:pointer;font-family:inherit}.id-btn:hover{background:var(--id-accent);border-color:var(--id-accent);color:var(--id-cream)}.id-btn.ghost{background:transparent;color:var(--id-ink)}.id-btn.ghost:hover{background:var(--id-ink);color:var(--id-cream)}.id-btn svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2;flex-shrink:0}.id-utility{background:var(--id-ink);color:var(--id-cream);font-size:12px;padding:8px 0}.id-utility .wrap{display:flex;justify-content:space-between;align-items:center}.id-header{background:var(--id-paper);border-bottom:1px solid var(--id-line);position:sticky;top:0;z-index:50}.id-nav{display:flex;align-items:center;justify-content:space-between;padding:16px 0}.id-logo{display:flex;align-items:center;gap:10px;font-family:"Instrument Serif",serif;font-size:26px;color:var(--id-ink)}.id-logo-mark{width:34px;height:34px;background:var(--id-ink);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--id-cream);font-family:"Instrument Serif",serif;font-style:italic;font-size:18px}.id-nav-links{display:flex;gap:28px;font-size:13px;font-weight:500}.id-nav-links a{display:flex;align-items:center;gap:8px;padding:6px 0;transition:.2s;color:var(--id-ink)}.id-nav-links a.active,.id-nav-links a:hover{color:var(--id-accent)}.id-nav-links svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.6}.id-nav-right{display:flex;align-items:center;gap:12px}.id-lang-toggle{display:none;border:1px solid var(--id-ink);height:38px;padding:0 14px;border-radius:999px;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--id-ink);background:transparent}.id-lang-toggle .divider{color:#c0b8a0}.id-lang-toggle .active{color:var(--id-ink)}.id-lang-toggle span:not(.active):not(.divider){color:var(--id-muted)}.id-gallery{position:relative;background:var(--id-ink);overflow:hidden}.id-gallery-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:4px;height:520px}.id-gallery-img{background:linear-gradient(135deg,#1a2840,#0e1b2c);position:relative;overflow:hidden;cursor:pointer;transition:filter .3s}.id-gallery-img:hover{filter:brightness(1.1)}.id-gallery-img.a1{grid-row:1/3}.id-gallery-img.a2{background:linear-gradient(160deg,#2a3950,#152339)}.id-gallery-img.a3{background:linear-gradient(200deg,#0e1b2c,#1f2d44)}.id-gallery-img.a4{background:linear-gradient(170deg,#1a2840,#0e1b2c 60%)}.id-gallery-img.a5{background:linear-gradient(140deg,#2a3950,#0e1b2c)}.id-gallery-count{position:absolute;bottom:18px;right:18px;background:#0e1b2ccc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--id-cream);padding:10px 18px;border-radius:999px;font-size:13px;font-weight:600;display:flex;align-items:center;gap:8px;z-index:3;cursor:pointer;transition:.2s;border:1px solid rgba(245,241,232,.15)}.id-gallery-count:hover{background:var(--id-accent)}.id-gallery-count svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2}.id-gallery-back{position:absolute;top:18px;left:18px;background:#0e1b2cb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--id-cream);padding:9px 16px;border-radius:999px;font-size:12px;font-weight:500;display:flex;align-items:center;gap:7px;z-index:3;transition:.15s;border:1px solid rgba(245,241,232,.1);cursor:pointer}.id-gallery-back:hover{background:var(--id-cream);color:var(--id-ink)}.id-gallery-back svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}.id-gallery-actions{position:absolute;top:18px;right:18px;display:flex;gap:6px;z-index:3}.id-g-act{width:42px;height:42px;border-radius:50%;background:#0e1b2c99;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--id-cream);display:flex;align-items:center;justify-content:center;transition:.2s;border:1px solid rgba(245,241,232,.1);cursor:pointer}.id-g-act:hover{background:var(--id-cream);color:var(--id-ink)}.id-g-act.faved{background:var(--id-accent);border-color:var(--id-accent)}.id-g-act.faved svg{fill:currentColor}.id-g-act svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.8}.id-tag-bar{background:var(--id-cream);border-bottom:1px solid var(--id-line);padding:14px 0}.id-tags{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.id-tag{padding:6px 14px;background:var(--id-paper);border:1px solid var(--id-line);border-radius:999px;font-size:12px;font-weight:600;color:var(--id-ink-soft);display:flex;align-items:center;gap:5px}.id-tag.accent{background:var(--id-accent);color:var(--id-cream);border-color:var(--id-accent)}.id-tag.success{background:var(--id-success);color:var(--id-cream);border-color:var(--id-success)}.id-tag svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2}.id-content{display:grid;grid-template-columns:1fr 380px;gap:40px;padding:36px 0 80px;align-items:start}.id-left-col h1{font-family:"Instrument Serif",serif;font-size:52px;line-height:1;letter-spacing:-.02em;margin-bottom:8px;color:var(--id-ink)}.id-left-col h1 em{font-style:italic;color:var(--id-accent)}.id-loc-row{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--id-muted);font-weight:500;margin-bottom:6px}.id-loc-row svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}.id-publish-info{font-size:12px;color:var(--id-muted);margin-bottom:28px;display:flex;gap:14px;flex-wrap:wrap}.id-publish-info span{display:flex;align-items:center;gap:5px}.id-publish-info svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2}.id-price-banner{background:var(--id-cream);border-radius:14px;padding:28px 32px;margin-bottom:28px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:18px}.id-price-big{font-family:"Instrument Serif",serif;font-size:48px;line-height:1;color:var(--id-ink)}.id-price-sub{font-size:14px;color:var(--id-muted);margin-top:6px}.id-price-sub b{color:var(--id-ink);font-weight:600}.id-price-right{display:flex;gap:10px;flex-wrap:wrap}.id-specs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:32px}.id-spec{background:var(--id-paper);border:1px solid var(--id-line);border-radius:12px;padding:20px 18px;text-align:center;transition:.15s}.id-spec:hover{border-color:var(--id-ink)}.id-spec-ico{width:38px;height:38px;border-radius:10px;background:var(--id-cream);color:var(--id-ink);display:flex;align-items:center;justify-content:center;margin:0 auto 10px}.id-spec-ico svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.7}.id-spec-val{font-family:"Instrument Serif",serif;font-size:24px;line-height:1;margin-bottom:4px;color:var(--id-ink)}.id-spec-lbl{font-size:11px;color:var(--id-muted);letter-spacing:.08em;text-transform:uppercase;font-weight:600}.id-section{margin-bottom:36px;padding-bottom:36px;border-bottom:1px solid var(--id-line)}.id-section:last-child{border-bottom:none}.id-section h2{font-family:"Instrument Serif",serif;font-size:28px;margin-bottom:14px;color:var(--id-ink)}.id-section p{font-size:15px;line-height:1.7;color:var(--id-ink-soft)}.id-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.id-feat{padding:12px 16px;background:var(--id-cream);border-radius:8px;font-size:13px;font-weight:500;color:var(--id-ink);display:flex;align-items:center;gap:8px}.id-feat span{font-size:16px;color:var(--id-success)}.id-details-table{width:100%;border-collapse:collapse}.id-details-table tr{border-bottom:1px solid var(--id-line)}.id-details-table tr:last-child{border-bottom:none}.id-details-table td{padding:12px 0;font-size:14px;color:var(--id-ink)}.id-details-table td:first-child{color:var(--id-muted);font-weight:500;width:45%}.id-details-table td:last-child{font-weight:600}.id-mini-map{aspect-ratio:16/9;background:linear-gradient(160deg,#0e1b2c,#152339 60%,#1f2d44);border-radius:12px;position:relative;overflow:hidden;margin-bottom:14px}.id-mini-map:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(245,241,232,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(245,241,232,.05) 1px,transparent 1px);background-size:36px 36px}.id-mini-map:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 50%,rgba(200,85,61,.2),transparent 50%)}.id-mini-pin{position:absolute;top:50%;left:50%;transform:translate(-50%,-100%);background:var(--id-accent);color:var(--id-cream);padding:10px 16px;border-radius:999px;font-size:12px;font-weight:700;box-shadow:0 10px 24px -4px #c8553d99;z-index:2}.id-right-col{position:sticky;top:86px;display:flex;flex-direction:column;gap:14px}.id-agent-card{border:1px solid var(--id-line);border-radius:16px;padding:26px;background:var(--id-paper)}.id-agent-head{display:flex;gap:16px;margin-bottom:18px}.id-agent-av{width:64px;height:64px;border-radius:50%;background:var(--id-accent);color:var(--id-cream);display:flex;align-items:center;justify-content:center;font-family:"Instrument Serif",serif;font-size:28px;font-style:italic;flex-shrink:0;position:relative;cursor:pointer;transition:.2s;overflow:hidden;border:none;padding:0}.id-agent-av:hover{transform:scale(1.05);box-shadow:0 8px 20px -6px #c8553d66}.id-agent-av .online{position:absolute;bottom:2px;right:2px;width:14px;height:14px;background:var(--id-success);border-radius:50%;border:3px solid var(--id-paper)}.id-agent-info h3{font-family:"Instrument Serif",serif;font-size:20px;line-height:1.1;margin-bottom:3px;color:var(--id-ink)}.id-agent-info .role{font-size:11px;color:var(--id-muted);text-transform:uppercase;letter-spacing:.08em;font-weight:600;margin-bottom:6px}.id-agent-rating{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:var(--id-ink)}.id-agent-rating svg{width:13px;height:13px;fill:var(--id-star);stroke:none}.id-agent-rating small{color:var(--id-muted);font-weight:500}.id-agent-verified{display:flex;align-items:center;gap:5px;font-size:10px;color:var(--id-success);font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-top:6px}.id-agent-verified svg{width:10px;height:10px;stroke:currentColor;fill:none;stroke-width:3}.id-agent-extras{padding:14px 0;margin-top:14px;border-top:1px solid var(--id-line);display:flex;flex-direction:column;gap:12px}.id-agent-row{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--id-ink-soft)}.id-agent-row svg{width:14px;height:14px;stroke:var(--id-muted);fill:none;stroke-width:1.8;flex-shrink:0}.id-agent-row b{color:var(--id-ink);font-weight:600}.id-agent-langs{display:flex;gap:5px;flex-wrap:wrap;margin-top:2px}.id-agent-lang{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:var(--id-cream);border-radius:999px;font-size:11px;font-weight:600;color:var(--id-ink)}.id-agent-profile-link{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;border:1px solid var(--id-line);border-radius:999px;font-size:12px;font-weight:600;color:var(--id-ink-soft);transition:.15s;width:100%;margin-top:14px;background:transparent;cursor:pointer;font-family:inherit}.id-agent-profile-link:hover{border-color:var(--id-ink);color:var(--id-ink);background:var(--id-cream)}.id-agent-profile-link svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}.id-agent-response{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--id-ink-soft);margin-top:10px;padding-top:14px;border-top:1px solid var(--id-line)}.id-agent-response svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2;flex-shrink:0}.id-agent-response b{color:var(--id-ink)}.id-agent-actions{display:flex;flex-direction:column;gap:8px;margin-top:18px}.id-agent-actions .id-btn{width:100%;justify-content:center;padding:14px}.id-contact-form{border:1px solid var(--id-line);border-radius:16px;padding:24px;background:var(--id-paper)}.id-contact-form h3{font-family:"Instrument Serif",serif;font-size:20px;margin-bottom:4px;color:var(--id-ink)}.id-contact-form .sub{font-size:12px;color:var(--id-muted);margin-bottom:18px}.id-cf-field{margin-bottom:12px}.id-cf-field label{font-size:11px;color:var(--id-muted);letter-spacing:.08em;text-transform:uppercase;font-weight:700;display:block;margin-bottom:5px}.id-cf-field input,.id-cf-field textarea{width:100%;border:1px solid var(--id-line);background:var(--id-paper);padding:11px 14px;border-radius:8px;font-size:14px;color:var(--id-ink);outline:none;transition:.15s;font-family:inherit}.id-cf-field input:focus,.id-cf-field textarea:focus{border-color:var(--id-ink)}.id-cf-field textarea{resize:vertical;min-height:100px;line-height:1.5}.id-cf-pre{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.id-cf-pre button{padding:7px 12px;border:1px solid var(--id-line);border-radius:999px;font-size:11px;color:var(--id-ink-soft);background:var(--id-paper);transition:.15s;font-weight:500;font-family:inherit;cursor:pointer}.id-cf-pre button:hover,.id-cf-pre button.active{background:var(--id-ink);color:var(--id-cream);border-color:var(--id-ink)}.id-contact-submit{width:100%;margin-top:6px;justify-content:center}.id-contact-privacy{font-size:10px;color:var(--id-muted);text-align:center;margin-top:10px;line-height:1.4}.id-contact-privacy a{text-decoration:underline}.id-share-card{border:1px solid var(--id-line);border-radius:16px;padding:18px 22px;background:var(--id-paper);display:flex;gap:8px;flex-wrap:wrap}.id-share-card h4{font-size:11px;color:var(--id-muted);letter-spacing:.1em;text-transform:uppercase;font-weight:700;width:100%;margin-bottom:4px}.id-share-btn{flex:1;padding:10px 0;border:1px solid var(--id-line);border-radius:999px;font-size:11px;font-weight:600;color:var(--id-ink-soft);text-align:center;transition:.15s;display:flex;align-items:center;justify-content:center;gap:5px;min-width:80px;background:transparent;cursor:pointer;font-family:inherit}.id-share-btn:hover{border-color:var(--id-ink);color:var(--id-ink)}.id-share-btn svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2}.id-similar{padding:56px 0;background:var(--id-cream);border-top:1px solid var(--id-line);margin-top:20px}.id-similar h2{font-family:"Instrument Serif",serif;font-size:36px;text-align:center;margin-bottom:8px;color:var(--id-ink)}.id-similar .sub{font-size:14px;color:var(--id-muted);text-align:center;margin-bottom:28px}.id-similar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1360px;margin:0 auto;padding:0 28px}.id-sim-card{background:var(--id-paper);border:1px solid var(--id-line);border-radius:12px;overflow:hidden;cursor:pointer;transition:.2s;display:block;color:inherit}.id-sim-card:hover{transform:translateY(-3px);box-shadow:0 20px 40px -15px #0e1b2c33}.id-sim-img{aspect-ratio:5/4;background:linear-gradient(135deg,#1a2840,#0e1b2c);position:relative;overflow:hidden}.id-sim-tag{position:absolute;top:12px;left:12px;background:var(--id-cream);color:var(--id-ink);font-size:9px;padding:4px 9px;border-radius:999px;letter-spacing:.08em;text-transform:uppercase;font-weight:700;z-index:2}.id-sim-body{padding:18px}.id-sim-loc{font-size:10px;color:var(--id-muted);letter-spacing:.1em;text-transform:uppercase;font-weight:600;margin-bottom:6px}.id-sim-body h4{font-family:"Instrument Serif",serif;font-size:20px;line-height:1.15;margin-bottom:10px;color:var(--id-ink)}.id-sim-foot{display:flex;justify-content:space-between;align-items:center;padding-top:10px;border-top:1px solid var(--id-line)}.id-sim-price{font-family:"Instrument Serif",serif;font-size:20px;color:var(--id-ink)}.id-sim-specs{font-size:11px;color:var(--id-muted)}.id-footer{background:var(--id-ink);color:var(--id-cream);padding:56px 0 28px}.id-foot-brand{font-family:"Instrument Serif",serif;font-size:34px;text-align:center;margin-bottom:14px;color:var(--id-cream)}.id-foot-brand em{color:var(--id-accent);font-style:italic}.id-foot-bottom{font-size:12px;color:#8a96ad;text-align:center}.id-toast{position:fixed;bottom:100px;left:50%;transform:translate(-50%) translateY(20px);background:var(--id-ink);color:var(--id-cream);padding:12px 22px;border-radius:999px;font-size:13px;font-weight:500;z-index:250;box-shadow:0 14px 30px -4px #0e1b2c66;opacity:0;transition:all .25s;pointer-events:none;max-width:90vw;text-align:center}.id-toast.show{opacity:1;transform:translate(-50%) translateY(0)}.id-mobile-nav{display:none}.id-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#0e1b2cf2;z-index:300;opacity:0;pointer-events:none;transition:opacity .3s;display:flex;align-items:center;justify-content:center}.id-lightbox.open{opacity:1;pointer-events:auto}.id-lb-img{width:85%;max-height:85vh;border-radius:8px;background:linear-gradient(135deg,#1a2840,#0e1b2c);position:relative;overflow:hidden;aspect-ratio:16/10}.id-lb-close{position:absolute;top:24px;right:24px;width:48px;height:48px;border-radius:50%;background:#fbfaf626;color:var(--id-cream);display:flex;align-items:center;justify-content:center;z-index:2;font-size:22px;border:none;cursor:pointer}.id-lb-close:hover{background:var(--id-cream);color:var(--id-ink)}.id-lb-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#fbfaf626;color:var(--id-cream);display:flex;align-items:center;justify-content:center;z-index:2;border:none;cursor:pointer}.id-lb-nav:hover{background:var(--id-cream);color:var(--id-ink)}.id-lb-prev{left:24px}.id-lb-next{right:24px}.id-lb-nav svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2}.id-lb-counter{position:absolute;bottom:24px;left:50%;transform:translate(-50%);color:var(--id-cream);font-size:13px;font-weight:500;background:#0e1b2c99;padding:8px 18px;border-radius:999px}.id-ap-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0e1b2c80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;opacity:0;pointer-events:none;transition:opacity .3s}.id-ap-backdrop.open{opacity:1;pointer-events:auto}.id-ap-modal{position:fixed;top:0;right:-520px;width:min(520px,100vw);height:100%;background:var(--id-paper);z-index:201;box-shadow:-30px 0 60px -10px #0e1b2c4d;transition:right .35s cubic-bezier(.22,.68,0,1);display:flex;flex-direction:column;overflow:hidden}.id-ap-modal.open{right:0}.id-ap-hero{background:linear-gradient(180deg,var(--id-ink) 0%,#1a2840 100%);padding:28px 28px 0;flex-shrink:0;position:relative;overflow:hidden}.id-ap-hero:after{content:"";position:absolute;top:-60%;right:-20%;width:300px;height:300px;background:radial-gradient(circle,rgba(200,85,61,.25),transparent 60%);border-radius:50%}.id-ap-close{position:absolute;top:18px;right:18px;width:38px;height:38px;border-radius:50%;background:#f5f1e826;color:var(--id-cream);display:flex;align-items:center;justify-content:center;font-size:20px;z-index:2;transition:.15s;border:none;cursor:pointer}.id-ap-close:hover{background:var(--id-cream);color:var(--id-ink)}.id-ap-hero-inner{position:relative;z-index:1;display:flex;gap:18px;align-items:flex-end;padding-bottom:22px}.id-ap-avatar{width:82px;height:82px;border-radius:50%;background:var(--id-accent);color:var(--id-cream);display:flex;align-items:center;justify-content:center;font-family:"Instrument Serif",serif;font-size:38px;font-style:italic;border:4px solid rgba(245,241,232,.2);flex-shrink:0;position:relative;overflow:hidden}.id-ap-avatar .onl{position:absolute;bottom:2px;right:2px;width:16px;height:16px;background:var(--id-success);border-radius:50%;border:3px solid var(--id-ink)}.id-ap-hero-info{padding-bottom:4px}.id-ap-hero-info h2{font-family:"Instrument Serif",serif;font-size:28px;color:var(--id-cream);line-height:1.1;margin-bottom:4px}.id-ap-hero-info .role{font-size:11px;color:#f5f1e8b3;letter-spacing:.1em;text-transform:uppercase;font-weight:600}.id-ap-hero-stats{display:flex;gap:14px;padding:14px 28px;border-top:1px solid rgba(245,241,232,.1);background:#0e1b2cd9;flex-shrink:0}.id-ap-hero-stats div{text-align:center;flex:1}.id-ap-hero-stats b{font-family:"Instrument Serif",serif;font-size:22px;color:var(--id-cream);display:block;line-height:1}.id-ap-hero-stats small{font-size:9px;color:#f5f1e880;letter-spacing:.1em;text-transform:uppercase;font-weight:600;display:block;margin-top:4px}.id-ap-body{flex:1;overflow-y:auto;padding:0}.id-ap-section{padding:20px 28px;border-bottom:1px solid var(--id-line)}.id-ap-section:last-child{border-bottom:none}.id-ap-section h3{font-family:"Instrument Serif",serif;font-size:17px;margin-bottom:12px;display:flex;align-items:center;gap:8px;color:var(--id-ink)}.id-ap-section h3 svg{width:15px;height:15px;stroke:var(--id-accent);fill:none;stroke-width:1.8}.id-ap-about{font-size:13px;line-height:1.65;color:var(--id-ink-soft)}.id-ap-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.id-ap-info-item{display:flex;align-items:center;gap:10px;padding:10px 12px;background:var(--id-cream);border-radius:8px;font-size:12px}.id-ap-info-item svg{width:14px;height:14px;stroke:var(--id-muted);fill:none;stroke-width:1.8;flex-shrink:0}.id-ap-info-item b{display:block;font-size:12px;color:var(--id-ink)}.id-ap-info-item small{color:var(--id-muted);font-size:10px}.id-ap-langs{display:flex;gap:5px;flex-wrap:wrap}.id-ap-lang{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;background:var(--id-cream);border-radius:999px;font-size:12px;font-weight:600;color:var(--id-ink)}.id-ap-listings{display:flex;flex-direction:column;gap:8px}.id-ap-listing{display:grid;grid-template-columns:66px 1fr auto;gap:12px;padding:10px;background:var(--id-cream);border-radius:10px;cursor:pointer;transition:.15s;align-items:center;color:inherit}.id-ap-listing:hover{background:var(--id-cream-warm)}.id-ap-listing-img{width:66px;height:50px;border-radius:8px;background:linear-gradient(135deg,#1a2840,#0e1b2c);position:relative;overflow:hidden;flex-shrink:0}.id-ap-listing-info h4{font-family:"Instrument Serif",serif;font-size:14px;line-height:1.15;margin-bottom:3px;color:var(--id-ink)}.id-ap-listing-info .meta{font-size:10px;color:var(--id-muted)}.id-ap-listing-price{font-family:"Instrument Serif",serif;font-size:16px;white-space:nowrap;color:var(--id-ink)}.id-ap-footer{padding:16px 28px;border-top:1px solid var(--id-line);flex-shrink:0;display:flex;gap:8px;background:var(--id-paper)}.id-ap-footer .id-btn{flex:1;justify-content:center;padding:13px}@media (max-width:1080px){.id-content{grid-template-columns:1fr 340px;gap:28px}.id-specs-grid,.id-feat-grid,.id-similar-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:880px){.id-page .wrap{padding:0}.id-utility,.id-nav-links,.id-nav-right .id-btn{display:none}.id-lang-toggle{display:inline-flex}.id-header .wrap{padding:0 14px}.id-nav{padding:12px 0}.id-logo{font-size:19px}.id-logo-mark{width:28px;height:28px;font-size:15px}.id-gallery-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;height:300px;gap:3px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.id-gallery-grid::-webkit-scrollbar{display:none}.id-gallery-img{flex:0 0 85%;scroll-snap-align:start;height:100%}.id-gallery-img.a1{flex:0 0 85%}.id-gallery-back{top:12px;left:12px;padding:8px 12px;font-size:11px}.id-gallery-actions{top:12px;right:12px}.id-g-act{width:38px;height:38px}.id-gallery-count{bottom:14px;right:14px;padding:8px 14px;font-size:12px}.id-tag-bar{padding:10px 14px}.id-tags{gap:6px;overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none}.id-tags::-webkit-scrollbar{display:none}.id-tag{flex-shrink:0;padding:5px 12px;font-size:11px}.id-content{grid-template-columns:1fr;gap:0;padding:0 0 60px}.id-left-col{padding:24px 16px 0}.id-left-col h1{font-size:30px;line-height:1.05}.id-loc-row{font-size:13px}.id-publish-info{font-size:11px}.id-price-banner{padding:22px 18px;margin:0 16px 20px;border-radius:14px}.id-price-big{font-size:34px}.id-price-sub{font-size:12px;margin-top:4px}.id-price-right{width:100%}.id-price-right .id-btn{flex:1;justify-content:center}.id-specs-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:24px;padding:0 16px}.id-spec{padding:16px 12px}.id-spec-ico{width:34px;height:34px;margin-bottom:8px}.id-spec-val{font-size:20px}.id-section{margin:0 16px 28px;padding-bottom:28px}.id-section h2{font-size:22px;margin-bottom:12px}.id-feat-grid{grid-template-columns:1fr 1fr;gap:8px}.id-mini-map{margin:0 16px 14px;aspect-ratio:16/10}.id-right-col{position:relative;top:0;padding:0 16px;gap:12px}.id-agent-card{padding:20px;border-radius:14px}.id-agent-head{gap:14px}.id-agent-av{width:56px;height:56px;font-size:24px}.id-agent-info h3{font-size:18px}.id-contact-form{padding:20px;border-radius:14px}.id-similar{padding:36px 0}.id-similar h2{font-size:28px}.id-similar-grid{grid-template-columns:1fr;padding:0 16px;gap:14px}.id-sim-img{aspect-ratio:16/9}.id-footer .wrap{padding:0 16px}.id-page{padding-bottom:78px}.id-mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;background:var(--id-paper);border-top:1px solid var(--id-line);justify-content:space-around;padding:10px 0 16px;z-index:100;box-shadow:0 -4px 20px #0e1b2c14}.id-mobile-nav a{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:10px;color:var(--id-muted);font-weight:500;flex:1}.id-mobile-nav a.active{color:var(--id-accent)}.id-mobile-nav svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.6}.id-ap-modal{width:100%;right:-100%}.id-ap-hero{padding:20px 18px 0}.id-ap-section{padding:16px 18px}.id-ap-info-grid{grid-template-columns:1fr}}.journal-page{background:hsl(var(--cream, 40 30% 96%));min-height:80vh}.journal-hero{padding:80px 0 40px;background:linear-gradient(180deg,hsl(var(--cream, 40 30% 96%)),hsl(var(--background)))}.journal-hero .eyebrow{font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:hsl(var(--accent, 25 70% 50%));font-weight:600}.journal-title{font-family:"Instrument Serif",serif;font-size:clamp(40px,6vw,72px);line-height:1.05;margin:16px 0 12px;color:hsl(var(--ink, 20 10% 15%));font-weight:400}.journal-title em{font-style:italic;color:hsl(var(--accent, 25 70% 50%))}.journal-sub{font-size:17px;color:hsl(var(--muted-foreground));max-width:640px;line-height:1.6}.journal-filters{padding:24px 0;border-bottom:1px solid hsl(var(--border))}.journal-filters .wrap{display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:space-between}.journal-search{flex:1;min-width:240px;max-width:360px;padding:10px 14px;border-radius:8px;border:1px solid hsl(var(--border));background:hsl(var(--background));font-size:14px;font-family:inherit}.journal-cats{display:flex;flex-wrap:wrap;gap:8px}.journal-cats button{padding:8px 14px;border-radius:999px;border:1px solid hsl(var(--border));background:transparent;cursor:pointer;font-size:13px;font-family:inherit;color:hsl(var(--foreground));transition:all .2s}.journal-cats button:hover{border-color:hsl(var(--accent, 25 70% 50%))}.journal-cats button.active{background:hsl(var(--ink, 20 10% 15%));color:hsl(var(--cream, 40 30% 96%));border-color:hsl(var(--ink, 20 10% 15%))}.journal-grid-wrap{padding:48px 0 96px}.journal-grid{display:grid;gap:32px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.journal-card{text-decoration:none;color:inherit;background:hsl(var(--card));border-radius:12px;overflow:hidden;border:1px solid hsl(var(--border));transition:transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column}.journal-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px -20px hsl(var(--ink, 20 10% 15%) / .3)}.journal-card-img{aspect-ratio:16/10;background-size:cover;background-position:center;background-color:hsl(var(--muted));position:relative}.journal-card-cat{position:absolute;top:12px;left:12px;background:hsl(var(--background) / .95);color:hsl(var(--ink, 20 10% 15%));padding:4px 10px;border-radius:999px;font-size:11px;letter-spacing:.06em;text-transform:uppercase;font-weight:600}.journal-card-body{padding:20px 22px 24px;flex:1;display:flex;flex-direction:column;gap:8px}.journal-card-body h3{font-family:"Instrument Serif",serif;font-size:24px;line-height:1.25;margin:0;color:hsl(var(--ink, 20 10% 15%));font-weight:400}.journal-card-body p{font-size:14px;color:hsl(var(--muted-foreground));line-height:1.5;margin:0;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.journal-card-meta{font-size:12px;color:hsl(var(--muted-foreground));display:flex;gap:6px}.journal-empty{text-align:center;padding:80px 20px;color:hsl(var(--muted-foreground))}.journal-empty h2,.journal-empty h3{font-family:"Instrument Serif",serif;color:hsl(var(--ink, 20 10% 15%));margin-bottom:8px}.journal-article-page{background:hsl(var(--background));min-height:80vh}.journal-article-cover{width:100%;height:50vh;min-height:320px;max-height:520px;background-size:cover;background-position:center}.journal-article{padding:48px 0 96px}.journal-article-inner{max-width:760px}.journal-back{display:inline-block;margin-bottom:24px;color:hsl(var(--muted-foreground));text-decoration:none;font-size:14px}.journal-back:hover{color:hsl(var(--accent, 25 70% 50%))}.journal-article-cat{display:inline-block;padding:4px 12px;border-radius:999px;background:hsl(var(--accent, 25 70% 50%) / .15);color:hsl(var(--accent, 25 70% 50%));font-size:11px;letter-spacing:.08em;text-transform:uppercase;font-weight:600;margin-bottom:16px}.journal-article h1{font-family:"Instrument Serif",serif;font-size:clamp(34px,5vw,56px);line-height:1.1;margin:0 0 16px;color:hsl(var(--ink, 20 10% 15%));font-weight:400}.journal-article-excerpt{font-size:19px;line-height:1.55;color:hsl(var(--muted-foreground));margin:0 0 20px;font-family:"Instrument Serif",serif;font-style:italic}.journal-article-meta{display:flex;flex-wrap:wrap;gap:6px;font-size:13px;color:hsl(var(--muted-foreground));padding-bottom:24px;margin-bottom:32px;border-bottom:1px solid hsl(var(--border))}.journal-article-content{font-size:17px;line-height:1.75;color:hsl(var(--foreground))}.journal-article-content p{margin:0 0 1.2em}.journal-article-content h2{font-family:"Instrument Serif",serif;font-size:32px;margin:2em 0 .6em;color:hsl(var(--ink, 20 10% 15%));font-weight:400}.journal-article-content ul{padding-left:22px;margin:0 0 1.2em}.journal-article-content li{margin-bottom:.4em}.journal-article-content blockquote{border-left:3px solid hsl(var(--accent, 25 70% 50%));padding:4px 0 4px 20px;margin:1.4em 0;font-family:"Instrument Serif",serif;font-style:italic;font-size:20px;color:hsl(var(--ink, 20 10% 15%))}.journal-article-tags{margin-top:40px;padding-top:24px;border-top:1px solid hsl(var(--border));display:flex;flex-wrap:wrap;gap:8px}.journal-article-tags span{font-size:12px;padding:4px 10px;border-radius:999px;background:hsl(var(--muted));color:hsl(var(--muted-foreground))}.admin-articles-list{display:flex;flex-direction:column;gap:12px}.admin-article-row{display:grid;grid-template-columns:60px 1fr auto auto auto;gap:16px;align-items:center;padding:12px 16px;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:8px}.admin-article-thumb{width:60px;height:40px;border-radius:4px;background-size:cover;background-position:center;background-color:hsl(var(--muted))}.admin-article-info h4{margin:0 0 4px;font-size:15px}.admin-article-info span{font-size:12px;color:hsl(var(--muted-foreground))}.admin-article-status{font-size:11px;padding:3px 8px;border-radius:999px;text-transform:uppercase;letter-spacing:.06em}.admin-article-status.published{background:#d6f5e0;color:#196633}.admin-article-status.draft{background:#f5ebd6;color:#664d19}.admin-article-form{display:flex;flex-direction:column;gap:14px;background:hsl(var(--card));padding:24px;border:1px solid hsl(var(--border));border-radius:12px;margin-top:16px}.admin-article-form label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:500}.admin-article-form input,.admin-article-form textarea,.admin-article-form select{padding:10px 12px;border:1px solid hsl(var(--border));border-radius:6px;background:hsl(var(--background));font-family:inherit;font-size:14px}.admin-article-form textarea{resize:vertical;min-height:80px;font-family:SF Mono,Menlo,monospace}.admin-article-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.admin-article-form-actions{display:flex;gap:10px;flex-wrap:wrap}@media (max-width: 768px){.journal-title{font-size:36px}.journal-grid{grid-template-columns:1fr;gap:20px}.admin-article-row{grid-template-columns:1fr;gap:8px}.admin-article-form-row{grid-template-columns:1fr}}.buero-page{background:hsl(var(--cream, 40 30% 96%));min-height:80vh}.buero-hero{padding:80px 0 40px;background:linear-gradient(180deg,hsl(var(--cream, 40 30% 96%)),hsl(var(--background)))}.buero-hero .eyebrow{font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:hsl(var(--accent, 25 70% 50%));font-weight:600}.buero-title{font-family:"Instrument Serif",serif;font-size:clamp(40px,6vw,72px);line-height:1.05;margin:16px 0 12px;color:hsl(var(--ink, 20 10% 15%));font-weight:400}.buero-title em{font-style:italic;color:hsl(var(--accent, 25 70% 50%))}.buero-sub{font-size:17px;color:hsl(var(--muted-foreground));max-width:720px;line-height:1.6}.buero-tabs-bar{background:hsl(var(--background));border-bottom:1px solid hsl(var(--border));position:sticky;top:0;z-index:30}.buero-tabs-bar .wrap{display:flex;gap:8px;padding:12px 0;flex-wrap:wrap}.buero-tabs-bar button{padding:10px 18px;border:1px solid hsl(var(--border));background:transparent;border-radius:8px;cursor:pointer;font-family:inherit;font-size:14px;font-weight:500;color:hsl(var(--foreground));transition:all .2s}.buero-tabs-bar button:hover{border-color:hsl(var(--accent, 25 70% 50%))}.buero-tabs-bar button.active{background:hsl(var(--ink, 20 10% 15%));color:hsl(var(--cream, 40 30% 96%));border-color:hsl(var(--ink, 20 10% 15%))}.buero-filters{padding:24px 0;border-bottom:1px solid hsl(var(--border));background:hsl(var(--background))}.buero-filters .wrap{display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:space-between}.buero-search{flex:1;min-width:240px;max-width:360px;padding:10px 14px;border-radius:8px;border:1px solid hsl(var(--border));background:hsl(var(--background));font-size:14px;font-family:inherit}.buero-cats{display:flex;flex-wrap:wrap;gap:8px}.buero-cats button{padding:8px 14px;border-radius:999px;border:1px solid hsl(var(--border));background:transparent;cursor:pointer;font-size:13px;font-family:inherit;color:hsl(var(--foreground));transition:all .2s}.buero-cats button.active{background:hsl(var(--ink, 20 10% 15%));color:hsl(var(--cream, 40 30% 96%));border-color:hsl(var(--ink, 20 10% 15%))}.buero-content{padding:40px 0 96px}.buero-empty{text-align:center;padding:80px 20px;color:hsl(var(--muted-foreground))}.buero-empty h3{font-family:"Instrument Serif",serif;color:hsl(var(--ink, 20 10% 15%));margin-bottom:8px}.buero-procs{display:flex;flex-direction:column;gap:16px}.buero-proc-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:12px;overflow:hidden;transition:box-shadow .2s,border-color .2s}.buero-proc-card:hover{border-color:hsl(var(--accent, 25 70% 50%) / .4)}.buero-proc-card.open{box-shadow:0 18px 40px -20px hsl(var(--ink, 20 10% 15%) / .2)}.buero-proc-head{width:100%;display:grid;grid-template-columns:auto 1fr auto auto;gap:20px;align-items:center;padding:20px 24px;background:transparent;border:0;cursor:pointer;text-align:left;font-family:inherit}.buero-proc-icon{font-size:32px}.buero-proc-head-text h3{font-family:"Instrument Serif",serif;font-size:22px;margin:4px 0;color:hsl(var(--ink, 20 10% 15%));font-weight:400}.buero-proc-head-text p{font-size:14px;color:hsl(var(--muted-foreground));margin:0;line-height:1.5}.buero-proc-cat{display:inline-block;font-size:11px;padding:2px 8px;border-radius:999px;background:hsl(var(--accent, 25 70% 50%) / .15);color:hsl(var(--accent, 25 70% 50%));text-transform:uppercase;letter-spacing:.06em;font-weight:600}.buero-proc-meta{display:flex;flex-direction:column;gap:4px;align-items:flex-end;font-size:12px;color:hsl(var(--muted-foreground));white-space:nowrap}.buero-proc-toggle{width:32px;height:32px;display:grid;place-items:center;background:hsl(var(--muted));border-radius:50%;font-size:20px;color:hsl(var(--ink, 20 10% 15%))}.buero-proc-card.open .buero-proc-toggle{background:hsl(var(--accent, 25 70% 50%));color:#fff}.buero-proc-body{padding:8px 24px 28px;border-top:1px solid hsl(var(--border));display:flex;flex-direction:column;gap:20px}.buero-section h4{font-size:14px;text-transform:uppercase;letter-spacing:.08em;color:hsl(var(--muted-foreground));margin:16px 0 10px;font-weight:600}.buero-doc-list,.buero-links{padding-left:22px;margin:0}.buero-doc-list li,.buero-links li{padding:4px 0;line-height:1.5}.buero-links a{color:hsl(var(--accent, 25 70% 50%));text-decoration:none}.buero-links a:hover{text-decoration:underline}.buero-steps{padding-left:0;margin:0;counter-reset:step;list-style:none}.buero-steps li{display:grid;grid-template-columns:36px 1fr;gap:14px;align-items:start;padding:12px 0;border-bottom:1px dashed hsl(var(--border));counter-increment:step}.buero-steps li:last-child{border-bottom:0}.buero-steps li:before{content:counter(step);width:30px;height:30px;display:grid;place-items:center;background:hsl(var(--ink, 20 10% 15%));color:hsl(var(--cream, 40 30% 96%));border-radius:50%;font-family:"Instrument Serif",serif;font-size:16px}.buero-steps li>div,.buero-steps li>strong{display:block}.buero-steps li strong{display:block;margin-bottom:4px;color:hsl(var(--ink, 20 10% 15%))}.buero-steps li span{color:hsl(var(--muted-foreground));font-size:14px;line-height:1.55}.buero-tip,.buero-warning{padding:14px 18px;border-radius:8px;line-height:1.55;font-size:14px}.buero-tip{background:#ebfaf0;border-left:3px solid hsl(140 60% 40%)}.buero-tip strong{color:#196633;display:block;margin-bottom:4px}.buero-warning{background:#fcf6e8;border-left:3px solid hsl(30 80% 50%)}.buero-warning strong{color:#8a4d0f;display:block;margin-bottom:4px}.buero-tip p,.buero-warning p{margin:0}.buero-city-group{margin-bottom:48px}.buero-city-title{font-family:"Instrument Serif",serif;font-size:32px;color:hsl(var(--ink, 20 10% 15%));margin:0 0 20px;font-weight:400;padding-bottom:8px;border-bottom:2px solid hsl(var(--accent, 25 70% 50%));display:inline-block}.buero-inst-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.buero-inst-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:12px;padding:22px;display:flex;flex-direction:column;gap:8px;transition:box-shadow .2s,transform .2s}.buero-inst-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px -15px hsl(var(--ink, 20 10% 15%) / .25)}.buero-inst-type{align-self:flex-start;font-size:11px;padding:3px 10px;border-radius:999px;background:hsl(var(--ink, 20 10% 15%));color:hsl(var(--cream, 40 30% 96%));text-transform:uppercase;letter-spacing:.06em;font-weight:600}.buero-inst-card h3{font-family:"Instrument Serif",serif;font-size:22px;margin:4px 0 0;color:hsl(var(--ink, 20 10% 15%));font-weight:400;line-height:1.2}.buero-inst-addr,.buero-inst-hours,.buero-inst-notes{margin:0;font-size:13px;line-height:1.5;color:hsl(var(--muted-foreground))}.buero-inst-notes{font-style:italic;padding-top:8px;border-top:1px dashed hsl(var(--border))}.buero-inst-contact{display:flex;flex-direction:column;gap:4px;margin-top:4px}.buero-inst-contact a{font-size:13px;color:hsl(var(--ink, 20 10% 15%));text-decoration:none}.buero-inst-contact a:hover{color:hsl(var(--accent, 25 70% 50%))}@media (max-width: 768px){.buero-title{font-size:36px}.buero-proc-head{grid-template-columns:auto 1fr auto;gap:12px;padding:16px}.buero-proc-meta{display:none}.buero-proc-icon{font-size:26px}.buero-proc-head-text h3{font-size:18px}}.admin-buero-form{display:flex;flex-direction:column;gap:14px;background:hsl(var(--card));padding:24px;border-radius:12px;border:1px solid hsl(var(--border));margin-top:16px}.admin-buero-form label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:500}.admin-buero-form input,.admin-buero-form textarea,.admin-buero-form select{padding:10px 12px;border:1px solid hsl(var(--border));border-radius:6px;background:hsl(var(--background));font-family:inherit;font-size:14px}.admin-buero-form textarea{resize:vertical;min-height:80px;font-family:SF Mono,Menlo,monospace}.admin-buero-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.admin-buero-form-actions{display:flex;gap:10px;flex-wrap:wrap}.admin-buero-list{display:flex;flex-direction:column;gap:10px;margin-top:16px}.admin-buero-row{display:grid;grid-template-columns:40px 1fr auto auto;gap:14px;align-items:center;padding:12px 16px;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:8px}.admin-buero-row h4{margin:0 0 4px;font-size:14px}.admin-buero-row span{font-size:12px;color:hsl(var(--muted-foreground))}@media (max-width: 768px){.admin-buero-form-row,.admin-buero-row{grid-template-columns:1fr}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--ink: 213 51% 11%;--ink-soft: 217 31% 24%;--cream: 39 33% 93%;--cream-warm: 37 33% 88%;--paper: 40 33% 97%;--line: 218 38% 19%;--accent: 10 53% 51%;--muted: 222 13% 55%;--background: var(--paper);--foreground: var(--ink);--card: 0 0% 100%;--card-foreground: var(--ink);--popover: 0 0% 100%;--popover-foreground: var(--ink);--primary: var(--ink);--primary-foreground: var(--cream);--secondary: var(--cream);--secondary-foreground: var(--ink);--muted-foreground: var(--muted);--accent-color: var(--accent);--accent-foreground: var(--cream);--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 37 33% 90%;--input: 37 33% 90%;--ring: var(--ink);--radius: .5rem}*{border-color:hsl(var(--border));box-sizing:border-box;min-width:0}body{background:hsl(var(--paper));color:hsl(var(--ink));font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.5;overflow-x:hidden;width:100%;max-width:100vw;margin:0;padding:0}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.-bottom-12{bottom:-3rem}.-left-12{left:-3rem}.-right-12{right:-3rem}.-top-12{top:-3rem}.bottom-0{bottom:0}.left-0{left:0}.left-1{left:.25rem}.left-1\/2{left:50%}.left-2{left:.5rem}.left-\[50\%\]{left:50%}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.top-0{top:0}.top-1\.5{top:.375rem}.top-1\/2{top:50%}.top-2{top:.5rem}.top-3\.5{top:.875rem}.top-4{top:1rem}.top-\[1px\]{top:1px}.top-\[50\%\]{top:50%}.top-\[60\%\]{top:60%}.top-full{top:100%}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.z-\[100\]{z-index:100}.z-\[1\]{z-index:1}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3\.5{margin-left:.875rem;margin-right:.875rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.-ml-4{margin-left:-1rem}.-mt-4{margin-top:-1rem}.mb-1{margin-bottom:.25rem}.mb-4{margin-bottom:1rem}.ml-1{margin-left:.25rem}.ml-auto{margin-left:auto}.mr-2{margin-right:.5rem}.mt-1\.5{margin-top:.375rem}.mt-2{margin-top:.5rem}.mt-24{margin-top:6rem}.mt-4{margin-top:1rem}.mt-auto{margin-top:auto}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.aspect-video{aspect-ratio:16 / 9}.size-4{width:1rem;height:1rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[1px\]{height:1px}.h-\[var\(--radix-navigation-menu-viewport-height\)\]{height:var(--radix-navigation-menu-viewport-height)}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.h-svh{height:100svh}.max-h-96{max-height:24rem}.max-h-\[300px\]{max-height:300px}.max-h-screen{max-height:100vh}.min-h-0{min-height:0px}.min-h-\[80px\]{min-height:80px}.min-h-screen{min-height:100vh}.min-h-svh{min-height:100svh}.w-0{width:0px}.w-1{width:.25rem}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-4{width:1rem}.w-5{width:1.25rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[--sidebar-width\]{width:var(--sidebar-width)}.w-\[100px\]{width:100px}.w-\[1px\]{width:1px}.w-auto{width:auto}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-px{width:1px}.min-w-0{min-width:0px}.min-w-5{min-width:1.25rem}.min-w-\[12rem\]{min-width:12rem}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.max-w-\[--skeleton-width\]{max-width:var(--skeleton-width)}.max-w-lg{max-width:32rem}.max-w-max{max-width:-moz-max-content;max-width:max-content}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.grow-0{flex-grow:0}.basis-full{flex-basis:100%}.caption-bottom{caption-side:bottom}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-px{--tw-translate-x: -1px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-px{--tw-translate-x: 1px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.list-none{list-style-type:none}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.whitespace-nowrap{white-space:nowrap}.break-words{overflow-wrap:break-word}.rounded-\[2px\]{border-radius:2px}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-t-\[10px\]{border-top-left-radius:10px;border-top-right-radius:10px}.rounded-tl-sm{border-top-left-radius:calc(var(--radius) - 4px)}.border{border-width:1px}.border-2{border-width:2px}.border-\[1\.5px\]{border-width:1.5px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-\[--color-border\]{border-color:var(--color-border)}.border-border\/50{border-color:hsl(var(--border) / .5)}.border-destructive{border-color:hsl(var(--destructive))}.border-destructive\/50{border-color:hsl(var(--destructive) / .5)}.border-input{border-color:hsl(var(--input))}.border-primary{border-color:hsl(var(--primary))}.border-sidebar-border{border-color:hsl(var(--sidebar-border))}.border-transparent{border-color:transparent}.border-l-transparent{border-left-color:transparent}.border-t-transparent{border-top-color:transparent}.bg-\[--color-bg\]{background-color:var(--color-bg)}.bg-accent{background-color:hsl(var(--accent))}.bg-background{background-color:hsl(var(--background))}.bg-black\/80{background-color:#000c}.bg-border{background-color:hsl(var(--border))}.bg-card{background-color:hsl(var(--card))}.bg-destructive{background-color:hsl(var(--destructive))}.bg-foreground{background-color:hsl(var(--foreground))}.bg-muted{background-color:hsl(var(--muted))}.bg-muted\/50{background-color:hsl(var(--muted) / .5)}.bg-popover{background-color:hsl(var(--popover))}.bg-primary{background-color:hsl(var(--primary))}.bg-secondary{background-color:hsl(var(--secondary))}.bg-sidebar{background-color:hsl(var(--sidebar-background))}.bg-sidebar-border{background-color:hsl(var(--sidebar-border))}.bg-transparent{background-color:transparent}.fill-current{fill:currentColor}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-\[1px\]{padding:1px}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pl-2\.5{padding-left:.625rem}.pl-4{padding-left:1rem}.pl-8{padding-left:2rem}.pr-2{padding-right:.5rem}.pr-2\.5{padding-right:.625rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.text-left{text-align:left}.text-center{text-align:center}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[0\.8rem\]{font-size:.8rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-none{line-height:1}.tracking-tight{letter-spacing:-.025em}.tracking-widest{letter-spacing:.1em}.text-accent-foreground{color:hsl(var(--accent-foreground))}.text-card-foreground{color:hsl(var(--card-foreground))}.text-current{color:currentColor}.text-destructive{color:hsl(var(--destructive))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-foreground{color:hsl(var(--foreground))}.text-foreground\/50{color:hsl(var(--foreground) / .5)}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-popover-foreground{color:hsl(var(--popover-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-sidebar-foreground{color:hsl(var(--sidebar-foreground))}.text-sidebar-foreground\/70{color:hsl(var(--sidebar-foreground) / .7)}.underline{text-decoration-line:underline}.underline-offset-4{text-underline-offset:4px}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-90{opacity:.9}.shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\]{--tw-shadow: 0 0 0 1px hsl(var(--sidebar-border));--tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-ring{--tw-ring-color: hsl(var(--ring))}.ring-sidebar-ring{--tw-ring-color: hsl(var(--sidebar-ring))}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[left\,right\,width\]{transition-property:left,right,width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[margin\,opa\]{transition-property:margin,opa;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\,height\,padding\]{transition-property:width,height,padding;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\]{transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-1000{transition-duration:1s}.duration-200{transition-duration:.2s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.animate-in{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.fade-in-0{--tw-enter-opacity: 0}.fade-in-80{--tw-enter-opacity: .8}.zoom-in-95{--tw-enter-scale: .95}.duration-1000{animation-duration:1s}.duration-200{animation-duration:.2s}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{animation-timing-function:linear}.paused{animation-play-state:paused}.serif{font-family:"Instrument Serif",serif;font-weight:400;letter-spacing:-.01em}.wrap{max-width:1320px;margin:0 auto;padding:0 32px}.utility-bar{background:hsl(var(--ink));color:hsl(var(--cream));font-size:12px;padding:8px 0;letter-spacing:.04em}.utility-bar .wrap{display:flex;justify-content:space-between;align-items:center}.site-header{background:hsl(var(--paper));border-bottom:1px solid #e8e3d3;position:sticky;top:0;z-index:50}.nav-container{display:flex;align-items:center;justify-content:space-between;padding:22px 0}.logo{display:flex;align-items:center;gap:10px;font-family:"Instrument Serif",serif;font-size:26px;letter-spacing:-.02em}.logo-mark{width:34px;height:34px;background:hsl(var(--ink));border-radius:50%;display:flex;align-items:center;justify-content:center;color:hsl(var(--cream));font-family:"Instrument Serif",serif;font-style:italic;font-size:18px}.nav-links{display:flex;gap:34px;font-size:13px;font-weight:500}.nav-links a{position:relative;padding:6px 0;display:flex;align-items:center;gap:8px;transition:.2s}.nav-links a svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.nav-links a:hover{color:hsl(var(--accent))}.nav-right{display:flex;align-items:center;gap:20px}.lang-label{font-size:12px;letter-spacing:.1em;font-weight:600;color:hsl(var(--muted))}.lang-label b{color:hsl(var(--ink))}.btn-main{display:inline-flex;align-items:center;gap:8px;padding:11px 22px;border-radius:999px;font-size:13px;font-weight:600;letter-spacing:.02em;border:1px solid hsl(var(--ink));background:hsl(var(--ink));color:hsl(var(--cream));transition:.2s;cursor:pointer}.btn-main:hover{background:hsl(var(--accent));border-color:hsl(var(--accent))}.btn-ghost{background:transparent;color:hsl(var(--ink))}.btn-ghost:hover{background:hsl(var(--accent));color:hsl(var(--cream));border-color:hsl(var(--accent))}.lang-toggle-btn{display:none;background:transparent;border:1px solid hsl(var(--ink));height:38px;padding:0 14px;border-radius:999px;align-items:center;gap:6px;cursor:pointer;font-family:Inter,sans-serif;font-size:12px;font-weight:600;letter-spacing:.06em;color:hsl(var(--ink))}.lang-toggle-btn .divider{color:#c0b8a0;font-weight:400}.lang-toggle-btn span:last-child{color:hsl(var(--muted))}.hero-section{background:hsl(var(--cream));padding:80px 0 100px;border-bottom:1px solid #e8e3d3;position:relative;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:80px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:hsl(var(--ink-soft));margin-bottom:28px;font-weight:600}.eyebrow:before{content:"";width:32px;height:1px;background:hsl(var(--ink-soft))}.hero-title{font-family:"Instrument Serif",serif;font-size:88px;line-height:.95;letter-spacing:-.025em;margin-bottom:32px;color:hsl(var(--ink));font-weight:400}.hero-title .ital{font-style:italic;color:hsl(var(--accent))}.hero-sub{font-size:18px;line-height:1.6;color:hsl(var(--ink-soft));max-width:520px;margin-bottom:40px}.hero-cta{display:flex;gap:14px;align-items:center}.hero-meta{display:flex;gap:48px;margin-top:56px;padding-top:32px;border-top:1px solid #d8d1bd}.hero-meta div span{display:block;font-family:"Instrument Serif",serif;font-size:38px;color:hsl(var(--ink));line-height:1}.hero-meta div small{font-size:12px;color:hsl(var(--muted));text-transform:uppercase;letter-spacing:.1em;margin-top:6px;display:block}.hero-visual{position:relative;aspect-ratio:4/5;background:linear-gradient(180deg,#1a2840,#0e1b2c);border-radius:6px;overflow:hidden;box-shadow:0 30px 80px -20px #0e1b2c59}.hero-visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 30% 20%,rgba(200,85,61,.25),transparent 50%)}.card-float{position:absolute;background:hsl(var(--paper));padding:18px 22px;border-radius:4px;box-shadow:0 20px 40px -10px #0e1b2c4d;font-size:13px;z-index:2}.card-float.one{top:40px;left:-30px;width:240px}.card-float.two{bottom:60px;right:-30px;width:220px}.card-float .label{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:hsl(var(--muted));margin-bottom:6px}.card-float .val{font-family:"Instrument Serif",serif;font-size:24px;color:hsl(var(--ink));line-height:1.1}.card-float .sub{font-size:12px;color:hsl(var(--ink-soft));margin-top:4px}.dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#3aa676;margin-right:6px;vertical-align:middle}.block-section{padding:100px 0;border-bottom:1px solid #ece7d6}.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:56px}.section-head h2{font-family:"Instrument Serif",serif;font-size:56px;letter-spacing:-.02em;line-height:1;max-width:600px;font-weight:400}.section-head h2 em{color:hsl(var(--accent));font-style:italic}.section-head p{max-width:340px;color:hsl(var(--muted));font-size:14px;line-height:1.6}.pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#e8e3d3;border:1px solid #e8e3d3}.pillar{background:hsl(var(--paper));padding:42px 32px;transition:.3s}.pillar:hover{background:hsl(var(--cream))}.pillar .num{font-family:"Instrument Serif",serif;font-style:italic;color:hsl(var(--accent));font-size:18px;margin-bottom:24px;display:block}.pillar h3{font-family:"Instrument Serif",serif;font-size:26px;line-height:1.1;margin-bottom:14px;font-weight:400}.pillar p{font-size:13px;color:hsl(var(--muted));line-height:1.6}.estate-bg{background:hsl(var(--ink));color:hsl(var(--cream));border-bottom:none}.estate-bg .section-head h2{color:hsl(var(--cream))}.estate-bg .section-head p{color:#8a96ad}.listings{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.listing{background:#152339;border-radius:4px;overflow:hidden;border:1px solid #1f2d44}.listing-img{aspect-ratio:4/3;background:linear-gradient(135deg,#2a3950,#0e1b2c);position:relative}.listing-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 70% 30%,rgba(200,85,61,.15),transparent 60%)}.tag{position:absolute;top:16px;left:16px;background:hsl(var(--cream));color:hsl(var(--ink));font-size:10px;padding:5px 10px;border-radius:999px;letter-spacing:.08em;text-transform:uppercase;font-weight:600;z-index:1}.listing-body{padding:24px}.listing-loc{font-size:11px;color:#8a96ad;letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px}.listing h4{font-family:"Instrument Serif",serif;font-size:24px;line-height:1.15;margin-bottom:16px;color:hsl(var(--cream));font-weight:400}.listing-foot{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #1f2d44}.price{font-family:"Instrument Serif",serif;font-size:22px;color:hsl(var(--cream))}.price small{font-size:11px;color:#8a96ad;font-family:Inter,sans-serif;display:block;letter-spacing:.08em;text-transform:uppercase}.regions{display:grid;grid-template-columns:1.3fr 1fr;gap:60px;align-items:start}.region-list{border-top:1px solid #d8d1bd}.region-item{display:grid;grid-template-columns:60px 1fr auto;align-items:center;padding:28px 0;border-bottom:1px solid #d8d1bd;cursor:pointer;transition:.2s}.region-item:hover{padding-left:12px}.region-item:hover h4{color:hsl(var(--accent))}.region-num{font-family:"Instrument Serif",serif;font-style:italic;color:hsl(var(--muted));font-size:18px}.region-info h4{font-family:"Instrument Serif",serif;font-size:30px;line-height:1.1;margin-bottom:4px;transition:.2s;font-weight:400}.region-info span{font-size:12px;color:hsl(var(--muted));letter-spacing:.06em}.region-arrow{font-family:"Instrument Serif",serif;font-size:24px;color:hsl(var(--ink-soft))}.region-visual{aspect-ratio:3/4;background:hsl(var(--cream));border-radius:4px;padding:32px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.region-visual:before{content:"BG";position:absolute;font-family:"Instrument Serif",serif;font-size:340px;color:hsl(var(--cream-warm));bottom:-100px;right:-40px;line-height:1}.region-visual>*{position:relative;z-index:1}.region-visual .label{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:hsl(var(--ink-soft));font-weight:600}.region-visual h3{font-family:"Instrument Serif",serif;font-size:42px;line-height:1;margin-top:8px;font-weight:400}.region-stats{display:flex;flex-direction:column;gap:14px}.region-stats div{display:flex;justify-content:space-between;font-size:13px;padding-bottom:10px;border-bottom:1px solid #d8d1bd}.region-stats b{font-family:"Instrument Serif",serif;font-weight:400;font-size:18px}.community-section{background:hsl(var(--cream));padding:120px 0;text-align:center}.community-section h2{font-family:"Instrument Serif",serif;font-size:84px;line-height:.95;letter-spacing:-.025em;max-width:900px;margin:0 auto 32px;font-weight:400}.community-section h2 em{color:hsl(var(--accent));font-style:italic}.community-section>.wrap>p{max-width:560px;margin:0 auto 48px;color:hsl(var(--ink-soft));font-size:17px;line-height:1.6}.price-card{display:inline-flex;align-items:baseline;gap:8px;background:hsl(var(--paper));padding:14px 28px;border-radius:999px;border:1px solid #d8d1bd;margin-bottom:32px}.price-card b{font-family:"Instrument Serif",serif;font-size:28px}.price-card span{font-size:13px;color:hsl(var(--muted))}.site-footer{background:hsl(var(--ink));color:hsl(var(--cream));padding:80px 0 32px}.foot-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;margin-bottom:60px}.foot-grid h5{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#8a96ad;margin-bottom:20px;font-weight:600}.foot-grid ul{list-style:none;padding:0;margin:0}.foot-grid li{margin-bottom:12px;font-size:14px}.foot-grid li a:hover{color:hsl(var(--accent))}.foot-brand{font-family:"Instrument Serif",serif;font-size:42px;line-height:1;margin-bottom:16px}.foot-brand em{color:hsl(var(--accent));font-style:italic}.foot-bottom{padding-top:32px;border-top:1px solid #1f2d44;display:flex;justify-content:space-between;font-size:12px;color:#8a96ad}.page-hero{background:hsl(var(--cream));padding:64px 0 48px;border-bottom:1px solid #e8e3d3}.crumbs{font-size:12px;color:hsl(var(--muted));letter-spacing:.06em;margin-bottom:24px;display:flex;gap:8px;align-items:center}.crumbs a:hover{color:hsl(var(--ink))}.crumbs>span{color:#c0b8a0}.page-hero-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:60px;align-items:end}.page-hero h1{font-family:"Instrument Serif",serif;font-size:84px;line-height:.95;letter-spacing:-.025em;font-weight:400}.page-hero h1 em{font-style:italic;color:hsl(var(--accent))}.page-hero .intro{font-size:16px;color:hsl(var(--ink-soft));line-height:1.6;max-width:380px;padding-bottom:14px}.immo-search-bar{background:#e8e3d3;border:1px solid #e8e3d3;border-radius:6px;padding:8px;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr auto;gap:1px;margin-top:48px;box-shadow:0 20px 50px -20px #0e1b2c26}.search-field{background:hsl(var(--paper));padding:16px 20px;display:flex;flex-direction:column;gap:4px}.search-field label{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:hsl(var(--muted));font-weight:600}.search-field select,.search-field input{border:none;background:transparent;font-family:inherit;font-size:14px;font-weight:500;color:hsl(var(--ink));padding:0;outline:none;width:100%;cursor:pointer}.search-submit{background:hsl(var(--ink));color:hsl(var(--cream));padding:0 32px;display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;letter-spacing:.02em;transition:.2s;cursor:pointer;border:none;font-family:inherit;border-radius:0}.search-submit:hover{background:hsl(var(--accent))}.search-submit svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2}.toolbar{padding:32px 0;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e8e3d3}.toolbar-left{display:flex;align-items:baseline;gap:16px}.toolbar-left .count{font-family:"Instrument Serif",serif;font-size:32px;line-height:1}.toolbar-left .count-sub{font-size:12px;color:hsl(var(--muted));letter-spacing:.06em;text-transform:uppercase}.toolbar-right{display:flex;align-items:center;gap:14px}.chip{padding:9px 16px;border:1px solid #e8e3d3;border-radius:999px;font-size:12px;font-weight:500;display:inline-flex;align-items:center;gap:8px;color:hsl(var(--ink-soft));background:hsl(var(--paper));transition:.15s;cursor:pointer;font-family:inherit}.chip:hover{border-color:hsl(var(--ink));color:hsl(var(--ink))}.chip.active{background:hsl(var(--ink));color:hsl(var(--cream));border-color:hsl(var(--ink))}.chip svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2}.view-toggle{display:flex;border:1px solid #e8e3d3;border-radius:999px;padding:3px;background:hsl(var(--paper))}.view-toggle button{padding:7px 14px;border-radius:999px;font-size:12px;font-weight:600;color:hsl(var(--muted));display:flex;align-items:center;gap:6px;border:none;background:none;cursor:pointer;font-family:inherit}.view-toggle button.active{background:hsl(var(--ink));color:hsl(var(--cream))}.view-toggle svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2}.filter-row{padding:20px 0;display:flex;gap:10px;flex-wrap:wrap;border-bottom:1px solid #e8e3d3;overflow-x:auto;scrollbar-width:none}.filter-row::-webkit-scrollbar{display:none}.immo-layout{display:grid;grid-template-columns:280px 1fr;gap:48px;padding:48px 0 100px}.immo-sidebar{position:sticky;top:100px;align-self:start;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:8px}.immo-sidebar::-webkit-scrollbar{width:4px}.immo-sidebar::-webkit-scrollbar-thumb{background:#e8e3d3;border-radius:4px}.filter-group{margin-bottom:36px;padding-bottom:36px;border-bottom:1px solid #e8e3d3}.filter-group:last-child{border:none}.filter-group h4{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:hsl(var(--ink));margin-bottom:18px;font-weight:700}.range{display:flex;gap:10px;margin-bottom:14px}.range input{flex:1;border:1px solid #e8e3d3;background:hsl(var(--paper));padding:11px 14px;border-radius:4px;font-family:inherit;font-size:13px;color:hsl(var(--ink));outline:none;transition:.15s;min-width:0}.range input:focus{border-color:hsl(var(--ink))}.slider-track{height:3px;background:hsl(var(--cream-warm));border-radius:3px;position:relative;margin:22px 8px}.slider-fill{position:absolute;left:0%;right:0%;top:0;bottom:0;background:hsl(var(--ink));border-radius:3px}.slider-handle{position:absolute;top:50%;width:18px;height:18px;background:hsl(var(--paper));border:2px solid hsl(var(--ink));border-radius:50%;transform:translate(-50%,-50%);cursor:grab;transition:transform .15s;z-index:2}.slider-handle:hover{transform:translate(-50%,-50%) scale(1.15)}.slider-handle.min{left:0%}.slider-handle.max{left:100%}.check-list{display:flex;flex-direction:column;gap:12px}.check-list label{display:flex;align-items:center;gap:10px;font-size:13px;color:hsl(var(--ink-soft));cursor:pointer;transition:.15s}.check-list label:hover{color:hsl(var(--ink))}.check-list input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:16px;height:16px;border:1.5px solid #c0b8a0;border-radius:3px;cursor:pointer;position:relative;flex-shrink:0}.check-list input[type=checkbox]:checked{background:hsl(var(--ink));border-color:hsl(var(--ink))}.check-list input[type=checkbox]:checked:after{content:"";position:absolute;left:4px;top:1px;width:4px;height:8px;border:solid hsl(var(--cream));border-width:0 2px 2px 0;transform:rotate(45deg)}.check-list .cnt{margin-left:auto;font-size:11px;color:hsl(var(--muted))}.tag-grid{display:flex;flex-wrap:wrap;gap:6px}.tag-grid button{padding:7px 12px;border:1px solid #e8e3d3;border-radius:999px;font-size:11px;color:hsl(var(--ink-soft));background:hsl(var(--paper));transition:.15s;cursor:pointer;font-family:inherit}.tag-grid button:hover{border-color:hsl(var(--ink))}.tag-grid button.active{background:hsl(var(--ink));color:hsl(var(--cream));border-color:hsl(var(--ink))}.immo-results{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.immo-card{background:hsl(var(--paper));border:1px solid #e8e3d3;border-radius:6px;overflow:hidden;transition:.25s;display:flex;flex-direction:column}.immo-card:hover{transform:translateY(-3px);box-shadow:0 30px 60px -25px #0e1b2c40;border-color:#d8d1bd}.card-img{aspect-ratio:5/4;background:#0e1b2c;position:relative;overflow:hidden}.card-img svg.scene{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block}.card-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 50%,rgba(14,27,44,.5));pointer-events:none}.card-tags{position:absolute;top:18px;left:18px;display:flex;gap:6px;z-index:2}.card-tag{background:hsl(var(--cream));color:hsl(var(--ink));font-size:10px;padding:5px 11px;border-radius:999px;letter-spacing:.08em;text-transform:uppercase;font-weight:600}.card-tag.accent{background:hsl(var(--accent));color:hsl(var(--cream))}.fav{position:absolute;top:14px;right:14px;width:38px;height:38px;background:#fbfaf6f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2;transition:.2s;border:none;cursor:pointer}.fav:hover,.fav.faved{background:hsl(var(--accent))}.fav:hover svg,.fav.faved svg{stroke:hsl(var(--cream));fill:hsl(var(--cream))}.fav svg{width:16px;height:16px;stroke:hsl(var(--ink));fill:none;stroke-width:1.8}.img-count{position:absolute;bottom:14px;right:14px;background:#0e1b2cb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:hsl(var(--cream));font-size:11px;padding:5px 10px;border-radius:999px;display:flex;align-items:center;gap:5px;font-weight:500;z-index:2}.img-count svg{width:11px;height:11px;stroke:currentColor;fill:none;stroke-width:2}.card-body{padding:24px 26px 26px;display:flex;flex-direction:column;gap:14px;flex:1}.card-loc{display:flex;align-items:center;gap:6px;font-size:11px;color:hsl(var(--muted));letter-spacing:.1em;text-transform:uppercase;font-weight:600}.card-loc svg{width:11px;height:11px;stroke:currentColor;fill:none;stroke-width:2}.immo-card h3{font-family:"Instrument Serif",serif;font-size:26px;line-height:1.1;color:hsl(var(--ink));font-weight:400}.card-specs{display:flex;gap:18px;font-size:13px;color:hsl(var(--ink-soft))}.card-specs span{display:flex;align-items:center;gap:6px}.card-specs svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.8}.card-foot{display:flex;justify-content:space-between;align-items:flex-end;padding-top:18px;border-top:1px solid #e8e3d3;margin-top:auto}.card-price{font-family:"Instrument Serif",serif;font-size:28px;line-height:1;color:hsl(var(--ink))}.card-price small{display:block;font-family:Inter,sans-serif;font-size:11px;color:hsl(var(--muted));letter-spacing:.06em;text-transform:uppercase;margin-top:6px;font-weight:500}.card-cta{width:42px;height:42px;border-radius:50%;background:hsl(var(--cream));display:flex;align-items:center;justify-content:center;transition:.2s}.card-cta:hover{background:hsl(var(--ink))}.card-cta:hover svg{stroke:hsl(var(--cream))}.card-cta svg{width:16px;height:16px;stroke:hsl(var(--ink));fill:none;stroke-width:2}.verified{display:inline-flex;align-items:center;gap:5px;font-size:10px;color:#3aa676;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-top:4px}.verified svg{width:11px;height:11px;stroke:currentColor;fill:none;stroke-width:2.5}.immo-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:64px;padding-bottom:40px}.immo-pagination button{width:42px;height:42px;border-radius:50%;border:1px solid #e8e3d3;background:hsl(var(--paper));font-size:13px;font-weight:600;color:hsl(var(--ink-soft));transition:.15s;cursor:pointer;font-family:inherit}.immo-pagination button.active{background:hsl(var(--ink));color:hsl(var(--cream));border-color:hsl(var(--ink))}.immo-pagination button:hover:not(.active){border-color:hsl(var(--ink))}.filter-fab{display:none;position:fixed;bottom:90px;left:50%;transform:translate(-50%);background:hsl(var(--ink));color:hsl(var(--cream));padding:14px 24px;border-radius:999px;font-size:13px;font-weight:600;z-index:90;box-shadow:0 14px 36px -8px #0e1b2c66;align-items:center;gap:10px;border:none;cursor:pointer;font-family:inherit}.filter-fab svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}.empty-state{grid-column:1 / -1;text-align:center;padding:80px 20px;background:hsl(var(--cream));border-radius:6px}.empty-mark{font-family:"Instrument Serif",serif;font-size:90px;color:hsl(var(--accent));line-height:1;margin-bottom:16px}.empty-state h3{font-family:"Instrument Serif",serif;font-size:32px;margin-bottom:10px;font-weight:400}.empty-state p{color:hsl(var(--muted));font-size:14px;margin-bottom:24px}.map-view{grid-column:1 / -1}.map-canvas{position:relative;aspect-ratio:16/10;background:linear-gradient(160deg,#0e1b2c,#152339 60%,#1f2d44);border-radius:6px;overflow:hidden;border:1px solid #e8e3d3}.map-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(245,241,232,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(245,241,232,.06) 1px,transparent 1px);background-size:48px 48px}.map-canvas:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 55% 50%,rgba(200,85,61,.18),transparent 55%)}.map-pin{position:absolute;background:hsl(var(--accent));color:hsl(var(--cream));font-size:12px;font-weight:700;padding:8px 14px;border-radius:999px;transform:translate(-50%,-50%);box-shadow:0 8px 24px -4px #c8553d99,0 0 0 4px #c8553d26;cursor:pointer;transition:.2s;z-index:2;font-family:Inter,sans-serif;letter-spacing:.02em}.map-pin:hover{transform:translate(-50%,-50%) scale(1.1);background:hsl(var(--cream));color:hsl(var(--ink))}.map-pin:after{content:"";position:absolute;left:50%;bottom:-6px;width:10px;height:10px;background:inherit;transform:translate(-50%) rotate(45deg)}.map-label{position:absolute;color:hsl(var(--cream));font-size:10px;letter-spacing:.16em;font-weight:600;padding:14px 20px;opacity:.7}.map-label.tl{top:0;left:0}.map-label.br{bottom:0;right:0}.immo-footer{background:hsl(var(--ink));color:hsl(var(--cream));padding:64px 0 32px;margin-top:60px}.foot-bottom-simple{font-size:12px;color:#8a96ad;text-align:center}.nav-links a.active{color:hsl(var(--accent))}.mobile-nav{display:none}@media (max-width: 1280px){.immo-results{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width: 1180px){.nav-links{gap:22px;font-size:12px}.wrap{padding:0 24px}}@media (max-width: 1100px){.immo-layout{grid-template-columns:240px 1fr;gap:32px}.immo-card h3{font-size:23px}.card-body{padding:22px 22px 24px}.card-specs{gap:14px;font-size:12px}.card-price{font-size:24px}}@media (max-width: 880px){.wrap{padding:0 20px;max-width:100%}.nav-links,.utility-bar,.nav-right .btn-main,.nav-right .lang-label{display:none}.lang-toggle-btn{display:inline-flex}.nav-right{gap:0}.nav-container{padding:16px 0}.logo{font-size:20px}.logo-mark{width:30px;height:30px;font-size:16px}.hero-section{padding:40px 0 56px}.hero-grid{grid-template-columns:1fr;gap:40px}.hero-title{font-size:44px;line-height:1;margin-bottom:24px}.eyebrow{margin-bottom:20px;font-size:11px}.hero-sub{font-size:15px;margin-bottom:28px}.hero-cta{flex-direction:column;align-items:stretch;gap:10px}.hero-cta .btn-main{justify-content:center;width:100%}.hero-meta{gap:18px;margin-top:36px;padding-top:24px;justify-content:space-between}.hero-meta div{flex:1;min-width:0}.hero-meta div span{font-size:24px}.hero-meta div small{font-size:10px;letter-spacing:.06em}.card-float{display:none}.hero-visual{aspect-ratio:5/6;max-width:100%;margin:0;border-radius:4px}.block-section{padding:56px 0}.section-head{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:32px}.section-head h2{font-size:36px;line-height:1.02}.section-head p{font-size:13px}.pillars{grid-template-columns:1fr 1fr}.pillar{padding:24px 18px}.pillar h3{font-size:22px}.pillar p{font-size:12px}.listings{grid-template-columns:1fr;gap:18px}.listing h4{font-size:22px}.regions{grid-template-columns:1fr;gap:36px}.region-visual{aspect-ratio:auto;min-height:320px;order:-1;padding:28px}.region-visual h3{font-size:36px}.region-visual:before{font-size:240px;bottom:-60px;right:-20px}.region-item{grid-template-columns:40px 1fr auto;padding:22px 0}.region-info h4{font-size:24px}.community-section{padding:64px 0}.community-section h2{font-size:38px;line-height:1;margin-bottom:24px}.community-section>.wrap>p{font-size:15px;margin-bottom:32px}.price-card{padding:12px 22px;margin-bottom:24px}.price-card b{font-size:24px}.site-footer{padding:56px 0 24px}.foot-grid{grid-template-columns:1fr 1fr;gap:32px;margin-bottom:40px}.foot-brand{font-size:34px}.foot-bottom{flex-direction:column;gap:12px;text-align:center}body{padding-bottom:78px}.mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;background:hsl(var(--paper));border-top:1px solid #e8e3d3;justify-content:space-around;padding:10px 0 16px;z-index:100;box-shadow:0 -4px 20px #0e1b2c14}.mobile-nav a{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:10px;color:hsl(var(--muted));font-weight:500;letter-spacing:.02em;flex:1}.mobile-nav a.active{color:hsl(var(--ink))}.mobile-nav svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.page-hero{padding:36px 0 28px}.page-hero-grid{grid-template-columns:1fr;gap:20px}.page-hero h1{font-size:46px}.page-hero .intro{font-size:14px;padding-bottom:0}.crumbs{margin-bottom:16px;font-size:11px}.immo-search-bar{grid-template-columns:1fr;gap:1px;margin-top:28px}.search-field{padding:14px 16px}.search-submit{padding:18px;justify-content:center}.toolbar{padding:22px 0;flex-direction:column;align-items:flex-start;gap:14px}.toolbar-left .count{font-size:24px}.toolbar-right{width:100%;justify-content:space-between}.filter-row{padding:14px 0}.immo-layout{grid-template-columns:1fr;gap:0;padding:24px 0 60px}.immo-sidebar{display:none}.immo-results{gap:20px;grid-template-columns:1fr}.card-img{aspect-ratio:4/3}.immo-card h3{font-size:22px}.card-price{font-size:24px}.filter-fab{display:inline-flex}.immo-footer{margin-top:30px;padding:48px 0 24px}.immo-pagination{margin-top:40px}.map-canvas{aspect-ratio:4/5}.map-pin{font-size:10px;padding:6px 10px}.empty-state{padding:48px 16px}.empty-mark{font-size:64px}.empty-state h3{font-size:24px}}@media (max-width: 380px){.hero-title{font-size:38px}.section-head h2,.community-section h2{font-size:32px}.hero-meta div span{font-size:20px}.pillars{grid-template-columns:1fr}.page-hero h1{font-size:38px}}.karte-title-bar{background:hsl(var(--cream));border-bottom:1px solid #e8e3d3;padding:32px 0 28px}.karte-title-grid{display:grid;grid-template-columns:1fr auto;gap:32px;align-items:end}.karte-h1{font-family:"Instrument Serif",serif;font-size:52px;line-height:1;letter-spacing:-.02em;font-weight:400}.karte-h1 em{font-style:italic;color:hsl(var(--accent))}.karte-subtitle{font-size:14px;color:hsl(var(--ink-soft));margin-top:10px;max-width:520px}.karte-stat-pill{display:inline-flex;align-items:center;gap:14px;background:hsl(var(--paper));border:1px solid #e8e3d3;padding:14px 20px;border-radius:999px}.karte-stat-pill .num{font-family:"Instrument Serif",serif;font-size:26px;line-height:1}.karte-stat-pill .lbl{font-size:11px;color:hsl(var(--muted));letter-spacing:.1em;text-transform:uppercase;font-weight:600}.karte-stat-pill .live{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:#3aa676;font-weight:600}.live-dot{width:6px;height:6px;border-radius:50%;background:#3aa676;box-shadow:0 0 0 4px #3aa67633;display:inline-block}.karte-cat-bar{background:hsl(var(--paper));border-bottom:1px solid #e8e3d3;padding:16px 0;position:sticky;top:71px;z-index:40}.karte-cats{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.karte-cats::-webkit-scrollbar{display:none}.karte-cat{flex-shrink:0;display:flex;align-items:center;gap:9px;padding:10px 18px;border:1px solid #e8e3d3;border-radius:999px;font-size:13px;font-weight:500;color:hsl(var(--ink-soft));background:hsl(var(--paper));transition:.15s;white-space:nowrap;cursor:pointer;font-family:inherit}.karte-cat:hover{border-color:hsl(var(--ink));color:hsl(var(--ink))}.karte-cat.active{background:hsl(var(--ink));color:hsl(var(--cream));border-color:hsl(var(--ink))}.karte-cat svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.karte-cat .badge{font-size:10px;background:hsl(var(--cream-warm));color:hsl(var(--ink));padding:2px 7px;border-radius:999px;font-weight:600;margin-left:2px}.karte-cat.active .badge{background:#f5f1e833;color:hsl(var(--cream))}.karte-split{display:grid;grid-template-columns:440px 1fr;height:calc(100vh - 265px);min-height:600px}.karte-list-panel{background:hsl(var(--paper));border-right:1px solid #e8e3d3;overflow-y:auto;display:flex;flex-direction:column}.karte-list-panel::-webkit-scrollbar{width:6px}.karte-list-panel::-webkit-scrollbar-thumb{background:#e8e3d3;border-radius:6px}.karte-list-search{padding:18px 22px;border-bottom:1px solid #e8e3d3;background:hsl(var(--paper));position:sticky;top:0;z-index:5}.karte-search-input{display:flex;align-items:center;gap:10px;background:hsl(var(--cream));border:1px solid transparent;border-radius:999px;padding:11px 18px;transition:.15s}.karte-search-input:focus-within{border-color:hsl(var(--ink));background:hsl(var(--paper))}.karte-search-input svg{width:16px;height:16px;stroke:hsl(var(--muted));fill:none;stroke-width:2;flex-shrink:0}.karte-search-input input{flex:1;background:transparent;border:none;outline:none;font-family:inherit;font-size:13px;color:hsl(var(--ink));min-width:0}.karte-list-toolbar{display:flex;gap:8px;margin-top:12px}.karte-mini-chip{font-size:11px;padding:6px 11px;border-radius:999px;border:1px solid #e8e3d3;color:hsl(var(--ink-soft));background:hsl(var(--paper));font-weight:500;display:inline-flex;align-items:center;gap:5px;cursor:pointer;font-family:inherit}.karte-mini-chip.active{background:hsl(var(--ink));color:hsl(var(--cream));border-color:hsl(var(--ink))}.karte-mini-chip svg{width:11px;height:11px;stroke:currentColor;fill:none;stroke-width:2}.karte-list-results{flex:1;padding:8px 0}.karte-provider{padding:18px 22px;border-bottom:1px solid #e8e3d3;cursor:pointer;transition:.15s;display:grid;grid-template-columns:48px 1fr auto;gap:14px;align-items:start}.karte-provider:hover{background:hsl(var(--cream))}.karte-provider.active{background:hsl(var(--cream));border-left:3px solid hsl(var(--accent));padding-left:19px}.karte-avatar{width:48px;height:48px;border-radius:50%;background:hsl(var(--ink));color:hsl(var(--cream));display:flex;align-items:center;justify-content:center;font-family:"Instrument Serif",serif;font-size:20px;font-style:italic;flex-shrink:0}.karte-avatar.med{background:#c8553d}.karte-avatar.law{background:#1f2d44}.karte-avatar.tax{background:#2a3950}.karte-avatar.tran{background:#5c6b85}.karte-provider-info h4{font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:hsl(var(--ink));margin-bottom:3px;line-height:1.3}.karte-role{font-size:11px;color:hsl(var(--muted));text-transform:uppercase;letter-spacing:.08em;font-weight:600;margin-bottom:8px}.karte-provider-meta{display:flex;gap:10px;font-size:11px;color:hsl(var(--ink-soft));align-items:center;flex-wrap:wrap}.karte-provider-meta span{display:flex;align-items:center;gap:4px}.karte-provider-meta svg{width:11px;height:11px;stroke:currentColor;fill:none;stroke-width:2}.karte-lang-flag{font-size:10px;background:hsl(var(--cream-warm));padding:2px 7px;border-radius:999px;font-weight:600;color:hsl(var(--ink));letter-spacing:.04em}.karte-provider-right{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:6px}.karte-rating{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:600;color:hsl(var(--ink))}.karte-rating svg{width:12px;height:12px;fill:#e9b949;stroke:none}.karte-rating small{color:hsl(var(--muted));font-weight:500}.karte-dist{font-size:11px;color:hsl(var(--muted));font-weight:500}.karte-verified{font-size:9px;color:#3aa676;font-weight:700;letter-spacing:.08em;display:flex;align-items:center;gap:3px}.karte-verified svg{width:9px;height:9px;stroke:currentColor;fill:none;stroke-width:3}.karte-map-panel{position:relative;background:linear-gradient(160deg,#0e1b2c,#152339 60%,#1f2d44);overflow:hidden}.karte-map-grid-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(245,241,232,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(245,241,232,.05) 1px,transparent 1px);background-size:48px 48px}.karte-map-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 45%,rgba(200,85,61,.18),transparent 55%)}.karte-map-coast{position:absolute;right:0;top:0;bottom:0;width:35%;background:linear-gradient(270deg,rgba(58,166,118,.08),transparent)}.karte-city-label{position:absolute;color:#f5f1e866;font-family:"Instrument Serif",serif;font-size:14px;letter-spacing:.1em;text-transform:uppercase;pointer-events:none}.karte-map-pin{position:absolute;transform:translate(-50%,-100%);cursor:pointer;z-index:2;transition:.2s;background:none;border:none;padding:0;font-family:inherit}.karte-map-pin:hover,.karte-map-pin.active{z-index:5;transform:translate(-50%,-100%) scale(1.15)}.karte-pin-body{background:hsl(var(--paper));color:hsl(var(--ink));padding:8px 12px;border-radius:999px;display:flex;align-items:center;gap:7px;font-size:11px;font-weight:600;box-shadow:0 8px 24px -4px #0006,0 0 0 4px #f5f1e81a;white-space:nowrap}.karte-pin-body svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2}.karte-map-pin.active .karte-pin-body{background:hsl(var(--accent));color:hsl(var(--cream));box-shadow:0 8px 24px -4px #c8553d99,0 0 0 4px #c8553d33}.karte-pin-tail{width:8px;height:8px;background:hsl(var(--paper));transform:rotate(45deg);margin:-4px auto 0;box-shadow:2px 2px 4px #0003}.karte-map-pin.active .karte-pin-tail{background:hsl(var(--accent))}.karte-map-label-overlay{position:absolute;color:#f5f1e899;font-size:10px;letter-spacing:.18em;font-weight:600;padding:18px 24px}.karte-map-label-overlay.tl{top:0;left:0}.karte-map-label-overlay.br{bottom:0;right:0}.karte-map-controls{position:absolute;top:18px;right:18px;display:flex;flex-direction:column;gap:6px;z-index:10}.karte-map-ctrl{width:38px;height:38px;background:#fbfaf6f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:8px;display:flex;align-items:center;justify-content:center;color:hsl(var(--ink));font-size:18px;font-weight:600;transition:.15s;border:1px solid rgba(14,27,44,.1);cursor:pointer;font-family:inherit}.karte-map-ctrl:hover{background:hsl(var(--paper));transform:scale(1.05)}.karte-map-ctrl svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2}.karte-detail-card{position:absolute;bottom:24px;left:24px;right:24px;max-width:420px;background:hsl(var(--paper));border-radius:8px;padding:22px 24px;box-shadow:0 30px 60px -15px #00000080;z-index:8;animation:karteSlideUp .25s ease}@keyframes karteSlideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.karte-detail-head{display:flex;gap:14px;margin-bottom:14px}.karte-detail-head .karte-avatar{width:54px;height:54px;font-size:22px}.karte-detail-head h3{font-family:"Instrument Serif",serif;font-size:22px;line-height:1.1;color:hsl(var(--ink));margin-bottom:4px;font-weight:400}.karte-detail-close{position:absolute;top:14px;right:14px;width:30px;height:30px;border-radius:50%;background:hsl(var(--cream));display:flex;align-items:center;justify-content:center;font-size:16px;color:hsl(var(--ink-soft));border:none;cursor:pointer;font-family:inherit}.karte-detail-close:hover{background:hsl(var(--ink));color:hsl(var(--cream))}.karte-detail-info{padding:14px 0;border-top:1px solid #e8e3d3;border-bottom:1px solid #e8e3d3;display:flex;flex-direction:column;gap:9px;margin-bottom:14px}.karte-detail-info div{display:flex;align-items:center;gap:10px;font-size:13px;color:hsl(var(--ink-soft))}.karte-detail-info svg{width:14px;height:14px;stroke:hsl(var(--muted));fill:none;stroke-width:1.8;flex-shrink:0}.karte-detail-cta{display:flex;gap:8px}.karte-detail-cta a{flex:1;text-align:center;padding:11px;border-radius:999px;font-size:12px;font-weight:600;letter-spacing:.02em;transition:.15s;display:inline-flex;align-items:center;justify-content:center;gap:6px}.karte-detail-cta .primary{background:hsl(var(--ink));color:hsl(var(--cream))}.karte-detail-cta .primary:hover{background:hsl(var(--accent))}.karte-detail-cta .ghost{background:hsl(var(--cream));color:hsl(var(--ink))}.karte-detail-cta .ghost:hover{background:hsl(var(--cream-warm))}.karte-detail-cta svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2}.karte-m-tabs{display:none}@media (max-width: 880px){.karte-title-bar{padding:16px 0 14px}.karte-title-grid{grid-template-columns:1fr;gap:10px}.karte-h1{font-size:26px}.karte-subtitle{display:none}.karte-m-tabs{display:flex;background:hsl(var(--cream));padding:6px;border-radius:999px;margin:0 16px;gap:4px;position:sticky;top:54px;z-index:42;border:1px solid #e8e3d3}.karte-m-tab{flex:1;padding:11px;border-radius:999px;font-size:13px;font-weight:600;color:hsl(var(--ink-soft));display:flex;align-items:center;justify-content:center;gap:7px;transition:.15s;border:none;background:none;cursor:pointer;font-family:inherit}.karte-m-tab.active{background:hsl(var(--ink));color:hsl(var(--cream))}.karte-m-tab svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}.karte-m-tab .count{font-size:11px;opacity:.7}.karte-cat-bar{padding:10px 0;position:sticky;top:108px;z-index:40}.karte-cat{padding:8px 13px;font-size:12px;gap:7px}.karte-cat svg{width:13px;height:13px}.karte-cat .badge{font-size:9px;padding:2px 6px}.karte-split{display:block;height:auto;min-height:0}.karte-map-panel{display:none;height:calc(100vh - 240px);min-height:420px;border-bottom:1px solid #e8e3d3;position:relative}.karte-list-panel{display:none;border-right:none;height:auto;max-height:none}.karte-split.show-map .karte-map-panel{display:block}.karte-split.show-list .karte-list-panel{display:flex}.karte-list-search{position:relative;top:0;padding:14px 16px}.karte-search-input{padding:10px 14px}.karte-search-input input{font-size:13px}.karte-provider{padding:14px 16px;grid-template-columns:42px 1fr;gap:11px}.karte-provider .karte-provider-right{grid-column:2;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;flex-wrap:wrap;margin-top:6px;text-align:left}.karte-avatar{width:42px;height:42px;font-size:18px}.karte-provider-info h4{font-size:14px}.karte-role{font-size:10px;margin-bottom:6px}.karte-provider-meta{font-size:10px;gap:8px}.karte-lang-flag{font-size:9px;padding:2px 6px}.karte-rating{font-size:11px}.karte-detail-card{left:12px;right:12px;bottom:12px;max-width:none;padding:14px 16px;max-height:42vh;overflow-y:auto;border-radius:14px}.karte-detail-head{margin-bottom:10px;gap:11px}.karte-detail-head .karte-avatar{width:44px;height:44px;font-size:18px}.karte-detail-head h3{font-size:17px}.karte-detail-info{padding:10px 0;gap:7px;margin-bottom:10px}.karte-detail-info div{font-size:12px}.karte-detail-cta a{padding:9px;font-size:11px}.karte-detail-close{width:28px;height:28px;top:10px;right:10px}.karte-map-controls{top:10px;right:10px}.karte-map-ctrl{width:34px;height:34px;font-size:16px}.karte-city-label{font-size:11px}.karte-pin-body{padding:6px 10px;font-size:10px}.karte-pin-body svg{width:11px;height:11px}.karte-map-label-overlay{font-size:9px;padding:12px 14px;letter-spacing:.12em}.karte-stat-pill{align-self:flex-start;padding:8px 14px;gap:10px}.karte-stat-pill .num{font-size:17px}.karte-stat-pill .lbl{font-size:10px}}.profil-back-bar{padding:18px 0;border-bottom:1px solid hsl(var(--line))}.profil-back{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:hsl(var(--muted));font-weight:500;transition:.15s;background:none;border:none;cursor:pointer;font-family:inherit}.profil-back:hover{color:hsl(var(--ink))}.profil-back svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}.profil-hero{background:hsl(var(--cream));padding:56px 0 48px;border-bottom:1px solid hsl(var(--line))}.profil-hero-grid{display:grid;grid-template-columns:auto 1fr auto;gap:40px;align-items:center}.profil-big-avatar{width:140px;height:140px;border-radius:50%;background:#5c6b85;color:hsl(var(--cream));display:flex;align-items:center;justify-content:center;font-family:"Instrument Serif",serif;font-size:72px;font-style:italic;box-shadow:0 20px 40px -15px #0e1b2c4d;position:relative}.profil-big-avatar.law{background:hsl(var(--ink))}.profil-big-avatar.med{background:#3aa676}.profil-big-avatar.tran{background:#5c6b85}.profil-big-avatar.tax{background:#c8553d}.profil-online{position:absolute;bottom:8px;right:8px;width:24px;height:24px;background:#3aa676;border-radius:50%;border:4px solid hsl(var(--cream))}.profil-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:hsl(var(--accent));font-weight:700;margin-bottom:14px}.profil-hero-info h1{font-family:"Instrument Serif",serif;font-size:60px;line-height:1;letter-spacing:-.02em;margin-bottom:10px}.profil-subtitle{font-size:16px;color:hsl(var(--ink-soft));margin-bottom:18px}.profil-hero-stats{display:flex;gap:28px;flex-wrap:wrap}.profil-hero-stats>div{display:flex;align-items:center;gap:7px;font-size:13px;color:hsl(var(--ink-soft));font-weight:500}.profil-hero-stats svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:1.8}.profil-hero-stats .star svg{fill:#e9b949;stroke:#e9b949}.profil-hero-stats .verified{color:#3aa676;font-weight:600}.profil-hero-actions{display:flex;flex-direction:column;gap:10px;align-items:stretch}.profil-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:999px;font-size:13px;font-weight:600;border:1px solid hsl(var(--ink));transition:.2s;text-decoration:none;cursor:pointer;font-family:inherit;justify-content:center}.profil-btn svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2;flex-shrink:0}.profil-btn-primary{background:hsl(var(--ink));color:hsl(var(--cream))}.profil-btn-primary:hover{background:hsl(var(--accent));border-color:hsl(var(--accent))}.profil-btn-ghost{background:transparent;color:hsl(var(--ink))}.profil-btn-ghost:hover{background:hsl(var(--ink));color:hsl(var(--cream))}.profil-icon-btn{width:44px;height:44px;border-radius:50%;border:1px solid hsl(var(--line));background:hsl(var(--paper));display:inline-flex;align-items:center;justify-content:center;transition:.15s;cursor:pointer}.profil-icon-btn:hover{background:hsl(var(--ink));color:hsl(var(--cream));border-color:hsl(var(--ink))}.profil-icon-btn.faved{background:hsl(var(--accent));color:hsl(var(--cream));border-color:hsl(var(--accent))}.profil-icon-btn svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:1.8}.profil-actions-row{display:flex;gap:8px;justify-content:center}.profil-tab-nav{background:hsl(var(--paper));border-bottom:1px solid hsl(var(--line));position:sticky;top:71px;z-index:40}.profil-tabs{display:flex;gap:32px;overflow-x:auto;scrollbar-width:none}.profil-tabs::-webkit-scrollbar{display:none}.profil-tab{padding:18px 0;font-size:13px;font-weight:600;color:hsl(var(--muted));letter-spacing:.02em;border-bottom:2px solid transparent;white-space:nowrap;transition:.15s;display:flex;align-items:center;gap:8px;background:none;border-top:none;border-left:none;border-right:none;cursor:pointer;font-family:inherit}.profil-tab:hover{color:hsl(var(--ink))}.profil-tab.active{color:hsl(var(--ink));border-bottom-color:hsl(var(--accent))}.profil-tab-count{font-size:11px;color:hsl(var(--muted));background:hsl(var(--cream));padding:2px 8px;border-radius:999px;font-weight:600}.profil-tab.active .profil-tab-count{background:hsl(var(--ink));color:hsl(var(--cream))}.profil-content{padding:56px 0 80px;display:grid;grid-template-columns:1fr 360px;gap:56px;align-items:start}.profil-section{margin-bottom:48px}.profil-section:last-child{margin-bottom:0}.profil-section h2{font-family:"Instrument Serif",serif;font-size:32px;line-height:1;margin-bottom:22px;letter-spacing:-.01em}.profil-section p{font-size:15px;line-height:1.7;color:hsl(var(--ink-soft));margin-bottom:14px}.profil-specs{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.profil-specs span{padding:7px 14px;background:hsl(var(--cream));border-radius:999px;font-size:12px;color:hsl(var(--ink));font-weight:500}.profil-services{display:grid;grid-template-columns:1fr 1fr;gap:14px}.profil-service{padding:22px 24px;background:hsl(var(--paper));border:1px solid hsl(var(--line));border-radius:6px;transition:.15s}.profil-service:hover{border-color:hsl(var(--ink));transform:translateY(-2px)}.profil-service-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:10px}.profil-service h4{font-family:"Instrument Serif",serif;font-size:20px;line-height:1.1}.profil-price{font-family:"Instrument Serif",serif;font-size:22px;color:hsl(var(--accent));white-space:nowrap}.profil-price small{font-family:Inter,sans-serif;font-size:10px;color:hsl(var(--muted));display:block;letter-spacing:.06em;text-transform:uppercase;font-weight:500;margin-top:2px}.profil-service p{font-size:13px;color:hsl(var(--ink-soft));line-height:1.5;margin:0}.profil-duration{font-size:11px;color:hsl(var(--muted));margin-top:10px;display:flex;align-items:center;gap:5px}.profil-duration svg{width:11px;height:11px;stroke:currentColor;fill:none;stroke-width:2}.profil-review-summary{display:grid;grid-template-columns:220px 1fr;gap:40px;padding:28px 32px;background:hsl(var(--cream));border-radius:8px;margin-bottom:32px}.profil-score-big{text-align:center}.profil-score-big .big{font-family:"Instrument Serif",serif;font-size:80px;line-height:1;color:hsl(var(--ink))}.profil-score-big .stars{display:flex;justify-content:center;gap:3px;margin:8px 0}.profil-score-big .stars svg{width:18px;height:18px;fill:#e9b949}.profil-score-big .count{font-size:12px;color:hsl(var(--muted));font-weight:500}.profil-bars{display:flex;flex-direction:column;gap:8px}.profil-bar-row{display:grid;grid-template-columns:40px 1fr 40px;gap:12px;align-items:center;font-size:12px;color:hsl(var(--ink-soft))}.profil-bar-row .lbl{display:flex;align-items:center;gap:4px}.profil-bar-row .lbl svg{width:11px;height:11px;fill:#e9b949}.profil-bar-row .bar-track{height:6px;background:hsl(var(--cream-warm));border-radius:3px;overflow:hidden}.profil-bar-row .bar-fill{height:100%;background:hsl(var(--ink));border-radius:3px;transition:width .5s}.profil-bar-row .num{text-align:right;font-weight:500;color:hsl(var(--muted))}.profil-review-form{padding:28px 32px;border:1px solid hsl(var(--line));border-radius:8px;margin-bottom:32px;background:hsl(var(--paper))}.profil-review-form h3{font-family:"Instrument Serif",serif;font-size:24px;margin-bottom:6px}.profil-review-form .hint{font-size:13px;color:hsl(var(--muted));margin-bottom:22px}.profil-rate-select{display:flex;gap:6px;margin-bottom:20px}.profil-rate-select button{width:38px;height:38px;border-radius:50%;background:hsl(var(--cream));display:flex;align-items:center;justify-content:center;transition:.15s;border:1px solid transparent;cursor:pointer}.profil-rate-select button svg{width:18px;height:18px;fill:#d8d1bd;transition:.15s}.profil-rate-select button:hover svg,.profil-rate-select button.active svg{fill:#e9b949}.profil-rate-select button.active{border-color:#e9b949}.profil-review-form textarea{width:100%;border:1px solid hsl(var(--line));background:hsl(var(--paper));padding:14px 16px;border-radius:6px;font-family:inherit;font-size:14px;color:hsl(var(--ink));resize:vertical;min-height:110px;outline:none;transition:.15s;margin-bottom:16px}.profil-review-form textarea:focus{border-color:hsl(var(--ink))}.profil-form-foot{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap}.profil-form-foot .charcount{font-size:11px;color:hsl(var(--muted))}.profil-review-list{display:flex;flex-direction:column;gap:24px}.profil-review{padding:24px 0;border-bottom:1px solid hsl(var(--line))}.profil-review:last-child{border-bottom:none}.profil-review-head{display:flex;gap:14px;align-items:center;margin-bottom:12px}.profil-review-avatar{width:42px;height:42px;border-radius:50%;background:hsl(var(--ink));color:hsl(var(--cream));display:flex;align-items:center;justify-content:center;font-family:"Instrument Serif",serif;font-size:17px;font-style:italic;flex-shrink:0}.profil-review-avatar.c2{background:#5c6b85}.profil-review-avatar.c3{background:#c8553d}.profil-review-avatar.c4{background:#2a3950}.profil-review-meta h5{font-size:14px;font-weight:600;margin-bottom:3px}.profil-review-meta .date{font-size:11px;color:hsl(var(--muted));display:flex;align-items:center;gap:6px}.profil-review-meta .date .verified-tag{color:#3aa676;font-weight:600;letter-spacing:.04em;text-transform:uppercase;font-size:10px;display:flex;align-items:center;gap:3px}.profil-review-meta .date .verified-tag svg{width:10px;height:10px;stroke:currentColor;fill:none;stroke-width:2.5}.profil-review-stars{margin-left:auto;display:flex;gap:2px}.profil-review-stars svg{width:13px;height:13px;fill:#e9b949}.profil-review p{font-size:14px;line-height:1.6;color:hsl(var(--ink-soft));margin-bottom:10px}.profil-review-actions{display:flex;gap:14px;font-size:12px;color:hsl(var(--muted));font-weight:500}.profil-review-actions button{display:flex;align-items:center;gap:5px;padding:4px 0;transition:.15s;background:none;border:none;cursor:pointer;font-family:inherit;font-size:inherit;color:inherit;font-weight:inherit}.profil-review-actions button:hover{color:hsl(var(--ink))}.profil-review-actions svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:1.8}.profil-sidebar{position:sticky;top:132px}.profil-side-card{background:hsl(var(--paper));border:1px solid hsl(var(--line));border-radius:8px;padding:24px 26px;margin-bottom:16px}.profil-side-card h3{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:hsl(var(--muted));margin-bottom:18px;font-weight:700}.profil-info-row{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid hsl(var(--line));font-size:13px;color:hsl(var(--ink-soft))}.profil-info-row:last-child{border-bottom:none;padding-bottom:0}.profil-info-row:first-child{padding-top:0}.profil-info-row svg{width:15px;height:15px;stroke:hsl(var(--muted));fill:none;stroke-width:1.8;flex-shrink:0;margin-top:2px}.profil-info-row b{font-weight:600;color:hsl(var(--ink));display:block;margin-bottom:2px;font-size:13px}.profil-info-row a{color:hsl(var(--accent));transition:.15s}.profil-info-row a:hover{text-decoration:underline}.profil-mini-map{aspect-ratio:16/10;background:linear-gradient(160deg,#0e1b2c,#1f2d44);border-radius:6px;position:relative;overflow:hidden;margin-bottom:14px}.profil-mini-map:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(245,241,232,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(245,241,232,.05) 1px,transparent 1px);background-size:28px 28px}.profil-mini-map:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 50%,rgba(200,85,61,.2),transparent 60%)}.profil-mini-pin{position:absolute;top:50%;left:50%;transform:translate(-50%,-100%);background:hsl(var(--accent));color:hsl(var(--cream));padding:7px 11px;border-radius:999px;font-size:10px;font-weight:700;box-shadow:0 8px 20px -3px #c8553d99;z-index:1}.profil-hours{display:flex;flex-direction:column;gap:8px}.profil-hour-row{display:flex;justify-content:space-between;font-size:13px;color:hsl(var(--ink-soft))}.profil-hour-row.today{color:hsl(var(--ink));font-weight:600}.profil-hour-row .time{font-variant-numeric:tabular-nums}.profil-hour-row .time.closed{color:hsl(var(--muted))}.profil-footer{background:hsl(var(--ink));color:hsl(var(--cream));padding:48px 0 32px;margin-top:40px}.profil-foot-brand{font-family:"Instrument Serif",serif;font-size:30px;text-align:center;margin-bottom:12px}.profil-foot-brand em{color:hsl(var(--accent));font-style:italic}.profil-foot-bottom{font-size:12px;color:#8a96ad;text-align:center}@media (max-width: 1080px){.profil-content{grid-template-columns:1fr;gap:32px}.profil-sidebar{position:relative;top:0}.profil-services{grid-template-columns:1fr}}@media (max-width: 880px){.profil-back-bar{padding:12px 0}.profil-back{font-size:12px}.profil-hero{padding:24px 0}.profil-hero-grid{grid-template-columns:1fr;gap:16px;text-align:center}.profil-big-avatar{width:92px;height:92px;font-size:44px;margin:0 auto}.profil-online{width:20px;height:20px;bottom:4px;right:4px;border-width:3px}.profil-eyebrow{font-size:10px;letter-spacing:.14em;margin-bottom:10px;justify-content:center}.profil-hero-info h1{font-size:30px;line-height:1.05}.profil-subtitle{font-size:13px;margin-bottom:14px;line-height:1.4}.profil-hero-stats{justify-content:center;gap:8px 14px;font-size:11px;flex-wrap:wrap}.profil-hero-stats>div{font-size:11px}.profil-hero-stats svg{width:12px;height:12px}.profil-hero-actions{flex-direction:row;gap:8px;margin-top:4px;width:100%;max-width:340px;margin-left:auto;margin-right:auto;flex-wrap:wrap}.profil-hero-actions .profil-btn{padding:12px 16px;font-size:13px;flex:1;min-width:0}.profil-hero-actions .profil-btn svg{width:14px;height:14px}.profil-actions-row{justify-content:center;gap:10px;margin-top:10px;width:100%;flex-basis:100%}.profil-icon-btn{width:38px;height:38px}.profil-icon-btn svg{width:15px;height:15px}.profil-tab-nav{top:60px}.profil-tabs{gap:20px}.profil-tab{font-size:12px;padding:14px 0}.profil-tab-count{font-size:10px;padding:1px 7px}.profil-content{padding:28px 0 40px;gap:28px}.profil-section{margin-bottom:36px}.profil-section h2{font-size:24px;margin-bottom:14px}.profil-section p{font-size:14px;line-height:1.65}.profil-specs{gap:6px;margin-top:14px}.profil-specs span{padding:6px 11px;font-size:11px}.profil-service{padding:18px 20px}.profil-service h4{font-size:17px}.profil-price{font-size:18px}.profil-price small{font-size:9px}.profil-service p{font-size:12px}.profil-duration{font-size:10px;margin-top:8px}.profil-review-summary{grid-template-columns:1fr;gap:18px;padding:20px;margin-bottom:20px}.profil-score-big .big{font-size:54px}.profil-score-big .stars svg{width:15px;height:15px}.profil-score-big .count{font-size:11px}.profil-bars{gap:6px}.profil-bar-row{grid-template-columns:32px 1fr 28px;gap:10px;font-size:11px}.profil-bar-row .bar-track{height:5px}.profil-review-form{padding:20px;margin-bottom:24px;border-radius:10px}.profil-review-form h3{font-size:19px}.profil-review-form .hint{font-size:12px;margin-bottom:16px}.profil-rate-select{gap:8px;margin-bottom:14px;justify-content:center}.profil-rate-select button{width:44px;height:44px}.profil-rate-select button svg{width:22px;height:22px}.profil-review-form textarea{padding:12px 14px;font-size:13px;min-height:100px;margin-bottom:12px}.profil-form-foot{flex-direction:column-reverse;align-items:stretch;gap:10px}.profil-form-foot .profil-btn{width:100%;justify-content:center;padding:13px}.profil-form-foot .charcount{text-align:center;font-size:10px}.profil-review-list{gap:16px}.profil-review{padding:18px 0}.profil-review-head{gap:10px;margin-bottom:10px;flex-wrap:wrap}.profil-review-avatar{width:36px;height:36px;font-size:14px}.profil-review-meta h5{font-size:13px}.profil-review-meta .date{font-size:10px;flex-wrap:wrap;gap:4px}.profil-review-stars{flex-basis:100%;margin-left:46px;margin-top:-4px}.profil-review-stars svg{width:12px;height:12px}.profil-review p{font-size:13px;line-height:1.55}.profil-review-actions{font-size:11px;gap:12px}.profil-sidebar{display:flex;flex-direction:column;gap:12px}.profil-side-card{padding:18px 20px;margin-bottom:0;border-radius:10px}.profil-side-card h3{font-size:10px;margin-bottom:14px}.profil-info-row{padding:10px 0;font-size:12px;gap:10px}.profil-info-row b{font-size:12px}.profil-info-row svg{width:14px;height:14px}.profil-mini-map{aspect-ratio:16/9}.profil-mini-pin{font-size:10px;padding:6px 10px}.profil-hour-row{font-size:12px}.profil-footer{margin-top:20px;padding:36px 0 24px}.profil-foot-brand{font-size:26px}}@media (max-width: 380px){.profil-hero-info h1{font-size:26px}.profil-hero-stats{gap:6px 12px}.profil-tabs{gap:14px}.profil-tab{font-size:11px}.profil-section h2{font-size:22px}}.comm-notif-btn{width:40px;height:40px;border-radius:50%;border:1px solid hsl(var(--line));display:flex;align-items:center;justify-content:center;position:relative;background:hsl(var(--paper));cursor:pointer}.comm-notif-btn:after{content:"3";position:absolute;top:-3px;right:-3px;background:hsl(var(--accent));color:hsl(var(--cream));font-size:10px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid hsl(var(--paper))}.comm-notif-btn svg{width:17px;height:17px;stroke:hsl(var(--ink));fill:none;stroke-width:1.8}.comm-me-avatar{width:38px;height:38px;border-radius:50%;background:hsl(var(--accent));color:hsl(var(--cream));display:flex;align-items:center;justify-content:center;font-family:"Instrument Serif",serif;font-size:16px;font-style:italic;cursor:pointer}.comm-banner{background:linear-gradient(180deg,hsl(var(--cream)),hsl(var(--paper)));padding:40px 0 28px;border-bottom:1px solid hsl(var(--line))}.comm-banner-grid{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center}.comm-banner-left h1{font-family:"Instrument Serif",serif;font-size:56px;line-height:1;letter-spacing:-.02em;margin-bottom:10px}.comm-banner-left h1 em{font-style:italic;color:hsl(var(--accent))}.comm-banner-left p{font-size:15px;color:hsl(var(--ink-soft));max-width:540px}.comm-member-stats{display:flex;gap:28px}.comm-member-stats>div{text-align:right}.comm-num{font-family:"Instrument Serif",serif;font-size:32px;line-height:1}.comm-lbl{font-size:11px;color:hsl(var(--muted));letter-spacing:.1em;text-transform:uppercase;font-weight:600;margin-top:4px}.comm-live{color:#3aa676;display:flex;align-items:center;gap:5px;justify-content:flex-end}.comm-live:before{content:"";width:6px;height:6px;border-radius:50%;background:#3aa676;box-shadow:0 0 0 4px #3aa67633}.comm-layout{display:grid;grid-template-columns:260px 1fr 320px;gap:32px;padding:28px 0 80px;align-items:start}.comm-side{position:sticky;top:84px}.comm-side-card{background:hsl(var(--paper));border:1px solid hsl(var(--line));border-radius:10px;padding:18px;margin-bottom:14px}.comm-side-card h4{font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:hsl(var(--muted));margin-bottom:14px;font-weight:700;padding:0 6px}.comm-channel-list{display:flex;flex-direction:column;gap:2px}.comm-channel{display:flex;align-items:center;gap:11px;padding:9px 10px;border-radius:6px;font-size:13px;color:hsl(var(--ink-soft));cursor:pointer;transition:.15s;font-weight:500}.comm-channel:hover{background:hsl(var(--cream))}.comm-channel.active{background:hsl(var(--ink));color:hsl(var(--cream))}.comm-channel svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:1.8;flex-shrink:0}.comm-channel-count{margin-left:auto;font-size:10px;color:hsl(var(--muted));background:hsl(var(--cream-warm));padding:1px 7px;border-radius:999px;font-weight:600}.comm-channel.active .comm-channel-count{background:#f5f1e833;color:hsl(var(--cream))}.comm-channel-dot{width:6px;height:6px;border-radius:50%;background:hsl(var(--accent));margin-left:auto}.comm-feed{display:flex;flex-direction:column;gap:16px}.comm-feed-hidden{display:none}.comm-compose-box-wrap{background:hsl(var(--paper));border:1px solid hsl(var(--line));border-radius:12px;padding:18px 20px}.comm-compose-top{display:flex;gap:12px;align-items:center}.comm-compose-avatar{width:38px;height:38px;border-radius:50%;background:hsl(var(--accent));color:hsl(var(--cream));display:flex;align-items:center;justify-content:center;font-family:"Instrument Serif",serif;font-size:16px;font-style:italic;flex-shrink:0}.comm-compose-input{flex:1;background:hsl(var(--cream));border:1px solid transparent;border-radius:999px;padding:11px 18px;font-size:14px;color:hsl(var(--muted));cursor:text;transition:.15s}.comm-compose-input:hover{border-color:hsl(var(--line));background:hsl(var(--paper))}.comm-compose-tools{display:flex;gap:4px;margin-top:12px;padding-top:12px;border-top:1px solid hsl(var(--line));justify-content:space-between;align-items:center}.comm-compose-tools-left{display:flex;gap:4px}.comm-tool-btn{padding:7px 12px;border-radius:999px;font-size:12px;color:hsl(var(--ink-soft));font-weight:500;display:inline-flex;align-items:center;gap:6px;transition:.15s;background:none;border:none;cursor:pointer}.comm-tool-btn:hover{background:hsl(var(--cream));color:hsl(var(--ink))}.comm-tool-btn svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.8}.comm-feed-tabs{display:flex;gap:6px;background:hsl(var(--paper));border:1px solid hsl(var(--line));border-radius:999px;padding:4px;align-self:flex-start}.comm-feed-tab{padding:8px 18px;border-radius:999px;font-size:12px;font-weight:600;color:hsl(var(--muted));transition:.15s;background:none;border:none;cursor:pointer}.comm-feed-tab.active{background:hsl(var(--ink));color:hsl(var(--cream))}.comm-feed-tab:hover:not(.active){color:hsl(var(--ink))}.comm-post{background:hsl(var(--paper));border:1px solid hsl(var(--line));border-radius:12px;padding:22px 24px;transition:.15s}.comm-post:hover{border-color:#d8d1bd}.comm-post-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}.comm-post-avatar{width:42px;height:42px;border-radius:50%;color:hsl(var(--cream));display:flex;align-items:center;justify-content:center;font-family:"Instrument Serif",serif;font-size:17px;font-style:italic;flex-shrink:0}.c-ink{background:hsl(var(--ink))}.c-acc{background:hsl(var(--accent))}.c-soft{background:#5c6b85}.c-tax{background:#2a3950}.comm-post-meta{flex:1;min-width:0}.comm-name-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.comm-post-meta h4{font-size:14px;font-weight:600;color:hsl(var(--ink))}.comm-badge-member{font-size:9px;background:hsl(var(--cream));color:hsl(var(--accent));padding:2px 7px;border-radius:999px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border:1px solid rgba(200,85,61,.2)}.comm-post-sub{font-size:11px;color:hsl(var(--muted));margin-top:2px;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.comm-chan{color:hsl(var(--ink));font-weight:500}.comm-dot-sep{width:3px;height:3px;background:hsl(var(--muted));border-radius:50%;display:inline-block}.comm-post-more{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:hsl(var(--muted));transition:.15s;background:none;border:none;cursor:pointer;flex-shrink:0}.comm-post-more:hover{background:hsl(var(--cream));color:hsl(var(--ink))}.comm-post-more svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2}.comm-post h3{font-family:"Instrument Serif",serif;font-size:24px;line-height:1.15;margin-bottom:10px;letter-spacing:-.01em}.comm-post-body{font-size:14px;line-height:1.6;color:hsl(var(--ink-soft));margin-bottom:14px}.comm-post-tags{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:14px}.comm-post-tag{padding:5px 11px;background:hsl(var(--cream));border-radius:999px;font-size:11px;color:hsl(var(--ink-soft));font-weight:500;transition:.15s;cursor:pointer}.comm-post-tag:hover{background:hsl(var(--cream-warm));color:hsl(var(--ink))}.comm-post-actions{display:flex;gap:2px;padding-top:14px;border-top:1px solid hsl(var(--line));margin:0 -4px}.comm-pact{flex:1;padding:9px;border-radius:8px;font-size:12px;font-weight:500;color:hsl(var(--muted));display:inline-flex;align-items:center;justify-content:center;gap:7px;transition:.15s;background:none;border:none;cursor:pointer}.comm-pact:hover{background:hsl(var(--cream));color:hsl(var(--ink))}.comm-pact.active{color:hsl(var(--accent))}.comm-pact.active svg{fill:hsl(var(--accent));stroke:hsl(var(--accent))}.comm-pact svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:1.8}.comm-poll{background:hsl(var(--cream));border-radius:10px;padding:18px;margin-bottom:14px}.comm-poll-opt{position:relative;padding:11px 14px;background:hsl(var(--paper));border:1px solid hsl(var(--line));border-radius:8px;font-size:13px;font-weight:500;margin-bottom:8px;cursor:pointer;overflow:hidden;transition:.15s}.comm-poll-opt:hover{border-color:hsl(var(--ink))}.comm-poll-opt:last-of-type{margin-bottom:0}.comm-poll-fill{position:absolute;left:0;top:0;bottom:0;background:hsl(var(--cream-warm));z-index:0}.comm-poll-opt.winner .comm-poll-fill{background:#c8553d26}.comm-poll-opt span{position:relative;z-index:1;display:flex;justify-content:space-between}.comm-poll-pct{color:hsl(var(--muted));font-weight:600}.comm-poll-opt.winner .comm-poll-pct{color:hsl(var(--accent))}.comm-poll-foot{font-size:11px;color:hsl(var(--muted));margin-top:10px;text-align:center}.comm-right-card{background:hsl(var(--paper));border:1px solid hsl(var(--line));border-radius:10px;padding:18px 20px;margin-bottom:14px}.comm-right-card h4{font-family:"Instrument Serif",serif;font-size:18px;margin-bottom:14px}.comm-regional{display:flex;flex-direction:column;gap:2px}.comm-reg-row{display:flex;align-items:center;gap:11px;padding:10px 8px;border-radius:6px;cursor:pointer;transition:.15s}.comm-reg-row:hover{background:hsl(var(--cream))}.comm-reg-flag{width:32px;height:32px;border-radius:8px;color:hsl(var(--cream));display:flex;align-items:center;justify-content:center;font-family:"Instrument Serif",serif;font-size:14px;font-style:italic;flex-shrink:0}.comm-reg-varna .comm-reg-flag{background:#1a4d5c}.comm-reg-sofia .comm-reg-flag{background:#2a3950}.comm-reg-burgas .comm-reg-flag{background:#c8553d}.comm-reg-plovdiv .comm-reg-flag{background:#6b4c35}.comm-reg-info{flex:1;min-width:0}.comm-reg-info b{font-size:13px;font-weight:600;display:block}.comm-reg-info small{font-size:11px;color:hsl(var(--muted))}.comm-reg-join{font-size:11px;color:hsl(var(--accent));font-weight:600}.comm-trending-item{padding:10px 0;border-bottom:1px solid hsl(var(--line));cursor:pointer;transition:.15s}.comm-trending-item:last-child{border-bottom:none;padding-bottom:0}.comm-trending-item:first-child{padding-top:0}.comm-trending-item:hover b{color:hsl(var(--accent))}.comm-trending-tag{font-size:10px;color:hsl(var(--muted));letter-spacing:.08em;text-transform:uppercase;font-weight:600;margin-bottom:3px;display:block}.comm-trending-item b{font-size:13px;font-weight:600;line-height:1.3;display:block;margin-bottom:4px;transition:.15s}.comm-trending-item small{font-size:11px;color:hsl(var(--muted))}.comm-online-list{display:flex;margin-bottom:10px}.comm-online-av{width:32px;height:32px;border-radius:50%;border:2px solid hsl(var(--paper));color:hsl(var(--cream));display:flex;align-items:center;justify-content:center;font-family:"Instrument Serif",serif;font-size:13px;font-style:italic;margin-left:-6px;position:relative}.comm-online-av:first-child{margin-left:0}.comm-online-av.o1{background:#5c6b85}.comm-online-av.o2{background:#c8553d}.comm-online-av.o3{background:#2a3950}.comm-online-av.o4{background:#3aa676}.comm-online-av.o5{background:#6b4c35}.comm-online-count{font-size:11px;color:hsl(var(--muted));margin-top:4px;display:flex;align-items:center;gap:6px}.comm-online-count:before{content:"";width:6px;height:6px;border-radius:50%;background:#3aa676;box-shadow:0 0 0 3px #3aa67633}.comm-fab{display:none;position:fixed;bottom:88px;right:14px;width:54px;height:54px;background:hsl(var(--accent));color:hsl(var(--cream));border-radius:50%;align-items:center;justify-content:center;box-shadow:0 14px 30px -4px #c8553d80;z-index:90;transition:.2s;border:none;cursor:pointer}.comm-fab:active{transform:scale(.94)}.comm-fab svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2.2}.comm-mobile-tabs{display:none}.comm-mobile-tab{flex:1;padding:10px 6px;border-radius:999px;font-size:11.5px;font-weight:600;color:hsl(var(--ink-soft));display:flex;align-items:center;justify-content:center;gap:5px;transition:.15s;min-width:0;background:none;border:none;cursor:pointer}.comm-mobile-tab.active{background:hsl(var(--ink));color:hsl(var(--cream))}.comm-mobile-tab svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2;flex-shrink:0}.comm-toast{position:fixed;bottom:100px;left:50%;transform:translate(-50%);background:hsl(var(--ink));color:hsl(var(--cream));padding:12px 22px;border-radius:999px;font-size:13px;font-weight:500;z-index:300;box-shadow:0 14px 30px -4px #0e1b2c66;max-width:90vw;text-align:center;animation:commToastIn .25s ease-out}@keyframes commToastIn{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.comm-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0e1b2c80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;opacity:0;pointer-events:none;transition:opacity .25s}.comm-backdrop.open{opacity:1;pointer-events:auto}.comm-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.96);width:min(720px,calc(100vw - 32px));max-height:85vh;background:hsl(var(--paper));border-radius:16px;box-shadow:0 40px 80px -20px #0e1b2c66;z-index:201;display:flex;flex-direction:column;opacity:0;pointer-events:none;transition:all .25s;overflow:hidden}.comm-modal.open{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}.comm-modal-head{padding:18px 24px;border-bottom:1px solid hsl(var(--line));display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.comm-modal-head h3{font-family:"Instrument Serif",serif;font-size:22px;line-height:1;letter-spacing:-.01em}.comm-count-pill{display:inline-flex;align-items:center;gap:6px;margin-left:10px;font-size:11px;color:hsl(var(--muted));font-family:Inter,sans-serif;font-weight:500}.comm-modal-close{width:34px;height:34px;border-radius:50%;background:hsl(var(--cream));display:flex;align-items:center;justify-content:center;color:hsl(var(--ink));font-size:18px;transition:.15s;border:none;cursor:pointer}.comm-modal-close:hover{background:hsl(var(--ink));color:hsl(var(--cream))}.comm-post-preview{padding:16px 24px;background:hsl(var(--cream));border-bottom:1px solid hsl(var(--line));flex-shrink:0}.comm-cpp-head{display:flex;align-items:center;gap:10px;margin-bottom:8px}.comm-cpp-av{width:32px;height:32px;border-radius:50%;color:hsl(var(--cream));display:flex;align-items:center;justify-content:center;font-family:"Instrument Serif",serif;font-size:14px;font-style:italic;flex-shrink:0}.comm-cpp-name{font-size:12px;font-weight:600}.comm-cpp-sub{font-size:11px;color:hsl(var(--muted))}.comm-cpp-title{font-family:"Instrument Serif",serif;font-size:16px;line-height:1.25;color:hsl(var(--ink))}.comm-modal-sort{padding:12px 24px;border-bottom:1px solid hsl(var(--line));display:flex;gap:6px;align-items:center;flex-shrink:0;background:hsl(var(--paper))}.comm-sort-lbl{font-size:11px;color:hsl(var(--muted));letter-spacing:.08em;text-transform:uppercase;font-weight:600;margin-right:4px}.comm-sort-btn{padding:6px 12px;border-radius:999px;font-size:12px;font-weight:500;color:hsl(var(--ink-soft));transition:.15s;background:none;border:none;cursor:pointer}.comm-sort-btn.active{background:hsl(var(--ink));color:hsl(var(--cream))}.comm-sort-btn:hover:not(.active){background:hsl(var(--cream))}.comm-modal-list{flex:1;overflow-y:auto;padding:16px 24px 20px;display:flex;flex-direction:column;gap:18px}.comm-modal-list::-webkit-scrollbar{width:6px}.comm-modal-list::-webkit-scrollbar-thumb{background:hsl(var(--line));border-radius:6px}.comm-comment{display:grid;grid-template-columns:38px 1fr;gap:12px}.comm-comment-reply{padding-left:38px;margin-top:-6px}.comm-comment-av{width:38px;height:38px;border-radius:50%;color:hsl(var(--cream));display:flex;align-items:center;justify-content:center;font-family:"Instrument Serif",serif;font-size:15px;font-style:italic;flex-shrink:0}.comm-comment-reply .comm-comment-av{width:32px;height:32px;font-size:13px}.cav-a{background:hsl(var(--accent))}.cav-b{background:#5c6b85}.cav-c{background:hsl(var(--ink))}.cav-d{background:#6b4c35}.cav-e{background:#2a3950}.cav-me{background:#3aa676}.comm-comment-body{background:hsl(var(--cream));border-radius:4px 14px 14px;padding:12px 16px 14px;min-width:0}.comm-comment-reply .comm-comment-body{background:hsl(var(--paper));border:1px solid hsl(var(--line))}.comm-comment-head{display:flex;align-items:center;gap:8px;margin-bottom:6px;flex-wrap:wrap}.comm-comment-name{font-size:13px;font-weight:600;color:hsl(var(--ink))}.comm-comment-badge{font-size:9px;background:hsl(var(--cream-warm));color:hsl(var(--accent));padding:2px 7px;border-radius:999px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.comm-comment-time{font-size:10px;color:hsl(var(--muted));margin-left:auto}.comm-comment-text{font-size:13px;line-height:1.55;color:hsl(var(--ink-soft));margin-bottom:8px;word-wrap:break-word}.comm-comment-actions{display:flex;gap:14px;font-size:11px;color:hsl(var(--muted));font-weight:500;align-items:center}.comm-comment-actions button{display:inline-flex;align-items:center;gap:4px;padding:2px 0;transition:.15s;background:none;border:none;cursor:pointer;color:inherit;font-size:inherit;font-weight:inherit}.comm-comment-actions button:hover{color:hsl(var(--ink))}.comm-comment-actions button.liked{color:hsl(var(--accent))}.comm-comment-actions button.liked svg{fill:hsl(var(--accent));stroke:hsl(var(--accent))}.comm-comment-actions svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:1.8}.comm-reply-form{display:flex;margin-top:10px;margin-left:50px;gap:10px}.comm-reply-av{width:30px;height:30px;border-radius:50%;background:#3aa676;color:hsl(var(--cream));display:flex;align-items:center;justify-content:center;font-family:"Instrument Serif",serif;font-size:12px;font-style:italic;flex-shrink:0}.comm-reply-input-wrap{flex:1;display:flex;align-items:center;gap:6px;background:hsl(var(--paper));border:1px solid hsl(var(--line));border-radius:18px;padding:4px 4px 4px 14px;min-width:0}.comm-reply-input-wrap:focus-within{border-color:hsl(var(--ink))}.comm-reply-input-wrap input{flex:1;border:none;background:transparent;outline:none;font-family:inherit;font-size:12px;color:hsl(var(--ink));padding:6px 0;min-width:0}.comm-send-mini{width:28px;height:28px;border-radius:50%;background:hsl(var(--ink));color:hsl(var(--cream));display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:.15s;border:none;cursor:pointer}.comm-send-mini:hover:not(:disabled){background:hsl(var(--accent))}.comm-send-mini:disabled{opacity:.4;cursor:not-allowed}.comm-send-mini svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2.5}.comm-modal-compose{padding:14px 24px;border-top:1px solid hsl(var(--line));background:hsl(var(--paper));flex-shrink:0;display:flex;gap:12px;align-items:flex-end}.comm-compose-av-modal{width:38px;height:38px;border-radius:50%;background:#3aa676;color:hsl(var(--cream));display:flex;align-items:center;justify-content:center;font-family:"Instrument Serif",serif;font-size:16px;font-style:italic;flex-shrink:0;margin-bottom:2px}.comm-compose-box-modal{flex:1;background:hsl(var(--cream));border:1px solid transparent;border-radius:20px;padding:6px 6px 6px 16px;display:flex;align-items:flex-end;gap:6px;transition:.15s;min-width:0}.comm-compose-box-modal:focus-within{border-color:hsl(var(--ink));background:hsl(var(--paper))}.comm-compose-box-modal textarea{flex:1;border:none;background:transparent;outline:none;font-family:inherit;font-size:13px;color:hsl(var(--ink));padding:9px 0;resize:none;max-height:100px;line-height:1.4;min-width:0}.comm-compose-box-modal textarea::-moz-placeholder{color:hsl(var(--muted))}.comm-compose-box-modal textarea::placeholder{color:hsl(var(--muted))}.comm-send-btn{width:36px;height:36px;border-radius:50%;background:hsl(var(--ink));color:hsl(var(--cream));display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:.15s;border:none;cursor:pointer}.comm-send-btn:hover:not(:disabled){background:hsl(var(--accent));transform:scale(1.05)}.comm-send-btn:disabled{opacity:.4;cursor:not-allowed}.comm-send-btn svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2.5}.comm-empty{text-align:center;padding:40px 20px;color:hsl(var(--muted))}.comm-empty-icon{font-family:"Instrument Serif",serif;font-size:52px;color:hsl(var(--cream-warm));line-height:1;margin-bottom:12px}.comm-empty h4{font-family:"Instrument Serif",serif;font-size:20px;color:hsl(var(--ink));margin-bottom:6px}.comm-empty p{font-size:13px}@media (max-width: 1180px){.comm-layout{grid-template-columns:230px 1fr;gap:24px}.comm-side-right{display:none}}@media (max-width: 880px){.comm-mobile-tabs{display:flex;background:hsl(var(--cream));padding:4px;border-radius:999px;gap:3px;margin:0 14px 14px;position:sticky;top:52px;z-index:42;border:1px solid hsl(var(--line))}.comm-layout{display:block;padding:0 0 80px}.comm-side{position:relative;top:0;display:none}.comm-side.show{display:block;padding:0 14px}.comm-feed{padding:0 14px;gap:12px}.comm-feed-hidden{display:none}.comm-banner{padding:20px 16px 16px}.comm-banner .wrap{padding:0}.comm-banner-grid{grid-template-columns:1fr;gap:14px}.comm-banner-left h1{font-size:28px;line-height:1.02}.comm-banner-left p{font-size:12px;line-height:1.5}.comm-member-stats{gap:14px;justify-content:flex-start;padding-top:12px;border-top:1px solid hsl(var(--line));margin-top:4px}.comm-member-stats>div{text-align:left;flex:1}.comm-num{font-size:20px}.comm-lbl{font-size:9px;letter-spacing:.08em}.comm-live{justify-content:flex-start;gap:4px}.comm-compose-box-wrap{padding:14px;border-radius:14px}.comm-compose-top{gap:10px}.comm-compose-avatar{width:36px;height:36px;font-size:15px}.comm-compose-input{font-size:13px;padding:10px 14px}.comm-compose-tools{margin-top:10px;padding-top:10px}.comm-compose-tools-left{flex:1;gap:2px;overflow-x:auto;scrollbar-width:none}.comm-compose-tools-left::-webkit-scrollbar{display:none}.comm-tool-btn{padding:6px 10px;font-size:11px;white-space:nowrap;flex-shrink:0}.comm-tool-btn svg{width:12px;height:12px}.comm-feed-tabs{align-self:stretch;overflow-x:auto;scrollbar-width:none;padding:3px}.comm-feed-tabs::-webkit-scrollbar{display:none}.comm-feed-tab{flex:none;padding:7px 14px;font-size:11px;white-space:nowrap}.comm-post{padding:16px 16px 12px;border-radius:14px}.comm-post-head{gap:10px;margin-bottom:12px}.comm-post-avatar{width:38px;height:38px;font-size:15px}.comm-post-meta h4{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.comm-post-sub{font-size:10px;gap:4px;margin-top:2px}.comm-badge-member{font-size:8px;padding:2px 6px}.comm-post-more{width:28px;height:28px}.comm-post-more svg{width:15px;height:15px}.comm-post h3{font-size:18px;line-height:1.25;margin-bottom:8px}.comm-post-body{font-size:13px;line-height:1.55;margin-bottom:12px}.comm-post-tag{padding:4px 10px;font-size:10px}.comm-post-tags{margin-bottom:12px;gap:5px}.comm-post-actions{padding-top:10px;margin:0;gap:2px}.comm-pact{padding:8px 4px;font-size:11px;gap:5px;min-width:0;flex:1;justify-content:center}.comm-pact svg{width:15px;height:15px}.comm-pact-lbl{display:none}.comm-poll{padding:14px;border-radius:10px;margin-bottom:12px}.comm-poll-opt{padding:10px 12px;font-size:12px;margin-bottom:6px}.comm-poll-foot{font-size:10px;margin-top:8px}.comm-fab{display:flex}.comm-modal{top:auto;bottom:0;left:0;right:0;transform:translateY(100%);width:100%;max-height:92vh;height:92vh;border-radius:18px 18px 0 0}.comm-modal.open{transform:translateY(0)}.comm-modal-head{padding:14px 18px 14px 20px}.comm-modal-head h3{font-size:18px}.comm-modal-head:before{content:"";position:absolute;top:6px;left:50%;transform:translate(-50%);width:40px;height:4px;background:hsl(var(--cream-warm));border-radius:999px}.comm-modal-head{padding-top:16px;position:relative}.comm-modal-list{padding:14px 18px 16px;gap:14px}.comm-comment{grid-template-columns:34px 1fr;gap:10px}.comm-comment-reply{padding-left:28px}.comm-comment-av{width:34px;height:34px;font-size:13px}.comm-comment-reply .comm-comment-av{width:28px;height:28px;font-size:11px}.comm-comment-body{padding:10px 13px 12px}.comm-comment-name{font-size:12px}.comm-comment-text{font-size:12.5px;line-height:1.5}.comm-comment-actions{font-size:10px;gap:12px}.comm-reply-form{margin-left:44px}.comm-modal-compose{padding:10px 14px 14px;gap:8px}.comm-compose-av-modal{width:34px;height:34px;font-size:14px}.comm-compose-box-modal{padding:5px 5px 5px 14px}.comm-compose-box-modal textarea{font-size:13px;padding:8px 0}.comm-send-btn{width:32px;height:32px}}@media (max-width: 380px){.comm-banner-left h1{font-size:24px}.comm-member-stats{gap:10px}.comm-num{font-size:17px}.comm-post h3{font-size:16px}.comm-post-meta h4{font-size:12px}.comm-mobile-tab{font-size:10.5px;gap:4px}.comm-pact{font-size:10px;padding:8px 2px}}.mk-account{display:grid;grid-template-columns:280px 1fr;gap:32px;padding:32px 0 80px;align-items:start}.mk-side{position:sticky;top:86px}.mk-profile-card{background:hsl(var(--paper));border:1px solid hsl(39 33% 85%);border-radius:14px;padding:24px 22px;text-align:center;margin-bottom:14px}.mk-avatar-wrap{position:relative;display:inline-block;margin-bottom:12px}.mk-avatar-big{width:92px;height:92px;border-radius:50%;background:hsl(var(--accent));color:hsl(var(--cream));display:flex;align-items:center;justify-content:center;font-family:"Instrument Serif",serif;font-size:44px;font-style:italic;overflow:hidden}.mk-avatar-cam{position:absolute;bottom:0;right:0;width:32px;height:32px;border-radius:50%;background:hsl(var(--ink));color:hsl(var(--cream));display:flex;align-items:center;justify-content:center;border:3px solid hsl(var(--paper));cursor:pointer;transition:.15s}.mk-avatar-cam:hover{background:hsl(var(--accent))}.mk-avatar-cam svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}.mk-profile-card h3{font-family:"Instrument Serif",serif;font-size:22px;line-height:1.1;margin-bottom:3px}.mk-email{font-size:12px;color:hsl(var(--muted));margin-bottom:12px}.mk-premium-badge{display:inline-flex;align-items:center;gap:5px;font-size:10px;background:linear-gradient(135deg,hsl(var(--accent)),#a84432);color:hsl(var(--cream));padding:4px 10px;border-radius:999px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.mk-premium-badge svg{width:10px;height:10px;stroke:currentColor;fill:currentColor;stroke-width:1}.mk-stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:16px;padding-top:16px;border-top:1px solid hsl(39 33% 85%)}.mk-stats-row div{text-align:center}.mk-stats-row b{font-family:"Instrument Serif",serif;font-size:20px;line-height:1;display:block}.mk-stats-row small{font-size:9px;color:hsl(var(--muted));letter-spacing:.08em;text-transform:uppercase;font-weight:600;display:block;margin-top:3px}.mk-menu-card{background:hsl(var(--paper));border:1px solid hsl(39 33% 85%);border-radius:14px;padding:8px}.mk-menu-item{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:8px;font-size:13px;color:hsl(var(--ink-soft));cursor:pointer;transition:all .18s;font-weight:500;width:100%;text-align:left;background:none;border:none}.mk-menu-item:hover{background:hsl(var(--cream));transform:translate(2px)}.mk-menu-item.active{background:hsl(var(--ink));color:hsl(var(--cream));transform:none}.mk-menu-item.active:hover{transform:none}.mk-menu-item svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:1.7;flex-shrink:0}.mk-badge{margin-left:auto;font-size:10px;background:hsl(var(--accent));color:hsl(var(--cream));padding:2px 7px;border-radius:999px;font-weight:700}.mk-menu-item.active .mk-badge{background:#f5f1e833}.mk-menu-divider{height:1px;background:#e5ddcc;margin:8px 6px}.mk-mobile-menu-toggle{display:none}.mk-panel{animation:mkFadeIn .3s}@keyframes mkFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.mk-panel-head{margin-bottom:24px;display:flex;justify-content:space-between;align-items:flex-end;gap:20px;flex-wrap:wrap}.mk-panel-head h1{font-family:"Instrument Serif",serif;font-size:42px;line-height:1;letter-spacing:-.02em}.mk-panel-head h1 em{font-style:italic;color:hsl(var(--accent))}.mk-panel-head p{font-size:13px;color:hsl(var(--muted));margin-top:6px}.mk-card{background:hsl(var(--paper));border:1px solid hsl(39 33% 85%);border-radius:14px;padding:24px 28px;margin-bottom:16px}.mk-card h2{font-family:"Instrument Serif",serif;font-size:22px;margin-bottom:6px}.mk-card-sub{font-size:12px;color:hsl(var(--muted));margin-bottom:20px}.mk-card-row{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid hsl(39 33% 85%);gap:16px}.mk-card-row:last-child{border-bottom:none;padding-bottom:0}.mk-card-row:first-of-type{padding-top:0}.mk-lbl{font-size:13px;color:hsl(var(--muted));font-weight:500;flex-shrink:0}.mk-val{font-size:13px;color:hsl(var(--ink));font-weight:500;text-align:right}.mk-danger-card{border-color:#c948484d}.mk-quick-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:16px}.mk-stat-card{padding:18px 20px!important;margin:0!important}.mk-stat-label{font-size:10px;color:hsl(var(--muted));letter-spacing:.1em;text-transform:uppercase;font-weight:700;margin-bottom:8px}.mk-stat-val{font-family:"Instrument Serif",serif;font-size:34px;line-height:1}.mk-stat-accent{font-size:13px;color:hsl(var(--accent));font-family:Inter,sans-serif;font-weight:600}.mk-btn{display:inline-flex;align-items:center;gap:8px;padding:11px 22px;border-radius:999px;font-size:13px;font-weight:600;border:1px solid hsl(var(--ink));background:hsl(var(--ink));color:hsl(var(--cream));transition:.2s;cursor:pointer}.mk-btn:hover{background:hsl(var(--accent));border-color:hsl(var(--accent))}.mk-btn svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;flex-shrink:0}.mk-btn-ghost{background:transparent;color:hsl(var(--ink))}.mk-btn-ghost:hover{background:hsl(var(--ink));color:hsl(var(--cream))}.mk-btn-danger{background:transparent;border-color:#c94848;color:#c94848}.mk-btn-danger:hover{background:#c94848;color:hsl(var(--cream))}.mk-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.mk-field{display:flex;flex-direction:column;gap:6px}.mk-field.full{grid-column:1 / -1}.mk-field label{font-size:11px;color:hsl(var(--muted));letter-spacing:.08em;text-transform:uppercase;font-weight:700}.mk-field input,.mk-field select,.mk-field textarea{border:1px solid hsl(39 33% 85%);background:hsl(var(--paper));padding:11px 14px;border-radius:8px;font-size:14px;color:hsl(var(--ink));outline:none;transition:.15s;width:100%;font-family:Inter,sans-serif}.mk-field input:focus,.mk-field select:focus,.mk-field textarea:focus{border-color:hsl(var(--ink))}.mk-field textarea{resize:vertical;min-height:90px;line-height:1.5}.mk-hint{font-size:11px;color:hsl(var(--muted))}.mk-form-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:20px;padding-top:20px;border-top:1px solid hsl(39 33% 85%)}.mk-toggle-row{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid hsl(39 33% 85%);gap:16px}.mk-toggle-row:last-child{border-bottom:none}.mk-toggle-row:first-child{padding-top:0}.mk-toggle-info b{display:block;font-size:14px;margin-bottom:3px}.mk-toggle-info small{font-size:12px;color:hsl(var(--muted));line-height:1.4;display:block}.mk-tgl{width:44px;height:24px;background:hsl(var(--cream-warm));border-radius:999px;position:relative;cursor:pointer;transition:.2s;flex-shrink:0}.mk-tgl:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:hsl(var(--paper));border-radius:50%;transition:.2s;box-shadow:0 2px 4px #0e1b2c26}.mk-tgl.on{background:hsl(var(--ink))}.mk-tgl.on:after{left:22px}.mk-notif-list{display:flex;flex-direction:column;gap:4px}.mk-notif-item{display:grid;grid-template-columns:40px 1fr auto;gap:12px;padding:14px;border-radius:10px;cursor:pointer;transition:.15s;align-items:center}.mk-notif-item:hover,.mk-notif-item.unread{background:hsl(var(--cream))}.mk-notif-ico{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mk-notif-ico svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:1.8}.mk-notif-ico.like{background:#c8553d26;color:hsl(var(--accent))}.mk-notif-ico.msg{background:#2a395026;color:hsl(var(--ink-soft))}.mk-notif-ico.reply{background:#3aa67626;color:#3aa676}.mk-notif-ico.sys{background:hsl(var(--cream-warm));color:hsl(var(--ink))}.mk-notif-text{font-size:13px;line-height:1.45}.mk-notif-text b{font-weight:600}.mk-notif-time{font-size:11px;color:hsl(var(--muted));white-space:nowrap}.mk-notif-btn{width:40px;height:40px;border-radius:50%;border:1px solid hsl(39 33% 85%);display:flex;align-items:center;justify-content:center;position:relative;background:hsl(var(--paper));cursor:pointer}.mk-notif-btn svg{width:17px;height:17px;stroke:hsl(var(--ink));fill:none;stroke-width:1.8}.mk-notif-btn:after{content:"3";position:absolute;top:-3px;right:-3px;background:hsl(var(--accent));color:hsl(var(--cream));font-size:10px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid hsl(var(--paper))}.mk-messages{display:grid;grid-template-columns:320px 1fr;gap:0;background:hsl(var(--paper));border:1px solid hsl(39 33% 85%);border-radius:14px;overflow:hidden;min-height:600px}.mk-conv-list{border-right:1px solid hsl(39 33% 85%);display:flex;flex-direction:column;max-height:70vh}.mk-conv-search{padding:14px 16px;border-bottom:1px solid hsl(39 33% 85%);flex-shrink:0}.mk-conv-search-input{display:flex;align-items:center;gap:8px;background:hsl(var(--cream));border:1px solid transparent;border-radius:999px;padding:9px 14px}.mk-conv-search-input:focus-within{border-color:hsl(var(--ink));background:hsl(var(--paper))}.mk-conv-search-input svg{width:14px;height:14px;stroke:hsl(var(--muted));fill:none;stroke-width:2;flex-shrink:0}.mk-conv-search-input input{flex:1;border:none;background:transparent;outline:none;font-size:13px;min-width:0;font-family:Inter,sans-serif}.mk-conv-items{flex:1;overflow-y:auto}.mk-conv-items::-webkit-scrollbar{width:4px}.mk-conv-items::-webkit-scrollbar-thumb{background:#e5ddcc;border-radius:4px}.mk-conv{display:grid;grid-template-columns:42px 1fr auto;gap:11px;padding:14px 16px;border-bottom:1px solid hsl(39 33% 85%);cursor:pointer;transition:.15s;align-items:center}.mk-conv:hover{background:hsl(var(--cream))}.mk-conv.active{background:hsl(var(--cream));border-left:3px solid hsl(var(--accent));padding-left:13px}.mk-conv-av{width:42px;height:42px;border-radius:50%;color:hsl(var(--cream));display:flex;align-items:center;justify-content:center;font-family:"Instrument Serif",serif;font-size:16px;font-style:italic;flex-shrink:0;position:relative}.mk-conv-av.online:after{content:"";position:absolute;bottom:0;right:0;width:11px;height:11px;background:#3aa676;border:2px solid hsl(var(--paper));border-radius:50%}.mk-av-a{background:hsl(var(--accent))}.mk-av-b{background:#5c6b85}.mk-av-c{background:hsl(var(--ink))}.mk-av-d{background:#6b4c35}.mk-av-e{background:#2a3950}.mk-av-f{background:#3aa676}.mk-conv-info{min-width:0}.mk-conv-name{font-size:13px;font-weight:600;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mk-conv-preview{font-size:12px;color:hsl(var(--muted));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mk-conv.unread .mk-conv-name{font-weight:700}.mk-conv.unread .mk-conv-preview{color:hsl(var(--ink));font-weight:500}.mk-conv-meta{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:5px}.mk-conv-time{font-size:10px;color:hsl(var(--muted));white-space:nowrap}.mk-unread-dot{width:18px;height:18px;background:hsl(var(--accent));color:hsl(var(--cream));font-size:10px;font-weight:700;border-radius:999px;display:flex;align-items:center;justify-content:center}.mk-chat{display:flex;flex-direction:column;max-height:70vh}.mk-chat-head{padding:14px 20px;border-bottom:1px solid hsl(39 33% 85%);display:flex;align-items:center;gap:12px;flex-shrink:0}.mk-chat-head .mk-conv-av{width:40px;height:40px;font-size:15px}.mk-chat-head-info{flex:1;min-width:0}.mk-chat-head-info b{font-size:14px;display:block}.mk-chat-head-info small{font-size:11px;color:#3aa676;display:flex;align-items:center;gap:5px}.mk-chat-head-info small:before{content:"";width:6px;height:6px;border-radius:50%;background:#3aa676}.mk-chat-head-actions{display:flex;gap:4px}.mk-chat-icon-btn{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:hsl(var(--ink-soft));transition:.15s;background:none;border:none;cursor:pointer}.mk-chat-icon-btn:hover{background:hsl(var(--cream));color:hsl(var(--ink))}.mk-chat-icon-btn svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:1.8}.mk-chat-body{flex:1;overflow-y:auto;padding:18px 20px;display:flex;flex-direction:column;gap:10px;background:hsl(var(--cream))}.mk-chat-body::-webkit-scrollbar{width:4px}.mk-chat-body::-webkit-scrollbar-thumb{background:#e5ddcc;border-radius:4px}.mk-msg{max-width:75%;padding:10px 14px;border-radius:16px;font-size:13px;line-height:1.5;word-wrap:break-word}.mk-msg-them{background:hsl(var(--paper));border-radius:16px 16px 16px 4px;align-self:flex-start;border:1px solid hsl(39 33% 85%)}.mk-msg-me{background:hsl(var(--ink));color:hsl(var(--cream));border-radius:16px 16px 4px;align-self:flex-end}.mk-msg-time{font-size:10px;color:hsl(var(--muted));margin-top:4px;padding:0 4px}.mk-msg-date{text-align:center;font-size:10px;color:hsl(var(--muted));letter-spacing:.1em;text-transform:uppercase;font-weight:600;margin:14px 0 8px}.mk-chat-compose{padding:12px 16px;border-top:1px solid hsl(39 33% 85%);display:flex;gap:8px;align-items:flex-end;flex-shrink:0;background:hsl(var(--paper))}.mk-chat-compose-box{flex:1;background:hsl(var(--cream));border:1px solid transparent;border-radius:20px;padding:5px 6px 5px 16px;display:flex;align-items:flex-end;gap:6px;transition:.15s}.mk-chat-compose-box:focus-within{border-color:hsl(var(--ink));background:hsl(var(--paper))}.mk-chat-compose-box textarea{flex:1;border:none;background:transparent;outline:none;font-size:13px;padding:8px 0;resize:none;max-height:100px;line-height:1.4;min-width:0;font-family:Inter,sans-serif}.mk-chat-attach{width:32px;height:32px;border-radius:50%;color:hsl(var(--muted));display:flex;align-items:center;justify-content:center;flex-shrink:0;background:none;border:none;cursor:pointer}.mk-chat-attach:hover{background:hsl(var(--cream-warm));color:hsl(var(--ink))}.mk-chat-attach svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.8}.mk-chat-send{width:36px;height:36px;border-radius:50%;background:hsl(var(--ink));color:hsl(var(--cream));display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:.15s;border:none;cursor:pointer}.mk-chat-send:hover:not(:disabled){background:hsl(var(--accent));transform:scale(1.05)}.mk-chat-send:disabled{opacity:.4;cursor:not-allowed}.mk-chat-send svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2.5}.mk-chat-back{display:none;width:34px;height:34px;border-radius:50%;align-items:center;justify-content:center;color:hsl(var(--ink));margin-right:4px;background:none;border:none;cursor:pointer}.mk-chat-back svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2}.mk-chat-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center;background:hsl(var(--cream))}.mk-chat-empty .ico{font-family:"Instrument Serif",serif;font-size:72px;color:hsl(var(--cream-warm));line-height:1;margin-bottom:12px}.mk-chat-empty h3{font-family:"Instrument Serif",serif;font-size:22px;margin-bottom:6px}.mk-chat-empty p{font-size:13px;color:hsl(var(--muted));max-width:280px}.mk-saved-tabs{display:flex;gap:6px;background:hsl(var(--paper));border:1px solid hsl(39 33% 85%);border-radius:999px;padding:4px;margin-bottom:16px;align-self:flex-start}.mk-saved-tab{padding:8px 16px;border-radius:999px;font-size:12px;font-weight:600;color:hsl(var(--muted));transition:.15s;white-space:nowrap;background:none;border:none;cursor:pointer}.mk-saved-tab.active{background:hsl(var(--ink));color:hsl(var(--cream))}.mk-saved-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.mk-saved-card{background:hsl(var(--paper));border:1px solid hsl(39 33% 85%);border-radius:10px;padding:16px 18px;display:flex;gap:14px;cursor:pointer;transition:.15s}.mk-saved-card:hover{border-color:hsl(var(--ink));transform:translateY(-2px)}.mk-saved-img{width:72px;height:72px;border-radius:8px;background:linear-gradient(135deg,#1a2840,hsl(var(--ink)));flex-shrink:0;position:relative;overflow:hidden}.mk-saved-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 70% 30%,rgba(200,85,61,.2),transparent 60%)}.mk-saved-info{flex:1;min-width:0}.mk-tag{font-size:9px;color:hsl(var(--muted));letter-spacing:.1em;text-transform:uppercase;font-weight:700;margin-bottom:4px;display:block}.mk-saved-info h4{font-family:"Instrument Serif",serif;font-size:17px;line-height:1.15;margin-bottom:6px}.mk-meta{font-size:11px;color:hsl(var(--muted))}.mk-saved-remove{align-self:flex-start;width:26px;height:26px;border-radius:50%;color:hsl(var(--muted));display:flex;align-items:center;justify-content:center;flex-shrink:0;background:none;border:none;cursor:pointer}.mk-saved-remove:hover{background:hsl(var(--cream));color:#c94848}.mk-saved-remove svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2}.mk-plan-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}.mk-plan{border:1.5px solid hsl(39 33% 85%);border-radius:14px;padding:24px;transition:.2s;position:relative}.mk-plan.current{border-color:hsl(var(--accent));background:linear-gradient(180deg,rgba(200,85,61,.04),transparent)}.mk-plan-current-badge{position:absolute;top:-10px;left:20px;background:hsl(var(--accent));color:hsl(var(--cream));font-size:10px;font-weight:700;padding:4px 10px;border-radius:999px;letter-spacing:.08em;text-transform:uppercase}.mk-plan h3{font-family:"Instrument Serif",serif;font-size:24px;margin-bottom:4px}.mk-plan-sub{font-size:12px;color:hsl(var(--muted));margin-bottom:16px}.mk-price{font-family:"Instrument Serif",serif;font-size:44px;line-height:1;margin-bottom:2px}.mk-price small{font-family:Inter,sans-serif;font-size:13px;color:hsl(var(--muted));font-weight:500}.mk-saved-label{font-size:11px;color:#3aa676;font-weight:600;margin-bottom:16px;display:inline-block}.mk-plan ul{list-style:none;padding:16px 0 18px;border-top:1px solid hsl(39 33% 85%);display:flex;flex-direction:column;gap:10px}.mk-plan li{font-size:13px;color:hsl(var(--ink-soft));display:flex;align-items:flex-start;gap:8px;line-height:1.4}.mk-plan li:before{content:"✓";color:#3aa676;font-weight:700;flex-shrink:0}.mk-plan .mk-btn{width:100%;justify-content:center}.mk-billing-history{margin-top:8px}.mk-bill-row{display:grid;grid-template-columns:auto 1fr auto auto;gap:14px;padding:14px 0;border-bottom:1px solid hsl(39 33% 85%);align-items:center;font-size:13px}.mk-bill-row:last-child{border-bottom:none}.mk-bill-ico{width:36px;height:36px;border-radius:8px;background:hsl(var(--cream));display:flex;align-items:center;justify-content:center;color:hsl(var(--ink))}.mk-bill-ico svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.8}.mk-bill-desc b{display:block;font-size:13px}.mk-bill-desc small{font-size:11px;color:hsl(var(--muted))}.mk-bill-amount{font-family:"Instrument Serif",serif;font-size:17px;white-space:nowrap}.mk-bill-download{width:32px;height:32px;border-radius:50%;color:hsl(var(--muted));display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer}.mk-bill-download:hover{background:hsl(var(--cream));color:hsl(var(--ink))}.mk-bill-download svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}.mk-toast{position:fixed;bottom:100px;left:50%;transform:translate(-50%);background:hsl(var(--ink));color:hsl(var(--cream));padding:12px 22px;border-radius:999px;font-size:13px;font-weight:500;z-index:250;box-shadow:0 14px 30px -4px #0e1b2c66;text-align:center;animation:mkToastIn .25s}@keyframes mkToastIn{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media (max-width: 1080px){.mk-form-grid,.mk-plan-grid,.mk-saved-grid{grid-template-columns:1fr}.mk-quick-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 880px){.mk-account{grid-template-columns:1fr;gap:14px;padding:16px 0 80px}.mk-side{position:relative;top:0}.mk-profile-card{padding:18px 16px;border-radius:14px}.mk-avatar-big{width:76px;height:76px;font-size:36px}.mk-profile-card h3{font-size:19px}.mk-mobile-menu-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 18px;background:hsl(var(--ink));color:hsl(var(--cream));border:none;border-radius:14px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.mk-mobile-menu-toggle:active{transform:scale(.98)}.mk-mobile-menu-toggle-label{display:flex;align-items:center;gap:10px}.mk-mobile-menu-toggle-label svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.7}.mk-mobile-menu-chevron{width:20px;height:20px;transition:transform .35s cubic-bezier(.4,0,.2,1)}.mk-mobile-menu-chevron.open{transform:rotate(180deg)}.mk-menu-card{padding:0;max-height:0;overflow:hidden;opacity:0;border:none;background:hsl(var(--paper));border-radius:14px;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s ease,padding .3s ease,margin .3s ease,border .3s ease;margin-top:0}.mk-menu-card.mobile-open{max-height:600px;opacity:1;padding:8px;margin-top:8px;border:1px solid hsl(39 33% 85%)}.mk-menu-item{padding:12px 14px;font-size:13px;border-radius:10px;white-space:nowrap;gap:10px;display:flex}.mk-menu-item svg{width:16px;height:16px}.mk-badge{font-size:9px;padding:1px 6px}.mk-menu-divider{display:none}.mk-panel-head h1{font-size:30px}.mk-panel-head{margin-bottom:18px}.mk-card{padding:18px;border-radius:14px}.mk-card h2{font-size:19px}.mk-messages{grid-template-columns:1fr;min-height:0;border-radius:14px}.mk-conv-list{border-right:none;border-bottom:1px solid hsl(39 33% 85%);max-height:none;display:none}.mk-chat{max-height:none;min-height:60vh}.mk-messages.show-list .mk-conv-list{display:flex;max-height:75vh}.mk-messages.show-list .mk-chat{display:none}.mk-chat-back{display:inline-flex!important}.mk-plan{padding:20px}.mk-price{font-size:36px}.mk-saved-card{flex-direction:row;padding:14px}.mk-saved-img{width:60px;height:60px}.mk-saved-info h4{font-size:15px}.mk-notif-item{padding:12px 10px;grid-template-columns:36px 1fr auto;gap:10px}.mk-notif-text{font-size:12px}.mk-bill-row{grid-template-columns:36px 1fr auto;gap:12px;font-size:12px}.mk-bill-download{display:none}.mk-quick-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 380px){.mk-panel-head h1{font-size:26px}.mk-price{font-size:32px}}.bd-page{--bd-ink: #0E1B2C;--bd-ink-soft: #2A3950;--bd-cream: #F5F1E8;--bd-cream-warm: #EDE6D3;--bd-paper: #FBFAF6;--bd-line: #e8e3d3;--bd-accent: #C8553D;--bd-muted: #7a8499;--bd-success: #3aa676;--bd-star: #e9b949;--bd-danger: #c94848;--bd-warn: #d89a3e;background:var(--bd-paper);color:var(--bd-ink);min-height:100vh}.bd-wrap{max-width:1400px;margin:0 auto;padding:0 28px}.bd-utility{background:var(--bd-ink);color:var(--bd-cream);font-size:12px;padding:8px 0}.bd-utility .bd-wrap{display:flex;justify-content:space-between;align-items:center}.bd-biz-tag{display:inline-flex;align-items:center;gap:6px;background:var(--bd-accent);padding:3px 10px;border-radius:999px;font-weight:600;letter-spacing:.06em;font-size:10px;text-transform:uppercase}.bd-header{background:var(--bd-paper);border-bottom:1px solid var(--bd-line);position:sticky;top:0;z-index:50}.bd-nav{display:flex;align-items:center;justify-content:space-between;padding:16px 0;gap:20px}.bd-logo{display:flex;align-items:center;gap:10px;font-family:"Instrument Serif",serif;font-size:26px;color:var(--bd-ink);text-decoration:none}.bd-logo-mark{width:34px;height:34px;background:var(--bd-ink);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--bd-cream);font-family:"Instrument Serif",serif;font-style:italic;font-size:18px}.bd-nav-right{display:flex;align-items:center;gap:12px}.bd-notif-btn{width:40px;height:40px;border-radius:50%;border:1px solid var(--bd-line);display:flex;align-items:center;justify-content:center;position:relative;background:var(--bd-paper);cursor:pointer}.bd-notif-btn svg{width:17px;height:17px;stroke:var(--bd-ink);fill:none;stroke-width:1.8}.bd-notif-btn:after{content:"5";position:absolute;top:-3px;right:-3px;background:var(--bd-accent);color:var(--bd-cream);font-size:10px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid var(--bd-paper)}.bd-switch-account{display:flex;align-items:center;gap:8px;padding:6px 14px 6px 6px;border:1px solid var(--bd-line);border-radius:999px;font-size:12px;font-weight:600;color:var(--bd-ink-soft);transition:.15s;cursor:pointer;background:transparent}.bd-switch-account:hover{border-color:var(--bd-ink);color:var(--bd-ink)}.bd-switch-account .bd-logo-sm{width:28px;height:28px;border-radius:50%;background:var(--bd-accent);color:var(--bd-cream);display:flex;align-items:center;justify-content:center;font-family:"Instrument Serif",serif;font-size:13px;font-style:italic}.bd-switch-account svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2}.bd-dashboard{display:grid;grid-template-columns:260px 1fr;gap:28px;padding:28px 0 80px;align-items:start}.bd-side{position:sticky;top:86px}.bd-biz-card{background:var(--bd-paper);border:1px solid var(--bd-line);border-radius:14px;padding:22px 20px;text-align:center;margin-bottom:12px}.bd-biz-logo-wrap{position:relative;display:inline-block;margin-bottom:12px}.bd-biz-logo{width:84px;height:84px;border-radius:18px;background:var(--bd-accent);color:var(--bd-cream);display:flex;align-items:center;justify-content:center;font-family:"Instrument Serif",serif;font-size:36px;font-style:italic;overflow:hidden}.bd-biz-logo-cam{position:absolute;bottom:-4px;right:-4px;width:28px;height:28px;border-radius:50%;background:var(--bd-ink);color:var(--bd-cream);display:flex;align-items:center;justify-content:center;border:3px solid var(--bd-paper);cursor:pointer;transition:.15s}.bd-biz-logo-cam:hover{background:var(--bd-accent)}.bd-biz-logo-cam svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2}.bd-biz-card h3{font-family:"Instrument Serif",serif;font-size:20px;line-height:1.1;margin-bottom:4px}.bd-biz-type{font-size:11px;color:var(--bd-muted);letter-spacing:.08em;text-transform:uppercase;font-weight:600;margin-bottom:10px}.bd-verified-badge{display:inline-flex;align-items:center;gap:5px;font-size:10px;background:#3aa67626;color:var(--bd-success);padding:4px 10px;border-radius:999px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.bd-verified-badge svg{width:10px;height:10px;stroke:currentColor;fill:none;stroke-width:3}.bd-biz-rating{margin-top:12px;padding-top:12px;border-top:1px solid var(--bd-line);display:flex;justify-content:center;gap:4px;align-items:center;font-size:13px;font-weight:600}.bd-biz-rating svg{width:14px;height:14px;fill:var(--bd-star)}.bd-biz-rating small{color:var(--bd-muted);font-weight:500}.bd-menu-card{background:var(--bd-paper);border:1px solid var(--bd-line);border-radius:14px;padding:8px;position:relative;z-index:45}.bd-menu-current,.bd-menu-backdrop{display:none}.bd-menu-dropdown{display:block}.bd-menu-item{display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:8px;font-size:13px;color:var(--bd-ink-soft);cursor:pointer;transition:all .18s;font-weight:500;width:100%;text-align:left;background:transparent;border:none}.bd-menu-item:hover{background:var(--bd-cream);transform:translate(2px)}.bd-menu-item.active{background:var(--bd-ink);color:var(--bd-cream);transform:none}.bd-menu-item svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:1.7;flex-shrink:0}.bd-badge{margin-left:auto;font-size:10px;background:var(--bd-accent);color:var(--bd-cream);padding:2px 7px;border-radius:999px;font-weight:700}.bd-menu-item.active .bd-badge{background:#f5f1e833}.bd-menu-divider{height:1px;background:var(--bd-line);margin:6px 8px}.bd-panel{animation:bdFadeIn .3s}@keyframes bdFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.bd-panel-head{margin-bottom:24px;display:flex;justify-content:space-between;align-items:flex-end;gap:20px;flex-wrap:wrap}.bd-panel-head h1{font-family:"Instrument Serif",serif;font-size:40px;line-height:1;letter-spacing:-.02em}.bd-panel-head h1 em{font-style:italic;color:var(--bd-accent)}.bd-panel-head p{font-size:13px;color:var(--bd-muted);margin-top:6px}.bd-btn{display:inline-flex;align-items:center;gap:8px;padding:11px 22px;border-radius:999px;font-size:13px;font-weight:600;border:1px solid var(--bd-ink);background:var(--bd-ink);color:var(--bd-cream);transition:.2s;white-space:nowrap;cursor:pointer}.bd-btn:hover{background:var(--bd-accent);border-color:var(--bd-accent)}.bd-btn svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;flex-shrink:0}.bd-btn-ghost{background:transparent;color:var(--bd-ink)}.bd-btn-ghost:hover{background:var(--bd-ink);color:var(--bd-cream)}.bd-btn-danger{background:transparent;border-color:var(--bd-danger);color:var(--bd-danger)}.bd-btn-danger:hover{background:var(--bd-danger);color:var(--bd-cream)}.bd-btn-sm{padding:8px 14px;font-size:12px}.bd-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px}.bd-kpi{background:var(--bd-paper);border:1px solid var(--bd-line);border-radius:14px;padding:20px 22px;position:relative;overflow:hidden}.bd-kpi-label{font-size:10px;color:var(--bd-muted);letter-spacing:.12em;text-transform:uppercase;font-weight:700;margin-bottom:10px;display:flex;align-items:center;gap:6px}.bd-kpi-label svg{width:13px;height:13px;stroke:var(--bd-muted);fill:none;stroke-width:2}.bd-kpi-value{font-family:"Instrument Serif",serif;font-size:36px;line-height:1;margin-bottom:6px}.bd-kpi-change{font-size:11px;font-weight:600;display:flex;align-items:center;gap:4px}.bd-kpi-change.up{color:var(--bd-success)}.bd-kpi-change.down{color:var(--bd-danger)}.bd-kpi-change svg{width:11px;height:11px;stroke:currentColor;fill:none;stroke-width:2.5}.bd-card{background:var(--bd-paper);border:1px solid var(--bd-line);border-radius:14px;padding:24px 28px;margin-bottom:16px}.bd-card h2{font-family:"Instrument Serif",serif;font-size:22px;margin-bottom:6px}.bd-card-sub{font-size:12px;color:var(--bd-muted);margin-bottom:20px}.bd-card-head-row{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:20px;flex-wrap:wrap}.bd-card-head-row>div{flex:1;min-width:0}.bd-chart-card{padding:20px 24px}.bd-chart{height:220px;display:flex;align-items:flex-end;gap:10px;padding:20px 0 0;border-bottom:1px solid var(--bd-line);margin-bottom:10px}.bd-bar{flex:1;background:linear-gradient(180deg,var(--bd-accent) 0%,rgba(200,85,61,.6) 100%);border-radius:4px 4px 0 0;position:relative;min-height:8px;cursor:pointer;transition:.15s}.bd-bar:hover{background:linear-gradient(180deg,var(--bd-ink) 0%,var(--bd-ink-soft) 100%)}.bd-bar:hover:before{content:attr(data-val);position:absolute;top:-28px;left:50%;transform:translate(-50%);background:var(--bd-ink);color:var(--bd-cream);font-size:11px;padding:4px 8px;border-radius:6px;white-space:nowrap;font-weight:600}.bd-chart-labels{display:flex;gap:10px}.bd-chart-labels span{flex:1;text-align:center;font-size:10px;color:var(--bd-muted);letter-spacing:.06em;text-transform:uppercase;font-weight:600}.bd-upgrade-card{background:linear-gradient(135deg,var(--bd-ink),#1a2840);color:var(--bd-cream);border-radius:14px;padding:24px 28px;margin-bottom:16px;position:relative;overflow:hidden}.bd-upgrade-card:after{content:"";position:absolute;top:-50%;right:-20%;width:300px;height:300px;background:radial-gradient(circle,rgba(200,85,61,.25),transparent 60%);border-radius:50%;pointer-events:none}.bd-upgrade-card h3{font-family:"Instrument Serif",serif;font-size:22px;margin-bottom:6px;position:relative}.bd-upgrade-card p{font-size:13px;color:#b9c2d5;margin-bottom:14px;max-width:420px;position:relative}.bd-upgrade-card .bd-btn{background:var(--bd-cream);color:var(--bd-ink);border-color:var(--bd-cream);position:relative}.bd-upgrade-card .bd-btn:hover{background:var(--bd-accent);border-color:var(--bd-accent);color:var(--bd-cream)}.bd-listing-tabs{display:flex;gap:6px;background:var(--bd-paper);border:1px solid var(--bd-line);border-radius:999px;padding:4px;margin-bottom:16px;align-self:flex-start;max-width:100%;overflow-x:auto;scrollbar-width:none}.bd-listing-tabs::-webkit-scrollbar{display:none}.bd-listing-tab{padding:8px 16px;border-radius:999px;font-size:12px;font-weight:600;color:var(--bd-muted);transition:.15s;white-space:nowrap;display:flex;align-items:center;gap:6px;cursor:pointer;background:transparent;border:none}.bd-listing-tab.active{background:var(--bd-ink);color:var(--bd-cream)}.bd-count{font-size:10px;opacity:.8}.bd-list-toolbar{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px;flex-wrap:wrap}.bd-search-box{display:flex;align-items:center;gap:8px;background:var(--bd-paper);border:1px solid var(--bd-line);border-radius:999px;padding:9px 16px;flex:1;max-width:340px}.bd-search-box:focus-within{border-color:var(--bd-ink)}.bd-search-box svg{width:15px;height:15px;stroke:var(--bd-muted);fill:none;stroke-width:2;flex-shrink:0}.bd-search-box input{flex:1;border:none;background:transparent;outline:none;font-size:13px;min-width:0;color:var(--bd-ink)}.bd-list-sort{padding:9px 16px;border:1px solid var(--bd-line);border-radius:999px;font-size:12px;font-weight:500;color:var(--bd-ink-soft);display:inline-flex;align-items:center;gap:6px;background:var(--bd-paper);cursor:pointer}.bd-list-sort svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2}.bd-listings{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.bd-listing{background:var(--bd-paper);border:1px solid var(--bd-line);border-radius:12px;padding:18px;display:grid;grid-template-columns:92px 1fr auto;gap:16px;transition:.2s}.bd-listing:hover{border-color:#d8d1bd}.bd-listing-img{width:92px;height:92px;border-radius:10px;background:linear-gradient(135deg,#1a2840,#0e1b2c);position:relative;overflow:hidden;flex-shrink:0}.bd-listing-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 70% 30%,rgba(200,85,61,.25),transparent 60%)}.bd-listing-status{position:absolute;top:6px;left:6px;background:var(--bd-cream);color:var(--bd-ink);font-size:9px;padding:3px 7px;border-radius:999px;letter-spacing:.06em;text-transform:uppercase;font-weight:700;z-index:1}.bd-listing-status.live{background:var(--bd-success);color:var(--bd-cream)}.bd-listing-status.draft{background:var(--bd-warn);color:var(--bd-cream)}.bd-listing-status.paused{background:var(--bd-muted);color:var(--bd-cream)}.bd-listing-info{min-width:0}.bd-category{font-size:10px;color:var(--bd-muted);letter-spacing:.1em;text-transform:uppercase;font-weight:700;margin-bottom:4px}.bd-listing-info h4{font-family:"Instrument Serif",serif;font-size:18px;line-height:1.15;margin-bottom:8px;letter-spacing:-.005em}.bd-listing-stats{display:flex;gap:10px;font-size:11px;color:var(--bd-ink-soft);font-weight:500}.bd-listing-stats span{display:inline-flex;align-items:center;gap:4px}.bd-listing-stats b{color:var(--bd-ink);font-weight:700}.bd-listing-stats svg{width:11px;height:11px}.bd-listing-actions{display:flex;flex-direction:column;gap:6px;align-items:flex-end}.bd-price{font-family:"Instrument Serif",serif;font-size:19px;color:var(--bd-ink);white-space:nowrap}.bd-price small{font-family:Inter,sans-serif;font-size:10px;color:var(--bd-muted);display:block;text-align:right;font-weight:500}.bd-listing-actions-row{display:flex;gap:4px;margin-top:4px}.bd-mini-act{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--bd-ink-soft);transition:.15s;cursor:pointer;background:transparent;border:none}.bd-mini-act:hover{background:var(--bd-cream);color:var(--bd-ink)}.bd-mini-act.danger:hover{background:#c948481f;color:var(--bd-danger)}.bd-mini-act svg{width:14px;height:14px}.bd-empty{text-align:center;padding:52px 24px;background:var(--bd-cream);border-radius:14px}.bd-empty-mark{font-family:"Instrument Serif",serif;font-size:64px;color:var(--bd-accent);line-height:1;margin-bottom:12px}.bd-empty h3{font-family:"Instrument Serif",serif;font-size:22px;margin-bottom:6px}.bd-empty p{font-size:13px;color:var(--bd-muted);max-width:360px;margin:0 auto 18px}.bd-inq-list{display:flex;flex-direction:column;gap:10px}.bd-inq{background:var(--bd-paper);border:1px solid var(--bd-line);border-radius:12px;padding:16px 18px;display:grid;grid-template-columns:42px 1fr auto;gap:12px;align-items:center;cursor:pointer;transition:.15s}.bd-inq:hover{border-color:#d8d1bd}.bd-inq.unread{background:linear-gradient(90deg,rgba(200,85,61,.04) 0%,transparent 30%);border-left:3px solid var(--bd-accent);padding-left:15px}.bd-inq-av{width:42px;height:42px;border-radius:50%;background:var(--bd-ink);color:var(--bd-cream);display:flex;align-items:center;justify-content:center;font-family:"Instrument Serif",serif;font-size:17px;font-style:italic}.bd-inq-av.c1{background:var(--bd-accent)}.bd-inq-av.c2{background:#5c6b85}.bd-inq-av.c3{background:#6b4c35}.bd-inq-av.c4{background:#2a3950}.bd-inq-info h4{font-size:13px;font-weight:600}.bd-name-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.bd-tag{font-size:9px;background:var(--bd-cream);color:var(--bd-ink-soft);padding:2px 7px;border-radius:999px;font-weight:600;letter-spacing:.04em}.bd-preview{font-size:12px;color:var(--bd-muted);margin-top:3px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.bd-listing-ref{font-size:10px;color:var(--bd-accent);margin-top:4px;font-weight:600}.bd-inq-meta{display:flex;flex-direction:column;align-items:flex-end;gap:5px}.bd-time{font-size:10px;color:var(--bd-muted)}.bd-unread-dot{width:8px;height:8px;border-radius:50%;background:var(--bd-accent)}.bd-review-preview{display:flex;flex-direction:column;gap:12px}.bd-r-review{padding:14px 16px;background:var(--bd-cream);border-radius:10px;font-size:13px}.bd-r-head{display:flex;justify-content:space-between;margin-bottom:6px}.bd-r-head b{font-size:12px}.bd-r-stars{display:flex;gap:2px}.bd-r-stars svg{width:11px;height:11px;fill:var(--bd-star)}.bd-r-text{color:var(--bd-ink-soft);line-height:1.5;font-size:12.5px}.bd-r-footer{font-size:10px;color:var(--bd-muted);margin-top:6px}.bd-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.bd-field{display:flex;flex-direction:column;gap:6px}.bd-field.full{grid-column:1/-1}.bd-field label{font-size:11px;color:var(--bd-muted);letter-spacing:.08em;text-transform:uppercase;font-weight:700}.bd-field input,.bd-field select,.bd-field textarea{border:1px solid var(--bd-line);background:var(--bd-paper);padding:11px 14px;border-radius:8px;font-size:14px;color:var(--bd-ink);outline:none;transition:.15s;width:100%;font-family:Inter,sans-serif}.bd-field input:focus,.bd-field select:focus,.bd-field textarea:focus{border-color:var(--bd-ink)}.bd-field textarea{resize:vertical;min-height:100px;line-height:1.5}.bd-hint{font-size:11px;color:var(--bd-muted)}.bd-required{color:var(--bd-accent)}.bd-form-footer{display:flex;justify-content:space-between;gap:10px;margin-top:24px;padding-top:20px;border-top:1px solid var(--bd-line);flex-wrap:wrap;align-items:center}.bd-form-footer-left{display:flex;gap:10px;align-items:center;flex:1;min-width:200px}.bd-form-footer-right{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.bd-auto-save{font-size:11px;color:var(--bd-muted);display:flex;align-items:center;gap:5px}.bd-auto-save:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--bd-success)}.bd-section-title{margin:22px 0 10px;font-size:11px;color:var(--bd-muted);letter-spacing:.12em;text-transform:uppercase;font-weight:700}.bd-section-title:first-of-type{margin-top:0}.bd-cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:8px}.bd-cat-card{padding:18px 14px;border:1.5px solid var(--bd-line);border-radius:12px;text-align:center;cursor:pointer;transition:.2s;background:var(--bd-paper);position:relative}.bd-cat-card:hover{border-color:var(--bd-ink);transform:translateY(-2px);box-shadow:0 12px 24px -8px #0e1b2c26}.bd-cat-card .bd-ico{width:44px;height:44px;border-radius:12px;background:var(--bd-cream);color:var(--bd-ink);display:flex;align-items:center;justify-content:center;margin:0 auto 10px;transition:.2s}.bd-cat-card:hover .bd-ico{background:var(--bd-ink);color:var(--bd-cream)}.bd-cat-card .bd-ico svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.7}.bd-cat-card h4{font-family:"Instrument Serif",serif;font-size:15px;margin-bottom:3px;line-height:1.1}.bd-cat-card p{font-size:10.5px;color:var(--bd-muted);line-height:1.3}.bd-cat-badge{display:inline-flex;align-items:center;gap:8px;background:var(--bd-accent);color:var(--bd-cream);padding:6px 14px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px}.bd-cat-badge svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2}.bd-steps{display:flex;align-items:center;gap:0;margin-bottom:24px;padding:16px 20px;background:var(--bd-cream);border-radius:12px;overflow-x:auto;scrollbar-width:none}.bd-steps::-webkit-scrollbar{display:none}.bd-step{display:flex;align-items:center;gap:8px;flex-shrink:0}.bd-step-num{width:26px;height:26px;border-radius:50%;background:var(--bd-cream-warm);color:var(--bd-ink);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;transition:.15s}.bd-step.done .bd-step-num{background:var(--bd-success);color:var(--bd-cream)}.bd-step.active .bd-step-num{background:var(--bd-ink);color:var(--bd-cream)}.bd-step-label{font-size:12px;font-weight:500;color:var(--bd-muted);white-space:nowrap}.bd-step.active .bd-step-label{color:var(--bd-ink);font-weight:700}.bd-step.done .bd-step-label{color:var(--bd-ink)}.bd-step-line{flex:1;height:1px;background:var(--bd-line);margin:0 12px;min-width:20px}.bd-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.bd-feature{padding:10px 14px;border:1px solid var(--bd-line);border-radius:999px;font-size:12px;color:var(--bd-ink-soft);cursor:pointer;transition:.15s;font-weight:500;text-align:center;display:flex;align-items:center;justify-content:center;gap:6px}.bd-feature:hover{border-color:var(--bd-ink)}.bd-feature.active{background:var(--bd-ink);color:var(--bd-cream);border-color:var(--bd-ink)}.bd-lang-chips{display:flex;flex-wrap:wrap;gap:6px}.bd-lang-chip{padding:7px 14px;border:1px solid var(--bd-line);border-radius:999px;font-size:12px;color:var(--bd-ink-soft);cursor:pointer;font-weight:500;transition:.15s;display:inline-flex;align-items:center;gap:6px}.bd-lang-chip:hover{border-color:var(--bd-ink)}.bd-lang-chip.active{background:var(--bd-ink);color:var(--bd-cream);border-color:var(--bd-ink)}.bd-flag{font-size:14px}.bd-specialty-input{border:1px solid var(--bd-line);padding:8px;border-radius:8px;display:flex;flex-wrap:wrap;gap:6px;min-height:44px;cursor:text}.bd-specialty-input:focus-within{border-color:var(--bd-ink)}.bd-specialty-tag{background:var(--bd-cream);color:var(--bd-ink);padding:4px 10px;border-radius:999px;font-size:12px;font-weight:500;display:inline-flex;align-items:center;gap:6px}.bd-specialty-tag button{color:var(--bd-muted);font-size:14px;line-height:1;background:none;border:none;cursor:pointer}.bd-specialty-input input{flex:1;min-width:120px;border:none;outline:none;padding:4px;font-size:13px;background:transparent;color:var(--bd-ink)}.bd-avail-grid{display:flex;flex-direction:column;gap:8px}.bd-avail-row{display:grid;grid-template-columns:80px 1fr 1fr;gap:8px;align-items:center}.bd-day{font-size:12px;font-weight:600;color:var(--bd-ink-soft)}.bd-avail-row input{padding:8px 10px;border:1px solid var(--bd-line);border-radius:6px;font-size:12px;width:100%;background:var(--bd-paper);color:var(--bd-ink);outline:none}.bd-photo-uploader{border:2px dashed var(--bd-line);border-radius:12px;padding:24px;text-align:center;cursor:pointer;transition:.15s;background:var(--bd-paper)}.bd-photo-uploader:hover{border-color:var(--bd-ink);background:var(--bd-cream)}.bd-photo-uploader .bd-ico{width:46px;height:46px;border-radius:12px;background:var(--bd-cream);color:var(--bd-ink);display:flex;align-items:center;justify-content:center;margin:0 auto 10px}.bd-photo-uploader .bd-ico svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8}.bd-photo-uploader h4{font-size:14px;margin-bottom:4px}.bd-photo-uploader p{font-size:12px;color:var(--bd-muted)}.bd-photos-preview{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px;margin-top:14px}.bd-photo-item{aspect-ratio:1;border-radius:8px;background:linear-gradient(135deg,#1a2840,#0e1b2c);position:relative;overflow:hidden;background-size:cover;background-position:center}.bd-photo-item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 70% 30%,rgba(200,85,61,.2),transparent 60%)}.bd-rm{position:absolute;top:4px;right:4px;width:22px;height:22px;border-radius:50%;background:#0e1b2ccc;color:var(--bd-cream);display:flex;align-items:center;justify-content:center;font-size:14px;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;cursor:pointer}.bd-photo-item.main:before{content:"Titelbild";position:absolute;bottom:4px;left:4px;background:var(--bd-accent);color:var(--bd-cream);font-size:9px;padding:2px 7px;border-radius:999px;font-weight:700;letter-spacing:.06em;z-index:2}.bd-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0e1b2c80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;opacity:0;pointer-events:none;transition:opacity .25s}.bd-modal-backdrop.open{opacity:1;pointer-events:auto}.bd-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.96);width:min(520px,calc(100vw - 32px));background:var(--bd-paper);border-radius:16px;box-shadow:0 40px 80px -20px #0e1b2c66;z-index:201;opacity:0;pointer-events:none;transition:all .25s;padding:28px;max-height:85vh;overflow-y:auto}.bd-modal.open{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}.bd-modal h3{font-family:"Instrument Serif",serif;font-size:24px;margin-bottom:8px}.bd-modal p{font-size:13px;color:var(--bd-muted);margin-bottom:20px}.bd-modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:24px;flex-wrap:wrap}.bd-toast{position:fixed;bottom:100px;left:50%;transform:translate(-50%) translateY(20px);background:var(--bd-ink);color:var(--bd-cream);padding:12px 22px;border-radius:999px;font-size:13px;font-weight:500;z-index:250;box-shadow:0 14px 30px -4px #0e1b2c66;opacity:0;transition:all .25s;pointer-events:none;max-width:90vw;text-align:center}.bd-toast.show{opacity:1;transform:translate(-50%) translateY(0)}.bd-mobile-nav,.bd-fab{display:none}@media (max-width: 1080px){.bd-kpi-grid{grid-template-columns:repeat(2,1fr)}.bd-listings,.bd-form-grid{grid-template-columns:1fr}.bd-feature-grid{grid-template-columns:repeat(2,1fr)}.bd-cat-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 880px){.bd-wrap{padding:0 14px}.bd-utility{display:none}.bd-nav{padding:12px 0;gap:10px}.bd-nav-right .bd-switch-account{display:none}.bd-logo{font-size:19px}.bd-logo-mark{width:28px;height:28px;font-size:15px}.bd-dashboard{grid-template-columns:1fr;gap:12px;padding:14px 0 80px}.bd-side{position:relative;top:0}.bd-biz-card{padding:18px 16px}.bd-biz-logo{width:74px;height:74px;font-size:32px}.bd-biz-card h3{font-size:18px}.bd-menu-card{padding:0;position:relative;z-index:45}.bd-menu-current{display:flex;align-items:center;gap:12px;padding:14px 18px;width:100%;font-size:14px;font-weight:600;color:var(--bd-ink);cursor:pointer;border-radius:14px;background:var(--bd-paper);border:1px solid var(--bd-line);font-family:inherit}.bd-menu-current svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.8;flex-shrink:0}.bd-chevron{margin-left:auto;transition:transform .2s;color:var(--bd-muted);display:flex}.bd-chevron svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2}.bd-menu-card.open .bd-chevron{transform:rotate(180deg)}.bd-menu-dropdown{display:none;position:absolute;top:calc(100% + 6px);left:0;right:0;background:var(--bd-paper);border:1px solid var(--bd-line);border-radius:14px;padding:6px;z-index:46;box-shadow:0 20px 40px -10px #0e1b2c40;max-height:70vh;overflow-y:auto}.bd-menu-card.open .bd-menu-dropdown{display:block;animation:bdFadeDown .2s}@keyframes bdFadeDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.bd-menu-dropdown .bd-menu-item{padding:11px 14px;font-size:13px;margin-bottom:2px}.bd-menu-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0e1b2c4d;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:44}.bd-menu-card.open~.bd-menu-backdrop{display:block}.bd-panel-head{margin-bottom:16px}.bd-panel-head h1{font-size:28px}.bd-panel-head>div{width:100%}.bd-panel-head .bd-btn{width:100%;justify-content:center}.bd-kpi{padding:16px 18px}.bd-kpi-value{font-size:28px}.bd-card{padding:18px;border-radius:14px}.bd-card h2{font-size:18px}.bd-listing{grid-template-columns:76px 1fr;gap:12px;padding:14px;border-radius:12px}.bd-listing-img{width:76px;height:76px}.bd-listing-actions{grid-column:2;flex-direction:row;justify-content:space-between;align-items:center;margin-top:6px;padding-top:10px;border-top:1px solid var(--bd-line);width:100%}.bd-price{font-size:16px}.bd-listing-info h4{font-size:15px}.bd-cat-grid{grid-template-columns:repeat(2,1fr);gap:8px}.bd-cat-card{padding:14px 10px}.bd-cat-card h4{font-size:13px}.bd-cat-card p{font-size:10px}.bd-cat-card .bd-ico{width:38px;height:38px;margin-bottom:8px}.bd-feature-grid{grid-template-columns:1fr 1fr}.bd-steps{padding:12px 14px}.bd-step-label{display:none}.bd-step.active .bd-step-label{display:inline}.bd-step-line{margin:0 8px;min-width:12px}.bd-form-footer{flex-direction:column;align-items:stretch}.bd-form-footer-right{justify-content:stretch}.bd-form-footer-right .bd-btn{flex:1;justify-content:center}.bd-inq{grid-template-columns:38px 1fr;padding:14px}.bd-inq-av{width:38px;height:38px;font-size:15px}.bd-inq-meta{grid-column:2;flex-direction:row;justify-content:space-between;margin-top:6px}.bd-chart{height:160px}.bd-modal{padding:22px;width:calc(100vw - 24px)}.bd-avail-row{grid-template-columns:60px 1fr 1fr;gap:6px}.bd-day{font-size:11px}.bd-page{padding-bottom:78px}.bd-mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;background:var(--bd-paper);border-top:1px solid var(--bd-line);justify-content:space-around;padding:10px 0 16px;z-index:100;box-shadow:0 -4px 20px #0e1b2c14}.bd-mobile-nav a{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:10px;color:var(--bd-muted);font-weight:500;flex:1;cursor:pointer;text-decoration:none}.bd-mobile-nav a.active{color:var(--bd-accent)}.bd-mobile-nav svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.6}.bd-fab{display:flex;position:fixed;bottom:88px;right:14px;width:56px;height:56px;background:var(--bd-accent);color:var(--bd-cream);border-radius:50%;align-items:center;justify-content:center;box-shadow:0 14px 30px -4px #c8553d80;z-index:90;border:none;cursor:pointer}.bd-fab svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2.2}}@media (max-width: 380px){.bd-panel-head h1,.bd-kpi-value{font-size:24px}}.legal-page{background:hsl(var(--paper));color:hsl(var(--ink));min-height:100vh;font-family:Inter,sans-serif}.legal-wrap{max-width:1180px;margin:0 auto;padding:0 32px}.legal-header{background:hsl(var(--ink));color:hsl(var(--cream));padding:18px 0;position:sticky;top:0;z-index:40;border-bottom:1px solid hsl(var(--line))}.legal-header .legal-wrap{display:flex;justify-content:space-between;align-items:center;gap:16px}.legal-brand{font-family:"Instrument Serif",serif;font-size:26px;letter-spacing:-.01em;color:hsl(var(--cream))}.legal-brand em{color:hsl(var(--accent));font-style:italic}.legal-back{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:hsl(var(--cream));opacity:.85;padding:8px 14px;border:1px solid hsl(var(--line));border-radius:999px;transition:all .2s}.legal-back:hover{opacity:1;background:#ffffff0f}.legal-shell{padding:56px 0 80px}.legal-grid{display:grid;grid-template-columns:280px 1fr;gap:56px;align-items:start}.legal-side{position:sticky;top:100px;display:flex;flex-direction:column;gap:16px}.legal-side-card{background:#fff;border:1px solid hsl(var(--border));border-radius:16px;padding:20px}.legal-side-card h4{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:hsl(var(--muted));margin:0 0 14px}.legal-side-card nav{display:flex;flex-direction:column;gap:2px}.legal-side-card nav a{display:block;padding:10px 14px;font-size:14px;border-radius:10px;color:hsl(var(--ink-soft));transition:all .15s}.legal-side-card nav a:hover{background:hsl(var(--cream));color:hsl(var(--ink))}.legal-side-card nav a.active{background:hsl(var(--ink));color:hsl(var(--cream));font-weight:500}.legal-side-meta{background:hsl(var(--cream));border:1px solid hsl(var(--border));border-radius:16px;padding:18px 20px;font-size:13px}.legal-side-meta-row{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px dashed hsl(var(--border))}.legal-side-meta-row:last-child{border-bottom:0}.legal-side-meta-row span{color:hsl(var(--muted))}.legal-side-meta-row strong{color:hsl(var(--ink));font-weight:600}.legal-main{background:#fff;border:1px solid hsl(var(--border));border-radius:20px;padding:56px 64px;box-shadow:0 1px hsl(var(--border))}.legal-eyebrow{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:hsl(var(--accent));font-weight:600;margin-bottom:14px}.legal-main h1{font-size:52px;line-height:1.05;margin:0 0 14px;color:hsl(var(--ink))}.legal-subtitle{color:hsl(var(--ink-soft));font-size:16px;line-height:1.6;margin:0 0 18px;max-width:640px}.legal-updated{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:hsl(var(--muted));padding:6px 12px;border:1px solid hsl(var(--border));border-radius:999px;margin-bottom:36px}.legal-content section{margin:36px 0}.legal-content h2{font-family:"Instrument Serif",serif;font-size:26px;line-height:1.2;margin:0 0 14px;color:hsl(var(--ink));border-top:1px solid hsl(var(--border));padding-top:28px}.legal-content section:first-child h2{border-top:0;padding-top:0}.legal-content h3{font-size:16px;font-weight:600;margin:22px 0 10px;color:hsl(var(--ink))}.legal-content p{font-size:15px;line-height:1.75;color:hsl(var(--ink-soft));margin:0 0 12px}.legal-content p strong{color:hsl(var(--ink))}.legal-content a{color:hsl(var(--accent));text-decoration:underline;text-underline-offset:3px}.legal-content a:hover{opacity:.8}.legal-list{padding-left:22px;margin:8px 0 14px}.legal-list li{font-size:15px;line-height:1.7;color:hsl(var(--ink-soft));margin:6px 0}.legal-card{background:hsl(var(--cream));border:1px solid hsl(var(--border));border-left:3px solid hsl(var(--accent));border-radius:12px;padding:20px 24px;margin:14px 0}.legal-card p{margin:4px 0;color:hsl(var(--ink))}.legal-form p{font-family:Inter,monospace;font-size:14px;line-height:1.8}.legal-table-wrap{overflow-x:auto;margin:14px 0;border:1px solid hsl(var(--border));border-radius:12px}.legal-table{width:100%;border-collapse:collapse;font-size:14px}.legal-table th,.legal-table td{padding:12px 16px;text-align:left;border-bottom:1px solid hsl(var(--border))}.legal-table th{background:hsl(var(--cream));font-weight:600;color:hsl(var(--ink));font-size:12px;text-transform:uppercase;letter-spacing:.06em}.legal-table tr:last-child td{border-bottom:0}.legal-table td{color:hsl(var(--ink-soft))}.legal-inline-btn{display:inline-flex;align-items:center;gap:6px;background:hsl(var(--ink));color:hsl(var(--cream));padding:8px 14px;border-radius:999px;font-size:13px;font-weight:500;border:0;cursor:pointer;transition:all .15s}.legal-inline-btn:hover{background:hsl(var(--accent))}.legal-foot{margin-top:56px;padding-top:24px;border-top:1px solid hsl(var(--border))}.legal-foot p{font-size:13px;color:hsl(var(--muted));line-height:1.6}.legal-bottom{background:hsl(var(--ink));color:hsl(var(--cream));padding:28px 0;font-size:13px}.legal-bottom .legal-wrap{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.legal-bottom-links{display:flex;gap:18px;flex-wrap:wrap}.legal-bottom-links a{color:hsl(var(--cream));opacity:.75;transition:opacity .15s}.legal-bottom-links a:hover{opacity:1;color:hsl(var(--accent))}@media (max-width: 960px){.legal-grid{grid-template-columns:1fr;gap:28px}.legal-side{position:static}.legal-main{padding:36px 28px}.legal-main h1{font-size:38px}}@media (max-width: 560px){.legal-wrap{padding:0 18px}.legal-main{padding:28px 20px;border-radius:14px}.legal-main h1{font-size:30px}.legal-content h2{font-size:22px}.legal-bottom .legal-wrap{flex-direction:column;align-items:flex-start}}.cookie-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:flex-end;justify-content:center;padding:16px;animation:cookieFadeIn .3s ease-out}@keyframes cookieFadeIn{0%{opacity:0}to{opacity:1}}.cookie-card{background:#fff;border-radius:20px;max-width:720px;width:100%;padding:28px 32px;box-shadow:0 30px 80px -10px #00000073;border:1px solid hsl(var(--border));max-height:calc(100vh - 32px);overflow-y:auto;animation:cookieSlideUp .35s cubic-bezier(.2,.8,.2,1)}@keyframes cookieSlideUp{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-head{display:flex;gap:16px;align-items:flex-start;margin-bottom:22px}.cookie-icon{flex-shrink:0;width:48px;height:48px;border-radius:14px;background:hsl(var(--cream));display:flex;align-items:center;justify-content:center;color:hsl(var(--accent))}.cookie-icon svg{width:26px;height:26px}.cookie-head h2{font-size:22px;margin:0 0 6px;color:hsl(var(--ink))}.cookie-head p{font-size:14px;line-height:1.6;color:hsl(var(--ink-soft));margin:0}.cookie-head p a{color:hsl(var(--accent));text-decoration:underline}.cookie-actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap;margin-top:20px}.cookie-btn{border:0;cursor:pointer;padding:11px 20px;border-radius:999px;font-size:14px;font-weight:500;font-family:Inter,sans-serif;transition:all .15s}.cookie-btn-ghost{background:transparent;color:hsl(var(--ink-soft))}.cookie-btn-ghost:hover{background:hsl(var(--cream))}.cookie-btn-outline{background:transparent;color:hsl(var(--ink));border:1px solid hsl(var(--ink) / .2)}.cookie-btn-outline:hover{border-color:hsl(var(--ink))}.cookie-btn-primary{background:hsl(var(--ink));color:hsl(var(--cream))}.cookie-btn-primary:hover{background:hsl(var(--accent))}.cookie-links{display:flex;gap:16px;margin-top:16px;padding-top:16px;border-top:1px solid hsl(var(--border));flex-wrap:wrap}.cookie-links a{font-size:12px;color:hsl(var(--muted));text-decoration:underline}.cookie-links a:hover{color:hsl(var(--ink))}.cookie-list{list-style:none;padding:0;margin:8px 0 0;display:flex;flex-direction:column;gap:10px}.cookie-item{background:hsl(var(--cream) / .5);border:1px solid hsl(var(--border));border-radius:14px;padding:16px 18px}.cookie-item-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:6px}.cookie-item-head h4{font-size:15px;margin:0;color:hsl(var(--ink));display:inline-block}.cookie-tag{display:inline-block;margin-left:8px;font-size:10px;padding:3px 8px;border-radius:999px;background:hsl(var(--ink));color:hsl(var(--cream));text-transform:uppercase;letter-spacing:.08em}.cookie-item p{font-size:13px;color:hsl(var(--ink-soft));line-height:1.55;margin:0}.cookie-toggle{position:relative;width:42px;height:24px;flex-shrink:0}.cookie-toggle input{opacity:0;width:0;height:0;position:absolute}.cookie-toggle span{position:absolute;top:0;right:0;bottom:0;left:0;background:hsl(var(--border));border-radius:999px;cursor:pointer;transition:all .2s}.cookie-toggle span:before{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;background:#fff;border-radius:50%;transition:all .2s;box-shadow:0 1px 3px #0003}.cookie-toggle input:checked+span{background:hsl(var(--accent))}.cookie-toggle input:checked+span:before{left:21px}.cookie-toggle.disabled span{opacity:.6;cursor:not-allowed}.cookie-toggle.disabled input:checked+span{background:hsl(var(--ink-soft))}@media (max-width: 560px){.cookie-card{padding:22px 20px;border-radius:16px}.cookie-head h2{font-size:19px}.cookie-icon{width:40px;height:40px}.cookie-actions{flex-direction:column-reverse}.cookie-btn{width:100%}}.auth-page{min-height:100vh;background:hsl(var(--paper));display:flex;align-items:center;justify-content:center;padding:40px 20px;font-family:Inter,sans-serif}.auth-card{background:#fff;border:1px solid hsl(var(--border));border-radius:24px;padding:44px 40px;max-width:440px;width:100%;box-shadow:0 30px 80px -20px #0000002e}.auth-logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:hsl(var(--ink));font-size:18px;font-weight:500;margin-bottom:28px}.auth-logo-mark{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:hsl(var(--ink));color:hsl(var(--cream));border-radius:8px;font-family:"Instrument Serif",serif;font-style:italic;font-size:18px}.auth-title{font-family:"Instrument Serif",serif;font-size:36px;font-weight:400;margin:0 0 8px;color:hsl(var(--ink));letter-spacing:-.01em}.auth-sub{font-size:14px;color:hsl(var(--ink-soft));margin:0 0 28px;line-height:1.5}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-field{display:flex;flex-direction:column;gap:6px}.auth-field label{font-size:13px;font-weight:500;color:hsl(var(--ink))}.auth-field input{font-family:inherit;font-size:15px;padding:12px 14px;border:1px solid hsl(var(--border));border-radius:10px;background:hsl(var(--paper));color:hsl(var(--ink));transition:border-color .15s,background .15s}.auth-field input:focus{outline:none;border-color:hsl(var(--ink));background:#fff}.auth-err{font-size:12px;color:hsl(var(--accent))}.auth-hint{font-size:12px;color:hsl(var(--muted))}.auth-submit{margin-top:8px;background:hsl(var(--ink));color:hsl(var(--cream));border:0;border-radius:999px;padding:14px 24px;font-size:15px;font-weight:500;font-family:inherit;cursor:pointer;transition:background .15s}.auth-submit:hover:not(:disabled){background:hsl(var(--accent))}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-switch{margin-top:22px;font-size:14px;color:hsl(var(--ink-soft));text-align:center}.auth-switch button{background:none;border:0;color:hsl(var(--accent));cursor:pointer;font:inherit;padding:0;text-decoration:underline}.auth-back{display:block;margin-top:18px;text-align:center;font-size:13px;color:hsl(var(--muted));text-decoration:none}.auth-back:hover{color:hsl(var(--ink))}.auth-page--business{background:linear-gradient(180deg,hsl(var(--ink)),hsl(var(--ink)) 50%,hsl(var(--paper)) 50%,hsl(var(--paper)))}.auth-card--business{max-width:520px;border:1px solid hsl(var(--ink) / .08)}.auth-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:hsl(var(--ink));color:hsl(var(--cream));font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px}.auth-field select,.auth-field textarea{font-family:inherit;font-size:15px;padding:12px 14px;border:1px solid hsl(var(--border));border-radius:10px;background:hsl(var(--paper));color:hsl(var(--ink));transition:border-color .15s,background .15s}.auth-field select:focus,.auth-field textarea:focus{outline:none;border-color:hsl(var(--ink));background:#fff}.auth-field textarea{min-height:90px;resize:vertical;font-family:inherit}.auth-cross-link{margin-top:12px;padding:14px 16px;background:hsl(var(--paper));border:1px solid hsl(var(--border));border-radius:12px;font-size:13px;color:hsl(var(--ink-soft));text-align:center}.auth-cross-link a{color:hsl(var(--accent));font-weight:500;text-decoration:none}.auth-cross-link a:hover{text-decoration:underline}.auth-status-banner{margin-bottom:20px;padding:14px 16px;border-radius:12px;font-size:14px;line-height:1.5}.auth-status-banner.pending{background:#fef8e7;border:1px solid hsl(45 70% 75%);color:#664619}.auth-status-banner.rejected{background:#fdeded;border:1px solid hsl(0 60% 80%);color:#7a1f1f}.auth-status-banner.approved{background:#ebfaf0;border:1px solid hsl(140 50% 70%);color:#165a2d}.report-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:16px;font-family:Inter,sans-serif;animation:cookieFadeIn .25s ease-out}.report-dialog{position:relative;background:#fff;border-radius:18px;padding:32px;max-width:480px;width:100%;box-shadow:0 30px 80px -20px #0006;animation:cookieSlideUp .3s cubic-bezier(.2,.8,.2,1)}.report-close{position:absolute;top:14px;right:14px;width:32px;height:32px;border-radius:50%;border:0;background:hsl(var(--cream));color:hsl(var(--ink));font-size:22px;line-height:1;cursor:pointer}.report-close:hover{background:hsl(var(--cream-warm))}.report-title{font-family:"Instrument Serif",serif;font-size:26px;margin:0 0 6px;color:hsl(var(--ink))}.report-target{font-size:13px;color:hsl(var(--ink-soft));margin:0 0 20px;font-style:italic}.report-label{display:block;font-size:13px;font-weight:500;color:hsl(var(--ink));margin:14px 0 6px}.report-select,.report-textarea{width:100%;box-sizing:border-box;font-family:inherit;font-size:14px;padding:11px 13px;border:1px solid hsl(var(--border));border-radius:10px;background:hsl(var(--paper));color:hsl(var(--ink));resize:vertical}.report-select:focus,.report-textarea:focus{outline:none;border-color:hsl(var(--ink));background:#fff}.report-hint{display:block;font-size:11px;color:hsl(var(--muted));text-align:right;margin-top:4px}.report-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:22px}.report-cancel,.report-submit{border:0;cursor:pointer;padding:10px 18px;border-radius:999px;font-size:14px;font-weight:500;font-family:inherit}.report-cancel{background:hsl(var(--cream));color:hsl(var(--ink))}.report-cancel:hover{background:hsl(var(--cream-warm))}.report-submit{background:hsl(var(--accent));color:#fff}.report-submit:hover:not(:disabled){background:hsl(var(--ink))}.report-submit:disabled{opacity:.6;cursor:not-allowed}.report-trigger{display:inline-flex;align-items:center;gap:6px;background:transparent;border:1px solid hsl(var(--border));color:hsl(var(--ink-soft));font-family:inherit;font-size:12px;padding:6px 12px;border-radius:999px;cursor:pointer;transition:all .15s}.report-trigger:hover{border-color:hsl(var(--accent));color:hsl(var(--accent))}.admin-page{min-height:100vh;background:hsl(var(--paper));font-family:Inter,sans-serif;color:hsl(var(--ink))}.admin-loading,.admin-denied{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Inter,sans-serif;color:hsl(var(--ink));padding:40px 20px;text-align:center;gap:12px}.admin-denied h1{font-family:"Instrument Serif",serif;font-size:36px;margin:0}.admin-back-btn{margin-top:8px;padding:10px 20px;border-radius:999px;background:hsl(var(--ink));color:hsl(var(--cream));text-decoration:none;font-size:14px}.admin-header{background:#fff;border-bottom:1px solid hsl(var(--border));position:sticky;top:0;z-index:50}.admin-header-inner{max-width:1400px;margin:0 auto;padding:22px 28px 14px;display:flex;justify-content:space-between;align-items:center;gap:20px}.admin-title{font-family:"Instrument Serif",serif;font-size:30px;margin:0;font-weight:400}.admin-sub{font-size:13px;color:hsl(var(--muted));margin:4px 0 0}.admin-back-link{font-size:14px;color:hsl(var(--ink-soft));text-decoration:none}.admin-back-link:hover{color:hsl(var(--accent))}.admin-tabs{max-width:1400px;margin:0 auto;padding:0 28px;display:flex;gap:4px;overflow-x:auto}.admin-tabs button{background:transparent;border:0;cursor:pointer;padding:12px 18px;font-family:inherit;font-size:14px;font-weight:500;color:hsl(var(--ink-soft));border-bottom:2px solid transparent;white-space:nowrap;display:inline-flex;align-items:center;gap:8px;transition:color .15s,border-color .15s}.admin-tabs button:hover{color:hsl(var(--ink))}.admin-tabs button.active{color:hsl(var(--ink));border-bottom-color:hsl(var(--accent))}.admin-badge{background:hsl(var(--accent));color:#fff;font-size:11px;font-weight:600;padding:2px 7px;border-radius:999px;min-width:18px;text-align:center}.admin-content{max-width:1400px;margin:0 auto;padding:28px}.admin-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.admin-stat-card{background:#fff;border:1px solid hsl(var(--border));border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:6px}.admin-stat-card .num{font-family:"Instrument Serif",serif;font-size:42px;line-height:1;color:hsl(var(--ink))}.admin-stat-card .lbl{font-size:13px;color:hsl(var(--ink-soft));text-transform:uppercase;letter-spacing:.05em}.admin-stat-warn{border-color:#f5b83d80}.admin-stat-warn .num{color:#cf8217}.admin-stat-alert{border-color:hsl(var(--accent) / .5);background:hsl(var(--accent) / .05)}.admin-stat-alert .num{color:hsl(var(--accent))}.admin-toolbar{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:16px}.admin-search{flex:1;min-width:240px;font-family:inherit;font-size:14px;padding:10px 14px;border:1px solid hsl(var(--border));border-radius:10px;background:#fff;color:hsl(var(--ink))}.admin-search:focus{outline:none;border-color:hsl(var(--ink))}.admin-filter-group{display:flex;gap:6px;flex-wrap:wrap}.admin-filter-group button{background:#fff;border:1px solid hsl(var(--border));padding:7px 14px;border-radius:999px;font:inherit;font-size:13px;color:hsl(var(--ink-soft));cursor:pointer;transition:all .15s}.admin-filter-group button:hover{border-color:hsl(var(--ink));color:hsl(var(--ink))}.admin-filter-group button.active{background:hsl(var(--ink));color:hsl(var(--cream));border-color:hsl(var(--ink))}.admin-table-wrap{background:#fff;border:1px solid hsl(var(--border));border-radius:14px;overflow:hidden;overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:13px}.admin-table th{text-align:left;background:hsl(var(--cream) / .4);padding:12px 14px;font-weight:500;color:hsl(var(--ink-soft));font-size:11px;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid hsl(var(--border));white-space:nowrap}.admin-table td{padding:12px 14px;border-bottom:1px solid hsl(var(--border) / .6);vertical-align:middle}.admin-table tr:last-child td{border-bottom:0}.admin-table tr:hover{background:hsl(var(--cream) / .25)}.admin-row-blocked{background:hsl(var(--accent) / .04)}.admin-row-hidden{background:hsl(var(--cream) / .5);opacity:.8}.admin-link{color:hsl(var(--ink));text-decoration:none;font-weight:500}.admin-link:hover{color:hsl(var(--accent));text-decoration:underline}.admin-muted{color:hsl(var(--muted));font-size:12px}.admin-empty{padding:32px;text-align:center;color:hsl(var(--muted));font-style:italic}.admin-status-ok{display:inline-block;padding:3px 10px;border-radius:999px;background:#ebfaf0;color:#267340;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.admin-status-blocked{display:inline-block;padding:3px 10px;border-radius:999px;background:hsl(var(--accent) / .15);color:hsl(var(--accent));font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.admin-role-pill{display:inline-block;margin-right:4px;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.admin-role-admin{background:hsl(var(--ink));color:hsl(var(--cream))}.admin-role-moderator{background:#d6e0f5;color:#1f3d7a}.admin-role-user{background:hsl(var(--cream));color:hsl(var(--ink-soft))}.admin-actions-cell{display:flex;gap:6px;flex-wrap:wrap}.admin-actions-cell button{background:hsl(var(--cream));border:1px solid hsl(var(--border));color:hsl(var(--ink));padding:5px 11px;border-radius:7px;font:inherit;font-size:12px;cursor:pointer;transition:all .15s;white-space:nowrap}.admin-actions-cell button:hover:not(:disabled){background:hsl(var(--ink));color:hsl(var(--cream));border-color:hsl(var(--ink))}.admin-actions-cell button:disabled{opacity:.5;cursor:not-allowed}.admin-btn-danger{background:hsl(var(--accent) / .12)!important;color:hsl(var(--accent))!important;border-color:hsl(var(--accent) / .3)!important}.admin-btn-danger:hover:not(:disabled){background:hsl(var(--accent))!important;color:#fff!important;border-color:hsl(var(--accent))!important}.admin-btn-primary{background:hsl(var(--ink, 20 10% 15%))!important;color:#fff!important;border:none!important;padding:8px 16px!important;border-radius:6px!important;cursor:pointer;font-weight:500}.admin-btn-primary:hover:not(:disabled){background:hsl(var(--accent))!important}.admin-btn-primary:disabled{opacity:.5;cursor:not-allowed}.admin-reports-list{display:flex;flex-direction:column;gap:12px}.admin-report-card{background:#fff;border:1px solid hsl(var(--border));border-left:4px solid hsl(var(--muted));border-radius:12px;padding:18px 22px}.admin-report-card.admin-report-pending{border-left-color:hsl(var(--accent));background:hsl(var(--accent) / .03)}.admin-report-card.admin-report-resolved{border-left-color:#39ac60}.admin-report-card.admin-report-dismissed{opacity:.7}.admin-report-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;flex-wrap:wrap}.admin-report-head>div{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.admin-report-type{background:hsl(var(--ink));color:hsl(var(--cream));padding:3px 9px;border-radius:6px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.admin-report-status{padding:3px 9px;border-radius:999px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.admin-report-status.admin-report-pending{background:hsl(var(--accent) / .15);color:hsl(var(--accent))}.admin-report-status.admin-report-resolved{background:#ebfaf0;color:#267340}.admin-report-status.admin-report-dismissed{background:hsl(var(--cream));color:hsl(var(--ink-soft))}.admin-report-status.admin-report-reviewed{background:#dee7f7;color:#24478f}.admin-report-reason{font-size:13px;color:hsl(var(--ink-soft))}.admin-report-target-title{font-family:"Instrument Serif",serif;font-size:19px;margin:4px 0 6px;color:hsl(var(--ink))}.admin-report-details{font-size:14px;color:hsl(var(--ink-soft));margin:0 0 8px;line-height:1.5}.admin-report-meta{font-size:12px;color:hsl(var(--muted));margin:0}.admin-report-meta code{background:hsl(var(--cream));padding:1px 6px;border-radius:4px;font-family:monospace;font-size:11px}.admin-report-note{font-size:13px;color:hsl(var(--ink-soft));margin:8px 0 0;padding:8px 12px;background:hsl(var(--cream) / .6);border-radius:8px}.admin-report-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px;padding-top:14px;border-top:1px solid hsl(var(--border))}.admin-report-actions button{background:hsl(var(--cream));border:1px solid hsl(var(--border));color:hsl(var(--ink));padding:7px 14px;border-radius:7px;font:inherit;font-size:13px;cursor:pointer;transition:all .15s}.admin-report-actions button:hover:not(:disabled){background:hsl(var(--ink));color:hsl(var(--cream));border-color:hsl(var(--ink))}.admin-report-actions button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 720px){.admin-header-inner{padding:16px 18px 10px}.admin-title{font-size:24px}.admin-content,.admin-stat-card{padding:18px}.admin-stat-card .num{font-size:32px}.admin-tabs{padding:0 18px}}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.file\:text-foreground::file-selector-button{color:hsl(var(--foreground))}.placeholder\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:-inset-2:after{content:var(--tw-content);top:-.5rem;right:-.5rem;bottom:-.5rem;left:-.5rem}.after\:inset-y-0:after{content:var(--tw-content);top:0;bottom:0}.after\:left-1\/2:after{content:var(--tw-content);left:50%}.after\:w-1:after{content:var(--tw-content);width:.25rem}.after\:w-\[2px\]:after{content:var(--tw-content);width:2px}.after\:-translate-x-1\/2:after{content:var(--tw-content);--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.first\:rounded-l-md:first-child{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.first\:border-l:first-child{border-left-width:1px}.last\:rounded-r-md:last-child{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.focus-within\:relative:focus-within{position:relative}.focus-within\:z-20:focus-within{z-index:20}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-destructive\/80:hover{background-color:hsl(var(--destructive) / .8)}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\:bg-muted:hover{background-color:hsl(var(--muted))}.hover\:bg-muted\/50:hover{background-color:hsl(var(--muted) / .5)}.hover\:bg-primary:hover{background-color:hsl(var(--primary))}.hover\:bg-primary\/80:hover{background-color:hsl(var(--primary) / .8)}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\:bg-secondary:hover{background-color:hsl(var(--secondary))}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:bg-sidebar-accent:hover{background-color:hsl(var(--sidebar-accent))}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:text-foreground:hover{color:hsl(var(--foreground))}.hover\:text-muted-foreground:hover{color:hsl(var(--muted-foreground))}.hover\:text-primary-foreground:hover{color:hsl(var(--primary-foreground))}.hover\:text-primary\/90:hover{color:hsl(var(--primary) / .9)}.hover\:text-sidebar-accent-foreground:hover{color:hsl(var(--sidebar-accent-foreground))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover{--tw-shadow: 0 0 0 1px hsl(var(--sidebar-accent));--tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:after\:bg-sidebar-border:hover:after{content:var(--tw-content);background-color:hsl(var(--sidebar-border))}.focus\:bg-accent:focus{background-color:hsl(var(--accent))}.focus\:bg-primary:focus{background-color:hsl(var(--primary))}.focus\:text-accent-foreground:focus{color:hsl(var(--accent-foreground))}.focus\:text-primary-foreground:focus{color:hsl(var(--primary-foreground))}.focus\:opacity-100:focus{opacity:1}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-ring:focus{--tw-ring-color: hsl(var(--ring))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.focus-visible\:ring-sidebar-ring:focus-visible{--tw-ring-color: hsl(var(--sidebar-ring))}.focus-visible\:ring-offset-1:focus-visible{--tw-ring-offset-width: 1px}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color: hsl(var(--background))}.active\:bg-sidebar-accent:active{background-color:hsl(var(--sidebar-accent))}.active\:text-sidebar-accent-foreground:active{color:hsl(var(--sidebar-accent-foreground))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.group\/menu-item:focus-within .group-focus-within\/menu-item\:opacity-100{opacity:1}.group\/menu-item:hover .group-hover\/menu-item\:opacity-100,.group:hover .group-hover\:opacity-100{opacity:1}.group.destructive .group-\[\.destructive\]\:border-muted\/40{border-color:hsl(var(--muted) / .4)}.group.toaster .group-\[\.toaster\]\:border-border{border-color:hsl(var(--border))}.group.toast .group-\[\.toast\]\:bg-muted{background-color:hsl(var(--muted))}.group.toast .group-\[\.toast\]\:bg-primary{background-color:hsl(var(--primary))}.group.toaster .group-\[\.toaster\]\:bg-background{background-color:hsl(var(--background))}.group.destructive .group-\[\.destructive\]\:text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.group.toast .group-\[\.toast\]\:text-muted-foreground{color:hsl(var(--muted-foreground))}.group.toast .group-\[\.toast\]\:text-primary-foreground{color:hsl(var(--primary-foreground))}.group.toaster .group-\[\.toaster\]\:text-foreground{color:hsl(var(--foreground))}.group.toaster .group-\[\.toaster\]\:shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.group.destructive .group-\[\.destructive\]\:hover\:border-destructive\/30:hover{border-color:hsl(var(--destructive) / .3)}.group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover{background-color:hsl(var(--destructive))}.group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover{color:hsl(var(--destructive-foreground))}.group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover{--tw-text-opacity: 1;color:rgb(254 242 242 / var(--tw-text-opacity, 1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus{--tw-ring-color: hsl(var(--destructive))}.group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus{--tw-ring-offset-color: #dc2626}.peer\/menu-button:hover~.peer-hover\/menu-button\:text-sidebar-accent-foreground{color:hsl(var(--sidebar-accent-foreground))}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.has-\[\[data-variant\=inset\]\]\:bg-sidebar:has([data-variant=inset]){background-color:hsl(var(--sidebar-background))}.has-\[\:disabled\]\:opacity-50:has(:disabled){opacity:.5}.group\/menu-item:has([data-sidebar=menu-action]) .group-has-\[\[data-sidebar\=menu-action\]\]\/menu-item\:pr-8{padding-right:2rem}.aria-disabled\:pointer-events-none[aria-disabled=true]{pointer-events:none}.aria-disabled\:opacity-50[aria-disabled=true]{opacity:.5}.aria-selected\:bg-accent[aria-selected=true]{background-color:hsl(var(--accent))}.aria-selected\:bg-accent\/50[aria-selected=true]{background-color:hsl(var(--accent) / .5)}.aria-selected\:text-accent-foreground[aria-selected=true]{color:hsl(var(--accent-foreground))}.aria-selected\:text-muted-foreground[aria-selected=true]{color:hsl(var(--muted-foreground))}.aria-selected\:opacity-100[aria-selected=true]{opacity:1}.aria-selected\:opacity-30[aria-selected=true]{opacity:.3}.data-\[disabled\=true\]\:pointer-events-none[data-disabled=true],.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[panel-group-direction\=vertical\]\:h-px[data-panel-group-direction=vertical]{height:1px}.data-\[panel-group-direction\=vertical\]\:w-full[data-panel-group-direction=vertical]{width:100%}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=checked\]\:translate-x-5[data-state=checked]{--tw-translate-x: 1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked],.data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel]{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end]{--tw-translate-x: var(--radix-toast-swipe-end-x);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{--tw-translate-x: var(--radix-toast-swipe-move-x);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{animation:accordion-up .2s ease-out}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}.data-\[state\=open\]\:animate-accordion-down[data-state=open]{animation:accordion-down .2s ease-out}.data-\[panel-group-direction\=vertical\]\:flex-col[data-panel-group-direction=vertical]{flex-direction:column}.data-\[active\=true\]\:bg-sidebar-accent[data-active=true]{background-color:hsl(var(--sidebar-accent))}.data-\[active\]\:bg-accent\/50[data-active]{background-color:hsl(var(--accent) / .5)}.data-\[selected\=\'true\'\]\:bg-accent[data-selected=true]{background-color:hsl(var(--accent))}.data-\[state\=active\]\:bg-background[data-state=active]{background-color:hsl(var(--background))}.data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:hsl(var(--primary))}.data-\[state\=on\]\:bg-accent[data-state=on],.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:hsl(var(--accent))}.data-\[state\=open\]\:bg-accent\/50[data-state=open]{background-color:hsl(var(--accent) / .5)}.data-\[state\=open\]\:bg-secondary[data-state=open]{background-color:hsl(var(--secondary))}.data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:hsl(var(--muted))}.data-\[state\=unchecked\]\:bg-input[data-state=unchecked]{background-color:hsl(var(--input))}.data-\[active\=true\]\:font-medium[data-active=true]{font-weight:500}.data-\[active\=true\]\:text-sidebar-accent-foreground[data-active=true]{color:hsl(var(--sidebar-accent-foreground))}.data-\[selected\=true\]\:text-accent-foreground[data-selected=true]{color:hsl(var(--accent-foreground))}.data-\[state\=active\]\:text-foreground[data-state=active]{color:hsl(var(--foreground))}.data-\[state\=checked\]\:text-primary-foreground[data-state=checked]{color:hsl(var(--primary-foreground))}.data-\[state\=on\]\:text-accent-foreground[data-state=on],.data-\[state\=open\]\:text-accent-foreground[data-state=open]{color:hsl(var(--accent-foreground))}.data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:hsl(var(--muted-foreground))}.data-\[disabled\=true\]\:opacity-50[data-disabled=true],.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=open\]\:opacity-100[data-state=open]{opacity:1}.data-\[state\=active\]\:shadow-sm[data-state=active]{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.data-\[swipe\=move\]\:transition-none[data-swipe=move]{transition-property:none}.data-\[state\=closed\]\:duration-300[data-state=closed]{transition-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{transition-duration:.5s}.data-\[motion\^\=from-\]\:animate-in[data-motion^=from-],.data-\[state\=open\]\:animate-in[data-state=open],.data-\[state\=visible\]\:animate-in[data-state=visible]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[motion\^\=to-\]\:animate-out[data-motion^=to-],.data-\[state\=closed\]\:animate-out[data-state=closed],.data-\[state\=hidden\]\:animate-out[data-state=hidden],.data-\[swipe\=end\]\:animate-out[data-swipe=end]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[motion\^\=from-\]\:fade-in[data-motion^=from-]{--tw-enter-opacity: 0}.data-\[motion\^\=to-\]\:fade-out[data-motion^=to-],.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=closed\]\:fade-out-80[data-state=closed]{--tw-exit-opacity: .8}.data-\[state\=hidden\]\:fade-out[data-state=hidden]{--tw-exit-opacity: 0}.data-\[state\=open\]\:fade-in-0[data-state=open],.data-\[state\=visible\]\:fade-in[data-state=visible]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-90[data-state=open]{--tw-enter-scale: .9}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion=from-end]{--tw-enter-translate-x: 13rem}.data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion=from-start]{--tw-enter-translate-x: -13rem}.data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion=to-end]{--tw-exit-translate-x: 13rem}.data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion=to-start]{--tw-exit-translate-x: -13rem}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5rem}.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed]{--tw-exit-translate-y: 100%}.data-\[state\=closed\]\:slide-out-to-left[data-state=closed]{--tw-exit-translate-x: -100%}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x: -50%}.data-\[state\=closed\]\:slide-out-to-right[data-state=closed],.data-\[state\=closed\]\:slide-out-to-right-full[data-state=closed]{--tw-exit-translate-x: 100%}.data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{--tw-exit-translate-y: -100%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{--tw-enter-translate-y: 100%}.data-\[state\=open\]\:slide-in-from-left[data-state=open]{--tw-enter-translate-x: -100%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x: -50%}.data-\[state\=open\]\:slide-in-from-right[data-state=open]{--tw-enter-translate-x: 100%}.data-\[state\=open\]\:slide-in-from-top[data-state=open]{--tw-enter-translate-y: -100%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-top-full[data-state=open]{--tw-enter-translate-y: -100%}.data-\[state\=closed\]\:duration-300[data-state=closed]{animation-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{animation-duration:.5s}.data-\[panel-group-direction\=vertical\]\:after\:left-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);left:0}.data-\[panel-group-direction\=vertical\]\:after\:h-1[data-panel-group-direction=vertical]:after{content:var(--tw-content);height:.25rem}.data-\[panel-group-direction\=vertical\]\:after\:w-full[data-panel-group-direction=vertical]:after{content:var(--tw-content);width:100%}.data-\[panel-group-direction\=vertical\]\:after\:-translate-y-1\/2[data-panel-group-direction=vertical]:after{content:var(--tw-content);--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[panel-group-direction\=vertical\]\:after\:translate-x-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=open\]\:hover\:bg-sidebar-accent:hover[data-state=open]{background-color:hsl(var(--sidebar-accent))}.data-\[state\=open\]\:hover\:text-sidebar-accent-foreground:hover[data-state=open]{color:hsl(var(--sidebar-accent-foreground))}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]{left:calc(var(--sidebar-width) * -1)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]{right:calc(var(--sidebar-width) * -1)}.group[data-side=left] .group-data-\[side\=left\]\:-right-4{right:-1rem}.group[data-side=right] .group-data-\[side\=right\]\:left-0{left:0}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:-mt-8{margin-top:-2rem}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:hidden{display:none}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!size-8{width:2rem!important;height:2rem!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[--sidebar-width-icon\]{width:var(--sidebar-width-icon)}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)\)\]{width:calc(var(--sidebar-width-icon) + 1rem)}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)_\+2px\)\]{width:calc(var(--sidebar-width-icon) + 1rem + 2px)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:w-0{width:0px}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group[data-side=right] .group-data-\[side\=right\]\:rotate-180,.group[data-state=open] .group-data-\[state\=open\]\:rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:overflow-hidden{overflow:hidden}.group[data-variant=floating] .group-data-\[variant\=floating\]\:rounded-lg{border-radius:var(--radius)}.group[data-variant=floating] .group-data-\[variant\=floating\]\:border{border-width:1px}.group[data-side=left] .group-data-\[side\=left\]\:border-r{border-right-width:1px}.group[data-side=right] .group-data-\[side\=right\]\:border-l{border-left-width:1px}.group[data-variant=floating] .group-data-\[variant\=floating\]\:border-sidebar-border{border-color:hsl(var(--sidebar-border))}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-0{padding:0!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-2{padding:.5rem!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:opacity-0{opacity:0}.group[data-variant=floating] .group-data-\[variant\=floating\]\:shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:after\:left-full:after{content:var(--tw-content);left:100%}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:hover\:bg-sidebar:hover{background-color:hsl(var(--sidebar-background))}.peer\/menu-button[data-size=default]~.peer-data-\[size\=default\]\/menu-button\:top-1\.5{top:.375rem}.peer\/menu-button[data-size=lg]~.peer-data-\[size\=lg\]\/menu-button\:top-2\.5{top:.625rem}.peer\/menu-button[data-size=sm]~.peer-data-\[size\=sm\]\/menu-button\:top-1{top:.25rem}.peer[data-variant=inset]~.peer-data-\[variant\=inset\]\:min-h-\[calc\(100svh-theme\(spacing\.4\)\)\]{min-height:calc(100svh - 1rem)}.peer\/menu-button[data-active=true]~.peer-data-\[active\=true\]\/menu-button\:text-sidebar-accent-foreground{color:hsl(var(--sidebar-accent-foreground))}.dark\:border-destructive:is(.dark *){border-color:hsl(var(--destructive))}@media (min-width: 640px){.sm\:bottom-0{bottom:0}.sm\:right-0{right:0}.sm\:top-auto{top:auto}.sm\:mt-0{margin-top:0}.sm\:flex{display:flex}.sm\:max-w-sm{max-width:24rem}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:justify-end{justify-content:flex-end}.sm\:gap-2\.5{gap:.625rem}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:rounded-lg{border-radius:var(--radius)}.sm\:text-left{text-align:left}.data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state=open]{--tw-enter-translate-y: 100%}}@media (min-width: 768px){.md\:absolute{position:absolute}.md\:block{display:block}.md\:flex{display:flex}.md\:w-\[var\(--radix-navigation-menu-viewport-width\)\]{width:var(--radix-navigation-menu-viewport-width)}.md\:w-auto{width:auto}.md\:max-w-\[420px\]{max-width:420px}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:opacity-0{opacity:0}.after\:md\:hidden:after{content:var(--tw-content);display:none}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:m-2{margin:.5rem}.peer[data-state=collapsed][data-variant=inset]~.md\:peer-data-\[state\=collapsed\]\:peer-data-\[variant\=inset\]\:ml-2{margin-left:.5rem}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:ml-0{margin-left:0}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:rounded-xl{border-radius:.75rem}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}}.\[\&\:has\(\[aria-selected\]\)\]\:bg-accent:has([aria-selected]){background-color:hsl(var(--accent))}.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-accent\/50:has([aria-selected].day-outside){background-color:hsl(var(--accent) / .5)}.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end){border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\>button\]\:hidden>button{display:none}.\[\&\>span\:last-child\]\:truncate>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.\[\&\>span\]\:line-clamp-1>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div{--tw-translate-y: -3px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\>svg\]\:absolute>svg{position:absolute}.\[\&\>svg\]\:left-4>svg{left:1rem}.\[\&\>svg\]\:top-4>svg{top:1rem}.\[\&\>svg\]\:size-3\.5>svg{width:.875rem;height:.875rem}.\[\&\>svg\]\:size-4>svg{width:1rem;height:1rem}.\[\&\>svg\]\:h-2\.5>svg{height:.625rem}.\[\&\>svg\]\:h-3>svg{height:.75rem}.\[\&\>svg\]\:w-2\.5>svg{width:.625rem}.\[\&\>svg\]\:w-3>svg{width:.75rem}.\[\&\>svg\]\:shrink-0>svg{flex-shrink:0}.\[\&\>svg\]\:text-destructive>svg{color:hsl(var(--destructive))}.\[\&\>svg\]\:text-foreground>svg{color:hsl(var(--foreground))}.\[\&\>svg\]\:text-muted-foreground>svg{color:hsl(var(--muted-foreground))}.\[\&\>svg\]\:text-sidebar-accent-foreground>svg{color:hsl(var(--sidebar-accent-foreground))}.\[\&\>svg\~\*\]\:pl-7>svg~*{padding-left:1.75rem}.\[\&\>tr\]\:last\:border-b-0:last-child>tr{border-bottom-width:0px}.\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction=vertical]>div{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&_\.recharts-cartesian-axis-tick_text\]\:fill-muted-foreground .recharts-cartesian-axis-tick text{fill:hsl(var(--muted-foreground))}.\[\&_\.recharts-cartesian-grid_line\[stroke\=\'\#ccc\'\]\]\:stroke-border\/50 .recharts-cartesian-grid line[stroke="#ccc"]{stroke:hsl(var(--border) / .5)}.\[\&_\.recharts-curve\.recharts-tooltip-cursor\]\:stroke-border .recharts-curve.recharts-tooltip-cursor{stroke:hsl(var(--border))}.\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-dot[stroke="#fff"]{stroke:transparent}.\[\&_\.recharts-layer\]\:outline-none .recharts-layer{outline:2px solid transparent;outline-offset:2px}.\[\&_\.recharts-polar-grid_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-polar-grid [stroke="#ccc"]{stroke:hsl(var(--border))}.\[\&_\.recharts-radial-bar-background-sector\]\:fill-muted .recharts-radial-bar-background-sector,.\[\&_\.recharts-rectangle\.recharts-tooltip-cursor\]\:fill-muted .recharts-rectangle.recharts-tooltip-cursor{fill:hsl(var(--muted))}.\[\&_\.recharts-reference-line_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-reference-line [stroke="#ccc"]{stroke:hsl(var(--border))}.\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-sector[stroke="#fff"]{stroke:transparent}.\[\&_\.recharts-sector\]\:outline-none .recharts-sector,.\[\&_\.recharts-surface\]\:outline-none .recharts-surface{outline:2px solid transparent;outline-offset:2px}.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading]{padding-top:.375rem;padding-bottom:.375rem}.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading]{font-size:.75rem;line-height:1rem}.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading]{font-weight:500}.\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading]{color:hsl(var(--muted-foreground))}.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden])~[cmdk-group]{padding-top:0}.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg{height:1.25rem}.\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg{width:1.25rem}.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input]{height:3rem}.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item]{padding-top:.75rem;padding-bottom:.75rem}.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg{height:1.25rem}.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg{width:1.25rem}.\[\&_p\]\:leading-relaxed p{line-height:1.625}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:size-4 svg{width:1rem;height:1rem}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0px}.\[\&_tr\]\:border-b tr{border-bottom-width:1px}[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2{right:-.5rem}[data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize{cursor:e-resize}[data-side=left] .\[\[data-side\=left\]_\&\]\:cursor-w-resize{cursor:w-resize}[data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2{left:-.5rem}[data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize{cursor:w-resize}[data-side=right] .\[\[data-side\=right\]_\&\]\:cursor-e-resize{cursor:e-resize}
