*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html{touch-action:manipulation;height:100%}body{color:#e0e0e0;background:#0a0a0a;height:100dvh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden}#root{width:100%;height:100dvh}.full-screen{position:absolute;inset:0}.flex-center{justify-content:center;align-items:center;display:flex}@supports not (height:100dvh){body,#root{height:100vh}}button{cursor:pointer;color:#e0e0e0;background:#2a2a2a;border:none;border-radius:8px;padding:8px 16px;font-family:inherit;font-size:14px;transition:background .15s,transform .1s}button:hover{background:#3a3a3a}button:active{transform:scale(.97)}button:disabled{opacity:.4;cursor:default;transform:none}input,select,textarea{color:#e0e0e0;background:#1a1a1a;border:1px solid #333;border-radius:8px;outline:none;padding:8px 12px;font-family:inherit;font-size:14px;transition:border-color .15s}input:focus,select:focus,textarea:focus{border-color:#2196f3}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#444}.toast-container{z-index:10000;pointer-events:none;flex-direction:column;align-items:center;gap:12px;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.toast{pointer-events:auto;color:#fff;text-align:center;cursor:pointer;border:1px solid #ffffff1a;border-radius:8px;max-width:90vw;padding:12px 24px;font-size:14px;font-weight:500;animation:.3s cubic-bezier(.16,1,.3,1) forwards slide-up;box-shadow:0 4px 12px #0000004d}.toast-success{background:#2e7d32;border-color:#4caf50}.toast-error{background:#c62828;border-color:#f44336}.toast-info{background:#1565c0;border-color:#2196f3}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.confirm-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#000000b3;justify-content:center;align-items:center;animation:.2s ease-out fade-in;display:flex;position:fixed;inset:0}.confirm-modal{background:#1a1a1a;border:1px solid #333;border-radius:12px;width:90%;max-width:320px;padding:24px;animation:.2s cubic-bezier(.16,1,.3,1) scale-in;box-shadow:0 8px 32px #00000080}.confirm-modal p{color:#e0e0e0;text-align:center;margin-bottom:24px;font-size:16px;line-height:1.5}.confirm-modal-actions{justify-content:center;gap:12px;display:flex}.confirm-modal-actions button{flex:1;padding:10px;font-size:14px;font-weight:500}.cancel-btn{color:#a0a0a0;background:0 0;border:1px solid #333}.cancel-btn:hover{color:#e0e0e0;background:#ffffff0d;border-color:#555}.confirm-btn{color:#0a0a0a;background:#e0e0e0;border:1px solid #e0e0e0}.confirm-btn:hover{background:#fff;transform:translateY(-1px)}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.skeleton{background:#1a1a1a linear-gradient(90deg,#1a1a1a 0%,#2a2a2a 50%,#1a1a1a 100%) 0 0/200% 100%;border-radius:8px;animation:1.5s ease-in-out infinite skeleton-shimmer}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.celebration-container{pointer-events:none;z-index:10001;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.celebration-particle{border-radius:50%;width:5px;height:5px;animation:.8s ease-out forwards celebrate;position:absolute}@keyframes celebrate{0%{opacity:1;transform:translate(0)scale(1)}to{transform:translate(var(--dx), var(--dy)) scale(0);opacity:0}}.sheet-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:100;background:#00000080;animation:.2s ease-out fade-in;position:fixed;inset:0}.sheet-content{background:#1a1a1a;border-radius:16px 16px 0 0;flex-direction:column;max-height:80vh;animation:.3s cubic-bezier(.16,1,.3,1) slide-up-sheet;display:flex;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -4px 30px #00000080}@keyframes slide-up-sheet{0%{transform:translateY(100%)}to{transform:translateY(0)}}
