.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:#f9fafb}.login-page__card{background:#fff;border:1px solid #d1d5db;border-radius:12px;padding:40px;width:100%;max-width:400px;box-shadow:0 4px 16px #00000014}.login-page__header{text-align:center;margin-bottom:32px}.login-page__title{font-size:1.75rem;font-weight:700;color:#1a73e8;margin-bottom:6px}.login-page__subtitle{font-size:.9rem;color:#6b7280}.login-page__form{display:flex;flex-direction:column;gap:20px}.login-page__field{display:flex;flex-direction:column;gap:6px}.login-page__label{font-size:.875rem;font-weight:500;color:#1f2937}.login-page__input{padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;color:#1f2937;outline:none;transition:border-color .15s ease}.login-page__input:focus{border-color:#1a73e8;box-shadow:0 0 0 3px #1a73e81a}.login-page__input::placeholder{color:#6b7280}.login-page__error{font-size:.85rem;color:#dc2626;text-align:center}.login-page__btn{padding:11px;background-color:#1a73e8;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .15s ease}.login-page__btn:hover{background-color:#1557b0}.login-page__btn:active{transform:translateY(1px)}.home-page{display:flex;flex-direction:column;min-height:calc(100vh - 56px);background-color:#f5f5f5}.home-page__banner{display:flex;align-items:center;justify-content:center;gap:16px;padding:14px 28px;background:linear-gradient(90deg,#1a237e,#00796b);color:#fff;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.home-page__banner-icon{font-size:1.1rem;flex-shrink:0}.home-page__banner-text{flex:1;text-align:center}.home-page__content{padding:36px 40px}.home-page__welcome{margin-bottom:32px}.home-page__welcome-title{font-size:1.6rem;font-weight:700;color:#1565c0;margin-bottom:6px}.home-page__welcome-subtitle{font-size:.95rem;color:#6b7280}.home-page__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:900px}.module-card{background:#fff;border-radius:12px;padding:28px 24px;box-shadow:0 1px 6px #00000014;display:flex;flex-direction:column;gap:12px;cursor:default;transition:box-shadow .2s}.module-card:hover{box-shadow:0 4px 16px #0000001f}.module-card__icon{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.module-card__icon svg{width:26px;height:26px}.module-card__icon--blue{background-color:#1565c0;color:#fff}.module-card__icon--amber{background-color:#f9a825;color:#fff}.module-card__title{font-size:1rem;font-weight:700;color:#1f2937}.module-card__description{font-size:.85rem;color:#6b7280;line-height:1.55;flex:1}.module-card__btn{align-self:center;margin-top:8px;padding:10px 36px;border:none;border-radius:6px;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;color:#fff;transition:opacity .15s}.module-card__btn:hover{opacity:.88}.module-card__btn--blue{background-color:#1565c0}.module-card__btn--amber{background-color:#f9a825}.dashboard{width:100%;height:calc(100vh - 60px);display:flex;flex-direction:column;background-color:#f9fafb}.dashboard__loader{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:16px}.dashboard__spinner{width:40px;height:40px;border:3px solid #d1d5db;border-top-color:#1a73e8;border-radius:50%;animation:spin .8s linear infinite}.dashboard__loader-text{font-size:.95rem;color:#6b7280}.dashboard__error{display:flex;align-items:center;justify-content:center;height:100%;color:#dc2626;font-size:.95rem}.dashboard__embed{width:100%;height:calc(100vh - 60px)}.dashboard__embed iframe{border:none;width:100%;height:100%}@keyframes spin{to{transform:rotate(360deg)}}.placeholder-page{display:flex;align-items:center;justify-content:center;height:calc(100vh - 56px)}.placeholder-page__content{text-align:center}.placeholder-page__title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:8px}.placeholder-page__message{font-size:.95rem;color:#6b7280}.app-header{display:flex;align-items:center;height:60px;padding:0 20px;background-color:#fff;border-bottom:1px solid #d1d5db;box-shadow:0 1px 4px #00000014;position:sticky;top:0;z-index:100}.app-header__logo-wrap{display:flex;align-items:center;gap:10px;margin-right:32px;text-decoration:none}.app-header__logo-icon{width:36px;height:36px;border-radius:50%;background-color:#1565c0;display:flex;align-items:center;justify-content:center;flex-shrink:0}.app-header__logo-icon svg{width:20px;height:20px}.app-header__brand{font-size:1.2rem;font-weight:700;color:#2a9d5c;letter-spacing:-.3px}.app-header__nav{display:flex;align-items:center;gap:0;height:100%;flex:1}.app-header__tab{display:flex;align-items:center;gap:6px;height:100%;padding:0 18px;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#5f6368;text-decoration:none;border-bottom:3px solid transparent;transition:color .15s ease,border-color .15s ease}.app-header__tab svg{width:16px;height:16px;flex-shrink:0}.app-header__tab:hover{color:#1565c0}.app-header__tab--active{color:#1565c0;border-bottom-color:#1565c0}.app-header__actions{display:flex;align-items:center;gap:6px;margin-left:auto}.app-header__icon-btn{position:relative;display:flex;align-items:center;justify-content:center;width:38px;height:38px;border:none;background:transparent;cursor:pointer;color:#5f6368;border-radius:50%;transition:background .15s}.app-header__icon-btn:hover{background:#f1f3f4}.app-header__icon-btn svg{width:22px;height:22px}.app-header__badge{position:absolute;top:4px;right:4px;min-width:16px;height:16px;padding:0 4px;background-color:#e53935;color:#fff;font-size:.6rem;font-weight:700;border-radius:8px;display:flex;align-items:center;justify-content:center;line-height:1}.app-header__avatar{width:36px;height:36px;border-radius:50%;background-color:#e8a87c;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;color:#fff;cursor:pointer;margin-left:4px}.app-layout{display:flex;flex-direction:column;height:100vh;overflow:hidden}.app-layout__content{flex:1;overflow:auto}.home-header{display:flex;align-items:center;justify-content:space-between;height:56px;padding:0 28px;background-color:#fff;border-bottom:1px solid #d1d5db;box-shadow:0 1px 4px #0000000f;position:sticky;top:0;z-index:100}.home-header__brand{font-size:1.25rem;font-weight:700;color:#2a9d5c;letter-spacing:-.5px}.home-header__actions{display:flex;align-items:center;gap:20px}.home-header__icon-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;cursor:pointer;color:#5f6368;border-radius:50%;transition:background .15s}.home-header__icon-btn:hover{background:#f1f3f4}.home-header__icon-btn svg{width:22px;height:22px}.home-header__avatar{width:36px;height:36px;border-radius:50%;background-color:#e8a87c;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;color:#fff;cursor:pointer;letter-spacing:.5px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f9fafb;color:#1f2937;height:100vh;width:100vw}#root{height:100%;width:100%}
