.App{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0}#root{min-height:100vh}.admin-layout{display:flex;min-height:100vh}.sidebar{width:250px;background:#1f2937;color:#fff;padding:2rem;display:flex;flex-direction:column}.sidebar h2{margin-bottom:2rem;color:#fff}.sidebar nav{display:flex;flex-direction:column;gap:1rem;flex:1}.sidebar nav a{color:#fffc;text-decoration:none;padding:.75rem;border-radius:.25rem;transition:background .2s}.sidebar nav a:hover{background:#ffffff1a}.main-content{flex:1;padding:2rem;background:#f9fafb}.page-header{margin-bottom:2rem}.page-header h1{font-size:1.8rem;margin-bottom:.5rem;color:#111827}.page-header p{color:#6b7280}.panel{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 12px #0f172a0f;margin-bottom:2rem}.panel h2{margin-bottom:1rem;color:#111827}.form-grid{display:flex;flex-direction:column;gap:1rem}.form-row{display:flex;flex-direction:column;gap:.5rem}.form-row label{font-weight:600;color:#374151;font-size:.9rem}.form-row input,.form-row textarea,.form-row select{padding:.7rem .9rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.95rem}.form-row.two-col{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.primary-btn{background:#2563eb;color:#fff;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:600;cursor:pointer;width:fit-content}.primary-btn:hover{background:#1d4ed8}.ghost-btn{background:#e0e7ff;border:none;color:#1e40af;padding:.45rem .9rem;border-radius:.5rem;cursor:pointer;font-weight:600}.danger-btn{background:#fee2e2;border:none;color:#b91c1c;padding:.45rem .9rem;border-radius:.5rem;cursor:pointer;font-weight:600}.list-panel{display:flex;flex-direction:column;gap:1rem}.list-row{display:flex;justify-content:space-between;gap:1rem;padding:1rem;border:1px solid #e5e7eb;border-radius:.75rem;background:#f9fafb}.row-actions{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}.row-actions input{width:220px;padding:.5rem .7rem;border-radius:.5rem;border:1px solid #e5e7eb;font-size:.9rem}.row-actions audio,.row-actions video{width:220px}.checkbox-row{display:flex;align-items:center;gap:.75rem;font-weight:600;color:#374151}.status-note{color:#16a34a;font-weight:600}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f9fafb}.login-container{background:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;width:100%;max-width:400px}.login-container h1{margin-bottom:2rem;text-align:center;color:#1f2937}.login-container form{display:flex;flex-direction:column;gap:1rem}.login-container input{padding:.75rem;border:1px solid #e5e7eb;border-radius:.25rem;font-size:1rem}.login-container button{padding:.75rem;background:#2563eb;color:#fff;border:none;border-radius:.25rem;font-size:1rem;cursor:pointer}.login-container button:hover{background:#1e40af}.error-message{background:#fee2e2;color:#991b1b;padding:.75rem;border-radius:.25rem;font-size:.875rem}
