:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;--accent: #f59e0b;--accent-dim: #b45309;--surface: rgba(255, 255, 255, .04);--surface-hover: rgba(255, 255, 255, .07);--border: rgba(255, 255, 255, .1);--text: #fafafa;--text-muted: rgba(255, 255, 255, .55);--radius: .75rem}*{box-sizing:border-box;margin:0}html,body,#root{min-height:100vh;background:#0a0a0a;color:var(--text)}.app{max-width:1100px;margin:0 auto;padding:2rem 1.5rem}.app-header{margin-bottom:2rem}.app-header h1{font-size:1.75rem;font-weight:700;letter-spacing:-.03em}.app-header p{color:var(--text-muted);font-size:.9rem;margin-top:.25rem}.layout{display:grid;grid-template-columns:360px 1fr;gap:2rem;align-items:start}@media(max-width:768px){.layout{grid-template-columns:1fr}}.sidebar{display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:2rem}.review-form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.review-form h2{font-size:1.1rem;font-weight:600;letter-spacing:-.01em}.review-form label{display:flex;flex-direction:column;gap:.35rem}.review-form label span{font-size:.8rem;color:var(--text-muted);font-weight:500}.review-form input,.review-form textarea{background:#0000004d;border:1px solid var(--border);border-radius:.5rem;padding:.6rem .75rem;color:var(--text);font-family:inherit;font-size:.9rem;outline:none;transition:border-color .15s;resize:vertical}.review-form input:focus,.review-form textarea:focus{border-color:var(--accent)}.review-form input::placeholder,.review-form textarea::placeholder{color:var(--text-muted)}.review-form button[type=submit]{background:var(--accent);color:#000;font-weight:600;font-size:.9rem;border:none;border-radius:.5rem;padding:.65rem 1rem;cursor:pointer;transition:opacity .15s}.review-form button[type=submit]:disabled{opacity:.35;cursor:not-allowed}.review-form button[type=submit]:not(:disabled):hover{opacity:.85}.stars{display:flex;gap:.15rem}.star{background:none;border:none;font-size:1.3rem;color:#ffffff26;cursor:default;padding:0;line-height:1;transition:color .1s}.star.filled{color:var(--accent)}.star:not(:disabled){cursor:pointer}.star:not(:disabled):hover{transform:scale(1.15)}.stats{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.stats-summary{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.avg-rating{font-size:2.2rem;font-weight:700;letter-spacing:-.04em;line-height:1}.review-count{font-size:.8rem;color:var(--text-muted);display:block;margin-top:.25rem}.distribution{display:flex;flex-direction:column;gap:.4rem}.dist-row{display:flex;align-items:center;gap:.5rem;font-size:.8rem}.dist-label{width:2rem;text-align:right;color:var(--text-muted);font-weight:500}.dist-bar{flex:1;height:.5rem;background:#ffffff0f;border-radius:.25rem;overflow:hidden}.dist-fill{height:100%;background:var(--accent);border-radius:.25rem;transition:width .3s ease}.dist-count{width:1.5rem;text-align:right;color:var(--text-muted)}.review-list{display:flex;flex-direction:column;gap:1rem}.review-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;transition:background .15s}.review-card:hover{background:var(--surface-hover)}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.review-header h3{font-size:1.05rem;font-weight:600;letter-spacing:-.01em}.reviewer-name{font-size:.8rem;color:var(--text-muted)}.review-card .stars{margin-bottom:.65rem}.review-comment{font-size:.9rem;color:#ffffffbf;line-height:1.55;margin-bottom:.75rem}.review-date{font-size:.75rem;color:var(--text-muted)}.delete-btn{background:none;border:none;color:var(--text-muted);font-size:1.3rem;cursor:pointer;padding:0 .25rem;line-height:1;border-radius:.25rem;transition:color .15s,background .15s}.delete-btn:hover{color:#ef4444;background:#ef44441a}.empty{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:3rem 2rem;text-align:center;color:var(--text-muted)}
