.earth-debug-panel{position:fixed;top:70px;right:20px;width:340px;max-height:calc(100vh - 100px);background:#0f172af2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#e2e8f0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;z-index:9999;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000080}.debug-header{padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:8px;background:#1e293b80;flex-shrink:0}.debug-header h3{margin:0;font-size:14px;font-weight:600;flex:1}.debug-auth-status{font-size:11px;padding:4px 8px;border-radius:4px;background:#ffffff0d}.debug-auth-admin{color:#fbbf24}.debug-auth-user{color:#60a5fa}.debug-auth-guest{color:#f97316}.debug-auth-loading{color:#94a3b8}.debug-actions{display:flex;gap:4px}.debug-actions button{background:#ffffff1a;border:none;border-radius:6px;padding:6px 10px;cursor:pointer;color:inherit;font-size:12px;transition:all .15s ease}.debug-actions button:hover:not(:disabled){background:#fff3;transform:translateY(-1px)}.debug-actions button:active:not(:disabled){transform:translateY(0)}.debug-actions button:disabled{opacity:.4;cursor:not-allowed}.debug-body{flex:1;overflow-y:auto;padding:8px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}.debug-body::-webkit-scrollbar{width:6px}.debug-body::-webkit-scrollbar-track{background:transparent}.debug-body::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.debug-body::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.debug-section{margin-bottom:4px;border-radius:8px;overflow:hidden;background:#ffffff05}.debug-section-header{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#ffffff0d;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s ease;font-weight:500}.debug-section-header:hover{background:#ffffff14}.debug-toggle-icon{opacity:.5;font-size:16px;width:20px;text-align:center}.debug-section-body{padding:12px;border-top:1px solid rgba(255,255,255,.05)}.debug-subsection{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#94a3b8;margin-top:16px;margin-bottom:8px;padding-bottom:4px;border-bottom:1px solid rgba(255,255,255,.05)}.debug-subsection:first-child{margin-top:0}.debug-control{margin-bottom:12px}.debug-control:last-child{margin-bottom:0}.debug-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;font-size:12px}.debug-value{color:#60a5fa;font-weight:500;font-family:SF Mono,Monaco,Consolas,monospace;font-size:11px}.slider-wrapper{display:flex;align-items:center;gap:8px}.debug-control input[type=range]{flex:1;height:4px;border-radius:2px;background:#ffffff1a;outline:none;-webkit-appearance:none;appearance:none}.debug-control input[type=number].slider-input{width:60px;padding:2px 6px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:4px;color:#60a5fa;font-size:11px;font-family:SF Mono,Monaco,Consolas,monospace;text-align:right;-moz-appearance:textfield}.debug-control input[type=number].slider-input::-webkit-outer-spin-button,.debug-control input[type=number].slider-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.debug-control input[type=number].slider-input:focus{border-color:#3b82f6;background:#ffffff1a}.debug-control input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:#3b82f6;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 2px 4px #0000004d}.debug-control input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 4px 8px #3b82f666}.debug-control input[type=range]::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#3b82f6;cursor:pointer;border:none}.debug-toggle label{display:flex;align-items:center;gap:8px;cursor:pointer}.debug-toggle input[type=checkbox]{width:16px;height:16px;accent-color:#3b82f6;cursor:pointer}.toggle-label{font-size:12px}.debug-select select{width:100%;padding:8px 10px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:inherit;font-size:12px;cursor:pointer;outline:none;transition:border-color .15s ease}.debug-select select:hover{border-color:#fff3}.debug-select select:focus{border-color:#3b82f6}.debug-select select option{background:#1e293b;color:#e2e8f0}.debug-number input[type=number]{width:100%;padding:8px 10px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:inherit;font-size:12px;outline:none;transition:border-color .15s ease}.debug-number input[type=number]:focus{border-color:#3b82f6}.debug-color{display:flex;align-items:center;gap:8px}.debug-color .debug-label{margin-bottom:0;flex:1}.debug-color input[type=color]{width:32px;height:24px;border:none;border-radius:4px;cursor:pointer;padding:0;background:transparent}.debug-color input[type=color]::-webkit-color-swatch-wrapper{padding:0}.debug-color input[type=color]::-webkit-color-swatch{border-radius:4px;border:1px solid rgba(255,255,255,.2)}.debug-info{padding:8px 10px;background:#3b82f61a;border-radius:6px;border-left:3px solid #3b82f6;margin:8px 0}.debug-info small{font-size:11px;color:#93c5fd;line-height:1.4}.debug-stat{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px solid rgba(255,255,255,.05)}.debug-stat:last-child{border-bottom:none}.debug-stat-label{color:#94a3b8;font-size:12px}.debug-stat-value{color:#60a5fa;font-weight:600;font-family:SF Mono,Monaco,Consolas,monospace;font-size:12px}.debug-footer{padding:10px 16px;border-top:1px solid rgba(255,255,255,.1);text-align:center;background:#1e293b4d;flex-shrink:0}.debug-footer small{color:#64748b;font-size:11px}.debug-footer kbd{display:inline-block;padding:2px 6px;background:#ffffff1a;border-radius:4px;font-family:SF Mono,Monaco,Consolas,monospace;font-size:10px;margin:0 2px}.debug-notification{position:fixed;bottom:24px;right:24px;background:#0f172af2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:14px 20px;border-radius:10px;border:1px solid rgba(255,255,255,.1);color:#e2e8f0;font-size:13px;font-weight:500;z-index:10000;animation:notificationSlideIn .3s ease-out;box-shadow:0 10px 25px -5px #0006}@keyframes notificationSlideIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:768px){.earth-debug-panel{inset:auto 0 0;width:100%;max-height:60vh;border-radius:12px 12px 0 0}.debug-notification{right:16px;left:16px;bottom:16px}}@media(prefers-reduced-motion:reduce){.debug-control input[type=range]::-webkit-slider-thumb,.debug-actions button,.debug-notification{transition:none;animation:none}}.debug-slider-container{display:flex;align-items:center;gap:8px}.debug-slider-container input[type=range]{flex:1}.debug-number-input{width:60px;padding:2px 4px;border:1px solid #444;border-radius:4px;background:#222;color:#eee;font-size:12px}.debug-number-input::-webkit-inner-spin-button,.debug-number-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
