.form_formContainer__avUvP{max-width:750px;background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--radius-md);padding:3rem;box-shadow:var(--shadow-lg);margin-top:2rem;position:relative;z-index:1}.form_formGroup__Ag6lH{margin-bottom:2rem}.form_label__Cc9qT{display:block;font-size:.75rem;font-weight:600;color:var(--admin-muted);margin-bottom:.75rem;letter-spacing:.15em;text-transform:uppercase}.form_input__URt6j{width:100%;padding:1rem 1.25rem;border:1px solid var(--admin-border);border-radius:var(--radius-md);font-family:inherit;font-size:.9375rem;background:#fff;color:var(--admin-foreground);transition:all .3s ease}.form_input__URt6j::placeholder{color:var(--admin-muted);opacity:.5}.form_input__URt6j:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-light)}textarea.form_input__URt6j{min-height:150px;resize:vertical}.form_submitBtn__pBOjD{background:var(--primary);color:#fff;padding:1.1rem 2rem;border-radius:var(--radius-md);font-weight:700;font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;border:none;cursor:pointer;width:100%;transition:all .3s cubic-bezier(.16,1,.3,1);margin-top:1rem;box-shadow:0 8px 24px hsla(35,31%,62%,.3)}.form_submitBtn__pBOjD:hover{transform:translateY(-2px);box-shadow:0 12px 32px hsla(35,31%,62%,.5);background:var(--primary-hover)}.admin_adminContainer__Eh90a{display:flex;min-height:100vh;background-color:var(--admin-bg);color:var(--admin-foreground);font-family:var(--font-sans)}.admin_sidebar__mXGAh{width:260px;background-color:var(--admin-surface);border-right:1px solid var(--admin-border);display:flex;flex-direction:column;position:-webkit-sticky;position:sticky;top:0;height:100vh;z-index:50;box-shadow:4px 0 24px rgba(0,0,0,.02)}.admin_sidebarLogo__Ai8DN{padding:2.5rem 1.5rem;font-family:var(--font-serif);font-size:1.5rem;font-weight:700;color:var(--admin-accent);letter-spacing:.05em;border-bottom:1px solid var(--admin-border);margin-bottom:1rem}.admin_navSection__U4FNm{padding:0 .75rem;flex:1 1}.admin_navItem__DShOG{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;color:var(--admin-muted);border-radius:var(--radius-md);transition:all .3s ease;font-weight:500;font-size:.9rem;margin-bottom:.25rem}.admin_navItemActive__whfSu,.admin_navItem__DShOG:hover{background-color:var(--admin-bg);color:var(--admin-foreground)}.admin_navItemActive__whfSu{background-color:var(--admin-bg);color:var(--admin-accent);font-weight:700}.admin_mainContent__LKiLk{flex:1 1;padding:2rem 3rem;max-width:1400px;margin:0 auto;width:100%}.admin_header__BXCuK{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.admin_pageTitle__mBoy6{font-size:1.5rem;font-weight:700;color:var(--admin-foreground)}.admin_statsGrid__wDvIu{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:3rem}.admin_statCard__x3Xg1{background:var(--admin-surface);padding:1.75rem;border-radius:var(--radius-lg);border:1px solid var(--admin-border);box-shadow:var(--shadow-sm);transition:var(--transition)}.admin_statCard__x3Xg1:hover{box-shadow:0 12px 30px rgba(0,0,0,.4);transform:translateY(-5px);background:var(--admin-surface-hover);border-color:rgba(212,175,55,.2)}.admin_statCard__x3Xg1:hover:after{transform:translateX(100%)}.admin_statLabel__JrlIw{color:var(--admin-muted);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em}.admin_statValue__QYKkw{font-family:var(--font-data);font-size:2.25rem;font-weight:700;color:var(--admin-foreground);line-height:1}.admin_tableSection__Anjf3{margin-top:4rem;background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-md);position:relative;z-index:1}.admin_tableHeader___8L4K{padding:1.5rem 2rem;border-bottom:1px solid var(--admin-border);background:var(--admin-surface);display:flex;justify-content:space-between;align-items:center}.admin_tableHeader___8L4K h3{font-family:var(--font-sans);font-size:1rem;font-weight:700;margin:0;text-transform:uppercase;letter-spacing:.1em;color:var(--admin-foreground)}.admin_table__Wi_BD{width:100%;border-collapse:separate;border-spacing:0}.admin_table__Wi_BD td,.admin_table__Wi_BD th{padding:1.25rem 2rem;text-align:left;border-bottom:1px solid var(--admin-border)}.admin_table__Wi_BD th{font-size:.75rem;font-weight:700;color:var(--admin-muted);text-transform:uppercase;letter-spacing:.15em;background:var(--admin-bg)}.admin_table__Wi_BD td{color:var(--admin-foreground);font-size:.9375rem;font-weight:500}.admin_table__Wi_BD tr:last-child td{border-bottom:none}.admin_table__Wi_BD tr{transition:all .3s cubic-bezier(.16,1,.3,1)}.admin_table__Wi_BD tbody tr:hover{background-color:var(--admin-surface-hover);transform:scale(1.001);box-shadow:inset 3px 0 0 var(--primary)}@media (max-width:1024px){.admin_adminwrapper__aUR9L{flex-direction:column}.admin_sidebar__mXGAh{width:100%;border-right:none;border-bottom:1px solid var(--admin-border);box-shadow:0 2px 10px rgba(0,0,0,.2)}.admin_sidebarNav__WZtZQ{padding:1rem;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1rem}.admin_navLink__SAU_m{padding:.5rem 1rem}.admin_navLink__SAU_m:hover{padding-left:1rem;background:var(--admin-surface-hover)}.admin_navLink__SAU_m:before{display:none}.admin_mainContent__LKiLk{padding:2rem 1.5rem}.admin_pageTitle__mBoy6{font-size:1.8rem}.admin_header__BXCuK{flex-direction:column;align-items:flex-start;gap:1.5rem}.admin_tableSection__Anjf3{overflow-x:auto}}.admin_pulse__wtr1V{animation:admin_pulse-animation-dark__wAbKO 2s infinite;border-radius:50%}@keyframes admin_pulse-animation-dark__wAbKO{0%{box-shadow:0 0 0 0 rgba(212,175,55,.3)}to{box-shadow:0 0 0 10px rgba(212,175,55,0)}}