:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;color:#242432;background:#faf9f6}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button{cursor:pointer;border:0;border-radius:12px;background:#25253a;color:white;padding:13px 18px;font-weight:650}button:hover{filter:brightness(1.12)}button:disabled{opacity:.5;cursor:wait}a{color:inherit}header{height:80px;background:#18192a;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1120px)/2));}.brand{display:flex;align-items:center;gap:12px;font-size:11px;line-height:1.15;letter-spacing:.18em;font-weight:650}.brand strong{font-size:18px;letter-spacing:.09em}.mark{font-size:39px;color:#eecb85;line-height:1}.ghost{background:transparent;border:1px solid #66677a;font-size:13px}main{max-width:1120px;margin:auto;padding:30px 24px 90px}.hero{background:#23243a;color:#fff;border-radius:24px;padding:52px 54px 44px;position:relative;overflow:hidden}.hero:after{content:'✳';position:absolute;right:3%;top:-105px;color:#34354c;font-size:390px;pointer-events:none}.hero>*{position:relative;z-index:1}.eyebrow{letter-spacing:.19em;font-size:11px;font-weight:800;color:#a97962}.hero .eyebrow{color:#eecb85}h1{font-size:clamp(38px,6vw,70px);letter-spacing:-.055em;line-height:1.03;margin:19px 0}h1 em{font-style:normal;color:#b86976}.spark{font-size:.55em;color:#e8bd80;vertical-align:top;margin-left:10px}h2{font-size:27px;letter-spacing:-.04em;margin:0}.hero p{color:#c3c3ce;max-width:400px}.hero-actions{display:flex;align-items:center;gap:22px;margin-top:30px}.bright{background:#e9c581;color:#252339}.hero-actions span{color:#bfc0ce;font-size:13px}.tabs{display:flex;gap:30px;border-bottom:1px solid #e4e2df;margin:28px 0 35px;overflow:auto}.tabs button{white-space:nowrap;border-radius:0;background:transparent;color:#6c6c78;padding:14px 0;border-bottom:3px solid transparent}.tabs button.active{border-color:#b26a77;color:#25253a}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:23px}.section-head span,.muted{color:#85828b;font-size:13px}.filters{margin-bottom:28px;background:white;border:1px solid #e9e5e0;border-radius:14px}.filters summary{padding:16px 20px;cursor:pointer;font-weight:650;list-style:none}.filter-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding:0 20px 20px}label{display:flex;flex-direction:column;gap:7px;font-size:13px;color:#535260;font-weight:650}input,select{width:100%;border:1px solid #dfdce0;background:#fff;color:#242432;border-radius:10px;padding:12px 13px;min-height:45px;outline:none}input:focus,select:focus{border-color:#ae6979;box-shadow:0 0 0 3px #ae697921}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.card{background:white;border:1px solid #e8e5e1;border-radius:16px;overflow:hidden;box-shadow:0 6px 20px #29213408;cursor:pointer;text-align:left;color:#25253a;padding:0}.card img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#efebea;display:block}.card-body{padding:14px 16px 17px}.card h3{font-size:15px;margin:6px 0;line-height:1.3}.card p{font-size:12px;color:#777482;margin:0}.badge{font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:750;color:#915f6c;background:#f8edef;border-radius:20px;padding:5px 8px;display:inline-block}.badge.loan{color:#795d2a;background:#fff1d1}.panel{background:#fff;border:1px solid #ebe6e3;border-radius:20px;padding:30px;box-shadow:0 15px 50px #29213408}.narrow{max-width:500px;margin:60px auto}.narrow form{display:grid;gap:19px;margin-top:28px}.narrow p{color:#777482}.narrow button{display:flex;justify-content:space-between}.editor-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:30px}.preview{background:#ece8e3;border-radius:20px;overflow:hidden;align-self:start}.preview img{width:100%;max-height:600px;object-fit:contain;display:block}.preview p{padding:0 18px;color:#745465;font-size:13px}.panel form,.panel#item-form{display:grid;gap:18px}.two{display:grid;grid-template-columns:1fr 1fr;gap:14px}small{font-size:11px;color:#9b7680}.text-button{background:none;color:#735263;padding:0;margin:3px 0 28px}.danger{background:#f7e7e8;color:#9c4854}.secondary{background:#f2eeee;color:#585360;align-self:end}.inline{display:flex;gap:12px;max-width:550px}.list{margin-top:20px;max-width:550px}.location-row{padding:16px 0;border-bottom:1px solid #e9e4e0;display:flex;justify-content:space-between;align-items:center}.location-row button{background:#f4eeee;color:#8a505c;font-size:12px;padding:7px 10px}.empty{grid-column:1/-1;text-align:center;padding:60px 20px;background:#fff;border:1px dashed #d8d2d2;border-radius:18px;color:#777482}footer{border-top:1px solid #e8e5e1;padding:28px max(24px,calc((100vw - 1120px)/2));font-size:11px;letter-spacing:.12em;color:#74727e;font-weight:700;display:flex;justify-content:space-between}footer span{letter-spacing:0;font-weight:400}#toast:not(:empty){position:fixed;bottom:20px;left:50%;transform:translateX(-50%);background:#29283b;color:white;padding:13px 22px;border-radius:12px;z-index:10;box-shadow:0 8px 30px #2224}@media(max-width:800px){.grid{grid-template-columns:repeat(2,1fr)}.filter-grid{grid-template-columns:repeat(2,1fr)}.editor-grid{grid-template-columns:1fr}.preview img{max-height:360px}}@media(max-width:520px){header{height:68px;padding:0 20px}main{padding:18px 16px 60px}.hero{padding:34px 25px;border-radius:18px}.hero:after{font-size:240px;top:-30px;right:-70px}.hero p{font-size:14px;max-width:220px}.hero-actions{flex-wrap:wrap}.tabs{gap:22px;margin:20px 0 28px}.grid{gap:10px}.card-body{padding:10px}.card h3{font-size:13px}.filter-grid{padding:0 14px 15px;gap:10px}.panel{padding:19px}.two{grid-template-columns:1fr}.section-head h2{font-size:24px}footer{padding:20px;font-size:10px}footer span{display:none}}
