@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap";:root{--background:#f7f9fa;--foreground:#2e7d32;--card:#fff;--card-foreground:#2e7d32;--popover:#fff;--popover-foreground:#2e7d32;--primary:#e12983;--primary-foreground:#fff;--secondary:#e4e4e7;--secondary-foreground:#2e7d32;--accent:#f59e0b;--accent-foreground:#fff;--muted:#f1f5f9;--muted-foreground:#64748b;--destructive:#ef4444;--destructive-foreground:#fff;--border:#cccecf;--input:#fff;--ring:#e12983;--radius:1rem;font-family:Inter,system-ui,-apple-system,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;font-weight:600}.glass{-webkit-backdrop-filter:blur(12px);background:#18181bb3;border:1px solid #ffffff1a}.gradient-text{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#e12983 0%,#ff6baf 100%);-webkit-background-clip:text;background-clip:text}.premium-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;transition:all .3s}.premium-card:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 0 20px #e129831a}.btn-primary{background:var(--primary);color:var(--primary-foreground);border-radius:var(--radius);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:flex}.btn-primary:hover{filter:brightness(1.1);transform:scale(1.02)}.btn-primary:active{transform:scale(.98)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--muted);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--border)}.app-container[data-v-f74c3964]{min-height:100vh;display:flex}.sidebar[data-v-f74c3964]{background:var(--card);border-right:1px solid var(--border);z-index:100;flex-direction:column;width:260px;height:100vh;transition:width .3s cubic-bezier(.4,0,.2,1);display:flex;position:sticky;top:0}.sidebar.closed[data-v-f74c3964]{width:80px}.sidebar-header[data-v-f74c3964]{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1.5rem 1rem;display:flex}.logo-sidebar[data-v-f74c3964]{align-items:center;max-width:150px;display:flex}.sidebar-logo-img[data-v-f74c3964]{object-fit:contain;width:100%;height:auto}.toggle-btn[data-v-f74c3964]{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:.5rem;padding:.5rem}.toggle-btn[data-v-f74c3964]:hover{background:var(--secondary);color:var(--foreground)}.nav-menu[data-v-f74c3964]{flex-direction:column;flex:1;gap:.5rem;padding:1rem;display:flex}.nav-item[data-v-f74c3964]{border-radius:var(--radius);color:var(--muted-foreground);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:1rem;width:100%;padding:.875rem 1rem;transition:all .2s;display:flex}.nav-item[data-v-f74c3964]:hover{background:var(--secondary);color:var(--foreground)}.nav-item.active[data-v-f74c3964]{background:var(--primary);color:var(--primary-foreground);box-shadow:0 4px 12px #e1298333}.nav-icon[data-v-f74c3964]{width:20px;height:20px}.sidebar-footer[data-v-f74c3964]{border-top:1px solid var(--border);padding:1.5rem}.user-profile[data-v-f74c3964]{align-items:center;gap:.75rem;display:flex}.avatar[data-v-f74c3964]{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.user-info p[data-v-f74c3964]{margin:0}.user-name[data-v-f74c3964]{color:var(--foreground);font-size:.95rem;font-weight:700}.version-tag[data-v-f74c3964]{color:var(--primary);opacity:.8;font-size:.75rem;font-weight:600}.main-content[data-v-f74c3964]{background:var(--background);flex-direction:column;flex:1;display:flex}.top-header[data-v-f74c3964]{z-index:90;color:#2e7d32;background:#e12983;justify-content:space-between;align-items:center;height:70px;padding:0 2rem;display:flex;position:sticky;top:0}.top-header h1[data-v-f74c3964],.top-header .date-display[data-v-f74c3964]{color:#2e7d32!important;font-weight:900!important}.page-title[data-v-f74c3964]{font-size:1.5rem}.date-display[data-v-f74c3964]{color:var(--muted-foreground);text-transform:capitalize;font-size:.875rem}.content-wrapper[data-v-f74c3964]{width:100%;max-width:1400px;margin:0 auto;padding:2rem}.fade-enter-active[data-v-f74c3964],.fade-leave-active[data-v-f74c3964]{transition:opacity .2s,transform .2s}.fade-enter-from[data-v-f74c3964]{opacity:0;transform:translateY(10px)}.fade-leave-to[data-v-f74c3964]{opacity:0;transform:translateY(-10px)}@media (width<=768px){.sidebar[data-v-f74c3964]{height:100vh;position:fixed;left:0}.sidebar.closed[data-v-f74c3964]{border:none;width:0;overflow:hidden}}
