:root{color-scheme:light}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f5f5f5;color:#0f172a}a{color:inherit}.app-container{display:flex;min-height:100vh;background:#f8fafc}.sidebar{width:240px;background:linear-gradient(180deg,#1e40af,#3b82f6);color:#fff;padding:20px;display:flex;flex-direction:column;gap:12px}.sidebar .logo{font-size:16px;font-weight:700;display:flex;gap:10px;padding-bottom:16px;border-bottom:1px solid hsla(0,0%,100%,.1)}.nav-menu{list-style:none;display:flex;flex-direction:column;gap:6px;flex:1 1}.nav-link{display:block;padding:11px 15px;border-radius:8px;border:none;background:transparent;color:hsla(0,0%,100%,.85);font-size:14px;font-weight:500;text-align:left;cursor:pointer;transition:all .2s ease-in-out}.nav-link:hover{background:hsla(0,0%,100%,.2);color:#fff;transform:translateX(4px)}.nav-link.active{background:hsla(0,0%,100%,.3);color:#fff}.logout-btn{width:100%;padding:10px 15px;border-radius:8px;border:1px solid hsla(0,0%,100%,.3);background:rgba(15,23,42,.15);color:#fff;font-weight:500;cursor:pointer;transition:all .2s ease}.logout-btn:hover{background:hsla(0,0%,100%,.2)}.main-content{flex:1 1;display:flex;flex-direction:column;min-width:0}.top-header{background:#fff;padding:16px 30px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px rgba(15,23,42,.05)}.content-area{flex:1 1;overflow-y:auto;padding:24px 30px;background:#f8fafc}.dashboard-title{font-size:20px;font-weight:700;margin-bottom:20px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:16px;gap:16px;margin-bottom:28px}.stat-card{background:#fff;padding:18px;border-radius:10px;border-left:4px solid #3b82f6;box-shadow:0 1px 3px rgba(0,0,0,.08);display:flex;flex-direction:column;gap:8px}.stat-card .label{font-size:13px;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.stat-card .value{font-size:28px;font-weight:700}.panel{background:#fff;border-radius:10px;box-shadow:0 1px 3px rgba(15,23,42,.1);padding:20px;margin-bottom:24px}.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.panel-title{font-size:16px;font-weight:600}.badge{padding:2px 8px;border-radius:999px;font-size:12px;font-weight:600}.badge.success{background:rgba(34,197,94,.15);color:#15803d}.badge.warning{background:rgba(251,191,36,.2);color:#92400e}.badge.danger{background:rgba(239,68,68,.18);color:#b91c1c}.table{width:100%;border-collapse:collapse}.table thead{background:#f1f5f9}.table td,.table th{padding:12px 14px;text-align:left;font-size:14px;border-bottom:1px solid #e2e8f0}.table tbody tr:hover{background:#f8fafc}.status-pill{padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600}.status-pill.active{background:rgba(34,197,94,.2);color:#15803d}.status-pill.pending{background:rgba(250,204,21,.2);color:#92400e}.status-pill.success{background:rgba(14,165,233,.2);color:#0369a1}.status-pill.stopped{background:rgba(239,68,68,.2);color:#b91c1c}.login-page{display:flex;min-height:100vh;background:linear-gradient(120deg,#1e3a8a,#2563eb);align-items:center;justify-content:center;padding:20px}.login-card{width:100%;max-width:420px;background:#fff;border-radius:18px;padding:32px;box-shadow:0 15px 40px rgba(15,23,42,.25)}.login-card h1{font-size:22px;font-weight:700;color:#1e293b;margin-bottom:12px}.login-card p{color:#64748b;font-size:14px;margin-bottom:24px}.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.form-group label{font-size:13px;font-weight:600;color:#475569}.form-group input{border:1px solid #cbd5f5;border-radius:10px;padding:12px;font-size:14px;transition:border .2s ease}.form-group input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.15)}.primary-btn{width:100%;padding:12px;border:none;border-radius:10px;background:linear-gradient(120deg,#2563eb,#3b82f6);color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.primary-btn:disabled{opacity:.6;cursor:not-allowed}.primary-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 20px rgba(37,99,235,.25)}.link-button{border:none;background:none;color:#2563eb;font-size:13px;font-weight:600;cursor:pointer;padding:6px 10px;border-radius:6px}.link-button:hover{background:rgba(37,99,235,.12)}.alert{padding:12px 14px;border-radius:10px;font-size:14px;margin-bottom:16px}.alert.error{background:rgba(239,68,68,.12);color:#991b1b;border:1px solid rgba(239,68,68,.2)}.empty-state{padding:40px;text-align:center;color:#94a3b8}.nav-divider{height:1px;background:hsla(0,0%,100%,.15);margin:12px 0}.nav-label{font-size:12px;text-transform:uppercase;letter-spacing:.5px;opacity:.7;padding:8px 15px}.header-title{font-size:18px;font-weight:600;color:#1e293b}.user-info{display:flex;gap:16px;color:#64748b}.btn,.user-info{align-items:center;font-size:14px}.btn{display:inline-flex;gap:6px;padding:10px 18px;border-radius:8px;font-weight:600;cursor:pointer;border:none;transition:all .2s ease;text-decoration:none}.btn-sm{padding:6px 12px;font-size:12px}.btn-primary{background:linear-gradient(120deg,#2563eb,#3b82f6);color:#fff}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(37,99,235,.25)}.btn-secondary{background:#e2e8f0;color:#334155}.btn-secondary:hover{background:#cbd5e1}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-group{display:flex;gap:8px;flex-wrap:wrap}.form-section{background:#fff;padding:24px;border-radius:12px;box-shadow:0 1px 3px rgba(15,23,42,.1);margin-bottom:24px}.form-title{font-size:16px;font-weight:700;margin-bottom:20px;color:#1e293b}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:16px;gap:16px;margin-bottom:16px}.form-group select{width:100%;border:1px solid #cbd5e1;border-radius:10px;padding:12px;font-size:14px;background:#fff;transition:border .2s ease}.form-group select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.15)}.checkbox-group{display:flex;flex-wrap:wrap;gap:16px}.checkbox-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#334155;cursor:pointer}.checkbox-item input[type=checkbox]{width:18px;height:18px;accent-color:#2563eb}.status-info{display:flex;flex-direction:column;gap:12px}.status-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #f1f5f9}.status-row:last-child{border-bottom:none}.status-row strong{color:#475569;font-size:14px}.status-badge{display:flex;align-items:center;gap:6px;font-size:14px;color:#16a34a}.status-dot{width:8px;height:8px;border-radius:50%;background:#22c55e}.stat-card.orange{border-left-color:#f97316}.stat-card.green{border-left-color:#22c55e}.stat-card.purple{border-left-color:#8b5cf6}.stat-card.red{border-left-color:#ef4444}.feed-layout{display:grid;grid-template-columns:240px 1fr 400px;grid-gap:0;gap:0;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(15,23,42,.1);height:calc(100vh - 180px)}.feed-sidebar{background:#f8fafc;border-right:1px solid #e5e7eb;padding:16px;display:flex;flex-direction:column;gap:8px;overflow-y:auto}.search-box{position:relative;margin-bottom:8px}.feed-search{width:100%;padding:10px 32px 10px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px}.feed-search:focus{outline:none;border-color:#2563eb}.search-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:20px;height:20px;border:none;background:#94a3b8;color:#fff;border-radius:50%;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}.search-clear:hover{background:#64748b}.search-hint{font-size:12px;color:#64748b;padding:4px 8px;margin-bottom:8px}.feed-nav-label{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:#94a3b8;padding:12px 8px 6px}.feed-nav-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-radius:8px;cursor:pointer;font-size:14px;color:#475569;transition:all .2s ease}.feed-nav-item:hover{background:#e2e8f0}.feed-nav-item.active{background:#2563eb;color:#fff}.feed-nav-item .count{font-size:12px;background:rgba(0,0,0,.1);padding:2px 8px;border-radius:999px}.feed-nav-item.active .count{background:hsla(0,0%,100%,.2)}.feed-divider{height:1px;background:#e5e7eb;margin:8px 0}.keyword-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#3b82f6;margin-right:8px}.feed-list{border-right:1px solid #e5e7eb;display:flex;flex-direction:column;overflow-y:auto}.feed-list-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #e5e7eb;background:#fafafa}.feed-list-title{font-size:14px;font-weight:600;color:#334155}.feed-item{padding:16px;border-bottom:1px solid #f1f5f9;cursor:pointer;transition:all .2s ease}.feed-item:hover{background:#f8fafc}.feed-item.active{background:#eff6ff;border-left:3px solid #2563eb}.feed-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.feed-time{font-size:12px;color:#94a3b8}.feed-item-title{font-size:14px;font-weight:600;color:#1e293b;margin-bottom:4px;line-height:1.4}.feed-item-meta{font-size:12px;color:#64748b;margin-bottom:6px}.feed-item-preview{font-size:13px;color:#64748b;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.feed-detail{padding:24px;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.feed-detail-badges{display:flex;gap:10px;align-items:center}.badge-primary{background:#2563eb;color:#fff}.feed-status{font-size:12px;padding:4px 10px;background:#f1f5f9;border-radius:999px;color:#64748b}.feed-detail-title{font-size:22px;font-weight:700;color:#1e293b;line-height:1.4}.feed-detail-meta{display:flex;gap:8px;font-size:14px;color:#64748b}.feed-detail-content{font-size:15px;line-height:1.8;color:#334155;white-space:pre-wrap}@media (max-width:1200px){.feed-layout{grid-template-columns:200px 1fr 320px}}@media (max-width:992px){.feed-layout{grid-template-columns:1fr;height:auto}.feed-sidebar{display:none}.feed-detail{border-top:1px solid #e5e7eb}}