@charset "UTF-8";*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;color:#1f2937}.login-page{display:flex;min-height:100vh}.login-panel{width:380px;flex-shrink:0;background:#0b1220;background-image:radial-gradient(ellipse at 20% 50%,rgba(99,102,241,.18) 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,rgba(30,58,138,.25) 0%,transparent 55%);display:flex;flex-direction:column;padding:32px 36px;color:#fff;position:relative;overflow:hidden}@media(max-width:768px){.login-panel{display:none}}.login-panel__header{display:flex;align-items:center;gap:10px;margin-bottom:auto}.login-panel__logo-mark{width:32px;height:32px;background:#6366f1;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px;flex-shrink:0}.login-panel__logo-name{font-size:16px;font-weight:700;letter-spacing:-.01em}.login-panel__slide{margin-top:auto;margin-bottom:32px;transition:opacity .4s ease}.login-panel__slide--fading{opacity:0}.login-panel__tag{font-size:10px;font-weight:700;letter-spacing:.12em;color:#818cf8;margin:0 0 16px;text-transform:uppercase}.login-panel__quote{font-size:22px;font-weight:700;line-height:1.35;color:#f8fafc;margin:0 0 16px;font-style:normal}.login-panel__author{font-size:12px;color:#94a3b8;margin:0}.login-panel__dots{display:flex;gap:6px;margin-bottom:24px}.login-panel__dot{width:8px;height:8px;border-radius:50%;background:#ffffff40;border:none;cursor:pointer;padding:0;transition:background .2s,transform .2s}.login-panel__dot--active{background:#6366f1;transform:scale(1.2)}.login-panel__footer{font-size:10px;color:#ffffff40;margin:0}.login-form-side{flex:1;background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:40px 24px}.login-form-side__inner{width:100%;max-width:420px}.login-form-side__title{font-size:28px;font-weight:700;color:#0f172a;margin:0 0 6px;letter-spacing:-.02em}.login-form-side__subtitle{font-size:14px;color:#6366f1;margin:0 0 32px;font-weight:500}.login-form-side__error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:13px;padding:10px 14px;border-radius:6px;margin-bottom:20px}.login-form-side__form{display:flex;flex-direction:column;gap:18px}.login-form-side__field{display:flex;flex-direction:column;gap:6px}.login-form-side__label{font-size:13px;font-weight:600;color:#374151}.login-form-side__input-wrap{position:relative;display:flex;align-items:center}.login-form-side__input-icon{position:absolute;left:12px;width:16px;height:16px;color:#9ca3af;pointer-events:none;flex-shrink:0}.login-form-side__input{width:100%;padding:10px 12px 10px 38px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;color:#0f172a;background:#fff;font-family:inherit;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.login-form-side__input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.login-form-side__input::placeholder{color:#cbd5e1}.login-form-side__eye{position:absolute;right:10px;background:none;border:none;cursor:pointer;padding:4px;color:#9ca3af;display:flex;align-items:center}.login-form-side__eye svg{width:16px;height:16px}.login-form-side__eye:hover{color:#6366f1}.login-form-side__submit{margin-top:4px;padding:12px;background:#0f172a;color:#fff;font-size:15px;font-weight:600;border:none;border-radius:8px;cursor:pointer;letter-spacing:.01em;transition:background .15s}.login-form-side__submit:hover:not(:disabled){background:#1e293b}.login-form-side__submit:disabled{opacity:.45;cursor:not-allowed}.login-form-side__footer-links{margin-top:28px;text-align:center;font-size:12px;color:#94a3b8}.login-form-side__status{color:#16a34a}.sidebar{width:200px;min-width:200px;background:#0f172a;display:flex;flex-direction:column;min-height:100vh;position:sticky;top:0;height:100vh;overflow-y:auto}.sidebar__brand{padding:24px 20px 20px;border-bottom:1px solid rgba(255,255,255,.07);margin-bottom:8px}.sidebar__brand-name{display:block;font-size:15px;font-weight:700;color:#fff;line-height:1.3}.sidebar__brand-sub{display:block;font-size:11px;color:#94a3b8;margin-top:2px}.sidebar__nav{flex:1;padding:8px 10px}.sidebar__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.sidebar__link{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:8px;text-decoration:none;color:#94a3b8;font-size:13.5px;font-weight:500;transition:background .12s,color .12s}.sidebar__link:hover{background:#ffffff0f;color:#e2e8f0}.sidebar__link--active{background:#1e293b;color:#fff}.sidebar__icon{width:18px;height:18px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.sidebar__icon svg{width:100%;height:100%}.sidebar__footer{padding:12px 10px 20px;border-top:1px solid rgba(255,255,255,.07)}.sidebar__help{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:8px;background:none;border:none;color:#94a3b8;font-size:13.5px;font-weight:500;cursor:pointer;width:100%;transition:background .12s,color .12s}.sidebar__help:hover{background:#ffffff0f;color:#e2e8f0}.topbar{height:56px;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 20px;gap:16px;flex-shrink:0}.topbar__search{display:flex;align-items:center;gap:8px;background:#f1f5f9;border-radius:8px;padding:0 12px;width:260px}.topbar__search-icon{width:15px;height:15px;color:#94a3b8;flex-shrink:0}.topbar__search-input{border:none;background:none;outline:none;font-size:13px;color:#374151;width:100%;height:36px}.topbar__search-input::placeholder{color:#94a3b8}.topbar__actions{display:flex;align-items:center;gap:4px;margin-left:auto}.topbar__icon-btn{width:36px;height:36px;border:none;background:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#64748b;transition:background .12s}.topbar__icon-btn svg{width:18px;height:18px}.topbar__icon-btn:hover{background:#f1f5f9;color:#1e293b}.topbar__user{display:flex;align-items:center;gap:10px;margin-left:8px;padding-left:12px;border-left:1px solid #e5e7eb}.topbar__user-info{display:flex;flex-direction:column;align-items:flex-end;gap:1px}.topbar__user-name{font-size:13px;font-weight:600;color:#1e293b;line-height:1}.topbar__user-role{font-size:11px;color:#94a3b8;line-height:1}.topbar__avatar{width:34px;height:34px;border-radius:50%;background:#0f172a;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.topbar__logout-btn{width:34px;height:34px;border:none;background:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#94a3b8;transition:background .12s,color .12s;flex-shrink:0}.topbar__logout-btn svg{width:17px;height:17px}.topbar__logout-btn:hover{background:#fef2f2;color:#dc2626}.main-layout{display:flex;min-height:100vh}.main-layout__right{flex:1;display:flex;flex-direction:column;min-height:100vh;overflow:hidden;background:#f8fafc}.main-layout__content{flex:1;overflow-y:auto;overflow-x:hidden}.home{padding:28px 32px;background:#f8fafc;min-height:100%}.home__header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:24px;gap:16px}.home__title{font-size:24px;font-weight:700;color:#0f172a;margin:0 0 4px}.home__subtitle{font-size:13px;color:#94a3b8;margin:0}.home__new-btn{display:inline-flex;align-items:center;gap:6px;background:#0f172a;color:#fff;border-radius:8px;padding:9px 18px;font-size:13px;font-weight:600;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:background .12s}.home__new-btn:hover{background:#1e293b}.home__stats{display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px;margin-bottom:28px}.home__body{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}.home__section{background:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden}.home__section-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 12px;border-bottom:1px solid #f1f5f9}.home__section-title{font-size:15px;font-weight:700;color:#0f172a;margin:0}.home__view-all{font-size:12.5px;color:#3b82f6;text-decoration:none;font-weight:500}.home__view-all:hover{text-decoration:underline}.home__notes,.home__activity{padding:8px 0}.home__log-btn{display:block;width:calc(100% - 40px);margin:8px 20px 12px;padding:9px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;font-weight:500;color:#475569;cursor:pointer;text-align:center;transition:background .12s}.home__log-btn:hover{background:#f1f5f9}.home__loading,.home__empty{padding:32px;text-align:center;color:#94a3b8;font-size:13px}.dash-stat{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:6px;position:relative;overflow:hidden}.dash-stat--dark{background:#0f172a;border-color:#0f172a}.dash-stat--dark .dash-stat__label,.dash-stat--dark .dash-stat__sub{color:#94a3b8}.dash-stat--dark .dash-stat__value{color:#fff}.dash-stat--dark .dash-stat__bar{background:#ffffff1a}.dash-stat--dark .dash-stat__bar-fill{background:#3b82f6}.dash-stat__icon-wrap{width:36px;height:36px;border-radius:8px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.dash-stat__icon-wrap svg{width:18px;height:18px;color:#64748b}.dash-stat--dark .dash-stat__icon-wrap{background:#ffffff14}.dash-stat--dark .dash-stat__icon-wrap svg{color:#94a3b8}.dash-stat__label{font-size:10.5px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em}.dash-stat__value-row{display:flex;align-items:center;gap:8px}.dash-stat__value{font-size:32px;font-weight:800;color:#0f172a;line-height:1}.dash-stat__badge{font-size:11.5px;font-weight:600;color:#16a34a;background:#dcfce7;padding:2px 8px;border-radius:20px}.dash-stat__sub{font-size:12px;color:#94a3b8}.dash-stat__bar{height:4px;background:#f1f5f9;border-radius:2px;margin-top:4px;overflow:hidden}.dash-stat__bar-fill{height:100%;width:60%;background:#0f172a;border-radius:2px}.dash-stat__avatars{display:flex;gap:4px;margin-top:4px}.dash-stat__avatar{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#fff}.dash-stat__avatar--count{background:#ffffff26;color:#cbd5e1;font-size:9px}.dash-note{display:flex;gap:14px;padding:14px 20px;border-bottom:1px solid #f1f5f9}.dash-note:last-child{border-bottom:none}.dash-note__img{width:72px;height:54px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#f1f5f9}.dash-note__img img{width:100%;height:100%;object-fit:cover;display:block}.dash-note__img-placeholder{width:100%;height:100%;background:repeating-linear-gradient(45deg,#e2e8f0,#e2e8f0 4px,#f8fafc 4px,#f8fafc 12px)}.dash-note__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:5px}.dash-note__meta{display:flex;align-items:center;gap:8px}.dash-note__cat{font-size:10px;font-weight:700;letter-spacing:.05em;padding:2px 7px;border-radius:4px}.dash-note__time{font-size:11.5px;color:#94a3b8}.dash-note__title{font-size:13.5px;font-weight:600;color:#0f172a;line-height:1.35;margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.dash-note__footer{display:flex;align-items:center;justify-content:space-between}.dash-note__stats{display:flex;gap:10px}.dash-note__stat{display:flex;align-items:center;gap:4px;font-size:11.5px;color:#94a3b8}.dash-note__stat svg{width:13px;height:13px}.dash-note__status{font-size:12px;font-weight:600}.dash-note__status--published{color:#16a34a}.dash-note__status--draft{color:#f97316}.dash-note__status--review{color:#9333ea}.dash-activity{display:flex;gap:12px;padding:12px 20px;border-bottom:1px solid #f1f5f9}.dash-activity:last-of-type{border-bottom:none}.dash-activity__dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;margin-top:4px}.dash-activity__body{display:flex;flex-direction:column;gap:2px}.dash-activity__title{font-size:13px;font-weight:600;color:#0f172a}.dash-activity__desc{font-size:12px;color:#64748b;line-height:1.4}.dash-activity__time{font-size:11px;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;margin-top:2px}.editor{border:1px solid #e5e7eb;border-radius:6px;padding:16px;min-height:400px;background:#fff}.image-tool__uploader,.image-tool__preview,.image-tool__file,.attaches-tool__uploader,.attaches-tool__preview,.attaches-tool__file{display:flex;flex-direction:column;gap:8px;padding:12px;border:1px dashed #e5e7eb;border-radius:6px}.image-tool__img,.attaches-tool__img{max-width:100%;border-radius:4px}.image-tool__link,.attaches-tool__link{font-size:14px;color:#2563eb;word-break:break-all}.image-tool__input,.attaches-tool__input{width:100%;padding:6px 10px;font-size:13px;border:1px solid #e5e7eb;border-radius:4px;outline:none;color:#1f2937;background:#f9fafb;box-sizing:border-box}.image-tool__input:focus,.attaches-tool__input:focus{border-color:#6366f1}.image-tool__btn,.attaches-tool__btn{align-self:flex-start;padding:6px 14px;font-size:13px;font-weight:500;border:none;border-radius:4px;cursor:pointer;background:#6366f1;color:#fff}.image-tool__btn:hover,.attaches-tool__btn:hover{background:#4f46e5}.image-tool__btn--secondary,.attaches-tool__btn--secondary{background:#f9fafb;color:#1f2937;border:1px solid #e5e7eb}.image-tool__btn--secondary:hover,.attaches-tool__btn--secondary:hover{background:#e5e7eb}.image-tool__status,.attaches-tool__status{font-size:13px;color:#9ca3af;margin:0}.image-tool__mode-tabs,.attaches-tool__mode-tabs{display:flex;border-bottom:1px solid #e5e7eb;margin-bottom:10px}.image-tool__mode-tab,.attaches-tool__mode-tab{padding:6px 14px;font-size:12px;font-weight:500;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;color:#9ca3af;cursor:pointer;transition:color .15s,border-color .15s}.image-tool__mode-tab:hover,.attaches-tool__mode-tab:hover{color:#1f2937}.image-tool__mode-tab--active,.attaches-tool__mode-tab--active{color:#6366f1;border-bottom-color:#6366f1}.image-tool__crear-panel,.attaches-tool__crear-panel,.image-tool__picker-panel,.attaches-tool__picker-panel{display:flex;flex-direction:column;gap:8px}.image-tool__picker-chips,.attaches-tool__picker-chips{display:flex;flex-wrap:wrap;gap:5px}.image-tool__picker-chip,.attaches-tool__picker-chip{padding:3px 10px;font-size:11px;font-weight:500;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#9ca3af;cursor:pointer;transition:all .15s}.image-tool__picker-chip:hover,.attaches-tool__picker-chip:hover{border-color:#a5b4fc;color:#1f2937}.image-tool__picker-chip--active,.attaches-tool__picker-chip--active{background:#6366f1;border-color:#6366f1;color:#fff}.image-tool__picker-grid,.attaches-tool__picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:6px;max-height:220px;overflow-y:auto;padding-right:2px}.image-tool__picker-thumb,.attaches-tool__picker-thumb{padding:0;border:2px solid transparent;border-radius:4px;overflow:hidden;cursor:pointer;background:#f9fafb;aspect-ratio:1;transition:border-color .15s}.image-tool__picker-thumb img,.attaches-tool__picker-thumb img{width:100%;height:100%;object-fit:cover;display:block}.image-tool__picker-thumb:hover,.attaches-tool__picker-thumb:hover{border-color:#a5b4fc}.image-tool__picker-msg,.attaches-tool__picker-msg{font-size:12px;color:#9ca3af;margin:0;grid-column:1/-1}._paragraph_m0ogq_2{margin:0 0 1rem;font-size:1rem}._h1_m0ogq_7{font-size:1.75rem;font-weight:700;line-height:1.2;letter-spacing:-.03em;margin:.75rem 0 .5rem;color:#111}._h2_m0ogq_16{font-size:1.4rem;font-weight:700;line-height:1.25;letter-spacing:-.02em;margin:1.2rem 0 .5rem;color:#111}._h3_m0ogq_25{font-size:1.2rem;font-weight:600;line-height:1.3;margin:1rem 0 .4rem;color:#111}._h4_m0ogq_33{font-size:1.05rem;font-weight:600;line-height:1.3;margin:.9rem 0 .4rem;color:#111}._h5_m0ogq_41{font-size:1rem;font-weight:600;line-height:1.3;margin:.8rem 0 .4rem;color:#111}._h6_m0ogq_49{font-size:.9rem;font-weight:600;margin:.8rem 0 .4rem;color:#111;opacity:.8}._body_m0ogq_58 mark:not([style]),._body_m0ogq_58 .cdx-marker:not([style]){background:transparent;color:var(--eo-primary, #B1043F);font-style:inherit}._body_m0ogq_58 mark[style]{color:#111;font-style:inherit}._listUl_m0ogq_71,._listOl_m0ogq_72{margin:0 0 1rem 1.5rem;padding:0}._listUl_m0ogq_71 li,._listOl_m0ogq_72 li{margin-bottom:.25rem}._checklist_m0ogq_81{list-style:none;margin:0 0 1rem;padding:0}._checklist_m0ogq_81 li{display:flex;gap:8px;align-items:flex-start;margin-bottom:.3rem}._checklist_m0ogq_81 input[type=checkbox]{margin-top:3px;accent-color:var(--eo-primary, #B1043F)}._quote_m0ogq_97{border-left:4px solid var(--eo-primary, #B1043F);margin:1.5rem 0;padding:.75rem 1.25rem;background:color-mix(in srgb,var(--eo-primary, #B1043F) 6%,transparent)}._quote_m0ogq_97 p{margin:0 0 .4rem;font-style:italic;font-size:1.05rem}._quote_m0ogq_97 cite{font-size:.85rem;opacity:.65;font-style:normal}._image_m0ogq_114{margin:1.5rem 0}._image_m0ogq_114 img{width:100%;height:auto;display:block}._image_m0ogq_114 figcaption{font-size:.8rem;opacity:.6;margin-top:.4rem;text-align:center}._embed_m0ogq_129{margin:1.5rem 0}._embed_m0ogq_129 iframe{width:100%;display:block}._embed_m0ogq_129 figcaption{font-size:.8rem;opacity:.6;margin-top:.4rem}._attaches_m0ogq_142{display:inline-flex;align-items:center;gap:6px;margin:.75rem 0;padding:8px 14px;border:1px solid var(--eo-primary, #B1043F);border-radius:6px;color:var(--eo-primary, #B1043F);text-decoration:none;font-size:.9rem}._attaches_m0ogq_142:hover{background:var(--eo-primary, #B1043F);color:#fff}._delimiter_m0ogq_159{border:none;border-top:2px solid color-mix(in srgb,var(--eo-primary, #B1043F) 25%,transparent);margin:2rem 0}._code_m0ogq_165{background:#1e1e1e;color:#d4d4d4;border-radius:6px;padding:1rem 1.25rem;margin:1rem 0;overflow-x:auto;font-family:Fira Code,Courier New,monospace;font-size:.85rem;line-height:1.6}._table_m0ogq_177{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.9rem}._table_m0ogq_177 th{background:var(--eo-primary, #B1043F);color:#fff;text-align:left;padding:8px 12px}._table_m0ogq_177 td{padding:7px 12px;border-bottom:1px solid #e0e0e0}._table_m0ogq_177 tr:nth-child(2n) td{background:color-mix(in srgb,var(--eo-primary, #B1043F) 5%,transparent)}._warning_m0ogq_197{border-left:4px solid var(--eo-accent, #e31b23);background:color-mix(in srgb,var(--eo-accent, #e31b23) 8%,transparent);padding:.75rem 1.25rem;margin:1rem 0;border-radius:0 6px 6px 0}._warning_m0ogq_197 strong{display:block;color:var(--eo-accent, #e31b23);margin-bottom:.25rem;font-size:.95rem}._warning_m0ogq_197 p{margin:0;font-size:.9rem}._raw_m0ogq_215{margin:1rem 0}._related_m0ogq_220{border:1px solid #e0e0e0;border-radius:6px;padding:12px 16px;margin:1rem 0;display:flex;flex-direction:column;gap:10px}._relatedTitle_m0ogq_230{margin:0 0 4px;font-size:.95rem;font-weight:700;color:#111}._relatedItem_m0ogq_237{display:flex;gap:10px;align-items:flex-start;text-decoration:none}._relatedItem_m0ogq_237:hover ._relatedItemTitle_m0ogq_243{text-decoration:underline}._relatedImg_m0ogq_247{width:80px;height:60px;object-fit:cover;border-radius:3px;flex-shrink:0}._relatedInfo_m0ogq_255{display:flex;flex-direction:column;gap:2px}._relatedVolanta_m0ogq_261{font-size:.78rem;font-weight:700;color:#b1043f}._relatedItemTitle_m0ogq_243{font-size:.88rem;color:#222;line-height:1.4}._pullquote_m0ogq_274{display:flex;flex-direction:column;min-height:315px;margin:1.5rem auto;max-width:375px;box-sizing:border-box;padding:24px 32px 0;overflow:hidden}._pullquote_m0ogq_274 p{flex:1;display:flex;align-items:center;justify-content:center;margin:0;font-weight:500;font-size:22px;line-height:120%;letter-spacing:.005em;text-align:left;word-break:break-word;overflow-wrap:break-word}._pullquoteOpen_m0ogq_299,._pullquoteClose_m0ogq_300{font-family:Georgia,serif;font-weight:500;font-size:96px;line-height:.75;color:#b1043f;display:block;flex-shrink:0}._pullquoteOpen_m0ogq_299{text-align:left}._pullquoteClose_m0ogq_300{text-align:right}._pullquoteV1_m0ogq_318 p{color:#b1043f}._pullquoteV2_m0ogq_322{background:#1a2035;padding:24px 32px}._pullquoteV2_m0ogq_322 ._pullquoteOpen_m0ogq_299{color:#ffffff80;font-size:64px}._pullquoteV2_m0ogq_322 p{color:#fff}._pullquoteV3_m0ogq_334 p{color:#111}.seo-analyzer{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:20px;display:flex;flex-direction:column;gap:16px;font-size:.875rem;color:#1f2937}.seo-analyzer--empty{align-items:center;justify-content:center;text-align:center;padding:48px 24px;gap:12px}.seo-analyzer__empty-icon{font-size:2rem}.seo-analyzer__empty-text{color:#9ca3af;font-size:.9rem;margin:0}.seo-analyzer--loading{gap:12px;padding:24px}.seo-analyzer__skeleton{height:14px;border-radius:6px;background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6,#e5e7eb 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}.seo-analyzer__skeleton--short{width:55%}.seo-analyzer__header{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid #e5e7eb}.seo-analyzer__header-title{display:flex;align-items:center;gap:8px}.seo-analyzer__header-title h3{margin:0;font-size:1rem;font-weight:600;color:#1f2937}.seo-analyzer__total{display:flex;align-items:baseline;gap:2px;padding:6px 14px;border-radius:999px}.seo-analyzer__total--green{background:#f0fdf4}.seo-analyzer__total--yellow{background:#fffbeb}.seo-analyzer__total--red{background:#fef2f2}.seo-analyzer__total-number{font-size:1.5rem;font-weight:700}.seo-analyzer__total--green .seo-analyzer__total-number{color:#16a34a}.seo-analyzer__total--yellow .seo-analyzer__total-number{color:#d97706}.seo-analyzer__total--red .seo-analyzer__total-number{color:#dc2626}.seo-analyzer__total-max{font-size:.8rem;color:#9ca3af}.seo-analyzer__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.seo-analyzer__stat{background:#f8fafc;border-radius:6px;padding:8px 6px;text-align:center;display:flex;flex-direction:column;gap:2px}.seo-analyzer__stat-label{font-size:.7rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.04em}.seo-analyzer__stat-value{font-size:1rem;font-weight:600;color:#1f2937}.seo-analyzer__suggestion{display:flex;gap:10px;align-items:flex-start;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:12px 14px}.seo-analyzer__suggestion-icon{font-size:1.1rem;flex-shrink:0}.seo-analyzer__suggestion-label{margin:0 0 4px;font-weight:600;color:#2563eb}.seo-analyzer__suggestion-text{margin:0 0 4px;color:#1e40af}.seo-analyzer__suggestion-meta{margin:0;font-size:.75rem;color:#3b82f6}.seo-analyzer__slug{background:#f8fafc;border-radius:6px;padding:10px 12px;display:flex;flex-direction:column;gap:4px}.seo-analyzer__slug-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:#9ca3af}.seo-analyzer__slug-value{font-family:Courier New,monospace;font-size:.8rem;color:#1f2937;word-break:break-all}.seo-analyzer__sections{display:flex;flex-direction:column;gap:8px}.seo-analyzer__section{background:#f8fafc;border-radius:8px;padding:12px 14px}.seo-analyzer__section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.seo-analyzer__section-title{font-weight:600;color:#1f2937}.seo-analyzer__section-score{font-weight:700;font-size:.875rem}.seo-analyzer__section-score--green{color:#16a34a}.seo-analyzer__section-score--yellow{color:#d97706}.seo-analyzer__section-score--red{color:#dc2626}.seo-analyzer__issues{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:4px}.seo-analyzer__issue{display:flex;align-items:flex-start;gap:6px;color:#1f2937;line-height:1.4}.seo-analyzer__issue-icon{flex-shrink:0;font-size:.85rem}.seo-analyzer__checklist{border-top:1px solid #e5e7eb;padding-top:14px;display:flex;flex-direction:column;gap:6px}.seo-analyzer__checklist-title{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:#9ca3af;font-weight:600;margin-bottom:2px}.seo-analyzer__check{display:flex;align-items:center;gap:8px;font-size:.85rem}.seo-analyzer__check--ok{color:#1f2937}.seo-analyzer__check--fail{color:#dc2626}._container_1t1ir_1{display:flex;flex-direction:column;width:100%;overflow:hidden;font-family:var(--font-family, inherit);max-width:1280px;margin-bottom:1rem}._volanta_1t1ir_11{display:inline-block;background:var(--primary-color, #b1043f);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.03em;padding:4px 10px;text-transform:uppercase}._titulo_1t1ir_22{margin:0;line-height:1.2;font-weight:700}._copete_1t1ir_28{margin:0;line-height:1.5}._img_1t1ir_33{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}._imgWrap_1t1ir_41{position:relative;overflow:hidden;flex-shrink:0}._v1_1t1ir_47 ._imgWrap_1t1ir_41{height:260px}@container (min-width: 768px){._v1_1t1ir_47 ._imgWrap_1t1ir_41{height:340px}}._v1_1t1ir_47 ._volanta_1t1ir_11{position:absolute;top:14px;left:14px;z-index:2}._v1_1t1ir_47 ._panel_1t1ir_61{background:#16234a;padding:24px 20px 28px;flex:1}._v1_1t1ir_47 ._titulo_1t1ir_22{color:#fff;font-size:1.35rem}@container (min-width: 768px){._v1_1t1ir_47 ._titulo_1t1ir_22{font-size:1.75rem}}._v1_1t1ir_47 ._copete_1t1ir_28{color:#ffffffc7;font-size:.875rem;margin-top:10px}@container (min-width: 768px){._v1_1t1ir_47 ._copete_1t1ir_28{font-size:1rem}}._v2_1t1ir_86{background:var(--surface-color, #f0f0f0)}._v2_1t1ir_86 ._text_1t1ir_89{padding:20px 18px 16px;display:flex;flex-direction:column;gap:10px}._v2_1t1ir_86 ._volanta_1t1ir_11{align-self:flex-start}._v2_1t1ir_86 ._titulo_1t1ir_22{color:#1a1a1a;font-size:1.5rem}@container (min-width: 768px){._v2_1t1ir_86 ._titulo_1t1ir_22{font-size:2rem}}._v2_1t1ir_86 ._imgWrap_1t1ir_41{height:240px}@container (min-width: 768px){._v2_1t1ir_86 ._imgWrap_1t1ir_41{height:320px}}._v3_1t1ir_116 ._imgWrap_1t1ir_41{height:480px}@container (min-width: 768px){._v3_1t1ir_116 ._imgWrap_1t1ir_41{height:580px}}._v3_1t1ir_116 ._overlay_1t1ir_124{position:absolute;inset:auto 0 0 0;height:55%;background:linear-gradient(to top,#000000e0,#0000);display:flex;flex-direction:column;justify-content:flex-end;padding:20px 18px 24px;gap:8px}._v3_1t1ir_116 ._titulo_1t1ir_22{color:#fff;font-size:1.35rem}@container (min-width: 768px){._v3_1t1ir_116 ._titulo_1t1ir_22{font-size:1.75rem}}._v4_1t1ir_145 ._imgWrap_1t1ir_41{height:480px}@container (min-width: 768px){._v4_1t1ir_145 ._imgWrap_1t1ir_41{height:580px}}._v4_1t1ir_145 ._overlay_1t1ir_124{position:absolute;inset:auto 0 0 0;height:72%;background:linear-gradient(to top,#000000eb 30%,#0000);display:flex;flex-direction:column;justify-content:flex-end;padding:20px 18px 24px;gap:8px}._v4_1t1ir_145 ._titulo_1t1ir_22{color:#fff;font-size:1.5rem}@container (min-width: 768px){._v4_1t1ir_145 ._titulo_1t1ir_22{font-size:2rem}}._v5_1t1ir_174 ._imgWrap_1t1ir_41{height:480px}@container (min-width: 768px){._v5_1t1ir_174 ._imgWrap_1t1ir_41{height:580px}}._v5_1t1ir_174 ._overlay_1t1ir_124{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000085;display:flex;flex-direction:column;justify-content:space-between;padding:20px 18px 36px}._v5_1t1ir_174 ._volanta_1t1ir_11{align-self:flex-start}._v5_1t1ir_174 ._titulo_1t1ir_22{color:#fff;font-size:1.6rem;text-align:center}@container (min-width: 768px){._v5_1t1ir_174 ._titulo_1t1ir_22{font-size:2.25rem}}._container_ok0x9_1{display:flex;align-items:center;margin-bottom:1.25rem;font-family:var(--font-family, "Inter", sans-serif);font-size:.95rem;border-left:4px solid var(--primary-color, #b1043f)}._avatar_ok0x9_10{width:72px;height:72px;object-fit:cover;flex-shrink:0}._info_ok0x9_17{display:flex;flex-direction:column;gap:4px}._name_ok0x9_23 strong{font-weight:700}._v1_ok0x9_27{background:var(--surface-color, #f5f5f5);padding:14px 16px;gap:14px}._v1_ok0x9_27 ._name_ok0x9_23{color:#1a1a1a}._v1_ok0x9_27 ._date_ok0x9_35{color:#555;font-size:.875rem}._v2_ok0x9_40{background:var(--secondary-color, #16234a);padding:14px 16px;gap:14px}._v2_ok0x9_40 ._name_ok0x9_23{color:#fff}._v2_ok0x9_40 ._date_ok0x9_35{color:#fffc;font-size:.875rem}._v3_ok0x9_53{background:var(--secondary-color, #16234a);padding:14px 16px;justify-content:space-between}._v3_ok0x9_53 ._name_ok0x9_23{color:#fff}._v3_ok0x9_53 ._date_ok0x9_35{color:#ffffffd9;font-size:.9rem}._v4_ok0x9_66{background:var(--surface-color, #f5f5f5);padding:14px 16px;justify-content:space-between}._v4_ok0x9_66 ._name_ok0x9_23{color:#1a1a1a}._v4_ok0x9_66 ._date_ok0x9_35{color:#555;font-size:.9rem}.create-article{padding:16px;display:flex;flex-direction:column;gap:0}@media(min-width:768px){.create-article{padding:24px 32px}}.create-article__page-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:20px}.create-article__title-row{display:flex;align-items:center;gap:10px}.create-article__page-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0}@media(min-width:768px){.create-article__page-title{font-size:1.5rem}}.create-article__draft-badge{font-size:.72rem;font-weight:500;padding:2px 8px;border-radius:999px;background:#fef9c3;color:#854d0e;border:1px solid #fde68a;white-space:nowrap}.create-article__page-actions{display:flex;align-items:center;gap:8px}.create-article__layout-switch{display:none}@media(min-width:1200px){.create-article__layout-switch{display:flex;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden}}.create-article__layout-opt{padding:6px 12px;font-size:.78rem;font-weight:500;background:#fff;border:none;color:#9ca3af;cursor:pointer;transition:background .15s,color .15s;white-space:nowrap}.create-article__layout-opt+.create-article__layout-opt{border-left:1px solid #e5e7eb}.create-article__layout-opt:hover:not(.create-article__layout-opt--active){background:#f9fafb;color:#1f2937}.create-article__layout-opt--active{background:#4f46e5;color:#fff}.create-article__action-btn{padding:8px 16px;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;border:1px solid transparent;transition:background .15s,opacity .15s;white-space:nowrap}.create-article__action-btn--secondary{background:#fff;color:#374151;border-color:#e5e7eb}.create-article__action-btn--secondary:hover:not(:disabled){background:#f9fafb}.create-article__action-btn--primary{background:#4f46e5;color:#fff}.create-article__action-btn--primary:hover:not(:disabled){background:#4338ca}.create-article__action-btn:disabled{opacity:.5;cursor:not-allowed}.create-article__tabs{display:flex;border-bottom:2px solid #e5e7eb;margin-bottom:20px;gap:0}.create-article__tab{padding:10px 18px;font-size:.875rem;font-weight:500;color:#9ca3af;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;transition:color .15s,border-color .15s}.create-article__tab:hover{color:#1f2937}.create-article__tab--active{color:#4f46e5;border-bottom-color:#4f46e5;font-weight:600}.create-article__alert{padding:12px 16px;border-radius:6px;font-size:.875rem;margin-bottom:16px}.create-article__alert--error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.create-article__alert--success{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.create-article__content{width:100%}.create-article__panel{display:none}.create-article__panel--active{display:block}@media(min-width:1200px){.create-article__tab--secondary{display:none}.create-article__content--editor-view{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.create-article__content--editor-view .create-article__panel--editor,.create-article__content--editor-view .create-article__panel--preview{display:block}.create-article__content--editor-view .create-article__panel--config,.create-article__content--editor-view .create-article__panel--seo{display:none}.create-article__content--config-view{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.create-article__content--config-view .create-article__panel--config,.create-article__content--config-view .create-article__panel--seo{display:block}.create-article__content--config-view .create-article__panel--editor,.create-article__content--config-view .create-article__panel--preview{display:none}}.create-article__form{display:flex;flex-direction:column;gap:18px}.create-article__field{display:flex;flex-direction:column;gap:6px}.create-article__row{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:768px){.create-article__row{grid-template-columns:1fr 1fr}}.create-article__label{font-size:.875rem;font-weight:600;color:#1f2937}.create-article__required{color:#ef4444;margin-left:2px}.create-article__hint{font-weight:400;color:#9ca3af;font-size:.8rem}.create-article__input,.create-article__textarea,.create-article__select{padding:8px 12px;border:1px solid #e5e7eb;border-radius:6px;font-size:.9rem;color:#1f2937;background:#fff;transition:border-color .2s;font-family:inherit}.create-article__input:focus,.create-article__textarea:focus,.create-article__select:focus{outline:none;border-color:#4f46e5}.create-article__input--error,.create-article__textarea--error,.create-article__select--error{border-color:#ef4444}.create-article__textarea{resize:vertical}.create-article__field-error{font-size:.8rem;color:#ef4444}.create-article__editor-wrapper{border:1px solid #e5e7eb;border-radius:6px;background:#fff;padding:8px;min-height:200px}.create-article__action-btn--ghost{background:transparent;border:1px solid #e5e7eb;color:#9ca3af;font-size:.85rem;padding:7px 14px;border-radius:6px;cursor:pointer}.create-article__action-btn--ghost:hover{background:#f9fafb;color:#1f2937}.create-article__preview-toolbar{display:flex;gap:6px;justify-content:center;padding:10px 0 14px}.create-article__preview-device-btn{width:32px;height:32px;border-radius:6px;border:1.5px solid #e5e7eb;background:#fff;cursor:pointer;background-repeat:no-repeat;background-position:center;background-size:18px;transition:border-color .15s,background-color .15s}.create-article__preview-device-btn:hover{border-color:#4f46e5}.create-article__preview-device-btn--active{border-color:#4f46e5;background-color:#e0e7ff}.create-article__preview-device-btn--mobile{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23374151' stroke-width='1.8'%3E%3Crect x='7' y='2' width='10' height='20' rx='2'/%3E%3Ccircle cx='12' cy='18.5' r='0.8' fill='%23374151'/%3E%3C/svg%3E")}.create-article__preview-device-btn--tablet{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23374151' stroke-width='1.8'%3E%3Crect x='4' y='2' width='16' height='20' rx='2'/%3E%3Ccircle cx='12' cy='18.5' r='0.8' fill='%23374151'/%3E%3C/svg%3E")}.create-article__preview-device-btn--desktop{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23374151' stroke-width='1.8'%3E%3Crect x='2' y='3' width='20' height='14' rx='2'/%3E%3Cpath d='M8 21h8M12 17v4'/%3E%3C/svg%3E")}.create-article__preview{border:1px solid #e5e7eb;border-radius:8px;padding:20px;background:#fff;min-height:300px}@media(min-width:768px){.create-article__preview{padding:28px}}.create-article__article-preview{margin:0 auto;container-type:inline-size;transition:max-width .2s ease}.create-article__article-preview--mobile{max-width:375px}.create-article__article-preview--tablet{max-width:768px}.create-article__article-preview--desktop{max-width:1280px}.create-article__preview-volanta{font-family:Inter,Helvetica,Arial,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.7625rem;display:block;margin-bottom:.9375rem;color:#b1043f}.create-article__preview-titulo{font-family:Inter,Helvetica,Arial,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.2;color:#1a1a1a;margin:0 0 .9375rem}.create-article__preview-copete{font-family:Inter,Helvetica,Arial,sans-serif;font-size:1.125rem;color:#444;line-height:1.6;margin:0 0 1.5rem}.create-article__preview-author{display:flex;align-items:center;justify-content:space-between;padding:14px;background-color:#1a1f36;color:#fff;font-family:Inter,Helvetica,Arial,sans-serif;font-size:.95rem;border-left:4px solid #B1043F;margin-bottom:1.5rem}.create-article__preview-author strong{font-weight:700}.create-article__preview-author span:last-child{font-size:.9rem;opacity:.85}.create-article__preview-figure{margin:0 0 1.5rem}.create-article__preview-figure img{width:100%;height:auto;display:block}.create-article__preview-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.create-article__tag{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:999px;font-size:.775rem;color:#9ca3af}.create-article__tag-remove{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:.75rem;padding:0 2px;line-height:1}.create-article__tag-remove:hover{color:#ef4444}.create-article__tag-preview{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px}.create-article__tag-dropdown{display:flex;flex-wrap:wrap;gap:4px;padding:8px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;max-height:160px;overflow-y:auto}.create-article__tag-option{padding:4px 10px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;font-size:.8rem;cursor:pointer;transition:background .15s}.create-article__tag-option:hover{background:#f9fafb}.create-article__tag-option--selected{background:#4f46e5;color:#fff;border-color:#4f46e5}.create-article__alert--warning{background:#fffbeb;color:#92400e;border:1px solid #fde68a}.create-article__preview-body{border-top:1px solid #e5e7eb;padding-top:16px;margin-top:4px}.create-article__preview-empty{color:#9ca3af;font-size:.875rem;text-align:center;margin-top:48px}@media(min-width:1200px){.create-article--tabs-mode .create-article__tab--secondary{display:flex}.create-article--tabs-mode .create-article__content--editor-view,.create-article--tabs-mode .create-article__content--config-view{display:block}.create-article--tabs-mode .create-article__content--editor-view .create-article__panel,.create-article--tabs-mode .create-article__content--config-view .create-article__panel{display:none}.create-article--tabs-mode .create-article__content--editor-view .create-article__panel--active,.create-article--tabs-mode .create-article__content--config-view .create-article__panel--active{display:block}}.article-list-page{padding:28px 32px}.article-list-page__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.article-list-page__title{font-size:22px;font-weight:700;color:#0f172a;margin:0}.article-list-page__new-btn{padding:8px 16px;font-size:13px;font-weight:600;background:#6366f1;color:#fff;border:none;border-radius:6px;cursor:pointer}.article-list-page__new-btn:hover{background:#4f46e5}.article-list-page__filters{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:20px;padding:12px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px}.article-list-page__filter-select{padding:7px 10px;font-size:13px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#1f2937;cursor:pointer;font-family:inherit}.article-list-page__filter-select:focus{outline:none;border-color:#6366f1}.article-list-page__date-range{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.article-list-page__date-label{font-size:12px;font-weight:500;color:#9ca3af;white-space:nowrap}.article-list-page__filter-date{padding:6px 10px;font-size:13px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#1f2937;font-family:inherit}.article-list-page__filter-date:focus{outline:none;border-color:#6366f1}.article-list-page__clear-btn{padding:6px 12px;font-size:12px;font-weight:500;background:none;border:1px solid #e5e7eb;border-radius:6px;color:#9ca3af;cursor:pointer;white-space:nowrap}.article-list-page__clear-btn:hover{background:#f9fafb;color:#1f2937}.article-list-page__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.article-list-page__item{display:flex;align-items:center;gap:14px;padding:14px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px}.article-list-page__thumb{width:72px;height:52px;object-fit:cover;border-radius:4px;flex-shrink:0}.article-list-page__info{flex:1;min-width:0}.article-list-page__volanta{font-size:11px;text-transform:uppercase;color:#9ca3af;letter-spacing:.04em}.article-list-page__item-title{font-size:14px;font-weight:600;color:#0f172a;margin:2px 0 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.article-list-page__meta{display:flex;align-items:center;gap:10px}.article-list-page__estado{font-size:11px;font-weight:600;padding:2px 8px;border-radius:999px}.article-list-page__estado--en_edicion{background:#fef3c7;color:#92400e}.article-list-page__estado--pendiente_validacion{background:#e0e7ff;color:#3730a3}.article-list-page__estado--programado{background:#dbeafe;color:#1e40af}.article-list-page__estado--publicado{background:#dcfce7;color:#166534}.article-list-page__estado--archivado{background:#f3f4f6;color:#6b7280}.article-list-page__cat{font-size:12px;color:#9ca3af}.article-list-page__cat:before{content:"·";margin-right:6px}.article-list-page__fecha{font-size:12px;color:#9ca3af}.article-list-page__edit-btn{flex-shrink:0;background:none;border:1px solid #e5e7eb;border-radius:6px;padding:6px 10px;font-size:15px;cursor:pointer}.article-list-page__edit-btn:hover{background:#f9fafb}.article-list-page__placeholder{font-size:14px;color:#9ca3af}.article-list-page__error{font-size:14px;color:#dc2626}.media-page{padding:28px 32px;display:flex;flex-direction:column;height:100%}.media-page--with-detail .media-page__body{grid-template-columns:1fr 320px}.media-page__header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px}.media-page__title{font-size:22px;font-weight:700;color:#0f172a;margin:0 0 2px}.media-page__subtitle{font-size:13px;color:#9ca3af;margin:0}.media-page__tabs{display:flex;gap:4px;margin-bottom:20px;border-bottom:1px solid #e5e7eb;padding-bottom:0}.media-page__tab{padding:7px 16px;font-size:13px;font-weight:500;border:none;background:none;color:#9ca3af;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;border-radius:4px 4px 0 0;transition:color .15s,border-color .15s}.media-page__tab:hover{color:#1f2937}.media-page__tab--active{color:#6366f1;border-bottom-color:#6366f1}.media-page__formats{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.media-page__format-chip{padding:4px 12px;font-size:12px;font-weight:500;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#9ca3af;cursor:pointer;transition:all .15s}.media-page__format-chip:hover{border-color:#a5b4fc;color:#1f2937}.media-page__format-chip--active{background:#6366f1;border-color:#6366f1;color:#fff}.media-page__body{display:grid;grid-template-columns:1fr;gap:24px;flex:1;min-height:0}.media-page__grid-wrap{min-width:0}.media-page__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.media-page__card{display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;text-align:center;transition:border-color .15s,box-shadow .15s}.media-page__card:hover{border-color:#a5b4fc;box-shadow:0 2px 8px #6366f11a}.media-page__card--selected{border-color:#6366f1;box-shadow:0 0 0 2px #6366f133}.media-page__card-thumb{width:100%;aspect-ratio:4/3;border-radius:4px;overflow:hidden;background:#f9fafb;display:flex;align-items:center;justify-content:center}.media-page__card-thumb img{width:100%;height:100%;object-fit:cover}.media-page__card-icon{font-size:32px}.media-page__card-name{font-size:11px;font-weight:500;color:#1f2937;margin:0;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.media-page__card-meta{font-size:11px;color:#9ca3af;margin:0}.media-page__detail{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:14px;align-self:flex-start;position:sticky;top:16px}.media-page__detail-header{display:flex;align-items:center;justify-content:space-between}.media-page__detail-title{font-size:14px;font-weight:600;color:#0f172a;margin:0}.media-page__detail-close{background:none;border:none;font-size:16px;cursor:pointer;color:#9ca3af;padding:2px 6px;border-radius:4px}.media-page__detail-close:hover{background:#f9fafb}.media-page__detail-preview{width:100%;border-radius:6px;object-fit:cover;max-height:180px}.media-page__detail-info{display:grid;grid-template-columns:auto 1fr;gap:4px 12px;margin:0;font-size:13px}.media-page__detail-info dt{color:#9ca3af;font-weight:500;white-space:nowrap}.media-page__detail-info dd{margin:0;color:#1f2937;word-break:break-all}.media-page__detail-variants-title{font-size:12px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.04em;margin:0 0 6px}.media-page__detail-variants{display:flex;flex-direction:column;gap:4px}.media-page__detail-variant-link{font-size:12px;color:#6366f1;text-decoration:none}.media-page__detail-variant-link:hover{text-decoration:underline}.media-page__detail-open{display:block;text-align:center;padding:8px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;font-weight:500;color:#1f2937;text-decoration:none}.media-page__detail-open:hover{background:#e5e7eb}.media-page__placeholder{font-size:14px;color:#9ca3af}.media-page__error{font-size:14px;color:#dc2626}.metrics-page{padding:28px 32px}.metrics-page__header{margin-bottom:24px}.metrics-page__title{font-size:22px;font-weight:700;color:#0f172a;margin:0}.metrics-page__placeholder{font-size:14px;color:#94a3b8}.site-theme-editor{background:#fff;padding:16px 16px 24px;display:flex;flex-direction:column;gap:0;font-size:.875rem;color:#1f2937;width:100%;box-sizing:border-box}.site-theme-editor--loading{gap:12px;padding:24px}.site-theme-editor--error{color:#dc2626;padding:24px}.site-theme-editor__skeleton{height:14px;border-radius:6px;background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6,#e5e7eb 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}.site-theme-editor__skeleton--short{width:55%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.site-theme-editor__header{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;margin-bottom:8px;border-bottom:1px solid #e5e7eb}.site-theme-editor__title{margin:0;font-size:1.1rem;font-weight:600}.site-theme-editor__actions{display:flex;align-items:center;gap:10px}.site-theme-editor__status{font-size:.8rem;font-weight:500}.site-theme-editor__status--ok{color:#16a34a}.site-theme-editor__status--err{color:#dc2626}.site-theme-editor__save-btn{background:#1f2937;color:#fff;border:none;border-radius:6px;padding:8px 18px;font-size:.875rem;font-weight:500;cursor:pointer}.site-theme-editor__save-btn:disabled{opacity:.6;cursor:not-allowed}.site-theme-editor__save-btn:hover:not(:disabled){opacity:.85}.site-theme-editor__section{border-bottom:1px solid #e5e7eb}.site-theme-editor__section:last-child{border-bottom:none}.site-theme-editor__section-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 0;background:none;border:none;cursor:pointer;text-align:left}.site-theme-editor__section-toggle:hover .site-theme-editor__section-title{color:#111827}.site-theme-editor__section-title{margin:0;font-size:.9rem;font-weight:600;color:#1f2937}.site-theme-editor__chevron{font-size:1.1rem;color:#9ca3af;line-height:1;transition:transform .2s;display:inline-block}.site-theme-editor__chevron--open{transform:rotate(90deg)}.site-theme-editor__section-body{display:flex;flex-direction:column;gap:12px;padding-bottom:16px}.site-theme-editor__subsection-title{margin:8px 0 0;font-size:.8rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.04em}.site-theme-editor__field{display:flex;flex-direction:column;gap:4px}.site-theme-editor__row{display:grid;grid-template-columns:1fr 1fr;gap:12px;min-width:0}.site-theme-editor__row>*{min-width:0}.site-theme-editor__label{font-size:.8rem;font-weight:500;color:#9ca3af}.site-theme-editor__label--capitalize{text-transform:capitalize}.site-theme-editor__hint{font-size:.8rem;color:#9ca3af;margin-top:2px}.site-theme-editor__input{border:1px solid #e5e7eb;border-radius:6px;padding:8px 10px;font-size:.875rem;color:#1f2937;background:#fff;outline:none;transition:border-color .15s;width:100%;box-sizing:border-box;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-theme-editor__input:focus{border-color:#6b7280}.site-theme-editor__input--hex{font-family:monospace}.site-theme-editor__select{border:1px solid #e5e7eb;border-radius:6px;padding:8px 10px;font-size:.875rem;color:#1f2937;background:#fff;outline:none;cursor:pointer}.site-theme-editor__colors{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.site-theme-editor__color-field{display:flex;flex-direction:column;gap:6px}.site-theme-editor__color-row{display:flex;align-items:center;gap:8px}.site-theme-editor__color-picker{width:38px;height:38px;border:1px solid #e5e7eb;border-radius:6px;padding:2px;cursor:pointer;background:none}.site-theme-editor__logo-preview{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px;display:flex;align-items:center;justify-content:center}.site-theme-editor__logo-preview img{max-height:60px;max-width:200px;object-fit:contain}.site-theme-editor__link-row{display:flex;gap:8px;align-items:center}.site-theme-editor__remove-btn{background:none;border:1px solid #e5e7eb;border-radius:6px;padding:6px 10px;cursor:pointer;color:#dc2626;font-size:.8rem;flex-shrink:0}.site-theme-editor__remove-btn:hover{background:#fef2f2}.site-theme-editor__add-btn{background:none;border:1px dashed #e5e7eb;border-radius:6px;padding:8px 14px;cursor:pointer;color:#9ca3af;font-size:.8rem;width:fit-content}.site-theme-editor__add-btn:hover{border-color:#6b7280;color:#1f2937}._container_v6v0b_1{width:100%;max-width:1280px;margin:0 auto;padding:0}._grid_v6v0b_8{display:grid;gap:8px}@container (min-width: 768px){._grid_v6v0b_8{gap:16px}}._gridNormal_v6v0b_18{grid-template-areas:"hero" "recommended" "feed"}@container (min-width: 768px){._gridNormal_v6v0b_18{grid-template-columns:1fr 1fr;grid-template-areas:"hero        hero" "recommended feed"}}@container (min-width: 1200px){._gridNormal_v6v0b_18{grid-template-columns:3fr 6fr 3fr;grid-template-areas:"recommended hero feed"}}._gridFeatured_v6v0b_34{grid-template-areas:"hero" "recommended" "feed"}@container (min-width: 768px){._gridFeatured_v6v0b_34{grid-template-columns:1fr 1fr;grid-template-areas:"hero        hero" "recommended feed"}}._item_v6v0b_44{min-width:0;display:flex;flex-direction:column}._container_1p46u_1{width:100%;max-width:1280px;margin:0 auto;padding:0}._grid_1p46u_8{display:grid;gap:8px;grid-template-areas:"top1" "top2" "bajada"}@container (min-width: 768px){._grid_1p46u_8{gap:16px;grid-template-columns:1fr 1fr;grid-template-areas:"top1   top2" "bajada bajada"}}._item_1p46u_21{min-width:0;display:flex;flex-direction:column}._container_1uqe5_1{background-color:var(--surface-color, #ffffff);box-sizing:border-box;height:100%}._link_1uqe5_7{display:block;text-decoration:none;color:inherit}._image_1uqe5_13{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}._body_1uqe5_20{padding:12px 16px 16px;display:flex;flex-direction:column;gap:8px}._headline_1uqe5_27{font-size:1.3rem;font-weight:700;color:var(--text-color, #252523);line-height:1.25;margin:0}@container (min-width: 1200px){._headline_1uqe5_27{font-size:1.6rem}}._category_1uqe5_40{color:var(--primary-color, #4bac48)}._descripcion_1uqe5_44{font-size:.85rem;color:var(--text-color, #252523);opacity:.7;line-height:1.5;margin:0}._autor_1uqe5_52{font-size:.78rem;color:var(--text-color, #252523);opacity:.5}._important_1uqe5_58 ._image_1uqe5_13{aspect-ratio:16/7}._important_1uqe5_58 ._headline_1uqe5_27{font-size:1.6rem}@container (min-width: 1200px){._important_1uqe5_58 ._headline_1uqe5_27{font-size:2.2rem}}._container_1evbf_1{background-color:var(--surface-color, #ffffff);box-sizing:border-box}._heading_1evbf_6{font-size:.8rem;font-weight:700;color:var(--primary-color);text-transform:uppercase;letter-spacing:1px;margin:0 0 16px}._list_1evbf_15{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}._item_1evbf_23{display:flex;flex-direction:column;gap:4px;align-items:flex-start;padding:10px 0 10px 20px;border-bottom:1px solid rgba(37,37,35,.08);position:relative}._item_1evbf_23:after{content:"";position:absolute;left:5px;top:0;bottom:0;width:2px;background-color:#2525231a}._item_1evbf_23:before{content:"";position:absolute;left:0;top:14px;width:12px;height:12px;border-radius:50%;background-color:var(--primary-color, #4bac48);z-index:1}._item_1evbf_23:last-child{border-bottom:none}._item_1evbf_23:last-child:after{bottom:auto;height:14px}._time_1evbf_60{font-size:.72rem;color:var(--text-color, #252523);opacity:.5;font-weight:600;white-space:nowrap;padding-top:2px}._title_1evbf_69{font-size:.88rem;color:var(--text-color, #252523);line-height:1.4;font-weight:600;text-decoration:none}._title_1evbf_69:hover{text-decoration:underline}._container_1gnh7_1{background-color:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:16px 20px;margin:8px 16px;display:flex;flex-direction:column;gap:16px;width:100vw;max-width:17rem}._top_1gnh7_14{display:flex;align-items:center;justify-content:space-between}._tempBlock_1gnh7_20{display:flex;align-items:center;gap:10px}._mainIcon_1gnh7_26{width:48px;height:48px}._temp_1gnh7_20{font-size:2.4rem;font-weight:600;color:#252523;line-height:1}._info_1gnh7_38{display:flex;flex-direction:column;align-items:flex-end;gap:2px}._condition_1gnh7_45{font-size:.95rem;font-weight:600;color:#252523}._city_1gnh7_51{font-size:.8rem;color:#252523;opacity:.5}._hourly_1gnh7_57{display:flex;justify-content:space-between;border-top:1px solid rgba(0,0,0,.07);padding-top:12px;gap:4px}._hourItem_1gnh7_65{display:flex;flex-direction:column;align-items:center;gap:4px;flex:1}._hourTime_1gnh7_73{font-size:.7rem;color:#252523;opacity:.5;white-space:nowrap}._hourIcon_1gnh7_80{width:22px;height:22px}._hourTemp_1gnh7_85{font-size:.8rem;font-weight:600;color:#252523}._container_xd0tp_1{background-color:var(--surface-color, #ffffff);box-sizing:border-box}._link_xd0tp_6,._linkSmall_xd0tp_12{display:block;text-decoration:none;color:inherit}._imageBase_xd0tp_18{display:block;object-fit:cover}._image_xd0tp_18{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;display:block}._body_xd0tp_31{padding:10px 0 12px;display:flex;flex-direction:column;gap:6px}._headline_xd0tp_38{font-size:1rem;font-weight:700;color:var(--text-color, #252523);line-height:1.3;margin:0}._category_xd0tp_46{color:var(--primary-color, #4bac48)}._autor_xd0tp_50{font-size:.75rem;color:var(--text-color, #252523);opacity:.5}._container_g794d_1{height:100%;box-sizing:border-box;display:flex;flex-direction:column}._list_g794d_8{list-style:none;display:flex;flex-direction:column;gap:0;flex:1;padding:0;margin:0}._card_g794d_18{border-bottom:1px solid rgba(37,37,35,.1);padding:16px 0;width:100%}._card_g794d_18:first-child{padding-top:0}._card_g794d_18:last-child{border-bottom:none;padding-bottom:0}._link_g794d_31{display:flex;flex-direction:column;gap:8px;text-decoration:none;color:inherit}._link_g794d_31:hover ._title_g794d_38{color:var(--primary-color, #4bac48)}._image_g794d_42{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}._content_g794d_49{display:flex;flex-direction:column;gap:4px;padding:8px 16px 0}._category_g794d_56{font-weight:700;color:var(--primary-color, #4bac48)}._title_g794d_38{font-size:.9rem;font-weight:700;color:var(--text-color, #252523);line-height:1.3;margin:0;transition:color .15s}._author_g794d_70{font-size:.75rem;color:var(--text-color, #252523);opacity:.5}._container_uipin_1{width:100%;padding:2rem 1.5rem;text-align:center}._headline_uipin_7{font-size:2.5rem;font-weight:700;line-height:1.2;color:var(--text-color, #252523);margin:0 0 1rem}._volanta_uipin_15{color:var(--primary-color, #B1043F)}._copete_uipin_19{font-size:.95rem;color:var(--text-color, #252523);margin:0 auto .75rem;max-width:600px;line-height:1.5}._autor_uipin_27{display:block;font-size:.85rem;color:var(--text-color, #252523);opacity:.7}._body_1im4e_2{font-family:var(--eo-font, Georgia, serif);color:var(--eo-text, #252523);background-color:var(--eo-bg, transparent);line-height:1.7;overflow-wrap:break-word;word-break:break-word;min-width:0}._paragraph_1im4e_12{margin:0 0 1rem;font-size:1rem}._h1_1im4e_17{font-size:1.75rem;font-weight:700;line-height:1.2;letter-spacing:-.03em;margin:.75rem 0 .5rem;color:#111}._h2_1im4e_26{font-size:1.4rem;font-weight:700;line-height:1.25;letter-spacing:-.02em;margin:1.2rem 0 .5rem;color:#111}._h3_1im4e_35{font-size:1.2rem;font-weight:600;line-height:1.3;margin:1rem 0 .4rem;color:#111}._h4_1im4e_43{font-size:1.05rem;font-weight:600;line-height:1.3;margin:.9rem 0 .4rem;color:#111}._h5_1im4e_51{font-size:1rem;font-weight:600;line-height:1.3;margin:.8rem 0 .4rem;color:#111}._h6_1im4e_59{font-size:.9rem;font-weight:600;margin:.8rem 0 .4rem;color:#111;opacity:.8}._body_1im4e_2 mark:not([style]),._body_1im4e_2 .cdx-marker:not([style]){background:transparent;color:var(--eo-primary, #B1043F);font-style:inherit}._body_1im4e_2 mark[style]{color:#111;font-style:inherit}._listUl_1im4e_81,._listOl_1im4e_82{margin:0 0 1rem 1.5rem;padding:0}._listUl_1im4e_81 li,._listOl_1im4e_82 li{margin-bottom:.25rem}._checklist_1im4e_91{list-style:none;margin:0 0 1rem;padding:0}._checklist_1im4e_91 li{display:flex;gap:8px;align-items:flex-start;margin-bottom:.3rem}._checklist_1im4e_91 input[type=checkbox]{margin-top:3px;accent-color:var(--eo-primary, #B1043F)}._quote_1im4e_107{border-left:4px solid var(--eo-primary, #B1043F);margin:1.5rem 0;padding:.75rem 1.25rem;background:color-mix(in srgb,var(--eo-primary, #B1043F) 6%,transparent)}._quote_1im4e_107 p{margin:0 0 .4rem;font-style:italic;font-size:1.05rem}._quote_1im4e_107 cite{font-size:.85rem;opacity:.65;font-style:normal}._image_1im4e_124{margin:1.5rem 0}._image_1im4e_124 img{width:100%;height:auto;display:block}._image_1im4e_124 figcaption{font-size:.8rem;opacity:.6;margin-top:.4rem;text-align:center}._embed_1im4e_139{margin:1.5rem 0}._embed_1im4e_139 iframe{width:100%;display:block}._embed_1im4e_139 figcaption{font-size:.8rem;opacity:.6;margin-top:.4rem}._attaches_1im4e_152{display:inline-flex;align-items:center;gap:6px;margin:.75rem 0;padding:8px 14px;border:1px solid var(--eo-primary, #B1043F);border-radius:6px;color:var(--eo-primary, #B1043F);text-decoration:none;font-size:.9rem}._attaches_1im4e_152:hover{background:var(--eo-primary, #B1043F);color:#fff}._delimiter_1im4e_169{border:none;border-top:2px solid color-mix(in srgb,var(--eo-primary, #B1043F) 25%,transparent);margin:2rem 0}._code_1im4e_175{background:#1e1e1e;color:#d4d4d4;border-radius:6px;padding:1rem 1.25rem;margin:1rem 0;overflow-x:auto;font-family:Fira Code,Courier New,monospace;font-size:.85rem;line-height:1.6}._table_1im4e_187{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.9rem}._table_1im4e_187 th{background:var(--eo-primary, #B1043F);color:#fff;text-align:left;padding:8px 12px}._table_1im4e_187 td{padding:7px 12px;border-bottom:1px solid #e0e0e0}._table_1im4e_187 tr:nth-child(2n) td{background:color-mix(in srgb,var(--eo-primary, #B1043F) 5%,transparent)}._warning_1im4e_207{border-left:4px solid var(--eo-accent, #e31b23);background:color-mix(in srgb,var(--eo-accent, #e31b23) 8%,transparent);padding:.75rem 1.25rem;margin:1rem 0;border-radius:0 6px 6px 0}._warning_1im4e_207 strong{display:block;color:var(--eo-accent, #e31b23);margin-bottom:.25rem;font-size:.95rem}._warning_1im4e_207 p{margin:0;font-size:.9rem}._raw_1im4e_225{margin:1rem 0}._related_1im4e_230{border:1px solid #e0e0e0;border-radius:6px;padding:12px 16px;margin:1rem 0;display:flex;flex-direction:column;gap:10px}._relatedTitle_1im4e_240{margin:0 0 4px;font-size:.95rem;font-weight:700;color:#111}._relatedItem_1im4e_247{display:flex;gap:10px;align-items:flex-start;text-decoration:none}._relatedItem_1im4e_247:hover ._relatedItemTitle_1im4e_253{text-decoration:underline}._relatedImg_1im4e_257{width:80px;height:60px;object-fit:cover;border-radius:3px;flex-shrink:0}._relatedInfo_1im4e_265{display:flex;flex-direction:column;gap:2px}._relatedVolanta_1im4e_271{font-size:.78rem;font-weight:700;color:var(--eo-primary, #B1043F)}._relatedItemTitle_1im4e_253{font-size:.88rem;color:#222;line-height:1.4}._container_184a2_1{background-color:#fffdee;box-sizing:border-box;height:100%}._link_184a2_7{display:block;text-decoration:none;color:inherit}._image_184a2_13{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}._body_184a2_20{padding:12px 16px 16px;display:flex;flex-direction:column;gap:8px}._headline_184a2_27{font-size:1.3rem;font-weight:700;color:var(--text-color, #252523);line-height:1.25;margin:0}@container (min-width: 1200px){._headline_184a2_27{font-size:1.6rem}}._category_184a2_40{color:var(--primary-color, #4bac48)}._descripcion_184a2_44{font-size:.85rem;color:var(--text-color, #252523);opacity:.7;line-height:1.5;margin:0}._autor_184a2_52{font-size:.78rem;color:var(--text-color, #252523);opacity:.5}._important_184a2_58 ._image_184a2_13{aspect-ratio:16/7}._important_184a2_58 ._headline_184a2_27{font-size:1.6rem}@container (min-width: 1200px){._important_184a2_58 ._headline_184a2_27{font-size:2.2rem}}._container_bgifh_1{background-color:var(--surface-color, #ffffff);box-sizing:border-box;height:100%;max-width:1280px}.ehp{display:flex;flex-direction:column;height:100%;overflow:hidden}.ehp__header{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background:#f9fafb;border-bottom:1px solid #e5e7eb;flex-shrink:0;gap:12px}.ehp__header-left{display:flex;align-items:center;gap:12px}.ehp__mode-toggle{display:flex;border:1px solid #d1d5db;border-radius:6px;overflow:hidden}.ehp__toggle-btn{background:none;border:none;padding:4px 12px;font-size:12px;font-weight:500;cursor:pointer;color:#6b7280;white-space:nowrap}.ehp__toggle-btn:hover{background:#f3f4f6}.ehp__toggle-btn--active{background:#111827;color:#fff}.ehp__toggle-btn--active:hover{background:#111827}.ehp__preview-modes{display:flex;gap:4px}.ehp__mode-btn{background:none;border:1px solid #d1d5db;border-radius:4px;padding:4px 6px;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.45;transition:opacity .15s,border-color .15s}.ehp__mode-btn:hover{opacity:.75}.ehp__mode-btn--active{border-color:#111827;opacity:1}.ehp__mode-icon{width:22px;height:22px;object-fit:contain;display:block}.ehp__actions{display:flex;align-items:center;gap:8px}.ehp__status{font-size:12px;font-weight:500}.ehp__status--ok{color:#16a34a}.ehp__status--err{color:#dc2626}.ehp__save-btn{background:#111827;color:#fff;border:none;border-radius:6px;padding:6px 14px;font-size:13px;cursor:pointer}.ehp__save-btn:disabled{opacity:.5;cursor:not-allowed}.ehp__save-btn:hover:not(:disabled){background:#374151}.ehp__body{display:flex;flex:1;overflow:hidden}.ehp__preview-scroll{flex:1;overflow-y:auto;overflow-x:hidden;width:100%}.ehp__preview-inner{min-height:100%;width:100%;container-type:inline-size}.ehp__add-block{display:flex;gap:8px;justify-content:center;align-items:center;padding:20px 16px;border-top:2px dashed #d1d5db;margin-top:8px}.ehp__add-select{border:1px solid #d1d5db;border-radius:4px;padding:6px 8px;font-size:13px;background:#fff;cursor:pointer}.ehp__add-btn{background:#fff;border:1px solid #d1d5db;border-radius:4px;padding:6px 12px;font-size:13px;cursor:pointer}.ehp__add-btn:hover{background:#f3f4f6}.ehp-block{position:relative}.ehp-block:hover .ehp-block__toolbar{opacity:1}.ehp-block__toolbar{display:flex;align-items:center;gap:8px;padding:4px 8px;background:#111827d1;color:#fff;font-size:12px;opacity:0;transition:opacity .15s;position:relative;z-index:10}.ehp-block__handle{cursor:grab;font-size:16px;padding:0 4px}.ehp-block__handle:active{cursor:grabbing}.ehp-block__label{flex:1;font-weight:600;font-size:11px;letter-spacing:.05em;opacity:.8}.ehp-block__toolbar-right{display:flex;align-items:center;gap:6px}.ehp-block__add-select{background:#ffffff1f;border:1px solid rgba(255,255,255,.25);border-radius:3px;color:#fff;font-size:11px;padding:2px 4px;cursor:pointer}.ehp-block__add-select option{background:#1f2937}.ehp-block__btn{background:#ffffff1f;border:1px solid rgba(255,255,255,.25);border-radius:3px;color:#fff;font-size:11px;padding:2px 8px;cursor:pointer}.ehp-block__btn:hover{background:#ffffff38}.ehp-block__btn--danger{border-color:#ef444480}.ehp-block__btn--danger:hover{background:#ef444440}.ehp-block--outline{outline:2px solid #f97316;outline-offset:-2px;box-shadow:inset 0 0 0 1px #f9731626}.ehp-block__unknown{padding:16px;font-size:13px;color:#9ca3af;text-align:center;background:#f9fafb}.editable-item{position:relative;outline:2px solid #6366f1;outline-offset:-2px;box-shadow:inset 0 0 0 1px #6366f11a}.editable-item:hover{outline-color:#4f46e5;box-shadow:inset 0 0 0 1px #6366f133}.editable-item:hover .editable-item__overlay{opacity:1;pointer-events:auto}.editable-item__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:repeating-linear-gradient(45deg,rgba(99,102,241,.03),rgba(99,102,241,.03) 10px,transparent 10px,transparent 20px);pointer-events:none;z-index:0}.editable-item__placeholder span:first-child{font-size:11px;font-weight:700;color:#6366f180;text-transform:uppercase;letter-spacing:.06em}.editable-item__placeholder span:last-child{font-size:11px;color:#d1d5db}.editable-item__overlay{position:absolute;top:6px;right:6px;display:flex;gap:2px;align-items:center;opacity:0;pointer-events:none;transition:opacity .15s;z-index:20;background:#111827c7;border-radius:4px;padding:2px 4px}.editable-item__handle{cursor:grab;font-size:14px;color:#fff;padding:2px 4px;line-height:1}.editable-item__handle:active{cursor:grabbing}.editable-item__btn{background:none;border:none;color:#fff;font-size:13px;cursor:pointer;padding:2px 5px;border-radius:3px;line-height:1}.editable-item__btn:hover{background:#ffffff2e}.editable-item__btn--danger:hover{background:#ef444459}.ewm__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:200;display:flex;align-items:center;justify-content:center}.ewm{background:#fff;border-radius:10px;width:540px;max-width:calc(100vw - 32px);max-height:82vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000040}.ewm__header{display:flex;align-items:flex-start;justify-content:space-between;padding:18px 20px 14px;border-bottom:1px solid #e5e7eb}.ewm__subtitle{margin:0 0 2px;font-size:11px;font-weight:500;color:#9ca3af;text-transform:uppercase;letter-spacing:.06em}.ewm__title{margin:0;font-size:15px;font-weight:700;color:#111827}.ewm__close{background:none;border:none;cursor:pointer;font-size:18px;color:#6b7280;line-height:1;padding:2px;flex-shrink:0}.ewm__close:hover{color:#111827}.ewm__body{flex:1;overflow-y:auto;padding:18px 20px;display:flex;flex-direction:column;gap:16px}.ewm__empty{font-size:13px;color:#9ca3af;text-align:center;padding:12px 0}.ewm__field{display:flex;flex-direction:column;gap:6px}.ewm__label{font-size:12px;font-weight:600;color:#374151}.ewm__input{border:1px solid #d1d5db;border-radius:6px;padding:8px 10px;font-size:14px;width:100%;box-sizing:border-box;resize:vertical;font-family:inherit}.ewm__input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.ewm__checkbox-wrap{display:flex;align-items:center;gap:8px;font-size:14px;color:#374151;cursor:pointer}.ewm__checkbox-wrap input{width:16px;height:16px;cursor:pointer}.ewm__footer{padding:12px 20px;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end}.ewm__btn{padding:7px 18px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;border:1px solid #d1d5db}.ewm__btn--cancel{background:#fff;color:#374151}.ewm__btn--cancel:hover{background:#f3f4f6}.ehp-loading,.ehp-error{padding:32px;text-align:center;font-size:14px;color:#9ca3af}.ehp-error{color:#dc2626}.ewm-picker{display:flex;flex-direction:column;gap:8px}.ewm-picker__selected{display:flex;align-items:center;gap:10px;padding:8px 10px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px}.ewm-picker__selected-thumb{width:48px;height:36px;object-fit:cover;border-radius:4px;flex-shrink:0}.ewm-picker__selected-info{flex:1;min-width:0}.ewm-picker__selected-title{margin:0;font-size:12px;font-weight:600;color:#166534;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ewm-picker__selected-meta{margin:0;font-size:11px;color:#16a34a}.ewm-picker__selected-clear{background:none;border:none;cursor:pointer;font-size:13px;color:#6b7280;flex-shrink:0;padding:2px 4px;border-radius:4px}.ewm-picker__selected-clear:hover{background:#dcfce7;color:#166534}.ewm-picker__chips{display:flex;flex-wrap:wrap;gap:4px}.ewm-picker__chip{padding:3px 10px;font-size:11px;font-weight:500;border:1px solid #d1d5db;border-radius:999px;background:#fff;color:#6b7280;cursor:pointer;transition:all .15s}.ewm-picker__chip:hover{border-color:#a5b4fc;color:#374151}.ewm-picker__chip--active{background:#6366f1;border-color:#6366f1;color:#fff}.ewm-picker__list{max-height:260px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:6px;display:flex;flex-direction:column}.ewm-picker__msg{font-size:12px;color:#9ca3af;text-align:center;padding:16px;margin:0}.ewm-picker__item{display:flex;align-items:center;gap:10px;padding:8px 10px;background:none;border:none;border-bottom:1px solid #f3f4f6;cursor:pointer;text-align:left;transition:background .12s}.ewm-picker__item:last-child{border-bottom:none}.ewm-picker__item:hover{background:#f9fafb}.ewm-picker__item--active{background:#eef2ff}.ewm-picker__item--active:hover{background:#e0e7ff}.ewm-picker__item-thumb{width:52px;height:38px;object-fit:cover;border-radius:4px;flex-shrink:0;background:#f3f4f6}.ewm-picker__item-info{flex:1;min-width:0}.ewm-picker__item-title{margin:0 0 2px;font-size:13px;font-weight:500;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ewm-picker__item-meta{margin:0;font-size:11px;color:#9ca3af}.edit-site-layout{display:flex;flex-direction:column;height:calc(100vh - 56px);overflow:hidden}.edit-site-layout__page-header{padding:14px 24px 12px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.edit-site-layout__page-title{margin:0;font-size:1.25rem;font-weight:700;color:#1f2937}.edit-site-layout__layout-view{display:flex;flex:1;overflow:hidden;align-items:stretch}.edit-site-layout__editor-panel{flex-shrink:0;overflow-y:auto;overflow-x:hidden;border-right:1px solid #e5e7eb;box-sizing:border-box}.edit-site-layout__divider{flex-shrink:0;width:6px;cursor:col-resize;background:#e5e7eb;transition:background .15s;position:relative}.edit-site-layout__divider:hover{background:#9ca3af}.edit-site-layout__divider:after{content:"⋮";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#9ca3af;font-size:1rem;pointer-events:none}.edit-site-layout__preview-wrapper{flex:1;min-width:0;display:flex;flex-direction:column;overflow:hidden}.users-page{min-height:100vh;background:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.users-topbar{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;background:#fff;border-bottom:1px solid #e2e8f0}.users-topbar .users-topbar-title h1{margin:0;font-size:1.4rem;font-weight:700;color:#1e293b}.users-topbar .users-topbar-title p{margin:.2rem 0 0;font-size:.85rem;color:#64748b}.topbar-actions{display:flex;gap:.75rem}.btn-new-user{display:inline-flex;align-items:center;gap:.35rem;padding:.55rem 1.1rem;background:#1e293b;color:#fff;border:none;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .18s}.btn-new-user .btn-icon{font-size:1.1rem;font-weight:400;line-height:1}.btn-new-user:hover{background:#334155;transform:translateY(-1px);box-shadow:0 4px 12px #1e293b40}.users-tabs{display:flex;gap:0;background:#fff;border-bottom:1px solid #e2e8f0;padding:0 2rem}.tab-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1rem;background:none;border:none;border-bottom:2px solid transparent;font-size:.875rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .15s;margin-bottom:-1px;font-family:inherit}.tab-btn:hover{color:#1e293b}.tab-btn.active{color:#6366f1;border-bottom-color:#6366f1;font-weight:600}.tab-btn .tab-count{background:#f1f5f9;color:#64748b;font-size:.72rem;font-weight:600;padding:.1rem .45rem;border-radius:20px}.tab-btn.active .tab-count{background:#e0e7ff;color:#6366f1}.users-content{padding:1.75rem 2rem;max-width:1200px;margin:0 auto}.btn-back{display:inline-flex;align-items:center;gap:.3rem;padding:.5rem 0;background:none;border:none;color:#64748b;font-size:.875rem;cursor:pointer;margin-bottom:1.25rem;font-family:inherit;transition:color .15s}.btn-back:hover{color:#1e293b}.users-toolbar{margin-bottom:1.25rem}.search-box{position:relative;max-width:360px}.search-box .search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:15px;height:15px;color:#94a3b8;pointer-events:none}.search-box input{width:100%;padding:.6rem 2.25rem;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.875rem;background:#fff;color:#1e293b;transition:border-color .2s,box-shadow .2s;font-family:inherit;box-sizing:border-box}.search-box input::placeholder{color:#94a3b8}.search-box input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.search-box .search-clear{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1.15rem;color:#94a3b8;cursor:pointer;padding:0;line-height:1}.search-box .search-clear:hover{color:#1e293b}.users-table-wrapper{background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #00000012,0 4px 16px #0000000a;overflow:hidden}.users-table{width:100%;border-collapse:collapse;font-size:.875rem}.users-table thead{background:#f8fafc;border-bottom:1px solid #e2e8f0}.users-table thead th{padding:.75rem 1.1rem;text-align:left;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#64748b}.users-table tbody .user-row{border-bottom:1px solid #f1f5f9;transition:background .12s}.users-table tbody .user-row:last-child{border-bottom:none}.users-table tbody .user-row:hover{background:#fafbff}.users-table tbody .user-row td{padding:.875rem 1.1rem;vertical-align:middle}.user-cell{display:flex;align-items:center;gap:.75rem}.user-avatar{width:36px;height:36px;border-radius:9px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:.8rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;-webkit-user-select:none;user-select:none}.user-name{font-weight:600;color:#1e293b;display:block}.user-email{color:#64748b;font-size:.84rem}.badge-inactive{display:inline-block;font-size:.68rem;font-weight:600;padding:.1rem .4rem;background:#fef3c7;color:#92400e;border-radius:4px;margin-left:.4rem;vertical-align:middle}.user-roles{display:flex;flex-wrap:wrap;gap:.375rem}.role-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.22rem .35rem .22rem .6rem;background:#e0e7ff;color:#4338ca;border-radius:20px;font-size:.78rem;font-weight:600}.role-chip .role-chip-remove{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;background:#4338ca26;border:none;border-radius:50%;color:#4338ca;font-size:.85rem;line-height:1;cursor:pointer;padding:0;transition:background .15s}.role-chip .role-chip-remove:hover:not(:disabled){background:#4338ca4d}.role-chip .role-chip-remove:disabled{opacity:.5;cursor:not-allowed}.no-roles{font-size:.8rem;color:#94a3b8;font-style:italic}.all-roles-label{font-size:.8rem;color:#94a3b8}.add-role-cell{display:flex;align-items:center;gap:.5rem}.role-select{padding:.4rem .6rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.8rem;color:#1e293b;background:#fff;font-family:inherit;cursor:pointer;max-width:160px;transition:border-color .15s}.role-select:focus{outline:none;border-color:#6366f1}.btn-assign{padding:.4rem .85rem;background:#1e293b;color:#fff;border:none;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .15s;font-family:inherit;display:inline-flex;align-items:center;gap:.3rem;white-space:nowrap}.btn-assign:hover:not(:disabled){background:#334155}.btn-assign:disabled{opacity:.55;cursor:not-allowed}.users-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem}.pagination-btn{padding:.45rem .9rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;font-size:.85rem;color:#64748b;font-family:inherit;transition:all .15s}.pagination-btn:hover:not(:disabled){background:#1e293b;border-color:#1e293b;color:#fff}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-info{font-size:.85rem;color:#64748b}.state-box{display:flex;flex-direction:column;align-items:center;gap:.875rem;padding:4rem 2rem;text-align:center}.state-box p{color:#64748b;margin:0;font-size:.9rem}.state-box .state-icon{font-size:2.5rem;line-height:1}.state-box .btn-retry{padding:.5rem 1.1rem;background:#1e293b;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;font-family:inherit}.state-box .btn-retry:hover{background:#334155}.loading-dots{display:flex;gap:.4rem}.loading-dots span{width:8px;height:8px;border-radius:50%;background:#6366f1;animation:bounce .9s ease-in-out infinite}.loading-dots span:nth-child(2){animation-delay:.15s}.loading-dots span:nth-child(3){animation-delay:.3s}.create-role-card{background:#fff;border:1.5px solid #c7d2fe;border-radius:12px;padding:1.5rem;margin-bottom:1.25rem;box-shadow:0 2px 8px #6366f114}.create-role-card h3{margin:0 0 1rem;font-size:1rem;font-weight:700;color:#1e293b}.create-role-form{display:flex;flex-direction:column;gap:.75rem}.create-role-form input{padding:.6rem .875rem;border:1.5px solid #e2e8f0;border-radius:9px;font-size:.875rem;color:#1e293b;font-family:inherit;transition:border-color .2s,box-shadow .2s}.create-role-form input::placeholder{color:#94a3b8}.create-role-form input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.create-role-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.25rem}.btn-ghost{padding:.5rem 1rem;background:none;border:1.5px solid #e2e8f0;border-radius:9px;font-size:.875rem;color:#64748b;cursor:pointer;font-family:inherit;transition:all .15s}.btn-ghost:hover{border-color:#64748b;color:#1e293b}.btn-primary{padding:.5rem 1.1rem;background:#1e293b;color:#fff;border:none;border-radius:9px;font-size:.875rem;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s}.btn-primary:hover:not(:disabled){background:#334155}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.roles-list{display:flex;flex-direction:column;gap:.75rem}.role-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #00000012,0 4px 16px #0000000a;overflow:hidden;transition:border-color .15s}.role-card.expanded{border-color:#c7d2fe}.role-card-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;cursor:pointer;transition:background .12s;-webkit-user-select:none;user-select:none}.role-card-header:hover{background:#fafbff}.role-card-info{flex:1;min-width:0}.role-card-name{display:flex;align-items:center;gap:.5rem;font-weight:700;color:#1e293b;font-size:.95rem}.role-card-name .role-dot{width:8px;height:8px;border-radius:50%;background:#6366f1;flex-shrink:0}.role-card-desc{margin:.25rem 0 0 1.25rem;font-size:.82rem;color:#64748b}.role-card-meta{display:flex;align-items:center;gap:.75rem;flex-shrink:0;margin-left:1rem}.badge-root{font-size:.65rem;font-weight:700;padding:.15rem .45rem;background:#fef3c7;color:#92400e;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}.perm-count{font-size:.8rem;color:#64748b;white-space:nowrap}.btn-icon-danger{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:none;border:1px solid #fecaca;border-radius:7px;color:#ef4444;cursor:pointer;transition:all .15s;padding:0}.btn-icon-danger:hover{background:#fef2f2;border-color:#ef4444}.chevron{font-size:1.3rem;color:#64748b;transition:transform .2s;display:inline-block}.chevron.open{transform:rotate(90deg)}.role-permissions-panel{border-top:1px solid #e2e8f0;padding:1.25rem;background:#fafbff}.perm-empty{color:#64748b;font-size:.875rem;text-align:center;padding:1.5rem;margin:0}.perm-group{margin-bottom:1.25rem}.perm-group:last-of-type{margin-bottom:0}.perm-group-title{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin-bottom:.6rem;padding-bottom:.4rem;border-bottom:1px solid #e2e8f0}.perm-group-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.375rem}.perm-item{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem .75rem;border-radius:8px;cursor:pointer;border:1.5px solid #e2e8f0;transition:all .12s;background:#fff}.perm-item input[type=checkbox]{margin-top:1px;accent-color:#6366f1;cursor:pointer;flex-shrink:0}.perm-item.checked{background:#eef2ff;border-color:#c7d2fe}.perm-item.saving{opacity:.65;cursor:not-allowed;pointer-events:none}.perm-item:hover:not(.saving){border-color:#c7d2fe}.perm-spinner{margin-top:2px;flex-shrink:0;color:#6366f1}.perm-action{font-size:.82rem;font-weight:600;color:#1e293b;line-height:1.4}.perm-desc{display:block;font-size:.75rem;color:#64748b;margin-top:.1rem;line-height:1.3}.perm-save-row{display:flex;align-items:center;justify-content:space-between;margin-top:1.25rem;padding-top:1rem;border-top:1px solid #e2e8f0}.perm-count-info{font-size:.82rem;color:#64748b}.perm-autosave-label{font-size:.75rem;color:#10b981;font-weight:500;display:flex;align-items:center;gap:.3rem}.perm-autosave-label:before{content:"●";font-size:.6rem}.mini-spinner{display:inline-block;width:10px;height:10px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin .5s linear infinite}@keyframes bounce{0%,80%,to{transform:scale(.4);opacity:.5}40%{transform:scale(1);opacity:1}}@media(max-width:860px){.users-topbar,.users-content{padding-left:1.25rem;padding-right:1.25rem}.users-tabs{padding:0 1.25rem}.users-table thead th:nth-child(2),.users-table tbody td:nth-child(2){display:none}.perm-group-items{grid-template-columns:repeat(auto-fill,minmax(170px,1fr))}}@media(max-width:560px){.users-topbar{flex-direction:column;align-items:flex-start;gap:1rem}.users-table thead th:nth-child(4),.users-table tbody td:nth-child(4){display:none}.perm-save-row{flex-direction:column;align-items:flex-start;gap:.75rem}}.register-container{padding:2rem;max-width:550px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.register-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #00000014;border:1px solid #eef2f6}.register-card h2{margin:0 0 1.5rem;color:#2c3e50;font-size:1.75rem;font-weight:600;text-align:center;background:#1f2937;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.register-form .form-group{margin-bottom:1.5rem}.register-form .form-group label{display:block;margin-bottom:.5rem;color:#2c3e50;font-weight:500;font-size:.9rem}.register-form .form-group label .required{color:#e74c3c;margin-left:4px}.register-form .form-group input{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:12px;font-size:.95rem;transition:all .3s ease;font-family:inherit}.register-form .form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.register-form .form-group input:disabled,.register-form .form-group input[readonly]{background-color:#f7fafc;cursor:not-allowed;opacity:.7}.register-form .form-group input.error{border-color:#e74c3c}.register-form .form-group input.error:focus{box-shadow:0 0 0 3px #e74c3c1a}.register-form .form-group .error-message{display:block;margin-top:.5rem;font-size:.75rem;color:#e74c3c}.register-form .form-group .form-hint{display:block;margin-top:.5rem;font-size:.75rem;color:#7f8c8d}.register-form .btn-submit{width:100%;padding:.875rem;background:#1f2937;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.register-form .btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.register-form .btn-submit:disabled{opacity:.7;cursor:not-allowed}.register-form .btn-submit .spinner-small{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite;margin-right:8px;vertical-align:middle}.alert{padding:1rem;border-radius:12px;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;font-size:.9rem;animation:slideDown .3s ease}.alert .alert-icon{font-size:1.1rem;font-weight:700}.alert .alert-note{font-size:.8rem;opacity:.8}.alert.alert-success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.alert.alert-error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.debug-info{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e2e8f0;font-size:.75rem;color:#7f8c8d}.debug-info details{cursor:pointer}.debug-info details summary{font-weight:500;margin-bottom:.5rem}.debug-info details p{margin:.25rem 0;font-family:monospace}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:640px){.register-container{padding:1rem}.register-card{padding:1.5rem}.register-card h2{font-size:1.5rem}}
