@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Outfit:wght@400;500;600;700&display=swap";
:root{--bg-color:#08090d;--panel-bg:#141823a6;--panel-border:#ffffff0f;--text-primary:#f3f4f6;--text-secondary:#9ca3af;--primary-color:#7c3aed;--primary-glow:#7c3aed80;--accent-color:#06b6d4;--success-color:#10b981;--warning-color:#f59e0b;--error-color:#ef4444}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;min-height:100vh;color:var(--text-primary);background:radial-gradient(circle at 100% 0,#6366f114,#0000 50%),radial-gradient(circle at 0 100%,#06b6d414,#0000 50%),#07080d;margin:0;padding:0;font-family:Inter,sans-serif;overflow-x:hidden}body{flex-direction:column;justify-content:flex-start;align-items:center;padding:1.5rem 1rem;display:flex}.background-decor{z-index:-1;pointer-events:none;background:radial-gradient(circle,#7c3aed26 0%,#06b6d414 50%,#08090d00 100%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.app-container{z-index:10;width:100%;max-width:1200px}.app-header{text-align:center;margin-bottom:2.5rem}h1{letter-spacing:-.025em;margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:700}.glow-text{background:linear-gradient(135deg,#a78bfa 0%,#22d3ee 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 30px #a78bfa4d);-webkit-background-clip:text}.subtitle{color:var(--text-secondary);font-size:1rem}.main-content{flex-direction:column;gap:1.5rem;display:flex}.card{background:var(--panel-bg);border:1px solid var(--panel-border);-webkit-backdrop-filter:blur(12px);border-radius:16px;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 8px 32px #0000005e}.card:hover{transform:translateY(-2px);box-shadow:0 12px 40px #7c3aed26}h2{align-items:center;gap:.75rem;margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:1.35rem;font-weight:600;display:flex}.step-badge{background:linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);color:#fff;width:28px;height:28px;box-shadow:0 0 15px var(--primary-glow);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.form-group{margin-bottom:1.5rem}.form-label{color:var(--text-primary);margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.input-hint{color:var(--text-secondary);margin-top:.5rem;font-size:.75rem;display:block}.select-wrapper{position:relative}.custom-select{border:1px solid var(--panel-border);width:100%;color:var(--text-primary);cursor:pointer;appearance:none;background:#0a0c12cc;border-radius:10px;outline:none;padding:.85rem 1.25rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.custom-select:focus{border-color:var(--primary-color);box-shadow:0 0 10px var(--primary-glow)}.select-wrapper:after{content:"▼";color:var(--text-secondary);pointer-events:none;font-size:.7rem;position:absolute;top:50%;right:1.25rem;transform:translateY(-50%)}textarea{border:1px solid var(--panel-border);width:100%;color:var(--text-primary);resize:vertical;background:#0a0c12cc;border-radius:10px;outline:none;padding:1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}textarea:focus{border-color:var(--primary-color);box-shadow:0 0 10px var(--primary-glow)}.drop-zone{border:2px dashed var(--panel-border);text-align:center;cursor:pointer;background:#0a0c1266;border-radius:10px;padding:2.5rem;transition:border-color .3s,background-color .3s;position:relative}.drop-zone:hover,.drop-zone.dragover{border-color:var(--accent-color);background:#06b6d40d}.drop-zone-text{color:var(--text-secondary);font-size:.9rem}.drop-zone-input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.preview-container{flex-direction:column;align-items:center;gap:.75rem;display:flex}.preview-container img{border:1px solid var(--panel-border);object-fit:contain;background:#111;border-radius:8px;max-width:100px;max-height:100px}.filename{color:var(--accent-color);font-size:.8rem;font-weight:500}.btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:.95rem 1.75rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:transform .2s,box-shadow .2s,background-color .2s;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--primary-color) 0%, #6d28d9 100%);color:#fff;box-shadow:0 4px 15px #7c3aed4d}.btn-primary:hover{background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%);transform:translateY(-1px);box-shadow:0 6px 20px #7c3aed73}.btn-secondary{border:1px solid var(--panel-border);color:var(--text-primary);background:#ffffff14}.btn-secondary:hover{background:#ffffff26;transform:translateY(-1px)}.btn:active{transform:translateY(1px)}.status-tracker{flex-direction:column;gap:1.5rem;display:flex}.tracker-item{align-items:flex-start;gap:1.25rem;padding:.75rem 0;display:flex;position:relative}.tracker-item:not(:last-child):after{content:"";background:var(--panel-border);width:2px;position:absolute;top:30px;bottom:-20px;left:12px}.tracker-icon{border:2px solid var(--text-secondary);background:var(--bg-color);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;transition:background-color .3s,border-color .3s;display:flex}.tracker-info h3{margin-bottom:.25rem;font-size:1rem;font-weight:600}.tracker-info p{color:var(--text-secondary);font-size:.85rem}.tracker-item.pending .tracker-icon{border-color:var(--warning-color);background-color:#f59e0b1a;animation:1.5s infinite pulse;box-shadow:0 0 10px #f59e0b33}.tracker-item.completed .tracker-icon{border-color:var(--success-color);background-color:var(--success-color)}.tracker-item.completed .tracker-icon:after{content:"✓";color:#fff;font-size:.75rem;font-weight:700}.tracker-item.completed:after{background:var(--success-color)!important}.chat-link-container{text-align:center;margin-top:2rem;animation:.5s forwards fadeIn}.hidden{display:none!important}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.08);box-shadow:0 0 15px #f59e0b66}to{transform:scale(1)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.plan-section{margin-top:1.5rem}.plan-header{border-bottom:1px solid var(--panel-border);margin-bottom:1.5rem;padding-bottom:.75rem}.plan-info-text{color:var(--text-secondary);margin-top:-.75rem;margin-bottom:1.5rem;font-size:.85rem}.posts-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1.25rem;margin-top:1.5rem;display:grid}.post-card{border:1px solid var(--panel-border);background:#0a0c1273;border-radius:12px;flex-direction:column;min-height:260px;padding:1.25rem;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;position:relative}.post-card:hover{border-color:#a78bfa66;transform:translateY(-2px);box-shadow:0 4px 20px #7c3aed1a}.post-day-badge{background:linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);color:#fff;border-radius:20px;padding:.15rem .5rem;font-size:.7rem;font-weight:700;position:absolute;top:1.25rem;right:1.25rem;box-shadow:0 0 10px #7c3aed33}.post-title{color:#fff;margin-bottom:.75rem;padding-right:3rem;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:600;line-height:1.3}.post-caption{color:var(--text-secondary);white-space:pre-wrap;flex-grow:1;max-height:90px;margin-bottom:1rem;padding-right:.25rem;font-size:.8rem;line-height:1.45;overflow-y:auto}.post-caption::-webkit-scrollbar{width:4px}.post-caption::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:4px}.post-tags{flex-wrap:wrap;gap:.3rem;margin-bottom:1rem;display:flex}.post-tag{color:var(--accent-color);background:#06b6d40f;border:1px solid #06b6d41a;border-radius:4px;padding:.15rem .35rem;font-size:.65rem}.post-copy-btn{color:#d8b4fe;cursor:pointer;background:#7c3aed14;border:1px dashed #7c3aed40;border-radius:6px;justify-content:center;align-items:center;gap:.35rem;padding:.45rem;font-family:inherit;font-size:.75rem;font-weight:500;transition:all .2s;display:flex}.post-copy-btn:hover{background:var(--primary-color);color:#fff;border-style:solid;border-color:var(--primary-color)}.post-copy-btn.copied{background:var(--success-color);color:#fff;border-style:solid;border-color:var(--success-color)}.post-image-container{aspect-ratio:4/5;border:1px solid var(--panel-border);background:#0003;border-radius:8px;justify-content:center;align-items:center;width:100%;margin-bottom:.85rem;display:flex;overflow:hidden}.post-image{object-fit:contain;width:100%;height:100%;transition:transform .3s}.post-card:hover .post-image{transform:scale(1.03)}.post-actions{flex-direction:column;gap:.5rem;margin-top:auto;display:flex}.post-generate-btn{color:#c7d2fe;cursor:pointer;background:#06b6d414;border:1px dashed #06b6d440;border-radius:6px;justify-content:center;align-items:center;gap:.35rem;padding:.45rem;font-family:inherit;font-size:.75rem;font-weight:500;transition:all .2s;display:flex}.post-generate-btn:hover{background:var(--accent-color);color:#fff;border-style:solid;border-color:var(--accent-color)}.post-generate-btn:disabled{opacity:.6;cursor:not-allowed}.post-generate-btn .spinner{border-width:1.5px;width:12px;height:12px}.post-action-row{gap:.5rem;width:100%;display:flex}.post-edit-caption-btn{color:#fde68a;cursor:pointer;background:#f59e0b14;border:1px dashed #f59e0b40;border-radius:6px;justify-content:center;align-items:center;gap:.35rem;padding:.45rem;font-family:inherit;font-size:.75rem;font-weight:500;transition:all .2s;display:flex}.post-edit-caption-btn:hover{background:var(--warning-color);color:#fff;border-style:solid;border-color:var(--warning-color)}.post-link-image-btn{color:#a7f3d0;cursor:pointer;background:#10b98114;border:1px dashed #10b98140;border-radius:6px;justify-content:center;align-items:center;gap:.35rem;padding:.45rem;font-family:inherit;font-size:.75rem;font-weight:500;transition:all .2s;display:flex}.post-link-image-btn:hover{background:var(--success-color);color:#fff;border-style:solid;border-color:var(--success-color)}.modal{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#0009;justify-content:center;align-items:center;width:100%;height:100%;animation:.2s ease-out fadeIn;display:flex;position:fixed;top:0;left:0;overflow:auto}.modal-content{background:var(--panel-bg);border:1px solid var(--panel-border);-webkit-backdrop-filter:blur(12px);border-radius:16px;width:90%;max-width:500px;padding:2rem;position:relative;box-shadow:0 10px 40px #00000080}.close-modal{color:var(--text-secondary);float:right;cursor:pointer;font-size:28px;font-weight:700;transition:color .2s;position:absolute;top:1rem;right:1.5rem}.close-modal:hover{color:var(--text-primary)}.modal-tabs{border-bottom:1px solid var(--panel-border);gap:.5rem;margin-bottom:1.5rem;padding-bottom:.5rem;display:flex}.tab-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.tab-btn.active{color:var(--accent-color);border-bottom-color:var(--accent-color)}.tab-btn:hover{color:var(--text-primary)}.tab-content{padding:.5rem 0}.tab-description{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.85rem;line-height:1.4}.custom-file-input{border:1px solid var(--panel-border);width:100%;color:var(--text-primary);background:#0a0c12cc;border-radius:8px;padding:.75rem}.custom-input{border:1px solid var(--panel-border);width:100%;color:var(--text-primary);background:#0a0c12cc;border-radius:8px;outline:none;padding:.85rem;font-size:.9rem}.custom-input:focus{border-color:var(--primary-color);box-shadow:0 0 8px var(--primary-glow)}.btn-accent{background:linear-gradient(135deg, var(--accent-color) 0%, #0891b2 100%);color:#fff;box-shadow:0 4px 15px #06b6d44d}.btn-accent:hover{background:linear-gradient(135deg,#22d3ee 0%,#06b6d4 100%)}.select-user-row{align-items:center;gap:1rem;width:100%;display:flex}.login-container{justify-content:center;align-items:center;width:100%;min-height:75vh;display:flex}.login-card{-webkit-backdrop-filter:blur(16px)saturate(180%);backdrop-filter:blur(16px)saturate(180%);text-align:center;background:#12141d99;border:1px solid #ffffff14;border-radius:16px;width:100%;max-width:420px;padding:2.5rem;box-shadow:0 10px 30px #00000080}.login-card h2{color:var(--text-primary);letter-spacing:-.025em;background:linear-gradient(135deg,#fff 0%,#ffffffb3 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:1.8rem;font-weight:700}.login-card p{color:var(--text-secondary);margin-bottom:2rem;font-size:.9rem}.login-card .form-group{text-align:left;margin-bottom:1.5rem}.login-card .form-group label{color:var(--text-secondary);margin-bottom:.5rem;font-size:.85rem;font-weight:500;display:block}.login-card .form-group input{width:100%;color:var(--text-primary);background:#0a0c12cc;border:1px solid #ffffff14;border-radius:8px;outline:none;padding:.85rem;font-size:.9rem;transition:all .2s}.login-card .form-group input:focus{border-color:var(--primary-color);box-shadow:0 0 8px #6366f140}.portal-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--panel-border);background:#12141d80;border-radius:12px;justify-content:space-between;align-items:center;width:100%;margin-bottom:2rem;padding:1.5rem 2rem;display:flex}.portal-header h1{color:var(--text-primary);background:linear-gradient(135deg,#fff 0%,#a5b4fc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.portal-header p{color:var(--text-secondary);margin:0;font-size:.85rem}.logout-btn{transition:all .2s;color:#f87171!important;background:#ef44441a!important;border:1px solid #ef44444d!important}.logout-btn:hover{background:#ef444433!important;border-color:#ef444480!important;box-shadow:0 0 10px #ef444426!important}@media (max-width:1024px){.posts-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}}@media (max-width:768px){body{padding:1rem .75rem}.portal-header{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;padding:1.5rem}.portal-header .header-info{margin-bottom:.5rem}.portal-header .logout-btn{width:100%!important}.select-user-row{flex-direction:column;align-items:stretch;gap:1rem}.select-user-row button{width:100%!important}.card{padding:1.5rem}.posts-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.modal-content{width:95%;margin:10% auto;padding:1.5rem}}@media (max-width:480px){.login-card{padding:1.5rem}.card{padding:1.25rem 1rem}.posts-grid{grid-template-columns:1fr}h1{font-size:2rem}.post-card{min-height:auto}}.login-screen-wrapper{z-index:99999;background:#08070e;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0;overflow:hidden}@media (max-width:480px){.login-screen-wrapper{align-items:flex-start!important;padding:1.5rem 0 2rem!important;overflow-y:auto!important}.login-screen-wrapper.is-loading{justify-content:center!important;align-items:center!important;padding:0!important;overflow:hidden!important}}.login-bg-collage{opacity:.18;pointer-events:none;filter:blur(.5px);-webkit-user-select:none;user-select:none;grid-template-columns:repeat(6,1fr);gap:1.25rem;width:120%;height:120%;padding:1rem;display:grid;position:fixed;top:-10%;left:-10%}.collage-column{flex-direction:column;gap:1.25rem;display:flex}.collage-column:nth-child(2n){transform:translateY(-80px)}.mock-post-card{background:#100f18;border:1px solid #ffffff0a;border-radius:12px;flex-direction:column;width:100%;padding:.75rem;display:flex}.mock-post-header{align-items:center;gap:.5rem;margin-bottom:.6rem;display:flex}.mock-avatar{background:linear-gradient(135deg,#7c3aed 0%,#06b6d4 100%);border-radius:50%;width:24px;height:24px}.mock-username{background:#ffffff1f;border-radius:4px;width:70px;height:8px}.mock-post-media{aspect-ratio:1.1;color:#ffffff14;background:linear-gradient(135deg,#1d182b 0%,#0c0814 100%);border-radius:8px;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.mock-post-media:after{content:"▶";opacity:.25;font-size:1.2rem}.mock-post-footer{flex-direction:column;gap:.35rem;margin-top:.6rem;display:flex}.mock-actions{color:#ffffff26;gap:.5rem;font-size:.75rem;display:flex}.mock-likes{background:#ffffff1f;border-radius:3px;width:45px;height:6px}.mock-caption{background:#ffffff14;border-radius:3px;width:85%;height:6px}.login-card-portal{z-index:100000;-webkit-backdrop-filter:blur(20px)saturate(180%);text-align:center;background:#161327c7;border:1px solid #ffffff12;border-radius:24px;width:100%;max-width:430px;padding:3.5rem 2.5rem;box-shadow:0 25px 50px #000000d9}.login-card-portal h2{color:#fff;letter-spacing:-.02em;background:0 0;-webkit-background-clip:unset;-webkit-text-fill-color:unset;width:auto;margin-bottom:2rem;font-family:Outfit,sans-serif;font-size:2.2rem;font-style:italic;font-weight:700;display:inline-block}.login-tabs-container{border-bottom:1px solid #ffffff14;margin-bottom:2.2rem;display:flex}.login-tab-btn{color:#ffffff80;cursor:pointer;background:0 0;border:none;outline:none;flex:1;padding:.75rem;font-size:1.05rem;font-weight:600;transition:all .3s;position:relative}.login-tab-btn.active{color:#fff}.login-tab-btn:after{content:"";background:0 0;width:100%;height:2px;transition:all .3s;position:absolute;bottom:-1px;left:0}.login-tab-btn.active:after{background:#fff}.login-form-input{color:#fff;border:1px solid #ffffff12;border-radius:8px;outline:none;width:100%;height:48px;padding:0 1.1rem;font-size:.95rem;transition:all .2s;background:#0a0814d9!important}.login-form-input::placeholder{color:#ffffff59}.login-form-input:focus{border-color:#7c3aedbf;box-shadow:0 0 10px #7c3aed40}.login-btn-submit{color:#fff;cursor:pointer;background:#7c3aed;border:none;border-radius:8px;width:100%;height:48px;margin-top:1rem;font-size:1rem;font-weight:600;transition:all .2s;box-shadow:0 4px 15px #7c3aed4d}.login-btn-submit:hover:not(:disabled){background:#6d28d9;box-shadow:0 6px 20px #7c3aed73}.login-btn-submit:active:not(:disabled){transform:translateY(1px)}.login-btn-submit:disabled{opacity:.6;cursor:not-allowed}@media (max-width:480px){.login-bg-collage{grid-template-columns:repeat(3,1fr)!important;width:120vw!important;height:120vh!important}.login-card-portal{border-radius:16px!important;width:100%!important;max-width:calc(100% - 2rem)!important;margin:0 1rem!important;padding:1.5rem 1.25rem!important}.login-logo-wrapper{margin-bottom:.85rem!important}.login-card-portal h2{margin-bottom:1rem!important;font-size:1.45rem!important}.login-tabs-container{margin-bottom:1.25rem!important}.login-form-input{height:44px!important;padding:0 .85rem!important;font-size:16px!important}.login-btn-submit{height:44px!important;font-size:.95rem!important}.login-logo{height:55px!important}}.login-logo-wrapper{justify-content:center;margin-bottom:1.5rem;display:flex}.login-logo{object-fit:contain;filter:drop-shadow(0 0 20px #7c3aed40);width:auto;height:90px}.portal-logo-wrapper{align-items:center;gap:1rem;display:flex}.portal-logo{object-fit:contain;filter:drop-shadow(0 0 10px #7c3aed26);width:auto;height:48px}.skeleton{background:linear-gradient(90deg,#ffffff08 25%,#ffffff14 50%,#ffffff08 75%) 0 0/200% 100%;animation:1.6s linear infinite shimmer}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-text{border-radius:4px;width:100%;height:12px;margin-bottom:.75rem}.skeleton-text.short{width:60%}.skeleton-text.medium{width:80%}.skeleton-title{border-radius:6px;width:40%;height:24px;margin-bottom:1.5rem}.skeleton-card{background:var(--panel-bg);border:1px solid var(--panel-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;min-height:200px;padding:2rem}.skeleton-select{border-radius:10px;width:100%;height:48px}.skeleton-image{aspect-ratio:4/5;border-radius:8px;width:100%;margin-bottom:.85rem}.skeleton-post-card{border:1px solid var(--panel-border);background:#232329;border-radius:8px;flex-direction:column;min-height:260px;padding:1.25rem;display:flex}.portal-header-right{align-items:center;gap:1.5rem;display:flex}.profile-badge{border-right:1px solid var(--panel-border);align-items:center;gap:.75rem;padding-right:1.5rem;display:flex}.avatar-initials{background:var(--secondary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;font-weight:700;display:flex}.profile-text{flex-direction:column;display:flex}.profile-email{color:var(--text-primary);font-size:.85rem;font-weight:600}.profile-role{color:var(--text-secondary);font-size:.75rem}.logout-icon{margin-right:.35rem}.admin-collapsible{transition:all .25s ease-out}.admin-header-row:hover h2{color:var(--primary-color)}.brands-tabs-section{margin-bottom:1.5rem}.brands-tabs-container{border-bottom:1px solid var(--panel-border);justify-content:space-between;align-items:center;width:100%;padding-bottom:.75rem;display:flex}.brands-tabs-left{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.brand-tab{color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;padding:.5rem 1rem;font-size:.95rem;font-weight:600;transition:all .2s}.brand-tab:hover{color:var(--text-primary);background:#ffffff0a}.brand-tab.active{color:var(--primary-color);background:#ff660014;border:1px solid #f603}.brand-tab-new{color:#a78bfa;cursor:pointer;background:#6600cc14;border:1px dashed #6600cc4d;border-radius:6px;align-items:center;gap:.35rem;padding:.5rem 1rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.brand-tab-new:hover{background:var(--secondary-color);color:#fff;border-style:solid;border-color:var(--secondary-color)}.brands-status-pill{color:var(--primary-color);white-space:nowrap;background:#ff66001a;border:1px solid #f603;border-radius:20px;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.8rem;font-weight:600;display:inline-flex}.post-status-badge{text-transform:uppercase;border-radius:4px;padding:.15rem .5rem;font-size:.65rem;font-weight:700}.post-status-badge.status-ready{background:var(--primary-color);color:#fff}.post-status-badge.status-draft{background:var(--panel-border);color:var(--text-secondary)}.post-action-grid{grid-template-columns:1fr 1fr;gap:.5rem;margin-top:auto;display:grid}.post-action-grid .btn{justify-content:center;align-items:center;gap:.35rem;width:100%;height:36px;display:inline-flex;padding:.5rem .75rem!important;font-size:.8rem!important;font-weight:500!important}body.logged-in{font-family:Inter,sans-serif;background:#f8f9fa!important;min-height:100vh!important;padding:0!important;display:block!important;overflow:hidden!important}body.logged-in .background-decor{display:none!important}body.logged-in .app-container{z-index:10;width:100%!important;max-width:100%!important;height:100vh!important;margin:0!important;padding:0!important;display:flex!important}.portal-layout{--bg-color:#f8f9fa;--panel-bg:#fff;--panel-border:#e5e7eb;--text-primary:#111827;--text-secondary:#6b7280;--primary-color:#7c3aed;--primary-glow:#7c3aed1a;--accent-color:#3b82f6;--success-color:#10b981;--warning-color:#f59e0b;--error-color:#ef4444;background-color:var(--bg-color);width:100%;height:100vh;color:var(--text-primary);display:flex}.portal-sidebar{border-right:1px solid var(--panel-border);background:#fff;flex-direction:column;flex-shrink:0;justify-content:space-between;width:260px;height:100vh;padding:1.5rem 1rem;display:flex}.sidebar-logo{align-items:center;gap:.75rem;margin-bottom:2rem;padding:.5rem;display:flex}.sidebar-logo span{color:#111827;font-family:Outfit,sans-serif;font-size:1.15rem;font-weight:700}.sidebar-logo-icon{color:#7c3aed;width:32px;height:32px}.sidebar-menu{flex-direction:column;flex-grow:1;gap:.25rem;padding-right:.25rem;display:flex;overflow-y:auto}.sidebar-menu::-webkit-scrollbar{width:4px}.sidebar-menu::-webkit-scrollbar-thumb{background:#0000000d;border-radius:4px}.menu-group{color:#9ca3af;letter-spacing:.05em;text-transform:uppercase;padding:1rem .5rem .5rem;font-size:.7rem;font-weight:700}.menu-item{color:#4b5563;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px;align-items:center;gap:.75rem;padding:.65rem .75rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.menu-item:hover{color:#111827;background:#f3f4f6}.menu-item.active{color:#fff;background:#7c3aed}.menu-item svg{flex-shrink:0;width:18px;height:18px}.sidebar-footer-card{background:#eff6ff;border:1px solid #dbeafe;border-radius:12px;margin-top:auto;padding:1rem}.card-hint-header{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.hint-icon{font-size:1.1rem}.hint-title{color:#1d4ed8;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:600}.hint-text{color:#1e40af;font-size:.78rem;line-height:1.4}.portal-main-area{background-color:#f9fafb;flex-direction:column;flex-grow:1;height:100vh;display:flex;overflow:hidden}.portal-layout .portal-header{border-bottom:1px solid var(--panel-border);background:#fff;border-radius:0;justify-content:flex-end;align-items:center;width:100%;height:70px;margin-bottom:0;padding:1rem 2rem;display:flex}.portal-layout .portal-header-right{align-items:center;gap:1.5rem;display:flex}.portal-layout .profile-badge{border-right:1px solid var(--panel-border);cursor:pointer;align-items:center;gap:.75rem;padding-right:1.5rem;display:flex}.portal-layout .avatar-initials{color:#ea580c;background:#fff7ed;border:1px solid #ffedd5;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;font-weight:700;display:flex}.portal-layout .profile-text{text-align:left;flex-direction:column;display:flex}.portal-layout .profile-email{color:#111827;font-size:.85rem;font-weight:600}.portal-layout .profile-role{color:#6b7280;font-size:.75rem}.portal-layout .dropdown-caret{color:#9ca3af;width:16px;height:16px}.portal-layout .logout-btn{color:#ef4444!important;cursor:pointer!important;width:auto!important;height:38px!important;box-shadow:none!important;background:#fff!important;border:1px solid #fee2e2!important;border-radius:8px!important;align-items:center!important;gap:.5rem!important;padding:.5rem 1rem!important;font-size:.85rem!important;font-weight:600!important;transition:all .2s!important;display:flex!important}.portal-layout .logout-btn:hover{box-shadow:none!important;background:#fef2f2!important;border-color:#fca5a5!important;transform:none!important}.portal-content-scroll{flex-direction:column;flex-grow:1;gap:1.5rem;padding:2rem;display:flex;overflow-y:auto}.portal-layout .card{border:1px solid var(--panel-border);-webkit-backdrop-filter:none;background:#fff;border-radius:16px;padding:1.5rem;transition:none;box-shadow:0 1px 3px #0000000d}.portal-layout .card:hover{transform:none;box-shadow:0 1px 3px #0000000d}.admin-title-col h2{color:#111827;margin-bottom:.15rem;font-family:Outfit,sans-serif;font-size:1.15rem;font-weight:600}.admin-subtitle{color:#6b7280;margin:0;font-size:.8rem}.admin-actions-cards{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:1.5rem;display:grid}.admin-action-card{cursor:pointer;background:#fff;border:1px solid #f3f4f6;border-radius:12px;align-items:center;gap:1rem;padding:1.25rem 1rem;transition:all .2s;display:flex;position:relative;box-shadow:0 1px 2px #00000005}.admin-action-card:hover{background-color:#fafafa;border-color:#e5e7eb;transform:translateY(-1px);box-shadow:0 4px 12px #0000000d}.action-card-icon-wrapper{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.action-card-icon-wrapper.user-wrapper{color:#4f46e5;background:#eef2ff}.action-card-icon-wrapper.brand-wrapper{color:#10b981;background:#ecfdf5}.action-card-icon-wrapper.link-wrapper{color:#0284c7;background:#f0f9ff}.action-card-icon-wrapper svg{width:20px;height:20px}.action-card-text{text-align:left;flex-direction:column;flex-grow:1;gap:.15rem;display:flex}.action-card-text h3{color:#111827;margin:0;font-size:.9rem;font-weight:600}.action-card-text p{color:#6b7280;margin:0;font-size:.75rem}.action-card-arrow{color:#9ca3af;width:16px;height:16px;transition:transform .2s}.admin-action-card:hover .action-card-arrow{color:#4b5563;transform:translate(2px)}.portal-layout .brands-tabs-section{margin-bottom:0}.portal-layout .brands-tabs-container{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding-bottom:1rem;display:flex}.portal-layout .brands-tabs-left{align-items:center;gap:.5rem;display:flex}.portal-layout .brand-tab-new{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s}.portal-layout .brand-tab-new:hover{background:#f9fafb;border-color:#d1d5db}.portal-layout .brand-tab{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.5rem 1.25rem;font-size:.85rem;font-weight:500;transition:all .2s}.portal-layout .brand-tab:hover{color:#111827;background:#f9fafb}.portal-layout .brand-tab.active{color:#7c3aed;background:#f5f3ff;border:1px solid #c084fc;font-weight:600}.brands-progress-container{background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:1rem;height:38px;padding:.5rem 1rem;display:flex}.brands-status-text{color:#4b5563;align-items:center;gap:.35rem;font-size:.8rem;font-weight:600;display:flex}.brands-status-text .calendar-icon{color:#ef4444;width:14px;height:14px}.progress-bar-bg{background:#e5e7eb;border-radius:10px;width:100px;height:6px;overflow:hidden}.progress-bar-fill{background:#7c3aed;border-radius:10px;height:100%;transition:width .4s}.portal-layout .plan-section{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.5rem}.portal-layout .plan-header{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.portal-layout .plan-header-icon-box{border:1px solid #ddd6fe;color:#7c3aed!important;background:#f5f3ff!important}.portal-layout .plan-header-title-row h2{color:#111827;font-family:Outfit,sans-serif;font-size:1.15rem;font-weight:600}.portal-layout .plan-info-text{color:#6b7280;font-size:.8rem;margin-top:.15rem!important}.plan-header-right-controls{gap:.5rem;display:flex}.view-btn{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:.35rem;padding:.5rem 1rem;font-size:.8rem;font-weight:500;transition:all .2s;display:flex}.view-btn:hover{color:#111827;background:#f9fafb}.view-btn.active{color:#7c3aed;background:#f5f3ff;border-color:#c084fc;font-weight:600}.view-btn svg{width:14px;height:14px}.posts-scroll-wrapper{align-items:center;width:100%;display:flex;position:relative}.portal-layout .posts-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;width:100%;padding:.5rem .25rem 1rem;display:grid}.portal-layout .posts-grid::-webkit-scrollbar{height:6px}.portal-layout .posts-grid::-webkit-scrollbar-thumb{background:#00000014;border-radius:4px}.scroll-chevron-btn{cursor:pointer;z-index:10;color:#4b5563;background:#fff;border:1px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;right:-20px;box-shadow:0 4px 10px #00000014}.scroll-chevron-btn:hover{color:#111827;background:#f9fafb;transform:scale(1.05);box-shadow:0 6px 15px #0000001f}.scroll-chevron-btn svg{width:18px;height:18px}.portal-layout .post-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;width:100%;min-height:auto;padding:1rem;display:flex}.portal-layout .post-card:hover{border-color:#c084fc;transform:translateY(-2px);box-shadow:0 8px 24px #7c3aed0f}.portal-layout .post-card-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.portal-layout .post-status-badge{text-transform:uppercase;border-radius:6px;padding:.2rem .5rem;font-size:.65rem;font-weight:700}.portal-layout .post-status-badge.status-ready{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0}.portal-layout .post-status-badge.status-draft{color:#6b7280;background:#f3f4f6;border:1px solid #e5e7eb}.portal-layout .post-day-badge{color:#2563eb;box-shadow:none;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;padding:.2rem .5rem;font-size:.68rem;font-weight:700;position:static}.portal-layout .post-image-container{aspect-ratio:4/3;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;width:100%;margin-bottom:.75rem;overflow:hidden}.portal-layout .post-title{color:#111827;margin-bottom:.5rem;padding-right:0;font-family:Outfit,sans-serif;font-size:.88rem;font-weight:600;line-height:1.35}.portal-layout .post-caption{color:#4b5563;max-height:70px;margin-bottom:.75rem;font-size:.78rem;line-height:1.45}.portal-layout .post-caption::-webkit-scrollbar-thumb{background:#00000014}.portal-layout .post-tags{flex-wrap:wrap;gap:.25rem;margin-bottom:1rem;display:flex}.portal-layout .post-tag{color:#3b82f6;background:#eff6ff;border:1px solid #dbeafe;border-radius:4px;padding:.15rem .35rem;font-size:.65rem}.portal-layout .post-card-footer{align-items:center;gap:.4rem;margin-top:auto;display:flex}.portal-layout .post-footer-btn{color:#4b5563;cursor:pointer;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;flex-grow:1;justify-content:center;align-items:center;gap:.35rem;padding:.45rem .5rem;font-family:inherit;font-size:.75rem;font-weight:600;transition:all .2s;display:flex}.portal-layout .post-footer-btn:hover{color:#111827;background:#e5e7eb}.portal-layout .post-footer-btn svg{width:12px;height:12px}.portal-layout .post-footer-btn-more{color:#4b5563;cursor:pointer;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.portal-layout .post-footer-btn-more:hover{color:#111827;background:#e5e7eb}.portal-layout .post-footer-btn-more svg{width:14px;height:14px}.portal-layout .modal-content{background:#fff;border:1px solid #e5e7eb;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.portal-layout .modal-content h2{color:#111827}.portal-layout .custom-input,.portal-layout .custom-select,.portal-layout .custom-file-input{color:#111827;background:#fff;border:1px solid #d1d5db}.portal-layout .custom-input:focus,.portal-layout .custom-select:focus{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed26}.portal-layout .drop-zone{background:#fafafa;border-color:#d1d5db}.portal-layout .drop-zone:hover{background:#f5f3ff;border-color:#7c3aed}.portal-layout .inline-caption-edit{color:#111827!important;background:#fff!important;border:1px solid #d1d5db!important}@media (max-width:1024px){.admin-actions-cards{grid-template-columns:1fr;gap:.75rem}}.mobile-menu-btn{color:#374151;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:none}@media (max-width:768px){.mobile-menu-btn{display:flex}.portal-sidebar{z-index:10001;width:285px;height:100vh;transition:transform .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.portal-sidebar.open{transform:translate(0)}.mobile-close-btn{color:#4b5563;cursor:pointer;background:0 0;border:none;padding:.25rem .5rem;font-size:1.75rem;line-height:1;position:absolute;top:50%;right:0;transform:translateY(-50%);display:flex!important}.sidebar-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;background-color:#0006;animation:.2s ease-out fadeIn;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}body.logged-in{height:auto!important;overflow:auto!important}body.logged-in .app-container{height:auto!important}.portal-layout{height:auto!important;min-height:100vh!important}.portal-main-area{flex-direction:column;width:100%;display:flex;height:auto!important;min-height:100vh!important;overflow:visible!important}.portal-layout .portal-header{border-bottom:1px solid var(--panel-border)!important;background:#fff!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;gap:.75rem!important;height:auto!important;padding:.75rem 1rem!important;display:flex!important}.portal-layout .portal-header-right{align-items:center!important;gap:.75rem!important;display:flex!important}.portal-layout .profile-badge{border-right:none!important;align-items:center!important;gap:.5rem!important;padding-right:0!important;display:flex!important}.portal-layout .profile-text{display:none!important}.portal-layout .logout-btn{width:auto!important;padding:.4rem .75rem!important;font-size:.8rem!important}.portal-content-scroll{gap:1rem;padding:1rem;height:auto!important;overflow-y:visible!important}.brands-tabs-container{flex-direction:column;align-items:stretch;gap:1rem}.brands-tabs-left{flex-wrap:wrap}.brand-tab-new{justify-content:center;width:100%!important}.brand-tab{text-align:center;flex-grow:1}.portal-layout .plan-header{flex-direction:column!important;align-items:flex-start!important;gap:.85rem!important;margin-bottom:1rem!important;padding-bottom:.85rem!important}.plan-header-right-controls{justify-content:flex-start!important;width:100%!important;padding-bottom:2px!important;overflow-x:auto!important}.view-btn{white-space:nowrap!important;flex-shrink:0!important;padding:.45rem .7rem!important;font-size:.78rem!important}.portal-layout .posts-grid{grid-template-columns:1fr!important;gap:1rem!important;padding:.25rem 0!important}.filters-panel{flex-direction:column!important;gap:.75rem!important;padding:.85rem!important}.portal-layout .card{border-radius:12px!important;padding:1.25rem 1rem!important}.portal-layout .plan-section{overflow:hidden!important}.portal-layout .brands-tabs-container{flex-direction:column!important;gap:.75rem!important}.portal-layout .brands-tabs-left{flex-wrap:nowrap!important;width:100%!important;padding-bottom:4px!important;overflow-x:auto!important}.portal-layout .brand-tab{white-space:nowrap!important;flex-grow:0!important;flex-shrink:0!important}.portal-layout .brand-tab-new{flex-shrink:0!important;width:auto!important}.brands-progress-container{justify-content:space-between!important;width:100%!important}.portal-layout .plan-header-title-row h2{font-size:1rem!important}.portal-layout .plan-info-text{font-size:.75rem!important}}.portal-layout .skeleton{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%) 0 0/200% 100%!important;animation:1.6s linear infinite shimmer!important}.portal-layout .skeleton-post-card{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:12px!important;flex-direction:column!important;min-height:auto!important;padding:1rem!important;display:flex!important}.portal-table{border-collapse:collapse;width:100%;margin-top:1rem}.portal-table th{color:#4b5563;text-transform:uppercase;letter-spacing:.05em;background:#f9fafb;border-bottom:2px solid #e5e7eb;padding:.75rem 1rem;font-size:.8rem;font-weight:600}.portal-table td{color:#1f2937;vertical-align:middle;border-bottom:1px solid #f3f4f6;padding:1rem;font-size:.9rem}.portal-table tr:hover{background:#f9fafb}.posts-list-view table th{text-transform:uppercase;letter-spacing:.05em;color:#6b7280;background:#f9fafb;border-bottom:2px solid #e5e7eb;font-size:.8rem}.posts-list-view table td{color:#374151;border-bottom:1px solid #f3f4f6}.posts-list-view table tr:hover{background:#fafafa}.filters-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.filters-left{flex-wrap:wrap;gap:.5rem;display:flex}.search-input-wrapper{min-width:250px;position:relative}.search-input-wrapper svg{color:#9ca3af;width:16px;height:16px;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.search-input-wrapper input{width:100%;padding-left:2.25rem}.calendar-container{color:#1f2937;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.calendar-header-days{text-align:center;color:#6b7280;border-bottom:1px solid #e5e7eb;grid-template-columns:repeat(7,1fr);margin-bottom:.75rem;padding-bottom:.75rem;font-size:.85rem;font-weight:600;display:grid}.calendar-grid{grid-template-columns:repeat(7,1fr);gap:.75rem;display:grid}.calendar-day-card{cursor:pointer;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;justify-content:space-between;min-height:100px;padding:.5rem;transition:all .2s;display:flex;position:relative}.calendar-day-card:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 12px #7c3aed14}.calendar-day-number{color:#9ca3af;margin-bottom:.25rem;font-size:.85rem;font-weight:700}.calendar-day-card.has-post .calendar-day-number{color:#4b5563}.calendar-day-card.status-ready{background:#f0fdf4;border-color:#bbf7d0}.calendar-day-card.status-ready:hover{border-color:#10b981}.calendar-day-card.status-draft{background:#fff7ed;border-color:#fed7aa}.calendar-day-card.status-draft:hover{border-color:#f97316}.calendar-post-title{text-overflow:ellipsis;-webkit-line-clamp:2;color:#1f2937;-webkit-box-orient:vertical;margin-top:.25rem;font-size:.75rem;font-weight:600;display:-webkit-box;overflow:hidden}.calendar-post-badge{border-radius:4px;align-self:flex-start;margin-top:auto;padding:.15rem .35rem;font-size:.65rem;font-weight:600}.calendar-post-badge.ready{color:#065f46;background:#d1fae5}.calendar-post-badge.draft{color:#9a3412;background:#ffedd5}@media (max-width:768px){.calendar-container{padding:.75rem!important}.calendar-header-days{margin-bottom:.5rem!important;padding-bottom:.5rem!important;font-size:.7rem!important}.calendar-grid{gap:4px!important}.calendar-day-card{flex-direction:column!important;justify-content:center!important;align-items:center!important;min-height:50px!important;padding:.25rem!important;display:flex!important}.calendar-day-number{margin-bottom:0!important;font-size:.85rem!important}.calendar-post-title,.calendar-post-badge{display:none!important}.calendar-day-card.has-post:after{content:"";border-radius:50%;width:6px;height:6px;margin-top:4px;display:block}.calendar-day-card.status-ready:after{background-color:#10b981!important}.calendar-day-card.status-draft:after{background-color:#f97316!important}}.categories-layout{grid-template-columns:1fr 1.5fr;gap:1.5rem;display:grid}@media (max-width:768px){.categories-layout{grid-template-columns:1fr}}.category-tag-badge{border-radius:9999px;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.85rem;font-weight:600;display:inline-flex}.category-item-row{color:#1f2937;background:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.75rem;display:flex}.templates-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.template-card{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;transition:all .2s;display:flex;position:relative;overflow:hidden}.template-card:hover{border-color:var(--primary-color);transform:translateY(-4px);box-shadow:0 10px 20px #7c3aed14}.template-card.active{border-color:var(--primary-color);box-shadow:0 0 0 2px var(--primary-color)}.template-preview-box{color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:160px;padding:1.5rem;display:flex;position:relative}.template-badge-selected{background:var(--primary-color);color:#fff;text-transform:uppercase;border-radius:9999px;padding:.25rem .5rem;font-size:.7rem;font-weight:700;position:absolute;top:.75rem;right:.75rem}.template-card-info{color:#1f2937;flex-direction:column;flex-grow:1;padding:1rem;display:flex}.template-card-info h3{margin:0 0 .5rem;font-size:1rem;font-weight:600}.template-card-info p{color:#6b7280;margin:0 0 1rem;font-size:.8rem;line-height:1.4}.template-colors{gap:.25rem;margin-top:auto;display:flex}.template-color-dot{border:1px solid #00000014;border-radius:50%;width:14px;height:14px}.performance-metrics-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-bottom:2rem;display:grid}.performance-metric-card{color:#1f2937;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem}.performance-metric-title{text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-bottom:.5rem;font-size:.8rem;font-weight:600}.performance-metric-value{color:#111827;margin-bottom:.25rem;font-size:1.75rem;font-weight:700}.performance-metric-trend{align-items:center;gap:.25rem;font-size:.75rem;display:flex}.performance-metric-trend.up{color:#10b981}.performance-metric-trend.down{color:#ef4444}.chart-wrapper{color:#1f2937;background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.chart-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.chart-title{margin:0;font-size:1.1rem;font-weight:600}.chart-container-svg{width:100%;height:220px}.timeline-container{color:#1f2937;padding-left:1.5rem;position:relative}.timeline-container:before{content:"";background:#e5e7eb;width:2px;position:absolute;top:.5rem;bottom:.5rem;left:3px}.timeline-item{margin-bottom:1.75rem;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-badge-dot{background:#d1d5db;border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;top:.25rem;left:-1.75rem}.timeline-item.active .timeline-badge-dot{background:var(--primary-color);box-shadow:0 0 0 3px #7c3aed26}.timeline-item.success .timeline-badge-dot{background:#10b981;box-shadow:0 0 0 3px #10b98126}.timeline-item-content{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem 1rem}.timeline-time{color:#9ca3af;margin-bottom:.25rem;font-size:.75rem;font-weight:500}.timeline-title{margin-bottom:.25rem;font-size:.9rem;font-weight:600}.timeline-desc{color:#6b7280;font-size:.8rem}
