:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--font-sans:Arial, Helvetica, system-ui, -apple-system, sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;--bg-main:#f8fafc;--bg-card:#fff;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--primary-blue:#2563eb;--primary-blue-hover:#1d4ed8;--primary-blue-light:#eff6ff;--input-bg:#fff;--input-border:#cbd5e1;--input-border-focus:#2563eb;--input-text:#0f172a;--input-placeholder:#94a3b8}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-main);width:100%;min-height:100%;color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input[type=text],input[type=email],input[type=password],input[type=number],input[type=search],input[type=tel],input[type=url],select,textarea{width:100%;font-family:var(--font-sans);box-shadow:none;border:1px solid #cbd5e1;border-radius:7px;outline:none;font-size:14px;line-height:1.5;transition:border-color .2s,box-shadow .2s;color:#0f172a!important;background-color:#fff!important}input::placeholder,textarea::placeholder{opacity:1;color:#94a3b8!important}input:focus,select:focus,textarea:focus{background-color:#fff!important;border-color:#2563eb!important;box-shadow:0 0 0 3px #2563eb26!important}input:-webkit-autofill{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#0f172a!important;-webkit-box-shadow:inset 0 0 0 30px #fff!important}input:-webkit-autofill:hover{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#0f172a!important;-webkit-box-shadow:inset 0 0 0 30px #fff!important}input:-webkit-autofill:focus{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#0f172a!important;-webkit-box-shadow:inset 0 0 0 30px #fff!important}input:-webkit-autofill:active{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#0f172a!important;-webkit-box-shadow:inset 0 0 0 30px #fff!important}code{font-family:var(--font-mono);border:1px solid #e2e8f0;border-radius:4px;padding:2px 6px;font-size:12px;font-weight:600;display:inline-block;color:#0f172a!important;background-color:#f1f5f9!important}body{margin:0;padding:0}.profile-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;box-sizing:border-box;background:#0f172a8c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.profile-modal-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;width:100%;max-width:520px;animation:.2s ease-out modalSlideIn;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #0f172a40}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.profile-modal-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:24px 28px 18px;position:relative}.profile-modal-header h2{color:#0f172a;margin:0 0 4px;font-size:18px;font-weight:700}.profile-modal-header p{color:#64748b;margin:0;font-size:12px}.close-x-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:24px;line-height:1;position:absolute;top:20px;right:22px}.close-x-btn:hover{color:#0f172a}.profile-tab-bar{background:#fff;border-bottom:1px solid #e2e8f0;display:flex}.profile-tab-btn{color:#64748b;cursor:pointer;background:0 0;border:none;flex:1;padding:14px 18px;font-size:13px;font-weight:600;transition:all .2s}.profile-tab-btn:hover{color:#2563eb;background:#f8fafc}.profile-tab-btn.active{color:#2563eb;background:#fff;border-bottom:2px solid #2563eb}.profile-modal-body{flex-direction:column;gap:18px;padding:26px 28px;display:flex}.avatar-edit-section{align-items:center;gap:18px;margin-bottom:4px;display:flex}.avatar-large-wrapper{border:2px solid #2563eb;border-radius:50%;flex-shrink:0;width:72px;height:72px;overflow:hidden;box-shadow:0 4px 12px #2563eb26}.avatar-img-preview{object-fit:cover;width:100%;height:100%}.avatar-initials-preview{color:#2563eb;background:#eff6ff;justify-content:center;align-items:center;width:100%;height:100%;font-size:24px;font-weight:700;display:flex}.avatar-actions{align-items:center;gap:10px;display:flex}.btn-upload-photo{color:#2563eb;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:7px;padding:9px 16px;font-size:12px;font-weight:600;transition:all .2s}.btn-upload-photo:hover{color:#fff;background:#2563eb;border-color:#2563eb}.btn-remove-photo{color:#dc2626;cursor:pointer;background:#fff;border:1px solid #fca5a5;border-radius:7px;padding:9px 16px;font-size:12px;font-weight:600;transition:all .2s}.btn-remove-photo:hover{background:#fee2e2}.form-group input{color:#0f172a;border:1px solid #cbd5e1;border-radius:8px;outline:none;height:42px;padding:0 14px;font-size:13px;transition:border-color .2s}.form-group input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.feedback-alert{border-radius:7px;padding:10px 14px;font-size:12px;font-weight:600}.feedback-alert.success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.feedback-alert.error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.profile-modal-footer{justify-content:flex-end;align-items:center;gap:12px;margin-top:14px;display:flex}.btn-cancel{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:10px 20px;font-size:13px;font-weight:600;transition:background .2s}.btn-cancel:hover{background:#f8fafc}.btn-save-primary{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;padding:10px 22px;font-size:13px;font-weight:600;transition:background .2s}.btn-save-primary:hover{background:#1d4ed8}.app-header{background:var(--color-surface,#fff);border-bottom:1px solid var(--color-border,#e2e8f0);box-sizing:border-box;z-index:1000;justify-content:space-between;align-items:center;width:100%;height:75px;padding:0 1.5rem;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 1px 3px #0000000d}.header-left{align-items:center;gap:1rem;display:flex}.brand-area{align-items:center;gap:.5rem;display:flex}.brand-area img{object-fit:contain;width:auto;height:42px}.header-title h1{color:var(--color-text-main,#0f172a);margin:0;font-size:1rem;font-weight:700;line-height:1.1}.toggle-btn{background:var(--color-primary-light,#eff6ff);color:var(--color-primary,#2563eb);cursor:pointer;border:1px solid #dbeafe;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.toggle-btn:hover{background:var(--color-primary,#2563eb);color:#fff}.header-center{flex:1;max-width:580px;margin:0 1.5rem}.search-wrapper{align-items:center;width:100%;display:flex;position:relative}.header-search-icon{color:#94a3b8!important;pointer-events:none!important;z-index:2!important;position:absolute!important;top:50%!important;left:14px!important;transform:translateY(-50%)!important}.search-wrapper input{background:var(--color-surface-muted,#f8fafc);border:1px solid var(--color-border,#cbd5e1);width:100%;height:42px;color:var(--color-text-main,#0f172a);border-radius:8px;outline:none;font-size:.9rem;transition:all .2s;padding:0 1rem 0 2.6rem!important}.search-wrapper input:focus{border-color:var(--color-primary,#2563eb);background:#fff;box-shadow:0 0 0 3px #2563eb1f}.header-right{align-items:center;display:flex;position:relative}.user-profile{cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid #0000;border-radius:8px;align-items:center;gap:.75rem;padding:.35rem .6rem;transition:all .15s;display:flex}.user-profile:hover{background:var(--color-surface-hover,#f8fafc);border-color:#e2e8f0}.avatar{color:#6d28d9;background:#ede9fe;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:.875rem;font-weight:700;display:flex}.user-meta{text-align:left;flex-direction:column;display:flex}.user-name{color:var(--color-text-main,#0f172a);font-size:.85rem;font-weight:600;line-height:1.2}.user-email{color:var(--color-text-muted,#64748b);font-size:.75rem;line-height:1.2}.dropdown-icon{color:#94a3b8;margin-left:.25rem}.profile-dropdown-menu{z-index:1000;background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:4px;width:200px;padding:6px;display:flex;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 10px 25px #00000026}.dropdown-item{width:100%;color:var(--color-text-main,#0f172a);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:10px;padding:10px 14px;font-size:13px;font-weight:600;transition:background .15s;display:flex}.dropdown-item:hover{background:#f8fafc}.dropdown-item.logout{color:#dc2626}.dropdown-item.logout:hover{background:#fef2f2}@media (width<=900px){.header-center{margin:0 .75rem}.header-title{display:none}}@media (width<=768px){.app-header{height:65px;padding:0 1rem}.brand-area img{height:34px}.user-meta{display:none}.header-center{max-width:200px}.search-wrapper input{height:36px;font-size:.8rem}}@media (width<=480px){.header-center{display:none}}.stats-section{box-sizing:border-box;grid-template-columns:repeat(4,1fr);gap:18px;width:100%;margin-bottom:20px;display:grid}.stat-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;font-size:24px;display:flex}.student-icon{background:#ebf3fe}.teacher-icon{background:#eaf7f0}.institute-icon{background:#fef6e7}.stat-info{flex-direction:column;margin-left:14px;display:flex}.stat-info span{color:#64748b;font-size:13px;font-weight:500}.stat-info strong{color:#0f172a;margin:2px 0;font-size:22px;font-weight:700}@media (width<=1024px){.stats-section{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.stats-section{grid-template-columns:1fr}}.category-tabs-container{-webkit-overflow-scrolling:touch;scrollbar-width:thin;box-sizing:border-box;background:#fff;border-bottom:1px solid #e2e6ed;align-items:stretch;width:100%;height:55px;display:flex;overflow-x:auto}.category-tab-btn{color:#536074;text-align:center;white-space:nowrap;cursor:pointer;background:0 0;border:none;flex:1 1 0;justify-content:center;align-items:center;min-width:90px;padding:0 12px;font-size:14px;font-weight:500;transition:color .2s;display:flex;position:relative}.category-tab-btn:hover{color:#126fd0}.category-tab-btn.active{color:#126fd0;font-weight:600}.category-tab-btn.active:after{content:"";background:#126fd0;border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:0;left:8px;right:8px}@media (width<=768px){.category-tab-btn{flex:none;min-width:100px;padding:0 16px}}.filters-container{background:#fff;border-bottom:1px solid #eef2f7;flex-wrap:wrap;align-items:center;gap:12px;padding:16px 18px;display:flex}.search-input{flex:1.5;min-width:220px;position:relative}.search-input input{color:#1e293b;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:7px;outline:none;width:100%;height:40px;padding:0 38px 0 14px;font-size:13px}.search-input input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.search-icon{color:#94a3b8;pointer-events:none;font-size:18px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.filter-box{flex-direction:column;flex:1;gap:3px;min-width:130px;display:flex}.filter-box label{color:#64748b;margin-left:2px;font-size:11px;font-weight:600}.filter-box select{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:7px;outline:none;height:38px;padding:0 10px;font-size:13px}.reset-btn{color:#475569;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #cbd5e1;border-radius:7px;height:38px;margin-top:17px;padding:0 14px;font-size:13px;font-weight:600;transition:all .2s}.reset-btn:hover{color:#0f172a;background:#f8fafc}.empty-state{text-align:center;background:#fff;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:48px 24px;display:flex}.empty-state-icon{color:#9ca3af;width:56px;height:56px;margin-bottom:12px}.empty-state-title{color:#111827;margin:0 0 6px;font-size:16px;font-weight:600}.empty-state-description{color:#6b7280;max-width:360px;margin:0 0 16px;font-size:13px}.empty-state-button{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:500;transition:background-color .2s}.empty-state-button:hover{background-color:#1d4ed8}.edit-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;box-sizing:border-box;background:#0f172a8c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.edit-modal-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;width:100%;max-width:560px;animation:.2s ease-out modalSlideIn;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #0f172a40}.edit-modal-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.edit-modal-header h2{color:#0f172a;margin:0;font-size:18px;font-weight:700}.edit-modal-body{flex-direction:column;gap:16px;padding:24px;display:flex}.form-grid-2{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-grid-3{grid-template-columns:1fr 1fr 1fr;gap:14px;display:grid}.form-group input,.form-group select{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:7px;outline:none;height:40px;padding:0 12px;font-size:13px}.form-group input:focus,.form-group select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.edit-modal-footer{justify-content:flex-end;align-items:center;gap:12px;margin-top:10px;display:flex}@media (width<=600px){.form-grid-2,.form-grid-3{grid-template-columns:1fr}}.drawer-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#0f172a8c;justify-content:flex-end;display:flex;position:fixed;inset:0}.drawer-card{background:#fff;flex-direction:column;width:100%;max-width:440px;height:100%;animation:.25s ease-out drawerSlideLeft;display:flex;box-shadow:-10px 0 30px #0003}@keyframes drawerSlideLeft{0%{transform:translate(100%)}to{transform:translate(0)}}.drawer-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.contact-title-box{align-items:center;gap:12px;display:flex}.contact-avatar-badge{color:#2563eb;background:#eff6ff;border:2px solid #bfdbfe;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:16px;font-weight:700;display:flex}.contact-title-box h3{color:#0f172a;margin:0 0 2px;font-size:16px;font-weight:700}.category-tag{color:#2563eb;background:#eff6ff;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:600}.drawer-close-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:26px}.drawer-close-btn:hover{color:#0f172a}.drawer-body{flex-direction:column;gap:20px;padding:24px;display:flex;overflow-y:auto}.reg-status-banner{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.status-lbl{color:#166534;font-size:11px;display:block}.status-val.registered{color:#15803d;font-size:13px}.frequency-badge{color:#475569;font-size:12px}.frequency-badge strong{color:#2563eb}.details-card-section{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:16px}.details-card-section h4{color:#0f172a;text-transform:uppercase;letter-spacing:.03em;margin:0 0 12px;font-size:13px;font-weight:700}.details-grid-2{grid-template-columns:1fr 1fr;gap:12px;display:grid}.info-item{flex-direction:column;display:flex}.info-lbl{color:#64748b;font-size:11px}.info-val{color:#0f172a;margin-top:2px;font-size:13px;font-weight:600}.tags-chips-wrapper{flex-wrap:wrap;gap:6px;margin-bottom:10px;display:flex}.applied-tag-chip{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;border-radius:14px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:600;display:flex}.applied-tag-chip button{color:#2563eb;cursor:pointer;background:0 0;border:none;font-size:14px;line-height:1}.add-tag-form{gap:8px;display:flex}.add-tag-form input{border:1px solid #cbd5e1;border-radius:6px;outline:none;flex:1;height:34px;padding:0 10px;font-size:12px}.add-tag-form button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:6px;padding:0 12px;font-size:12px;font-weight:600}.comm-timeline{flex-direction:column;gap:10px;display:flex}.timeline-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px}.timeline-top{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.timeline-top strong{color:#0f172a;font-size:12px}.timeline-date{color:#64748b;font-size:10px}.timeline-meta{justify-content:space-between;align-items:center;display:flex}.channel-lbl{color:#475569;font-size:11px}.status-badge-delivered{color:#16a34a;font-size:11px;font-weight:700}.table-section-container{box-sizing:border-box;width:100%}.table-wrapper{width:100%;overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:13px}th{color:#64748b;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:12px 14px;font-weight:600;text-align:center!important}td{color:#334155;text-align:left;border-bottom:1px solid #f1f5f9;padding:12px 14px}.check-col{width:40px;text-align:center!important}.type-badge{white-space:nowrap;letter-spacing:.2px;border-radius:12px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-block}.type-badge.students{color:#7e22ce;background:#f3e8ff;border:1px solid #e9d5ff}.type-badge.teachers{color:#15803d;background:#dcfce7;border:1px solid #bbf7d0}.type-badge.mentors{color:#4338ca;background:#e0e7ff;border:1px solid #c7d2fe}.type-badge.job-seekers{color:#b45309;background:#fef3c7;border:1px solid #fde68a}.type-badge.parents{color:#be123c;background:#ffe4e6;border:1px solid #fecdd3}.type-badge.schools,.type-badge.colleges,.type-badge.coaching-centres,.type-badge.training-institutes,.type-badge.companies,.type-badge.other-organisations{color:#0369a1;background:#e0f2fe;border:1px solid #bae6fd}.type-badge.others,.type-badge.other-individuals{color:#475569;background:#f1f5f9;border:1px solid #e2e8f0}.status-badge{border-radius:12px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-block}.status-badge.sent,.status-badge.downloaded{color:#15803d;background:#dcfce7}.status-badge.failed{color:#b91c1c;background:#fee2e2}.btn-action-update{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #2563eb;border-radius:5px;padding:5px 10px;font-size:12px;font-weight:600}.btn-action-update:hover{color:#fff;background:#2563eb}.btn-action-delete{color:#dc2626;cursor:pointer;background:#fff;border:1px solid #dc2626;border-radius:5px;padding:5px 10px;font-size:12px;font-weight:600}.btn-action-delete:hover{color:#fff;background:#dc2626}.selected-bar{background:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;align-items:center;gap:12px;padding:12px 18px;display:flex}.selected-bar button{cursor:pointer;color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s}.selected-bar button.green-action{color:#16a34a;background:#fff;border-color:#16a34a}.selected-bar button.green-action:hover{color:#fff;background:#16a34a}.selected-bar button.delete-action{color:#dc2626;background:#fff;border-color:#dc2626}.selected-bar button.delete-action:hover{color:#fff;background:#dc2626}.export-dropdown-wrapper{display:inline-block;position:relative}.export-dropdown-btn{cursor:pointer;border-radius:6px;font-size:13px;font-weight:600;color:#2563eb!important;background:#fff!important;border:1px solid #2563eb!important;padding:8px 16px!important}.export-dropdown-btn:hover{color:#fff!important;background:#2563eb!important}.export-menu{z-index:1000;background:#fff;border:1px solid #cbd5e1;border-radius:8px;flex-direction:column;min-width:180px;margin-bottom:6px;display:flex;position:absolute;bottom:100%;left:0;overflow:hidden;box-shadow:0 10px 25px #00000026}.export-menu-item{cursor:pointer;width:100%;color:#334155!important;text-align:left!important;background:#fff!important;border:none!important;border-radius:0!important;padding:10px 14px!important;font-size:13px!important;font-weight:600!important}.export-menu-item:hover{color:#2563eb!important;background:#eff6ff!important}.pagination{color:#64748b;box-sizing:border-box;background:#fff;justify-content:space-between;align-items:center;padding:14px 18px;font-size:13px;display:flex}.pagination-right select{cursor:pointer;border:1px solid #cbd5e1;border-radius:6px;outline:none;height:32px;padding:0 8px;font-size:13px}.pagination-right button{color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:6px;outline:none;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:600;display:flex}.pagination-right button.page-active{color:#fff;background:#2563eb;border-color:#2563eb}.toast-notification{color:#fff;z-index:3000;background:#0f172a;border-left:4px solid #2563eb;border-radius:8px;justify-content:space-between;align-items:center;gap:14px;min-width:280px;padding:12px 18px;animation:.25s ease-out toastSlideUp;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 10px 30px #00000040}.toast-notification.success{background:#10223f;border-left-color:#16a34a}.toast-notification.error{background:#1f1414;border-left-color:#dc2626}@keyframes toastSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.toast-content{align-items:center;gap:10px;display:flex}.toast-icon{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:700;display:flex}.toast-text{font-size:13px;font-weight:600}.toast-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:18px;line-height:1}.toast-close:hover{color:#fff}.send-link-panel{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:240px 1.5fr 1fr;align-items:center;gap:24px;width:100%;margin-top:24px;padding:24px 28px;display:grid;box-shadow:0 4px 12px #0f172a0a}.send-link-left{align-items:center;gap:14px;display:flex}.send-link-icon-box{color:#fff;background:#1d4ed8;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 10px #1d4ed840}.send-link-meta h4{color:#0f172a;margin:0 0 4px;font-size:14px;font-weight:700;line-height:1.3}.selected-users-badge{color:#64748b;font-size:12px}.selected-users-badge strong{color:#1d4ed8;font-size:13px}.send-link-middle{flex-direction:column;gap:12px;display:flex}.send-input-group{flex-direction:column;gap:4px;display:flex}.send-input-group label{color:#475569;font-size:12px;font-weight:600}.url-input-wrapper{align-items:center;display:flex;position:relative}.url-input-wrapper input{color:#0f172a;background:#f8fafc;border:1px solid #cbd5e1;border-radius:7px;outline:none;width:100%;height:38px;padding:0 38px 0 12px;font-size:13px}.url-input-wrapper input:focus{background:#fff;border-color:#2563eb}.btn-copy-link{cursor:pointer;background:0 0;border:none;padding:4px;font-size:16px;position:absolute;right:6px}.send-input-group textarea{color:#0f172a;resize:vertical;box-sizing:border-box;background:#f8fafc;border:1px solid #cbd5e1;border-radius:7px;outline:none;width:100%;padding:10px 12px;font-size:13px}.send-input-group textarea:focus{background:#fff;border-color:#2563eb}.send-link-right{flex-direction:column;gap:14px;display:flex}.channels-selection-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px}.channels-title{color:#64748b;text-transform:uppercase;margin-bottom:6px;font-size:11px;font-weight:700;display:block}.channels-checkboxes{flex-direction:column;gap:6px;display:flex}.channel-checkbox{color:#334155;cursor:pointer;align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex}.send-action-btns{flex-direction:column;gap:10px;display:flex}.btn-preview-msg{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:7px;width:100%;height:38px;font-size:13px;font-weight:600;transition:all .2s}.btn-preview-msg:hover{background:#f8fafc;border-color:#94a3b8}.btn-send-now-primary{color:#fff;cursor:pointer;background:#1d4ed8;border:none;border-radius:7px;width:100%;height:42px;font-size:14px;font-weight:700;transition:background .2s;box-shadow:0 4px 10px #1d4ed833}.btn-send-now-primary:hover:not(:disabled){background:#1e40af}.preview-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#0f172a8c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.preview-modal-card{background:#fff;border-radius:12px;width:100%;max-width:440px;overflow:hidden;box-shadow:0 20px 40px #0003}.preview-modal-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.preview-modal-header h3{color:#0f172a;margin:0;font-size:16px}.preview-modal-header button{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:22px}.preview-modal-body{padding:20px}.preview-subject-box{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;margin-bottom:12px;padding:10px 14px;font-size:13px}.preview-chat-bubble{color:#166534;background:#dcfce7;border:1px solid #bbf7d0;border-radius:10px;margin-bottom:14px;padding:14px;font-size:13px;line-height:1.4}.preview-url-link{color:#1d4ed8;word-break:break-all;margin-top:8px;font-weight:600;display:block}.preview-channels-meta{color:#64748b;font-size:12px}.preview-modal-footer{background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:flex-end;align-items:center;gap:10px;padding:14px 20px;display:flex}@media (width<=1024px){.send-link-panel{grid-template-columns:1fr}}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0;padding:0}body{color:#172033;background:#fff;font-family:Arial,Helvetica,sans-serif}button,input,select,textarea{font-family:inherit}button{cursor:pointer}.student-page{background:#f8faff;width:100%;min-height:100vh;overflow-x:hidden}.top-header{background:#fff;border-bottom:1px solid #e3e8f0;justify-content:space-between;align-items:center;width:100%;height:85px;padding:0 24px 0 0;display:flex}.header-left{align-items:center;height:100%;display:flex}.header-logo{box-sizing:border-box;background:#fff;justify-content:center;align-items:center;width:205px;height:85px;padding:0 16px;display:flex}.header-logo img{object-fit:contain;max-width:140px;height:52px;display:block}.heading-area{align-items:center;gap:12px;margin-left:12px;margin-right:10px;display:flex}.heading-area h1{color:#172033;white-space:nowrap;margin:0;font-size:20px;font-weight:700}.menu-button{color:#fff;background:#2563eb;border:none;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;margin-left:4px;font-size:20px;display:flex}.menu-button:hover{background:#1d4ed8}.heading-area p{color:#6d788a;margin:3px 0 0;font-size:13px}.header-center{flex:1;justify-content:center;margin:0 20px;display:flex}.header-right{align-items:center;gap:10px;display:flex}.sidebar{color:#fff;box-sizing:border-box;z-index:900;background:linear-gradient(#10223f 0%,#075ed1 52%,#0767df 100%);flex-direction:column;justify-content:space-between;width:210px;min-width:210px;padding:20px 12px 14px;transition:all .3s ease-in-out;display:flex;position:fixed;top:75px;bottom:0;left:0;overflow-y:auto}.sidebar nav{width:100%}.side-item{color:#fff;border-radius:7px;align-items:center;gap:12px;min-height:46px;margin-bottom:4px;padding:0 12px;font-size:14px;display:flex}.side-item:hover{background:#ffffff1f}.side-item svg{stroke:currentColor;flex-shrink:0;transition:stroke .2s}.side-active-main{font-weight:600;color:#075ecf!important;background:#fff!important}.contacts-title{justify-content:flex-start}.contacts-title b{margin-left:auto;font-size:13px}.side-active{color:#075ecf;background:#fff;border-radius:6px;align-items:center;height:40px;margin:0 0 4px;padding-left:38px;font-size:14px;font-weight:600;display:flex}.side-sub{color:#fff;border-radius:6px;align-items:center;height:38px;padding-left:38px;font-size:13px;display:flex}.side-sub:hover{background:#ffffff1f}.stats-section{grid-template-columns:repeat(4,1fr);gap:18px;width:100%;margin-bottom:20px;display:grid}.stat-card{background:#fff;border:1px solid #e1e6ee;border-radius:9px;align-items:center;min-height:105px;padding:14px 16px;display:flex;box-shadow:0 2px 8px #19375a0d}.stat-icon{border-radius:50%;justify-content:center;align-items:center;width:62px;height:62px;margin-right:14px;font-size:28px;display:flex}.student-icon{color:#5135d9;background:#f0ecff}.teacher-icon{color:#168a4a;background:#e5f8ec}.institute-icon{color:#ee9a13;background:#fff2d9}.job-icon{color:#1680d5;background:#e7f2ff}.stat-info{flex-direction:column;gap:3px;display:flex}.stat-info span{color:#566174;font-size:14px}.stat-info strong{color:#111b2d;font-size:23px}.stat-info small{color:#25854e;font-size:12px}.graph{letter-spacing:-4px;margin-left:auto;font-size:25px}.blue-graph{color:#126fd0}.green-graph{color:#29945b}.yellow-graph{color:#e6a11b}.contact-box{background:#fff;border:1px solid #e0e5ed;border-radius:9px;width:100%;overflow:hidden;box-shadow:0 2px 8px #19375a0a}.tabs{border-bottom:1px solid #e2e6ed;justify-content:space-between;align-items:stretch;width:100%;height:55px;display:flex;overflow-x:auto}.tab{color:#536074;text-align:center;white-space:nowrap;cursor:pointer;background:0 0;border:none;flex:1;padding:0 12px;font-size:14px;position:relative}.tab:hover{color:#126fd0}.active-tab{color:#126fd0;font-weight:600}.active-tab:after{content:"";background:#126fd0;height:2px;position:absolute;bottom:0;left:12px;right:12px}.filters{align-items:flex-end;gap:16px;min-height:82px;padding:20px 20px 14px;display:flex}.search-input{border:1px solid #dce2eb;border-radius:6px;flex-shrink:0;align-items:center;width:300px;height:42px;padding:0 12px;display:flex}.search-input input{color:#172033;border:none;outline:none;width:100%;font-size:13px}.search-input input::placeholder{color:#8993a2}.search-input span{color:#68758a;font-size:20px}.filter-box{flex-direction:column;gap:5px;width:165px;display:flex}.filter-box label{color:#667286;font-size:12px}.filter-box select{color:#172033;background:#fff;border:1px solid #dce2eb;border-radius:6px;outline:none;width:100%;height:42px;padding:0 9px;font-size:13px}.reset-btn{color:#172033;white-space:nowrap;background:#fff;border:1px solid #dce2eb;border-radius:6px;height:42px;padding:0 15px}.reset-btn:hover{background:#f4f8fd}.table-wrapper{width:100%;padding:0 10px;overflow-x:auto}table{border-collapse:collapse;table-layout:auto;width:100%;min-width:1100px}th,td{text-align:left;white-space:nowrap;border:1px solid #e4e8ee;padding:10px}th{color:#182338;background:#f8fafc;height:45px;font-size:12px;font-weight:600}td{color:#3e4a5d;background:#fff;height:55px;font-size:12px}tbody tr:hover td{background:#f8fbff}.check-col{text-align:center;width:45px}td:first-child{text-align:center}input[type=checkbox]{accent-color:#126fd0;cursor:pointer;width:15px;height:15px}.name-cell{color:#182338;font-weight:500}.type{border-radius:12px;align-items:center;padding:5px 10px;font-size:11px;font-weight:500;display:inline-flex}.student{color:#6841a8;background:#f0eaff}.teacher{color:#16844c;background:#e7f8ee}.institute{color:#176bb0;background:#e8f3ff}.job-seeker{color:#bd8410;background:#fff5dc}.status{border-radius:11px;align-items:center;padding:5px 9px;font-size:11px;display:inline-flex}.sent,.downloaded{color:#187b45;background:#e5f7ec}.pending{color:#c68b16;background:#fff5dc}.failed{color:#cf4141;background:#ffe8e8}.action{text-align:center;font-size:20px}.selected-bar{background:#f3f5ff;border:1px solid #e0e3f5;border-radius:6px;align-items:center;gap:10px;min-height:55px;margin:0 10px;padding:8px 15px;display:flex}.selected-bar strong{color:#35405a;margin-right:8px;font-size:13px}.selected-bar button{color:#17417a;background:#fff;border:1px solid #d8deea;border-radius:5px;height:36px;padding:0 13px;font-size:12px}.selected-bar button:hover{background:#f0f6ff}.selected-bar .green-action{color:#21834e}.selected-bar .delete-action{color:#d84a4a}.clear-selection{margin-left:auto}.pagination{color:#5c687a;justify-content:space-between;align-items:center;min-height:70px;padding:0 20px;font-size:13px;display:flex}.pagination-right{align-items:center;gap:8px;display:flex}.pagination-right select{background:#fff;border:1px solid #d8dee8;border-radius:5px;outline:none;width:65px;height:34px;padding:0 7px}.pagination-right button{color:#344157;background:#fff;border:1px solid #d8dee8;border-radius:5px;width:34px;height:34px;font-size:14px}.pagination-right button:hover:not(:disabled){color:#126fd0;background:#f0f6ff}.pagination-right button:disabled{opacity:.45;cursor:not-allowed}.pagination-right .page-active{color:#fff;background:#126fd0;border-color:#126fd0}@media (width<=1200px){.stats-section{grid-template-columns:repeat(2,1fr)}.filters{flex-wrap:wrap;align-items:flex-end}}@media (width<=850px){.header-logo{width:150px;min-width:150px}.header-logo img{width:130px}.heading-area h1{font-size:21px}.heading-area p{display:none}.sidebar{width:180px;min-width:180px}.main-content{width:calc(100% - 180px)}.stats-section{grid-template-columns:1fr}}@media (width<=650px){.top-header{height:80px}.header-logo{width:110px;min-width:110px;height:80px}.header-logo img{width:100px;height:70px}.heading-area{gap:8px;padding-left:10px}.heading-area h1{font-size:17px}.menu-button{width:36px;height:36px;font-size:20px}.sidebar{z-index:20;min-height:calc(100vh - 80px);position:absolute;top:80px;left:0}.main-content,.main-content.full-width{width:100%}.filters{padding:15px}.search-input,.filter-box{width:100%}.selected-bar{flex-wrap:wrap}.pagination{flex-direction:column;align-items:flex-start;gap:12px;padding:15px}}.upload-page{background:#f8fafc;width:100%;min-height:100vh}.upload-body{box-sizing:border-box;width:100%;margin-top:75px;display:flex}.upload-main{box-sizing:border-box;background:#f8fafc;width:calc(100% - 210px);margin-left:210px;padding:28px;transition:all .3s ease-in-out}.upload-main.full-width{width:100%;margin-left:0}.upload-header-banner{margin-bottom:20px}.upload-header-banner h2{color:#0f172a;margin:0 0 4px;font-size:20px;font-weight:700}.upload-header-banner p{color:#64748b;margin:0;font-size:13px}.steps-card{box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:10px;justify-content:space-between;align-items:center;width:100%;margin-bottom:24px;padding:20px 24px;display:flex;box-shadow:0 2px 8px #0f172a08}.step{opacity:.4;align-items:center;gap:12px;min-width:0;transition:opacity .2s;display:flex}.step.active-step{opacity:1}.step-number{color:#475569;background:#cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;font-size:13px;font-weight:700;display:flex}.step.active-step .step-number{color:#fff;background:#2563eb}.step h3{color:#111827;margin:0 0 2px;font-size:13px;font-weight:700}.step p{color:#9ca3af;margin:0;font-size:11px;line-height:1.3}.step-line{border-top:2px dashed #cbd5e1;flex:1;height:2px;margin:0 12px}.upload-row-1{grid-template-columns:1fr 1.2fr;gap:24px;width:100%;margin-bottom:24px;display:grid}.upload-card-box{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:24px;transition:all .2s;box-shadow:0 2px 8px #0f172a08}.upload-card-box.restricted-disabled{opacity:.45;pointer-events:none;background:#f8fafc}.card-title-header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.card-title-header h3{color:#0f172a;margin:0;font-size:15px;font-weight:700}.badge-lock{color:#64748b;background:#e2e8f0;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:600}.badge-unlocked{color:#166534;background:#dcfce7;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:600}.col-subtitle{color:#64748b;margin:0 0 16px;font-size:12px}.select-type-dropdown{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;height:42px;margin-bottom:12px;padding:0 14px;font-size:13px}.select-type-dropdown:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.help-text{color:#64748b;font-size:11px;line-height:1.4}.drop-area-box{text-align:center;background:#fff;border:2px dashed #cbd5e1;border-radius:8px;margin-bottom:14px;padding:24px 16px;transition:all .2s}.drop-area-box.active{background:#eff6ff;border-color:#2563eb}.excel-icon-square{color:#fff;background:#16a34a;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;margin:0 auto 10px;font-size:22px;font-weight:700;display:flex}.btn-choose-file{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #2563eb;border-radius:6px;margin-top:6px;padding:7px 18px;font-size:12px;font-weight:600;display:inline-block}.btn-choose-file:hover{color:#fff;background:#2563eb}.attached-file-badge{background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;justify-content:space-between;align-items:center;padding:10px 14px;font-size:13px;display:flex}.file-check-mark{color:#fff;background:#16a34a;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;display:flex}.upload-row-2{width:100%}.preview-table-wrapper{border:1px solid #e2e8f0;border-radius:8px;margin-bottom:18px;overflow-x:auto}.preview-table-full{border-collapse:collapse;width:100%;font-size:13px}.preview-table-full th{color:#0f172a;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:12px 16px;font-weight:700;text-align:center!important}.preview-table-full td{color:#334155;text-align:left;border-bottom:1px solid #f1f5f9;padding:12px 16px}.preview-table-full td.sn-cell{text-align:center;color:#64748b;font-weight:600}.preview-footer-row{justify-content:space-between;align-items:center;margin-top:16px;display:flex}.total-records-chip{color:#15803d;background:#dcfce7;border-radius:14px;padding:6px 14px;font-size:13px;font-weight:700}.preview-actions{align-items:center;gap:12px;display:flex}.btn-cancel-light{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:7px;padding:10px 20px;font-size:13px;font-weight:600}.btn-import-primary{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:7px;padding:10px 24px;font-size:13px;font-weight:700;box-shadow:0 4px 10px #2563eb33}@media (width<=900px){.upload-row-1{grid-template-columns:1fr}}@media (width<=768px){.upload-main{width:100%!important;margin-left:0!important;padding:16px!important}.steps-card{flex-wrap:wrap!important;gap:12px!important}.step-line{display:none!important}.preview-footer-row{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}}.error-state{text-align:left;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;align-items:center;gap:10px;margin:12px 0 16px;padding:10px 14px;display:flex;position:relative}.error-state-icon{color:#dc2626;width:22px;min-width:22px;height:22px}.error-state-content{flex:1}.error-state-title{color:#991b1b;margin:0 0 2px;font-size:13px;font-weight:700}.error-state-description{color:#b91c1c;margin:0;font-size:12px;line-height:1.4}.error-state-button{color:#fff;cursor:pointer;white-space:nowrap;background-color:#dc2626;border:none;border-radius:5px;padding:4px 10px;font-size:11px;font-weight:600;transition:background-color .2s}.error-state-button:hover{background-color:#b91c1c}.loading-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:48px 24px;display:flex}.spinner{border:3px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;width:40px;height:40px;margin-bottom:12px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading-state-text{color:#6b7280;font-size:14px;font-weight:500}.forgot-card{box-sizing:border-box;background:#fff;border-radius:12px;width:100%;max-width:420px;padding:32px 28px;box-shadow:0 20px 40px #0003}.forgot-header{text-align:center;margin-bottom:24px}.forgot-logo{object-fit:contain;width:auto;max-width:110px;height:auto;max-height:60px;margin-bottom:12px;display:inline-block}.forgot-header h2{color:#1e293b;margin:0 0 6px;font-size:22px;font-weight:700}.forgot-header p{color:#64748b;margin:0;font-size:13px;line-height:1.5}.forgot-form{flex-direction:column;gap:18px;display:flex}.forgot-actions{flex-direction:column;gap:10px;margin-top:6px;display:flex}.btn-primary{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:7px;width:100%;height:46px;font-size:15px;font-weight:600;transition:background-color .2s}.btn-primary:hover{background:#1d4ed8}.btn-secondary{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:7px;width:100%;height:44px;font-size:14px;font-weight:600;transition:background-color .2s}.otp-card{box-sizing:border-box;background:#fff;border-radius:12px;width:100%;max-width:420px;padding:32px 28px;box-shadow:0 20px 40px #0003}.otp-header{text-align:center;margin-bottom:24px}.otp-logo{object-fit:contain;width:auto;max-width:110px;height:auto;max-height:60px;margin-bottom:12px;display:inline-block}.otp-header h2{color:#1e293b;margin:0 0 6px;font-size:22px;font-weight:700}.otp-header p{color:#64748b;margin:0;font-size:13px;line-height:1.5}.otp-inputs{justify-content:space-between;gap:8px;margin:16px 0;display:flex}.otp-field{text-align:center!important;width:48px!important;height:52px!important;padding:0!important;font-size:20px!important;font-weight:700!important}.otp-timer{text-align:center;color:#64748b;margin-bottom:16px;font-size:12px}.resend-btn{color:#2563eb;cursor:pointer;background:0 0;border:none;margin-left:4px;padding:0;font-weight:600}.resend-btn:disabled{color:#94a3b8;cursor:not-allowed}.test-otp-hint{color:#1e40af;text-align:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;margin-top:16px;padding:10px;font-size:12px}.reset-card{box-sizing:border-box;background:#fff;border-radius:12px;width:100%;max-width:420px;padding:32px 28px;box-shadow:0 20px 40px #0003}.reset-header{text-align:center;margin-bottom:24px}.reset-logo{object-fit:contain;width:auto;max-width:110px;height:auto;max-height:60px;margin-bottom:12px;display:inline-block}.reset-header h2{color:#1e293b;margin:0 0 6px;font-size:22px;font-weight:700}.reset-header p{color:#64748b;margin:0;font-size:13px;line-height:1.5}.reset-form{flex-direction:column;gap:16px;display:flex}.login-page{box-sizing:border-box;background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 50%,#2563eb 100%);justify-content:center;align-items:center;width:100%;min-height:100vh;padding:20px;font-family:Arial,Helvetica,sans-serif;display:flex}.login-card{box-sizing:border-box;background:#fff;border-radius:12px;width:100%;max-width:420px;padding:32px 28px;box-shadow:0 20px 40px #0003}.login-header{text-align:center;margin-bottom:24px}.login-logo{object-fit:contain;width:auto;max-width:110px;height:auto;max-height:60px;margin-bottom:12px;display:inline-block}.login-header h2{color:#1e293b;margin:0 0 4px;font-size:22px;font-weight:700}.login-header p{color:#64748b;margin:0;font-size:13px}.login-form{flex-direction:column;gap:16px;display:flex}.input-wrapper{align-items:center;width:100%;display:flex;position:relative}.input-wrapper input{height:44px;padding:0 44px 0 38px!important}.input-icon{color:#64748b;pointer-events:none;z-index:2;font-size:16px;position:absolute;left:12px}.password-toggle{color:#2563eb;cursor:pointer;z-index:2;background:0 0;border:none;padding:0;font-size:13px;font-weight:600;position:absolute;right:12px}.password-toggle:hover{color:#1d4ed8}.form-options{justify-content:space-between;align-items:center;font-size:13px;display:flex}.remember-me{color:#475569;cursor:pointer;align-items:center;gap:6px;display:flex}.remember-me input{accent-color:#2563eb;cursor:pointer;width:auto!important}.forgot-link{color:#2563eb;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600;text-decoration:none}.forgot-link:hover{text-decoration:underline}.login-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:7px;width:100%;height:46px;margin-top:4px;font-size:15px;font-weight:600;transition:background-color .2s}.login-btn:hover{background:#1d4ed8}.demo-credentials{color:#475569;text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;margin-top:20px;padding:12px;font-size:12px;line-height:1.5}.demo-credentials strong{color:#0f172a}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;box-sizing:border-box;background:#0f172a99;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;display:flex;position:fixed;top:0;left:0}.modal-card{box-sizing:border-box;background:#fff;border-radius:12px;width:100%;max-width:400px;padding:32px 28px;box-shadow:0 20px 25px -5px #0000001a}.modal-header{text-align:center;margin-bottom:20px}.modal-header h3{color:#0f172a;margin:0 0 6px;font-size:20px;font-weight:700}.modal-header p{color:#64748b;margin:0;font-size:13px}.modal-actions{gap:10px;margin-top:18px;display:flex}.modal-btn-cancel{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;flex:1;height:42px;font-size:13px;font-weight:600}.modal-btn-cancel:hover{background:#f1f5f9}.modal-btn-send{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:6px;flex:1;height:42px;font-size:13px;font-weight:600}.modal-btn-send:hover{background:#1d4ed8}.dashboard-page{background:#f8fafc;width:100%;min-height:100vh}.dashboard-body{box-sizing:border-box;width:100%;margin-top:75px;display:flex}.dashboard-main{box-sizing:border-box;width:calc(100% - 210px);margin-left:210px;padding:24px;transition:all .3s ease-in-out}.dashboard-main.full-width{width:100%;margin-left:0}.dashboard-welcome-banner{color:#fff;background:linear-gradient(135deg,#075ed1 0%,#10223f 100%);border-radius:12px;margin-bottom:24px;padding:28px;box-shadow:0 10px 25px #075ed126}.dashboard-welcome-banner h2{margin:0 0 8px;font-size:22px;font-weight:700}.dashboard-welcome-banner p{color:#dbeafe;margin:0;font-size:14px}.dashboard-metrics-grid{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px;display:grid}.metric-card{cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:16px;padding:18px 20px;transition:all .2s ease-in-out;display:flex;box-shadow:0 2px 8px #0f172a0a}.metric-card:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 8px 16px -2px #0f172a14,0 4px 8px -2px #0f172a0a}.metric-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.metric-icon.blue{color:#2563eb;background:#eff6ff}.metric-icon.purple{color:#9333ea;background:#faf5ff}.metric-icon.green{color:#16a34a;background:#f0fdf4}.metric-icon.amber{color:#d97706;background:#fffbeb}.metric-icon.indigo{color:#4f46e5;background:#eef2ff}.metric-details{flex-direction:column;display:flex}.metric-number{color:#0f172a;font-size:24px;font-weight:700;line-height:1.1}.metric-label{color:#64748b;margin-top:4px;font-size:12px;font-weight:500}.dashboard-analytics-row{grid-template-columns:1.5fr 1fr;gap:20px;margin-bottom:24px;display:grid}.analytics-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:22px 24px;box-shadow:0 2px 8px #0f172a0a}.analytics-card h3{color:#0f172a;margin:0 0 16px;font-size:15px;font-weight:700}.segment-bar-container{background:#f1f5f9;border-radius:7px;width:100%;height:14px;margin-bottom:18px;display:flex;overflow:hidden}.segment-fill{height:100%;transition:width .3s}.segment-fill.students{background:#9333ea;width:37.5%}.segment-fill.teachers{background:#16a34a;width:25%}.segment-fill.institutes{background:#d97706;width:25%}.segment-fill.job-seekers{background:#4f46e5;width:12.5%}.segment-legend-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.legend-item{color:#475569;align-items:center;gap:8px;font-size:12px;display:flex}.legend-dot{border-radius:50%;width:10px;height:10px}.legend-dot.students{background:#9333ea}.legend-dot.teachers{background:#16a34a}.legend-dot.institutes{background:#d97706}.legend-dot.job-seekers{background:#4f46e5}.health-status-list{flex-direction:column;gap:12px;display:flex}.health-status-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;padding:10px 14px;font-size:13px;display:flex}.health-status-item span{color:#334155;font-weight:500}.status-badge-online{color:#15803d;background:#dcfce7;border-radius:12px;padding:3px 9px;font-size:11px;font-weight:700}.dashboard-quick-actions{margin-bottom:24px}.section-heading{color:#0f172a;margin:0 0 16px;font-size:16px;font-weight:700}.action-cards-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.action-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;justify-content:space-between;padding:22px;transition:all .2s;display:flex}.action-card:hover{border-color:#2563eb;transform:translateY(-2px);box-shadow:0 8px 20px #2563eb14}.action-card-header{align-items:center;gap:12px;margin-bottom:10px;display:flex}.action-card-icon{font-size:24px}.action-card-title{color:#0f172a;font-size:16px;font-weight:700}.action-card-desc{color:#64748b;margin:0 0 16px;font-size:13px;line-height:1.5}.action-card-link{color:#2563eb;font-size:13px;font-weight:600}.recent-activity-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:24px;box-shadow:0 2px 8px #0f172a0a}.recent-activity-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.recent-activity-header h3{color:#0f172a;margin:0;font-size:16px;font-weight:700}.view-all-link{color:#2563eb;cursor:pointer;font-size:13px;font-weight:600}.recent-table-wrapper{overflow-x:auto}.recent-table{border-collapse:collapse;width:100%;font-size:13px}.recent-table th{color:#64748b;text-align:left;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:12px 14px;font-weight:600}.recent-table td{color:#334155;border-bottom:1px solid #f1f5f9;padding:12px 14px}.status-tag{border-radius:12px;padding:3px 9px;font-size:11px;font-weight:600}.status-tag.sent{color:#15803d;background:#dcfce7}.status-tag.pending{color:#b45309;background:#fef3c7}@media (width<=1024px){.dashboard-metrics-grid{grid-template-columns:repeat(2,1fr)}.dashboard-analytics-row,.action-cards-grid{grid-template-columns:1fr}}@media (width<=768px){.dashboard-main{width:100%!important;margin-left:0!important;padding:16px!important}.dashboard-welcome-banner{padding:20px!important}.dashboard-welcome-banner h2{font-size:18px!important}.dashboard-metrics-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.action-cards-grid{grid-template-columns:1fr!important}}@media (width<=480px){.dashboard-metrics-grid{grid-template-columns:1fr!important}}.page-body{box-sizing:border-box;width:100%;margin-top:75px;display:flex}.main-content{box-sizing:border-box;width:calc(100% - 210px);margin-left:210px;padding:24px 28px;transition:all .3s ease-in-out}.main-content.full-width{width:100%;margin-left:0}.social-ads-main{box-sizing:border-box;background:#f8fafc;min-height:calc(100vh - 75px)}.social-ads-top-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.top-bar-titles h2{color:#0f172a;margin:0 0 4px;font-size:22px;font-weight:800}.top-bar-titles p{color:#64748b;margin:0;font-size:13px}.top-stats-pills{gap:12px;display:flex}.stat-pill{background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;padding:8px 16px;display:flex;box-shadow:0 2px 6px #0f172a08}.stat-pill .pill-num{color:#1d4ed8;font-size:16px;font-weight:800}.stat-pill .pill-sub{color:#64748b;font-size:11px;font-weight:600}.subtabs-navigation-bar{background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:24px;padding:6px;box-shadow:0 2px 8px #0f172a05}.subtabs-scroll-container{white-space:nowrap;scrollbar-width:thin;gap:6px;display:flex;overflow-x:auto}.subtab-btn{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:7px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.subtab-btn:hover{color:#0f172a;background:#f1f5f9}.subtab-btn.active{color:#fff;background:#1d4ed8;box-shadow:0 2px 6px #1d4ed840}.composer-two-col{grid-template-columns:1.2fr 1fr;align-items:start;gap:24px;display:grid}.omnichannel-composer-wrap{width:100%}.composer-form-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;box-shadow:0 4px 12px #0f172a08}.composer-form-card.wide-card{max-width:900px;margin:0 auto}.form-card-header{border-bottom:1px solid #f1f5f9;align-items:center;gap:14px;margin-bottom:20px;padding-bottom:14px;display:flex}.platform-icon-large{background:#f1f5f9;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:22px;display:flex}.platform-icon-large.fb{color:#1e40af;background:#e0e7ff}.platform-icon-large.ig{color:#db2777;background:#fce7f3}.platform-icon-large.li{color:#0284c7;background:#e0f2fe}.platform-icon-large.tw{color:#0f172a;background:#f1f5f9}.platform-icon-large.yt{color:#dc2626;background:#fee2e2}.platform-icon-large.gads{color:#d97706;background:#fef3c7}.platform-icon-large.pmax{color:#ca8a04;background:#fef08a}.platform-icon-large.multi{color:#2563eb;background:#dbeafe}.form-card-header h3{color:#0f172a;margin:0 0 2px;font-size:16px;font-weight:700}.form-card-header p{color:#64748b;margin:0;font-size:12px}.composer-form{flex-direction:column;gap:16px;display:flex}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:#334155;font-size:12px;font-weight:700}.req-star{color:#dc2626}.composer-form input[type=text],.composer-form input[type=url],.composer-form input[type=number],.composer-form input[type=datetime-local],.composer-form select,.composer-form textarea{color:#0f172a;box-sizing:border-box;background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:13px;transition:all .2s}.composer-form input:focus,.composer-form select:focus,.composer-form textarea:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.field-hint{color:#64748b;font-size:11px}.char-count-bar{color:#64748b;justify-content:space-between;margin-top:2px;font-size:11px;display:flex}.account-pill{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:10px;padding:8px 12px;display:flex}.pill-avatar{color:#fff;background:#0f172a;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:10px;font-weight:700;display:flex}.pill-name{color:#0f172a;font-size:13px;font-weight:600}.verified-badge{color:#2563eb;font-weight:700}.radio-group-horizontal{gap:10px;display:flex}.radio-pill{cursor:pointer;color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex:1;align-items:center;gap:8px;padding:8px 12px;font-size:12px;font-weight:600;display:flex}.radio-pill input{cursor:pointer}.channels-selector-pills{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;display:grid}.channel-select-pill{cursor:pointer;color:#475569;-webkit-user-select:none;user-select:none;background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;justify-content:space-between;align-items:center;padding:10px 12px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.channel-select-pill.active{color:#1d4ed8;background:#eff6ff;border-color:#2563eb}.pill-check{font-weight:800}.form-actions{margin-top:10px}.btn-primary{color:#fff;cursor:pointer;background:#1d4ed8;border:none;border-radius:8px;width:100%;height:42px;font-size:14px;font-weight:700;transition:all .2s;box-shadow:0 4px 10px #1d4ed833}.btn-primary:hover:not(:disabled){background:#1e40af}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:8px 14px;font-size:12px;font-weight:600;transition:background .2s}.btn-secondary:hover{background:#f8fafc}.composer-preview-card{position:sticky;top:24px}.preview-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:11px;font-weight:700;display:block}.fb-feed-mockup{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 10px 25px #0f172a0d}.fb-mockup-header{align-items:center;gap:10px;padding:12px 16px;display:flex}.fb-avatar{color:#fff;background:#1877f2;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:11px;font-weight:800;display:flex}.fb-header-meta h5{color:#050505;margin:0;font-size:13px;font-weight:700}.fb-header-meta span{color:#65676b;font-size:11px}.fb-mockup-body{color:#050505;white-space:pre-wrap;padding:0 16px 12px;font-size:13px;line-height:1.4}.fb-mockup-image img{object-fit:cover;width:100%;max-height:280px;display:block}.fb-mockup-link-card{background:#f0f2f5;border-top:1px solid #e4e6eb;justify-content:space-between;align-items:center;padding:10px 16px;display:flex}.fb-link-info{flex-direction:column;display:flex}.fb-link-domain{color:#65676b;text-transform:uppercase;font-size:10px}.fb-link-title{color:#050505;font-size:12px;font-weight:700}.fb-cta-btn{color:#050505;background:#e4e6eb;border-radius:6px;padding:6px 12px;font-size:11px;font-weight:700}.fb-mockup-footer{color:#65676b;border-top:1px solid #e4e6eb;justify-content:space-around;padding:10px;font-size:12px;font-weight:600;display:flex}.ig-mockup-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 10px 25px #0f172a0d}.ig-header{align-items:center;gap:10px;padding:10px 14px;display:flex}.ig-avatar-ring{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:2px;display:flex}.ig-avatar{color:#0f172a;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:9px;font-weight:800;display:flex}.ig-meta h5{margin:0;font-size:12px;font-weight:700}.ig-meta span{color:#64748b;font-size:10px}.ig-dots{color:#94a3b8;margin-left:auto;font-size:14px}.ig-image-box img{object-fit:cover;width:100%;display:block}.ig-image-box.aspect-1-1 img{height:300px}.ig-image-box.aspect-4-5 img{height:375px}.ig-action-bar{justify-content:space-between;padding:10px 14px 6px;font-size:16px;display:flex}.ig-left-actions{gap:14px;display:flex}.ig-likes{padding:0 14px 4px;font-size:12px}.ig-caption-box{white-space:pre-wrap;padding:0 14px 14px;font-size:12px;line-height:1.4}.li-feed-mockup{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px;box-shadow:0 10px 25px #0f172a0d}.li-header{align-items:center;gap:10px;margin-bottom:12px;display:flex}.li-avatar{color:#fff;background:#0a66c2;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;font-size:12px;font-weight:800;display:flex}.li-meta h5{margin:0;font-size:13px;font-weight:700}.li-meta span{color:#666;font-size:11px;display:block}.li-follow-btn{color:#0a66c2;cursor:pointer;background:0 0;border:none;margin-left:auto;font-size:13px;font-weight:700}.li-body{color:#000000e6;white-space:pre-wrap;margin-bottom:12px;font-size:13px;line-height:1.45}.li-media-preview img{object-fit:cover;border-radius:6px;width:100%;max-height:240px;display:block}.li-article-bar{background:#f3f2ef;border-radius:0 0 6px 6px;padding:8px 12px}.li-article-domain{color:#666;font-size:10px}.li-article-title{color:#000;font-size:12px;font-weight:700;display:block}.li-stats-bar{color:#666;border-bottom:1px solid #ebebeb;padding:10px 0;font-size:11px}.li-actions{color:#666;justify-content:space-around;padding-top:10px;font-size:12px;font-weight:600;display:flex}.x-post-mockup{color:#e7e9ea;background:#000;border-radius:12px;padding:16px;box-shadow:0 10px 25px #0003}.x-mockup-header{align-items:center;gap:10px;margin-bottom:8px;display:flex}.x-avatar{color:#fff;background:#1d9bf0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:10px;font-weight:800;display:flex}.x-author-name{align-items:center;gap:4px;font-size:13px;display:flex}.x-badge{color:#1d9bf0;font-size:11px}.x-handle,.x-time{color:#71767b;font-size:12px}.x-dots{color:#71767b;margin-left:auto}.x-mockup-body{white-space:pre-wrap;margin-bottom:12px;font-size:14px;line-height:1.4}.x-media-frame img{object-fit:cover;border:1px solid #2f3336;border-radius:12px;width:100%;max-height:240px;display:block}.x-action-bar{color:#71767b;justify-content:space-between;margin-top:12px;font-size:12px;display:flex}.yt-video-mockup{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 10px 25px #0f172a0d}.yt-player-preview{background:#0f172a;justify-content:center;align-items:center;width:100%;height:200px;display:flex;position:relative}.yt-play-btn-overlay{color:#fff;background:#ff0000e6;border-radius:10px;justify-content:center;align-items:center;width:54px;height:38px;font-size:16px;display:flex}.yt-duration-badge{color:#fff;background:#000c;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:700;position:absolute;bottom:8px;right:8px}.yt-mockup-info{gap:12px;padding:14px;display:flex}.yt-channel-avatar{color:#fff;background:#c00;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:10px;font-weight:700;display:flex}.yt-details h4{color:#0f172a;margin:0 0 4px;font-size:13px;font-weight:700;line-height:1.3}.yt-channel-name{color:#64748b;margin-bottom:6px;font-size:11px;display:block}.yt-privacy-pill span{color:#334155;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:4px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-block}.yt-desc-preview{color:#64748b;border-top:1px solid #f1f5f9;padding:8px 14px 14px;font-size:11px}.google-search-mockup{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;box-shadow:0 10px 25px #0f172a0d}.google-search-bar-mock{color:#334155;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:24px;margin-bottom:16px;padding:8px 16px;font-size:12px}.google-ad-card{flex-direction:column;gap:4px;display:flex}.ad-sponsored-row{align-items:center;gap:8px;font-size:12px;display:flex}.ad-badge{color:#202124;font-size:11px;font-weight:800}.ad-url-display{color:#202124;font-size:11px}.ad-headline-link{color:#1a0dab;margin:4px 0 2px;font-size:16px;font-weight:600;line-height:1.3}.ad-snippet-text{color:#4d5156;margin:0 0 8px;font-size:12px;line-height:1.4}.ad-sitelinks-row{color:#1a0dab;flex-wrap:wrap;gap:12px;font-size:11px;font-weight:600;display:flex}.pmax-display-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 10px 25px #0f172a0d}.pmax-image-frame{position:relative}.pmax-image-frame img{object-fit:cover;width:100%;max-height:200px;display:block}.pmax-badge{color:#000;background:#fbbc04;border-radius:3px;padding:2px 6px;font-size:10px;font-weight:800;position:absolute;top:8px;left:8px}.pmax-card-content{padding:16px}.pmax-brand-row{align-items:center;gap:8px;margin-bottom:8px;display:flex}.pmax-logo-box{color:#fff;background:#1d4ed8;border-radius:4px;justify-content:center;align-items:center;width:22px;height:22px;font-size:8px;font-weight:800;display:flex}.pmax-brand-name{color:#334155;font-size:11px;font-weight:700}.pmax-card-content h4{color:#0f172a;margin:0 0 6px;font-size:14px;font-weight:700}.pmax-card-content p{color:#64748b;margin:0 0 12px;font-size:12px;line-height:1.4}.pmax-cta-btn{color:#fff;background:#1a73e8;border-radius:6px;padding:8px 16px;font-size:12px;font-weight:700;display:inline-block}.safety-alert-badge{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;margin-bottom:16px;padding:10px 14px;font-size:12px;line-height:1.4}.pmax-prereq-box{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;margin-bottom:16px;padding:10px 14px;font-size:12px;line-height:1.4}.file-dropzone-simple{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;justify-content:space-between;align-items:center;padding:10px 14px;font-size:12px;display:flex}.btn-browse-file{cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:600}.channel-monitor-view{flex-direction:column;gap:20px;display:flex}.monitor-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.monitor-header h3{color:#0f172a;margin:0 0 4px;font-size:18px;font-weight:700}.monitor-header p{color:#64748b;margin:0;font-size:13px}.channels-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:16px;display:grid}.channel-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;justify-content:space-between;padding:18px;display:flex;box-shadow:0 2px 8px #0f172a08}.channel-card-top{justify-content:space-between;align-items:flex-start;margin-bottom:14px;display:flex}.channel-icon-name{align-items:center;gap:10px;display:flex}.channel-emoji-icon{font-size:24px}.channel-icon-name h4{color:#0f172a;margin:0;font-size:14px;font-weight:700}.channel-provider{color:#64748b;font-size:11px}.status-badge{border-radius:20px;padding:4px 10px;font-size:11px;font-weight:700}.status-badge.connected{color:#15803d;background:#dcfce7}.status-badge.pending{color:#b45309;background:#fef3c7}.status-badge.warning{color:#b91c1c;background:#fee2e2}.channel-card-body{flex-direction:column;gap:8px;margin-bottom:14px;display:flex}.channel-meta-row{justify-content:space-between;font-size:12px;display:flex}.meta-label{color:#64748b}.meta-val{color:#1e293b;font-weight:600}.meta-val.highlight{color:#1d4ed8}.meta-val.mono{font-family:monospace;font-size:11px}.permissions-tags{flex-wrap:wrap;gap:6px;margin:6px 0;display:flex}.perm-tag{color:#334155;background:#f1f5f9;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:600}.channel-notes-box{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:8px 10px;font-size:11px;line-height:1.35}.channel-card-footer{border-top:1px solid #f1f5f9;justify-content:space-between;padding-top:12px;display:flex}.btn-link-action{color:#1d4ed8;cursor:pointer;background:0 0;border:none;font-size:11px;font-weight:700}.btn-link-action.secondary{color:#64748b}.activation-requirements-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0f172a08}.activation-requirements-card h4{color:#0f172a;margin:0 0 14px;font-size:14px;font-weight:700}.requirements-cols{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.req-col h5{color:#1e40af;margin:0 0 4px;font-size:12px;font-weight:700}.req-col p{color:#64748b;margin:0;font-size:11px;line-height:1.4}.ads-metrics-view{flex-direction:column;gap:20px;display:flex}.metrics-header-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.metrics-header-row h3{color:#0f172a;margin:0 0 4px;font-size:18px;font-weight:700}.metrics-header-row p{color:#64748b;margin:0;font-size:13px}.date-filter-group{gap:10px;display:flex}.date-filter-group select{background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:8px 12px;font-size:12px;font-weight:600}.kpi-cards-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.kpi-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:6px;padding:18px;display:flex;box-shadow:0 2px 8px #0f172a08}.kpi-label{color:#64748b;text-transform:uppercase;font-size:11px;font-weight:700}.kpi-value-row{justify-content:space-between;align-items:baseline;display:flex}.kpi-value{color:#0f172a;font-size:22px;font-weight:800}.kpi-trend{font-size:11px;font-weight:700}.kpi-trend.positive{color:#16a34a}.kpi-badge-ctr{color:#1d4ed8;background:#eff6ff;border-radius:12px;padding:2px 8px;font-size:11px;font-weight:700}.kpi-subtext{color:#94a3b8;font-size:11px}.campaigns-table-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0f172a08}.table-card-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.table-card-header h4{color:#0f172a;margin:0;font-size:15px;font-weight:700}.table-count-tag{color:#475569;background:#f1f5f9;border-radius:12px;padding:4px 10px;font-size:11px;font-weight:700}.google-campaigns-table{border-collapse:collapse;width:100%;font-size:12px}.google-campaigns-table th{text-align:left;color:#475569;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:10px 12px;font-weight:700}.google-campaigns-table td{color:#334155;border-bottom:1px solid #f1f5f9;padding:12px}.campaign-name-cell{flex-direction:column;gap:2px;display:flex}.campaign-id-code{color:#64748b;font-family:monospace;font-size:10px}.type-tag{border-radius:4px;padding:2px 8px;font-size:10px;font-weight:700}.type-tag.search{color:#1e40af;background:#dbeafe}.type-tag.performance-max{color:#b45309;background:#fef3c7}.status-pill{border-radius:12px;padding:2px 8px;font-size:10px;font-weight:700}.status-pill.enabled{color:#15803d;background:#dcfce7}.status-pill.paused{color:#64748b;background:#f1f5f9}.dispatch-summary-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-wrap:wrap;justify-content:space-between;gap:14px;padding:14px;display:flex}.summary-col{flex-direction:column;gap:6px;display:flex}.summary-title{color:#64748b;text-transform:uppercase;font-size:11px;font-weight:700}.summary-badges{flex-wrap:wrap;gap:6px;display:flex}.summary-badges .badge{border-radius:4px;padding:2px 8px;font-size:10px;font-weight:700}.summary-badges .badge.fb{color:#1e40af;background:#e0e7ff}.summary-badges .badge.ig{color:#db2777;background:#fce7f3}.summary-badges .badge.li{color:#0284c7;background:#e0f2fe}.summary-badges .badge.tw{color:#0f172a;background:#f1f5f9}.summary-badges .badge.yt{color:#dc2626;background:#fee2e2}.summary-mode{color:#16a34a;font-size:12px;font-weight:700}@media (width<=1024px){.composer-two-col{grid-template-columns:1fr}}.network-banner{z-index:9999;justify-content:center;align-items:center;gap:10px;width:100%;padding:10px 20px;font-size:13px;font-weight:500;display:flex;position:relative;box-shadow:0 2px 4px #0000001a}.offline-banner{color:#fff;background-color:#dc2626}.network-icon{flex-shrink:0;width:18px;height:18px}.slow-network-banner{color:#fff;background-color:#d97706}.not-found-container{text-align:center;background:#f8fafc;flex-direction:column;justify-content:center;align-items:center;min-height:80vh;padding:40px 20px;display:flex}.not-found-code{color:#2563eb;margin:0;font-size:72px;font-weight:800;line-height:1}.not-found-title{color:#111827;margin:16px 0 8px;font-size:24px;font-weight:700}.not-found-description{color:#6b7280;max-width:420px;margin:0 0 24px;font-size:14px}.not-found-button{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:6px;padding:10px 22px;font-size:14px;font-weight:600;transition:background-color .2s}.not-found-button:hover{background-color:#1d4ed8}
