*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;min-height:100vh}.loading{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:1.5rem}.forbidden{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;text-align:center;padding:2rem}.forbidden h1{color:#dc3545;margin-bottom:1rem}.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem}.login-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;width:100%;max-width:400px}.login-card h1{font-size:1.75rem;margin-bottom:.5rem}.login-card>p{color:#fff9;margin-bottom:2rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-size:.875rem;color:#fffc}.form-group input{width:100%;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff0d;color:#fff;font-size:1rem}.form-group input:focus{outline:none;border-color:#00d4ff}button[type=submit]{width:100%;padding:.75rem 1rem;border:none;border-radius:8px;background:linear-gradient(135deg,#00d4ff,#09c);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .2s;margin-top:1rem}button[type=submit]:hover:not(:disabled){opacity:.9}button[type=submit]:disabled{opacity:.5;cursor:not-allowed}.error{background:#dc354533;border:1px solid #dc3545;border-radius:8px;padding:.75rem;margin-bottom:1rem;color:#dc3545}.dashboard{min-height:100vh}.dashboard-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#0003;border-bottom:1px solid rgba(255,255,255,.1)}.dashboard-header h1{font-size:1.5rem}.user-info{display:flex;align-items:center;gap:1rem}.user-info button{padding:.5rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:6px;background:transparent;color:#fff;cursor:pointer;transition:background .2s}.user-info button:hover{background:#ffffff1a}.dashboard-main{padding:2rem}.welcome-section{margin-bottom:2rem}.welcome-section h2{font-size:2rem;margin-bottom:.5rem}.welcome-section p{color:#fff9}.quick-actions h3{margin-bottom:1rem}.action-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.action-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;transition:border-color .2s}.action-card:hover{border-color:#00d4ff4d}.action-card h4{font-size:1.25rem;margin-bottom:.5rem}.action-card p{color:#fff9;margin-bottom:1rem}.coming-soon{display:inline-block;padding:.25rem .75rem;background:#ffc10733;border:1px solid #ffc107;border-radius:4px;font-size:.75rem;color:#ffc107}
