:root{--ink:#171714;--paper:#f5f3ec;--yellow:#fff200;--line:#171714}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit}nav{height:72px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dfddd4;position:sticky;top:0;background:#f5f3ecf2;backdrop-filter:blur(10px);z-index:20}nav>div{display:flex;align-items:center;gap:26px}nav a{text-decoration:none;font-size:13px;font-weight:750}.brand{font-size:20px!important;font-weight:900!important}.brand b{color:#171714;background:var(--yellow);padding:4px;border-radius:6px}.button,.outline{display:inline-block;padding:16px 22px;border:1px solid var(--ink);border-radius:999px;background:var(--yellow);color:var(--ink);font-size:13px;font-weight:900;text-decoration:none;cursor:pointer}.button.small{padding:11px 17px;background:var(--ink);color:#fff}.button.dark{background:var(--ink);color:#fff}.outline{background:transparent}.hero{padding:90px 5vw 85px;background:radial-gradient(circle at 80% 17%,rgba(255,242,0,.42),transparent 28%)}.eyebrow{font-size:10px;font-weight:900;letter-spacing:1.7px}.hero h1{font-size:clamp(70px,10vw,142px);line-height:.82;letter-spacing:-.08em;margin:42px 0}.hero h1 i{font-family:Georgia,serif;font-weight:400}.hero>p{max-width:790px;font-size:20px;line-height:1.6;color:#34332f}.actions{display:flex;gap:14px;margin-top:38px}.catalog{padding:76px 5vw;background:#f3f1ea}.directoryLayout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,1fr);gap:44px;align-items:start}.directoryMain{background:#fff;border:2px solid var(--ink);border-radius:20px;overflow:hidden;min-width:0}.toolbar{min-height:76px;padding:16px 22px;display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid var(--ink);background:#fff}.toolbar label{display:flex;align-items:center;flex:1;font-size:22px}.toolbar input{border:0;outline:0;background:transparent;padding:8px;width:100%;font:16px inherit}.toolbar span{font:10px monospace}.table{max-height:820px;overflow:auto}table{width:100%;border-collapse:collapse;font-size:15px;table-layout:fixed}th{text-align:left;padding:18px 16px;background:#fff;color:#171714;border-bottom:2px solid #171714;font-size:10px;text-transform:uppercase;letter-spacing:1.3px;position:sticky;top:0;z-index:2}th:nth-child(1){width:34%}th:nth-child(2){width:25%}th:nth-child(3){width:18%}th:nth-child(4){width:23%}td{padding:21px 16px;border-top:1px solid #171714;background:#fff;color:#050505;font-weight:650}td em{font:700 9px monospace;margin-right:14px;color:#050505}td strong{font-size:17px;font-weight:900}td>span{display:inline-block;border:1px solid #171714;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:750}.bar{display:inline-block;width:55px;height:5px;background:#fff;border:1px solid #171714;border-radius:99px;margin-right:8px;overflow:hidden}.bar i{display:block;height:100%;background:#050505}.staticOffer{position:sticky;top:94px;background:var(--yellow);border:1px solid #d6cc00;border-radius:28px;padding:46px;min-height:660px;box-shadow:0 18px 50px rgba(0,0,0,.08)}.staticOffer h3{font-size:58px;line-height:.9;letter-spacing:-.06em;margin:25px 0}.staticOffer p{line-height:1.7;max-width:460px}.offerPrice{border-block:1px solid #a9a100;padding:24px 0;margin:28px 0}.offerPrice span,.offerPrice small{display:block;font-size:10px;font-weight:800;letter-spacing:1px}.offerPrice strong{display:block;font-size:78px;letter-spacing:-.07em}.staticOffer li{margin:13px 0;font-weight:700}.staticOffer .button{margin-top:20px}.how{background:var(--yellow);padding:100px 5vw;border-radius:30px 30px 0 0}.how h2{font-size:clamp(45px,6vw,75px);line-height:.96;letter-spacing:-.06em}.how>div{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;margin:65px 0}.how article{border-top:1px solid #171714;padding-top:18px}.how article p{font-size:13px;line-height:1.7}.page{max-width:1000px;margin:0 auto;padding:70px 24px 100px}.page h1{font-size:clamp(48px,7vw,76px);letter-spacing:-.06em;line-height:.95}.panel{background:#fff;border:1px solid #171714;border-radius:22px;padding:32px;margin-top:35px}.formgrid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:flex;flex-direction:column;gap:7px}.field.full,.sectiontitle{grid-column:1/-1}.field label{font-size:10px;text-transform:uppercase;letter-spacing:1px;font-weight:800}.field input,.field select,.field textarea{padding:13px;border:1px solid #aaa;background:#fff;font:14px inherit;border-radius:12px}.field textarea{min-height:105px}.sectiontitle{border-bottom:1px solid #ddd;padding:22px 0 10px}.checkout{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #ddd;margin-top:20px;padding-top:24px}.checkout strong{display:block;font-size:28px}.notice,.flash{padding:14px;background:#edf8bd;border-radius:12px;font-size:13px}.flash{position:fixed;top:84px;left:50%;transform:translateX(-50%);z-index:30;border:1px solid #171714}.statusPill{background:var(--yellow);border:1px solid #171714;border-radius:999px;padding:10px 15px;font-size:11px;font-weight:900}.comment{border:1px solid #171714;border-radius:14px;padding:15px;margin:12px 0;max-width:78%}.comment.customer{background:var(--yellow);margin-left:auto}.comment p{margin:7px 0}.comment small{font-size:10px}.commentForm{display:grid;grid-template-columns:1fr auto;gap:12px;margin-top:18px}.commentForm textarea{min-height:80px;padding:12px;border:1px solid #171714;border-radius:12px}footer{padding:55px 5vw;display:flex;justify-content:space-between;align-items:center}footer p,footer small{font-size:11px}.adminSubmission{border-top:1px solid #171714;padding:24px 0}.adminGrid{display:grid;grid-template-columns:1fr 220px;gap:18px}.adminThread{background:#f5f3ec;border-radius:12px;padding:15px;margin-top:15px}.listItem{display:grid;grid-template-columns:1.5fr 1fr .5fr auto;gap:10px;padding:12px 0;border-bottom:1px solid #ddd}.danger{border:0;background:none;color:#a33;cursor:pointer}@media(max-width:900px){.directoryLayout{grid-template-columns:1fr}.staticOffer{position:static}.directoryMain th:nth-child(2),.directoryMain td:nth-child(2){display:none}.directoryMain th:nth-child(1){width:43%}.directoryMain th:nth-child(3){width:25%}.directoryMain th:nth-child(4){width:32%}}@media(max-width:650px){nav{padding:0 18px}nav>div>a:not(.small):not(:last-child){display:none}.hero{padding:58px 22px 64px}.hero h1{font-size:64px}.hero>p{font-size:17px}.actions{display:grid}.catalog{padding:42px 14px}.toolbar{padding:12px}.directoryMain th:nth-child(4),.directoryMain td:nth-child(4){display:none}.directoryMain th:nth-child(1){width:65%}.directoryMain th:nth-child(3){width:35%;text-align:right}.directoryMain td:nth-child(3){text-align:right}.staticOffer{padding:34px 25px}.staticOffer h3{font-size:48px}.offerPrice strong{font-size:68px}.how{padding:72px 24px}.how>div{grid-template-columns:1fr}.formgrid{grid-template-columns:1fr}.field.full,.sectiontitle{grid-column:1}.checkout{align-items:flex-start;gap:20px;flex-direction:column}.commentForm{grid-template-columns:1fr}.adminGrid{grid-template-columns:1fr}footer{flex-direction:column;align-items:flex-start;gap:18px}}

