.site-header{min-height:80px;display:flex;justify-content:center;padding:24px 0 32px;background:transparent}.header-inner{display:grid;grid-template-columns:auto auto auto;align-items:center;gap:50px;width:min(1160px,calc(100% - 48px));margin-inline:auto}.brand{display:inline-flex;width:-moz-max-content;width:max-content;align-items:center;gap:12px;font-size:20px;font-weight:700;letter-spacing:-.5px;transition:all .2s;color:var(--page-text);text-decoration:none}.brand-mark{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--coral) 0,var(--coral-dark) 100%);border-radius:8px;color:white;transition:all .3s ease;box-shadow:0 2px 8px rgba(237,104,71,.25)}.brand-mark svg{width:18px;height:18px}.brand:hover .brand-mark{transform:rotate(-5deg) scale(1.05);box-shadow:0 4px 12px rgba(237,104,71,.4)}nav{display:flex;align-items:center;gap:35px;font-weight:600;font-size:15px}nav a{transition:all .2s;position:relative;padding:8px 4px;text-decoration:none;color:var(--page-text)}nav a:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--coral);transform:scaleX(0);transition:transform .2s}nav a:hover:after{transform:scaleX(1)}nav a:hover{color:var(--coral)}.sign-button{padding:10px 18px;background:linear-gradient(135deg,var(--coral) 0,var(--coral-dark) 100%);color:white;text-decoration:none;border-radius:8px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;box-shadow:0 2px 8px rgba(237,104,71,.25);white-space:nowrap;width:-moz-max-content;width:max-content;min-width:auto}.sign-button:hover{background:var(--coral);transform:scale(1.02);box-shadow:0 4px 12px rgba(237,104,71,.4)}.sign-button .button-price{opacity:.85}@media (max-width:850px){.site-header{min-height:70px;padding:16px 0 24px}.header-inner{grid-template-columns:1fr auto 1fr;gap:16px;width:calc(100% - 30px);align-items:center}.brand{font-size:17px;gap:10px;grid-column:1}.brand-mark{width:28px;height:28px}.brand-mark svg{width:16px;height:16px}nav{grid-column:2;gap:20px;font-size:14px}.sign-button{grid-column:3;justify-self:end}}@media (max-width:560px){.header-inner{grid-template-columns:auto 1fr auto;gap:12px}nav{gap:16px;font-size:13px;grid-column:2;justify-self:center}nav a{padding:6px 2px}.sign-button{font-size:0;padding:10px 14px;grid-column:3}.sign-button:after{content:"Post";font-size:13px}.sign-button .button-price,.sign-button span{display:none}}@media (max-width:400px){.header-inner{grid-template-columns:1fr;grid-template-rows:auto auto;gap:12px}.brand{grid-row:1}.brand,nav{grid-column:1;justify-self:center}nav{grid-row:2;gap:24px}.sign-button{position:fixed;bottom:16px;right:16px;z-index:1000;box-shadow:0 4px 12px rgba(237,104,71,.4)}}