:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#e2e8f0;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary:#3b82f6;--primary-hover:#2563eb;--bg-surface:#1e293b;--bg-card:#0f172a;--border:#334155;--text-muted:#94a3b8;--success:#10b981;--warning:#f59e0b;background-color:#0f172a;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}body{background:radial-gradient(circle at 100% 0,#1e1b4b,#0f172a);min-width:320px;min-height:100vh;margin:0;display:flex}#root{width:100%}*{box-sizing:border-box}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#475569}button{cursor:pointer;transition:all .2s}input,select,textarea{color:#fff;background:#1e293b;border:1px solid #334155;border-radius:8px;outline:none;padding:8px 12px}input:focus{border-color:var(--primary);box-shadow:0 0 0 2px #3b82f633}.app-container{width:100%;min-height:100vh;display:flex}.sidebar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-right:1px solid var(--border);background:#1e293b80;flex-direction:column;gap:32px;width:260px;padding:24px;display:flex}.logo-section{flex-direction:column;gap:4px;display:flex}.logo-main{color:#fff;letter-spacing:-.02em;align-items:center;gap:12px;font-size:1.4rem;font-weight:800;display:flex}.sidebar-logo-img{object-fit:contain;filter:drop-shadow(0 0 8px #863bff80);flex-shrink:0;width:28px;height:28px}.logo-sparkle{color:#fbbf24;filter:drop-shadow(0 0 8px #fbbf2466)}.logo-subtitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-left:40px;font-size:.75rem;font-weight:500}nav{flex-direction:column;gap:4px;display:flex}nav button{color:var(--text-muted);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;width:100%;padding:12px;font-size:.95rem;transition:all .15s;display:flex}nav button:hover{color:#fff;background:#ffffff0d}nav button.active{color:var(--primary);background:#3b82f61a}.nav-group{flex-direction:column;display:flex}.nav-group-toggle{color:var(--text-muted);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;width:100%;padding:12px;font-size:.95rem;transition:all .15s;display:flex}.nav-group-toggle:hover{color:#fff;background:#ffffff0d}.nav-group-toggle.active{color:var(--primary)}.nav-arrow{opacity:.6;align-items:center;margin-left:auto;display:flex}.nav-submenu{flex-direction:column;gap:2px;padding-left:16px;display:flex;overflow:hidden}.nav-sub-item{color:var(--text-muted);text-align:left;cursor:pointer;background:0 0;border:none;border-left:2px solid #0000;border-radius:8px;align-items:center;gap:10px;width:100%;padding:9px 12px;font-size:.88rem;transition:all .15s;display:flex}.nav-sub-item:hover{color:#cbd5e1;background:#ffffff0a;border-left-color:#3b82f666}.nav-sub-item.active{color:var(--primary);border-left-color:var(--primary);background:#3b82f614}.main-content{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:40px}header{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}header h1{color:#fff;margin:0;font-size:1.8rem}.header-actions{gap:12px;display:flex}.btn-primary{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-weight:500;display:flex}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-1px)}.btn-secondary{color:#fff;border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;display:flex}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;margin-bottom:40px;display:grid}.stat-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:8px;padding:24px;display:flex}.stat-label{color:var(--text-muted);font-size:.9rem}.stat-value{color:#fff;font-size:2rem;font-weight:700}.table-container{background:var(--bg-surface);border:1px solid var(--border);border-radius:16px;overflow:hidden}table{border-collapse:collapse;text-align:left;width:100%}th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;background:#0003;padding:16px 24px;font-size:.85rem;font-weight:500}td{border-top:1px solid var(--border);color:#e2e8f0;padding:16px 24px}.banner-info{align-items:center;gap:12px;display:flex}.banner-thumb{object-fit:contain;background:#0000004d;border-radius:4px;width:64px;height:40px}code{color:#94a3b8;background:#0000004d;border-radius:4px;padding:4px 8px;font-family:monospace}.status-pill{text-transform:capitalize;border-radius:20px;align-items:center;gap:4px;padding:4px 10px;font-size:.8rem;display:inline-flex}.status-pill.active{color:var(--success);background:#10b9811a}.status-pill.expired{color:#ef4444;background:#ef44441a}.status-pill.scheduled{color:var(--warning);background:#f59e0b1a}.status-pill.inactive{color:var(--text-muted);background:#94a3b81a}.status-pill.completed{color:#6ee7b7;background:#10b98114;border:1px solid #10b98133}.site-tag{color:#a5b4fc;background:#6366f11f;border:1px solid #6366f133;border-radius:20px;padding:3px 10px;font-size:.82rem;font-weight:500}.schedule-info{color:var(--text-muted);font-size:.85rem;line-height:1.4}.actions{gap:8px;display:flex}.actions button{border:1px solid var(--border);width:36px;height:36px;color:var(--text-muted);cursor:pointer;background:#ffffff0d;border-radius:8px;justify-content:center;align-items:center;display:flex}.actions button:hover{color:#fff;background:#ffffff1a}.actions button.delete:hover{color:#ef4444;background:#ef44441a;border-color:#ef444433}.actions button.edit:hover{color:#3b82f6;background:#3b82f61a;border-color:#3b82f633}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-content{border:1px solid var(--border);background:#1e293b;border-radius:24px;width:100%;max-width:600px;max-height:90vh;padding:32px;overflow-y:auto;box-shadow:0 25px 50px -12px #00000080}.modal-content h2{color:#fff;margin:0 0 24px}.form-group{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.form-group label{color:var(--text-muted);font-size:.9rem}.form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.modal-actions{justify-content:flex-end;gap:12px;margin-top:32px;display:flex}.global-script-notice{color:#93c5fd;background:#3b82f61a;border:1px solid #3b82f633;border-radius:12px;align-items:center;gap:16px;margin-bottom:32px;padding:16px 20px;display:flex}.global-script-notice p{margin:0;font-size:.9rem;line-height:1.5}.global-script-notice strong{color:#fff;margin-bottom:2px;display:block}.form-group.full-width{grid-column:span 2}.upload-container{width:100%;margin-bottom:8px}.upload-placeholder{border:2px dashed var(--border);cursor:pointer;color:var(--text-muted);background:#ffffff08;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:32px;transition:all .2s;display:flex}.upload-placeholder:hover{border-color:var(--primary);color:#fff;background:#3b82f60d}.upload-placeholder small{opacity:.7;font-size:.75rem}.preview-box{border:1px solid var(--border);background:#0006;border-radius:12px;justify-content:center;align-items:center;width:100%;height:auto;min-height:150px;max-height:300px;display:flex;position:relative;overflow:hidden}.preview-box img{object-fit:contain;max-width:100%;max-height:300px}.change-btn{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;cursor:pointer;background:#0009;border:none;border-radius:6px;padding:6px 12px;font-size:.8rem;position:absolute;top:12px;right:12px}.or-divider{text-align:center;color:var(--text-muted);margin:12px 0;font-size:.8rem;position:relative}.or-divider:before,.or-divider:after{content:"";background:var(--border);width:40%;height:1px;position:absolute;top:50%}.or-divider:before{left:0}.or-divider:after{right:0}.login-overlay{background-color:#0b0f19;justify-content:center;align-items:center;width:100%;min-height:100vh;font-family:Inter,sans-serif;display:flex}.login-logo-wrap{margin-bottom:20px}.login-logo-img{object-fit:contain;filter:drop-shadow(0 0 16px #863bff99);width:64px;height:64px}.login-card{border:1px solid var(--border);text-align:center;background:#1e293b;border-radius:24px;flex-direction:column;align-items:center;width:100%;max-width:400px;padding:40px 32px;display:flex;box-shadow:0 25px 50px -12px #00000080}.login-icon-container{width:64px;height:64px;color:var(--primary);background:#3b82f61a;border:1px solid #3b82f633;border-radius:50%;justify-content:center;align-items:center;margin-bottom:24px;display:flex;box-shadow:0 0 20px #3b82f633}.login-card h2{color:#fff;margin:0 0 8px;font-size:1.5rem;font-weight:600}.login-card p{color:var(--text-muted);margin:0 0 24px;font-size:.9rem;line-height:1.5}.login-card input[type=text],.login-card input[type=password]{border:1px solid var(--border);color:#fff;background:#0003;border-radius:12px;outline:none;width:100%;padding:12px 16px;font-size:.95rem;transition:all .2s}.login-card input[type=text]:focus,.login-card input[type=password]:focus{border-color:var(--primary);background:#0000004d;box-shadow:0 0 0 2px #3b82f633}.login-card button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:12px;font-size:.95rem;font-weight:600;transition:all .2s}.login-card button:hover{background:var(--primary-hover);transform:translateY(-1px)}.login-error-msg{color:#f87171;text-align:left;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;width:100%;margin-bottom:16px;padding:10px 12px;font-size:.85rem}.logout-btn{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:#ffffff05;border-radius:10px;justify-content:center;align-items:center;gap:10px;margin-top:auto;padding:12px;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.logout-btn:hover{color:#ef4444;background:#ef44441a;border-color:#ef444433}.login-input-group{text-align:left;flex-direction:column;gap:6px;width:100%;margin-bottom:16px;display:flex}.login-input-label{color:var(--text-muted);font-size:.85rem;font-weight:500}.profile-menu-container{display:inline-block;position:relative}.profile-trigger-btn{border:1px solid var(--border);color:#fff;cursor:pointer;background:#ffffff08;border-radius:30px;align-items:center;gap:10px;padding:6px 14px;transition:all .2s;display:flex}.profile-trigger-btn:hover{background:#ffffff14;border-color:#fff3}.profile-avatar-mini{object-fit:cover;border:1.5px solid var(--primary);background-color:#0b0f19;border-radius:50%;width:28px;height:28px}.profile-avatar-placeholder{background:linear-gradient(135deg, var(--primary), #8b5cf6);color:#fff;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;font-weight:700;display:flex}.profile-username-label{font-size:.9rem;font-weight:500}.profile-dropdown-menu{border:1px solid var(--border);z-index:999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1e293b;border-radius:12px;flex-direction:column;width:200px;margin-top:10px;padding:6px;display:flex;position:absolute;top:100%;right:0;box-shadow:0 10px 25px -5px #00000080}.profile-dropdown-item{color:#e2e8f0;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:10px 12px;font-size:.9rem;transition:all .15s;display:flex}.profile-dropdown-item:hover{color:#fff;background:#ffffff0d}.profile-dropdown-item.logout-item:hover{color:#f87171;background:#ef44441a}.profile-dropdown-divider{background:var(--border);height:1px;margin:6px 0}.user-table-avatar{object-fit:cover;background-color:#0b0f19;border:1.5px solid #ffffff1a;border-radius:50%;width:40px;height:40px}.user-table-avatar-placeholder{color:#fff;background:linear-gradient(135deg,#4f46e5,#06b6d4);border:1.5px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:700;display:flex}.role-pill{text-transform:uppercase;letter-spacing:.03em;border-radius:20px;align-items:center;padding:3px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.role-pill.admin{color:#a78bfa;background:#8b5cf626;border:1px solid #8b5cf633}.role-pill.team{color:#38bdf8;background:#0ea5e926;border:1px solid #0ea5e933}.preview-box.profile-preview-box{border:2px solid var(--border);border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 10px;display:flex;overflow:hidden}.profile-preview-img{object-fit:cover;width:100%;height:100%}.notched-input-group{width:100%;margin-bottom:24px;position:relative}.loading-msg{text-align:center;color:var(--text-muted);padding:40px;font-size:.95rem}.notched-input-group input,.notched-input-group select,.notched-input-group textarea{color:#fff;border:1px solid var(--border);background:#00000040;border-radius:12px;outline:none;width:100%;padding:14px 16px;font-family:Inter,sans-serif;font-size:.95rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.notched-input-group textarea{resize:vertical;min-height:90px;line-height:1.5}.notched-input-group select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;background-size:16px;padding-right:40px}.notched-input-group label{color:var(--text-muted);pointer-events:none;background:#1e293b;padding:0 6px;font-size:.95rem;transition:all .2s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;left:12px;transform:translateY(-50%)}.notched-input-group input:focus~label,.notched-input-group input:not(:placeholder-shown)~label,.notched-input-group select~label,.notched-input-group input[type=date]~label,.notched-input-group input[type=time]~label,.notched-input-group input[type=number]~label,.notched-input-group textarea:focus~label,.notched-input-group textarea:not(:placeholder-shown)~label{color:var(--primary);font-size:.8rem;top:0;transform:translateY(-50%)}.notched-input-group input:not(:focus):not(:placeholder-shown)~label,.notched-input-group select:not(:focus)~label,.notched-input-group input[type=date]:not(:focus)~label,.notched-input-group input[type=time]:not(:focus)~label,.notched-input-group input[type=number]:not(:focus)~label,.notched-input-group textarea:not(:focus):not(:placeholder-shown)~label{color:var(--text-muted)}.notched-input-group input:focus,.notched-input-group select:focus,.notched-input-group textarea:focus{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary);background:#00000059}.notched-input-group input:disabled,.notched-input-group select:disabled,.notched-input-group textarea:disabled{opacity:.6;cursor:not-allowed;background:#0000001a}.notched-input-group textarea~label{top:16px;transform:translateY(0)}.notched-input-group textarea:focus~label,.notched-input-group textarea:not(:placeholder-shown)~label{top:0;transform:translateY(-50%)}.btn-copy-mini{color:#a5b4fc;cursor:pointer;background:#6366f11a;border:1px solid #6366f133;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:.82rem;transition:all .15s;display:inline-flex}.btn-copy-mini:hover{color:#fff;background:#6366f133}.project-detail-view{flex-direction:column;gap:24px;display:flex}.detail-header{background:#1e293b80;border:1px solid #ffffff0d;border-radius:16px;justify-content:space-between;align-items:flex-start;padding:24px;display:flex}.detail-header h2{margin-bottom:8px;font-size:2rem}.detail-meta{align-items:center;gap:16px;font-size:.9rem;display:flex}.detail-content{grid-template-columns:2fr 1fr;gap:24px;display:grid}@media (width<=1024px){.detail-content{grid-template-columns:1fr}}.detail-main,.detail-sidebar{flex-direction:column;gap:24px;display:flex}.detail-card{background:#1e293b80;border:1px solid #ffffff0d;border-radius:16px;padding:24px}.detail-card h3{color:var(--primary);border-bottom:1px solid #ffffff1a;margin-bottom:16px;padding-bottom:8px;font-size:1.1rem}.activity-list{flex-direction:column;gap:12px;padding:0;list-style:none;display:flex}.activity-list li{padding-left:16px;font-size:.9rem;position:relative}.activity-list li:before{content:"";background:var(--primary);border-radius:50%;width:6px;height:6px;position:absolute;top:6px;left:0}.meta-list{flex-direction:column;gap:12px;padding:0;font-size:.95rem;list-style:none;display:flex}.meta-list li{border-bottom:1px dashed #ffffff0d;justify-content:space-between;padding-bottom:4px;display:flex}.meta-list strong{color:var(--text-muted)}.member-list{flex-direction:column;gap:12px;display:flex}.member-item{background:#0003;border-radius:8px;align-items:center;gap:12px;padding:8px 12px;display:flex}.member-item img{object-fit:cover;border-radius:50%;width:32px;height:32px}.member-item .avatar-placeholder{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-weight:700;display:flex}.file-list{flex-direction:column;gap:8px;display:flex}.file-item{color:var(--text-light);background:#ffffff0d;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-size:.9rem;text-decoration:none;transition:background .2s;display:flex}.file-item:hover{background:#ffffff1a}.member-chip:hover{filter:brightness(1.2)}
