@import url(https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;600;700&family=DM+Sans:wght@400;500;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#951e49;--secondary-color:#7e7e7e;--background-color:#002e50;--text-color:#202020;--color-primary:var(--primary-color);--color-secondary:#b84a5f;--color-accent:#d4a574;--color-bg:#faf8f6;--color-surface:#fff;--color-text:#2d1b20;--color-text-light:#6b4f56;--color-border:#e8dfe2;--color-danger:#c53030;--color-success:#38a169;--shadow-sm:0 1px 3px #97364a14;--shadow-md:0 4px 12px #97364a1f;--shadow-lg:0 10px 30px #97364a26}body{background:#faf8f6;background:var(--color-bg);color:#2d1b20;color:var(--color-text);font-family:DM Sans,-apple-system,sans-serif;line-height:1.6}.app{display:flex;flex-direction:column;min-height:100vh}.header{background:#951e49;background:var(--primary-color);box-shadow:0 4px 12px #97364a1f;box-shadow:var(--shadow-md);color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{gap:2rem;height:70px;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 2rem}.header-content,.logo{align-items:center;display:flex}.logo{white-space:nowrap}.logo-image{display:block;height:40px;width:auto}.nav{display:flex;flex:1 1;gap:.5rem;justify-content:center}.nav-item{background:#0000;border:none;border-radius:8px;color:#ffffffd9;cursor:pointer;display:inline-block;font-size:.95rem;font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s;white-space:nowrap}.nav-item:hover{background:#ffffff1a;color:#fff}.nav-item.active{background:#fff3;color:#fff;font-weight:600}.user-info{align-items:center;display:flex;gap:1rem}.user-name{font-size:.95rem;font-weight:600}.btn-logout{background:#ffffff26;border:1px solid #ffffff4d;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .2s}.btn-logout:hover{background:#ffffff40;border-color:#ffffff80}.loading-container{align-items:center;background:#faf8f6;background:var(--color-bg);display:flex;flex-direction:column;gap:1.5rem;justify-content:center;min-height:100vh}.loader{animation:spin 1s linear infinite;border:4px solid #e8dfe2;border-top-color:#951e49;border:4px solid var(--color-border);border-radius:50%;border-top-color:var(--color-primary);height:50px;width:50px}@keyframes spin{to{transform:rotate(1turn)}}.loading-container p{color:#6b4f56;color:var(--color-text-light);font-size:1.1rem}.main-content{flex:1 1;margin:0 auto;max-width:1400px;padding:2rem;width:100%}.page-content{animation:fadeIn .4s ease-out;background:#fff;background:var(--color-surface);border-radius:16px;box-shadow:0 1px 3px #97364a14;box-shadow:var(--shadow-sm);padding:3rem}.page-content h1{color:#951e49;color:var(--color-primary);font-family:Crimson Pro,serif;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.page-content p{color:#6b4f56;color:var(--color-text-light);font-size:1.1rem}.footer{background:#951e49;background:var(--primary-color);color:#ffffffe6;margin-top:3rem;padding:2rem}.footer-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1400px}.footer-links{display:flex;gap:2rem}.footer-links a{color:#fffc;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fff}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=main.ea2be1cb.css.map*/