:root{--background:#0f1115;--foreground:#e4e4e7;--primary:#8b5cf6;--primary-hover:#7c3aed;--secondary:#1f2229;--border:#272a33;--glass:rgba(31,34,41,.7);--danger:#ef4444;--success:#22c55e}*{box-sizing:border-box;padding:0;margin:0}body{background-color:var(--background);color:var(--foreground);font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif;min-height:100vh}.glass-panel{background:var(--glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:16px;padding:24px}.btn{background:var(--primary);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px rgba(139,92,246,.4)}.btn.danger{background:var(--danger)}.btn.danger:hover{background:#dc2626;box-shadow:0 4px 12px rgba(239,68,68,.4)}.input{width:100%;padding:12px;border-radius:8px;background:rgba(0,0,0,.2);border:1px solid var(--border);color:#fff;margin-bottom:16px;transition:border-color .2s}.input:focus{outline:none;border-color:var(--primary)}.history-table{width:100%;border-collapse:collapse;text-align:center}.history-table td,.history-table th{padding:12px;border-bottom:1px solid hsla(0,0%,100%,.05);white-space:nowrap}.history-table th{border-bottom:1px solid var(--border)}.mobile-history-cards{display:none;flex-direction:column;gap:16px}.history-card{background:rgba(0,0,0,.2);border:1px dashed var(--border);border-radius:12px;padding:12px}.history-card-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid hsla(0,0%,100%,.05);padding-bottom:8px;margin-bottom:12px}.history-chip{display:inline-flex;align-items:center;padding:4px 10px;border-radius:16px;font-size:.85rem;background:hsla(0,0%,100%,.05);margin-right:8px;margin-bottom:8px;font-weight:500}@media (max-width:768px){.desktop-history-table{display:none}.mobile-history-cards{display:flex}}.hover-row:hover{background:hsla(0,0%,100%,.05)}@media (max-width:600px){.mobile-hide{display:none}}