:root{--black: #0a0a0a;--pink: #f8b8c8;--pink-soft: #fdeef2;--gray: #6b6b6b;--line: #e4e4e4}*{box-sizing:border-box}html,body{margin:0;padding:0;background:#fff;color:var(--black);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}#root{min-height:100vh}button{font-family:inherit}input:focus,select:focus{outline:none}button:disabled{opacity:.4;cursor:not-allowed}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.card{transition:transform .12s ease,box-shadow .12s ease}.card:hover{box-shadow:0 4px 16px #0000000f}.closet-body{display:flex;gap:32px;margin-top:30px;align-items:flex-start}.closet-sidebar{width:190px;flex-shrink:0;position:sticky;top:90px;border-right:1px solid var(--line);padding-right:16px}@media (max-width: 760px){.closet-body{flex-direction:column}.closet-sidebar{width:100%;position:static;border-right:none;padding-right:0;padding-bottom:14px;margin-bottom:6px;border-bottom:1px solid var(--line);display:flex;flex-wrap:wrap;gap:6px;align-items:center}.sidebar-label{width:100%;margin-bottom:6px!important;padding-left:0!important}}
