:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#e8e8e8;background-color:#0f0f0f;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root{min-height:100vh;padding:20px}.name-prompt-screen{flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:calc(100vh - 40px);display:flex}.name-prompt{text-align:center;flex-direction:column;gap:16px;width:100%;max-width:500px;padding:32px;display:flex}.name-prompt-description{color:#b0b0b0;margin:0 0 8px;font-size:15px;line-height:1.5}.name-prompt h2{margin:0 0 20px;font-size:24px;font-weight:600}.name-prompt input{color:#e8e8e8;background-color:#1a1a1a;border:2px solid #333;border-radius:6px;padding:12px 16px;font-size:16px;transition:border-color .2s}.name-prompt input:focus{border-color:#6366f1;outline:none}.name-prompt button{color:#fff;cursor:pointer;background-color:#6366f1;border:none;border-radius:6px;padding:12px 24px;font-size:16px;font-weight:600;transition:background-color .2s}.name-prompt button:hover{background-color:#4f46e5}.main-container{width:100%;max-width:100%;padding:0 20px}.header{border-bottom:1px solid #333;justify-content:space-between;align-items:center;margin-bottom:28px;padding-bottom:16px;display:flex}.header h1{margin:0;font-size:32px;font-weight:700}.header-controls{align-items:center;gap:12px;display:flex}.header-controls input{color:#e8e8e8;background-color:#1a1a1a;border:1px solid #333;border-radius:4px;padding:8px 12px;font-size:14px}.header-controls input:focus{border-color:#6366f1;outline:none}.header-controls button{color:#e8e8e8;cursor:pointer;background-color:#333;border:none;border-radius:4px;padding:8px 16px;font-size:14px;transition:background-color .2s}.header-controls button:hover{background-color:#444}.search-section{margin-bottom:20px}.search-section input{color:#e8e8e8;background-color:#1a1a1a;border:2px solid #333;border-radius:6px;width:100%;padding:12px 16px;font-size:16px}.search-section input:focus{border-color:#6366f1;outline:none}.garments-section{margin-bottom:32px}.garments-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;display:grid}.garment-card{background-color:#1a1a1a;border:1px solid #333;border-radius:8px;flex-direction:column;transition:transform .2s,box-shadow .2s;animation:.3s ease-out slideIn;display:flex;overflow:hidden}.garment-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #6366f11a}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.garment-images{background-color:#0f0f0f;border-bottom:1px solid #333;position:relative;overflow:hidden}.garment-image-container{aspect-ratio:4/3;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.garment-image{object-fit:cover;cursor:pointer;width:100%;height:100%;display:block}.image-nav{pointer-events:none;justify-content:space-between;width:100%;padding:0 8px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.image-nav button{pointer-events:all;color:#fff;cursor:pointer;background-color:#00000080;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;transition:background-color .2s;display:flex}.image-nav button:hover{background-color:#6366f1cc}.image-counter{color:#e8e8e8;background-color:#0009;border-radius:4px;padding:4px 8px;font-size:12px;position:absolute;bottom:8px;right:8px}.garment-info{flex-direction:column;flex:1;padding:16px;display:flex}.garment-info h3{margin:0 0 8px;font-size:18px;font-weight:600}.garment-meta{color:#b0b0b0;flex-direction:column;gap:4px;margin-bottom:12px;font-size:14px;display:flex}.garment-size:before{content:"Size: ";color:#e8e8e8;font-weight:600}.garment-description:before{content:"Description: ";color:#e8e8e8;font-weight:600}.garment-claim-status{border-radius:4px;margin-top:auto;margin-bottom:12px;padding:12px;font-size:14px}.garment-claim-status.claimed{color:#86efac;background-color:#22c55e1a;border:1px solid #4ade80}.garment-claim-status.unclaimed{color:#d1d5db;background-color:#6b72801a;border:1px solid #9ca3af}.claim-button{color:#fff;cursor:pointer;background-color:#6366f1;border:none;border-radius:4px;width:100%;padding:10px;font-weight:600;transition:background-color .2s;animation:.3s ease-out claimPulse}.claim-button:hover{background-color:#4f46e5}.unclaim-button{color:#fff;cursor:pointer;background-color:#ef4444;border:none;border-radius:4px;width:100%;padding:10px;font-weight:600;transition:background-color .2s}.unclaim-button:hover{background-color:#dc2626}@keyframes claimPulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.empty-state{text-align:center;color:#888;background-color:#1a1a1a;border:1px dashed #333;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:48px 24px;display:flex}.empty-state h3{color:#e8e8e8;margin:0;font-size:18px}.empty-state p{margin:0;font-size:14px}.admin-section{background-color:#1a1a1a;border:2px solid #6366f1;border-radius:8px;margin-bottom:24px;padding:24px}.admin-section h2{color:#6366f1;margin-top:0;margin-bottom:20px;font-size:20px}.drafts-container{margin-bottom:20px}.drafts-container h3{color:#b0b0b0;margin-bottom:12px;font-size:16px}.draft-list{background-color:#0f0f0f;border:1px solid #333;border-radius:4px;flex-direction:column;gap:12px;max-height:300px;margin-bottom:16px;padding:12px;display:flex;overflow-y:auto}.draft-item{background-color:#2a2a2a;border-radius:4px;justify-content:space-between;align-items:center;padding:12px;animation:.2s ease-out slideIn;display:flex}.draft-info{flex:1}.draft-name{margin-bottom:4px;font-weight:600}.draft-meta{color:#888;font-size:12px}.draft-actions{gap:8px;display:flex}.draft-actions button{color:#e8e8e8;cursor:pointer;background-color:#333;border:none;border-radius:4px;padding:6px 12px;font-size:12px;transition:background-color .2s}.draft-actions button:hover{background-color:#444}.admin-form{background-color:#0f0f0f;border:1px solid #333;border-radius:4px;flex-direction:column;gap:14px;padding:16px;display:flex}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:#b0b0b0;font-size:14px;font-weight:600}.form-group input[type=text],.form-group input[type=file]{color:#e8e8e8;background-color:#1a1a1a;border:1px solid #333;border-radius:4px;padding:10px 12px;font-size:14px;transition:border-color .2s}.form-group input[type=text]:focus,.form-group input[type=file]:focus{border-color:#6366f1;outline:none}.file-list{color:#888;margin-top:4px;font-size:12px}.file-list-item{word-break:break-word;padding:4px 0}.form-buttons{gap:12px;display:flex}.form-buttons button{cursor:pointer;border:none;border-radius:4px;flex:1;padding:10px;font-size:14px;font-weight:600;transition:background-color .2s}.btn-add{color:#e8e8e8;background-color:#333}.btn-add:hover{background-color:#444}.btn-submit{color:#fff;background-color:#6366f1}.btn-submit:hover{background-color:#4f46e5}.password-section{background-color:#1a1a1a;border:1px solid #333;border-radius:8px;margin-bottom:20px;padding:20px}.password-section h3{margin-top:0;margin-bottom:12px;font-size:16px}.password-form{align-items:flex-end;gap:12px;display:flex}.password-form input{color:#e8e8e8;background-color:#0f0f0f;border:1px solid #333;border-radius:4px;flex:1;padding:10px 12px;font-size:14px;transition:border-color .2s}.password-form input:focus{border-color:#6366f1;outline:none}.password-form button{color:#fff;cursor:pointer;background-color:#6366f1;border:none;border-radius:4px;padding:10px 24px;font-size:14px;font-weight:600;transition:background-color .2s}.password-form button:hover{background-color:#4f46e5}.error-message{color:#fca5a5;background-color:#ef44441a;border:1px solid #ef4444;border-radius:6px;margin-bottom:20px;padding:12px 16px;animation:.3s ease-out slideIn}.success-message{color:#86efac;background-color:#22c55e1a;border:1px solid #22c55e;border-radius:6px;margin-bottom:20px;padding:12px 16px;animation:.3s ease-out slideIn}.lightbox-overlay{z-index:1000;background-color:#000000e6;justify-content:center;align-items:center;padding:40px;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lightbox-content{justify-content:center;align-items:center;max-width:90vw;max-height:90vh;display:flex;position:relative}.lightbox-image{object-fit:contain;border-radius:8px;max-width:90vw;max-height:90vh}.lightbox-close{color:#e8e8e8;cursor:pointer;z-index:1001;background-color:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:24px;transition:background-color .2s;display:flex;position:fixed;top:20px;right:24px}.lightbox-close:hover{background-color:#fff3}.lightbox-nav{pointer-events:none;justify-content:space-between;width:100%;padding:0 16px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-nav button{pointer-events:all;color:#fff;cursor:pointer;background-color:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;transition:background-color .2s;display:flex}.lightbox-nav button:hover{background-color:#6366f1cc}.lightbox-counter{color:#e8e8e8;background-color:#0009;border-radius:4px;padding:4px 12px;font-size:13px;position:absolute;bottom:-36px;left:50%;transform:translate(-50%)}@media (width<=768px){.garments-grid{grid-template-columns:1fr}.header{text-align:center;flex-direction:column;gap:16px}.header-controls{flex-direction:column;width:100%}.header-controls input{width:100%}.password-form,.form-buttons{flex-direction:column}}.lightbox-overlay.closing{pointer-events:none;animation:.2s ease-out forwards fadeOut}.lightbox-overlay.closing .lightbox-content{animation:.2s ease-out forwards scaleOut}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes scaleOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.96)}}
