*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#f5f5f5}.app{display:flex;min-height:100vh}.sidebar{width:250px;background:#1a1a2e;color:#fff;padding:20px;position:fixed;height:100vh}.logo{font-size:1.5rem;font-weight:700;margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar ul{list-style:none}.sidebar li{margin-bottom:10px}.sidebar a{color:#ffffffb3;text-decoration:none;display:block;padding:10px 15px;border-radius:8px;transition:all .2s}.sidebar a:hover,.sidebar a.active{background:#ffffff1a;color:#fff}.session-info{position:absolute;bottom:20px;left:20px;right:20px;padding:10px;background:#ffffff1a;border-radius:8px;font-size:.8rem;color:#fff9}.main-content{flex:1;margin-left:250px;padding:30px}.card{background:#fff;border-radius:12px;padding:24px;margin-bottom:20px;box-shadow:0 2px 8px #0000000d}.card h2{margin-bottom:16px;color:#1a1a2e}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px}.stat-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000000d}.stat-card h3{font-size:.9rem;color:#666;margin-bottom:8px}.stat-card .value{font-size:2rem;font-weight:700;color:#1a1a2e}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:12px;border-bottom:1px solid #eee}th{font-weight:600;color:#666;font-size:.85rem;text-transform:uppercase}.status{display:inline-block;padding:4px 12px;border-radius:20px;font-size:.85rem;font-weight:500}.status.new{background:#e3f2fd;color:#1976d2}.status.paid{background:#e8f5e9;color:#388e3c}.status.pending{background:#fff3e0;color:#f57c00}.status.delivered{background:#f3e5f5;color:#7b1fa2}
