@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
:root{--color-primary:#ff8c00;--color-primary-dark:#ff6b00;--color-primary-light:orange;--color-primary-bg:#ff8c0014;--color-primary-bg-strong:#ff8c0026;--color-text:#1a1a1a;--color-text-secondary:#666;--color-text-muted:#999;--color-background:#fff;--color-background-secondary:#fff8f2;--color-background-gradient:linear-gradient(180deg,#fff8f2 0%,#fff 50%,#fff8f2 100%);--color-border:#eee;--color-border-orange:#ff8c0033;--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 4px 20px #ff8c001a;--shadow-lg:0 8px 40px #ff8c0026;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:30px;--font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;font-family:var(--font-family);background:var(--color-background-gradient);color:var(--color-text);min-height:100vh;overflow-x:hidden}body{flex-direction:column;min-height:100vh;padding-top:60px;display:flex}a{color:inherit;text-decoration:none}button{font-family:var(--font-family)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f5f5f5}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--color-primary),var(--color-primary-dark));border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-primary-dark)}::selection{color:var(--color-text);background:#ff8c004d}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fadeIn{animation:.5s forwards fadeIn}
.Header-module__ldgnoG__header{-webkit-backdrop-filter:blur(20px);z-index:1000;background:#fffffffa;border-bottom:1px solid #ff8c001a;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #00000008}.Header-module__ldgnoG__container{justify-content:space-between;align-items:center;gap:20px;max-width:1400px;margin:0 auto;padding:10px 24px;display:flex}.Header-module__ldgnoG__logo{flex-shrink:0;align-items:center;gap:6px;text-decoration:none;transition:transform .3s;display:flex}.Header-module__ldgnoG__logo:hover{transform:scale(1.05)}.Header-module__ldgnoG__logoText{color:#333;font-size:1.5rem;font-weight:800}.Header-module__ldgnoG__logoDev{background:linear-gradient(135deg,#ff8c00,#ff6b00);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800}.Header-module__ldgnoG__nav{flex-wrap:wrap;justify-content:center;gap:4px;display:flex}.Header-module__ldgnoG__navLink{color:#666;white-space:nowrap;border-radius:8px;padding:8px 14px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;position:relative}.Header-module__ldgnoG__navLink:hover{color:#ff8c00;background:#ff8c0014}.Header-module__ldgnoG__navLink.Header-module__ldgnoG__active{color:#ff8c00;background:#ff8c001f}.Header-module__ldgnoG__authSection{flex-shrink:0;align-items:center;gap:12px;display:flex}.Header-module__ldgnoG__loading{color:#999}.Header-module__ldgnoG__userMenu{align-items:center;gap:12px;display:flex}.Header-module__ldgnoG__userProfile{background:linear-gradient(135deg,#fff5eb,#fff);border:1px solid #ff8c0033;border-radius:24px;align-items:center;gap:8px;padding:5px 12px 5px 5px;text-decoration:none;transition:all .3s;display:flex}.Header-module__ldgnoG__userProfile:hover{border-color:#ff8c00;box-shadow:0 2px 10px #ff8c0026}.Header-module__ldgnoG__userAvatar{object-fit:cover;border:2px solid #ff8c00;border-radius:50%;width:32px;height:32px}.Header-module__ldgnoG__avatarPlaceholder{color:#fff;background:linear-gradient(135deg,#ff8c00,#ff6b00);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:700;display:flex}.Header-module__ldgnoG__username{color:#333;font-size:.9rem;font-weight:600}.Header-module__ldgnoG__logoutBtn{color:#666;cursor:pointer;background:#f5f5f5;border:none;border-radius:8px;padding:6px 14px;font-size:.85rem;font-weight:600;transition:all .3s}.Header-module__ldgnoG__logoutBtn:hover{color:#333;background:#eee}.Header-module__ldgnoG__authButtons{gap:8px;display:flex}.Header-module__ldgnoG__loginBtn{color:#ff8c00;border-radius:8px;padding:8px 16px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s}.Header-module__ldgnoG__loginBtn:hover{background:#ff8c0014}.Header-module__ldgnoG__registerBtn{color:#fff;background:linear-gradient(135deg,#ff8c00,#ff6b00);border-radius:8px;padding:8px 16px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s}.Header-module__ldgnoG__registerBtn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ff8c004d}@media (max-width:900px){.Header-module__ldgnoG__container{flex-wrap:wrap;gap:12px}.Header-module__ldgnoG__nav{order:3;justify-content:center;width:100%}.Header-module__ldgnoG__username{display:none}}@media (max-width:480px){.Header-module__ldgnoG__navLink{padding:6px 10px;font-size:.8rem}.Header-module__ldgnoG__loginBtn,.Header-module__ldgnoG__registerBtn{padding:6px 12px;font-size:.8rem}}
.Footer-module__Grjkva__footer{text-align:center;background:linear-gradient(135deg,#fff5eb,#fff);border-top:1px solid #ff8c001a;padding:16px 24px}.Footer-module__Grjkva__container{max-width:1200px;margin:0 auto}.Footer-module__Grjkva__brand{color:#ff8c00;margin:0;font-size:.9rem;font-weight:600}
