@import"https://fonts.googleapis.com/css2?family=Anton&family=Urbanist:wght@400;600;700;800&display=swap";:root{--red: #d61212;--red-strong: #ff2b2b;--black: #0a0a0a;--white: #ffffff;--gray-500: #686868;--shadow-lg: 0 28px 60px rgba(0, 0, 0, .35);--nav-offset: 7.8rem}*{box-sizing:border-box}html,body,#root{min-height:100%}html{scroll-behavior:smooth}body{margin:0;font-family:Urbanist,sans-serif;color:var(--white);background:linear-gradient(135deg,#fff,#f3f3f3 58%,#ececec)}a{color:inherit;text-decoration:none}h1,h2,h3{margin:0;line-height:1.08}p{margin:0}.page{width:100%;margin:0 0 2.7rem}.page>main{width:min(1280px,calc(100% - 2rem));margin:0 auto}main section[id]:not(#inicio){scroll-margin-top:var(--nav-offset)}.topbar{position:sticky;top:0;z-index:100;width:100%;border:0;border-bottom:1px solid rgba(255,255,255,.12);background:#080808f0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.topbar-inner{width:min(1280px,calc(100% - 2rem));margin:0 auto;position:relative;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.78rem 0}.brand{display:flex;align-items:center;min-width:96px}.brand-logo{width:96px;height:auto;object-fit:contain;display:block;filter:drop-shadow(0 3px 10px rgba(0,0,0,.35));flex:0 0 auto}.brand-logo-fallback{font-family:Anton,sans-serif;font-size:1.55rem;letter-spacing:.05em;color:var(--red-strong);line-height:1;flex:0 0 auto}.menu{display:flex;align-items:center;gap:1rem;font-weight:700}.menu a{font-size:.9rem;color:#e8e8e8;transition:color .2s ease}.menu a:hover{color:var(--red-strong)}.menu-toggle{display:none;width:44px;height:44px;border:1px solid rgba(255,255,255,.2);border-radius:12px;background:#161616f2;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}.menu-toggle span{width:20px;height:2px;border-radius:999px;background:#fff;transition:transform .22s ease,opacity .22s ease}.menu-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.desktop-login{display:inline-flex}.mobile-login-link{display:none}.login-button{width:44px;height:44px;padding:0;border-radius:999px;border:1px solid var(--red);background:linear-gradient(130deg,#ff3b3b,#b50000);color:var(--white);display:inline-flex;align-items:center;justify-content:center;transition:transform .22s ease}.login-button:hover{transform:translateY(-1px)}.login-icon{width:20px;height:20px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;fill:none}.system-screen{min-height:100vh;padding:2rem;background:linear-gradient(145deg,#fff,#f8f8f8 56%,#eee);color:#111}.auth-screen,.loading-screen{display:grid;place-items:center}.auth-panel,.loading-card{width:min(1100px,100%);display:grid;grid-template-columns:1.1fr .9fr;gap:1.5rem;padding:1.5rem;border-radius:32px;background:#ffffffd1;border:1px solid rgba(17,17,17,.08);box-shadow:0 24px 60px #32200a1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.loading-card{grid-template-columns:1fr;text-align:center}.system-kicker{margin:0 0 .6rem;font-size:.82rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#9e160d}.auth-copy,.auth-form,.system-card{border-radius:28px;background:#fffffff0;border:1px solid rgba(17,17,17,.08)}.auth-copy{padding:2rem;background:linear-gradient(160deg,#111111eb,#111111c2),linear-gradient(120deg,#ba180f,#6d0a05);color:#fff}.auth-copy h1,.auth-form h2,.system-header h1,.system-section-head h2{font-family:Anton,sans-serif;letter-spacing:.04em;text-transform:uppercase}.auth-copy h1{font-size:clamp(2.1rem,4vw,3.6rem)}.auth-copy>p{max-width:44ch;line-height:1.7;color:#ffffffe0}.demo-credentials{margin-top:2rem;padding:1.2rem;border-radius:20px;background:#ffffff14}.demo-credentials h2{margin-bottom:.75rem;font-size:1rem}.demo-credentials p+p{margin-top:.45rem}.auth-form{display:flex;flex-direction:column;gap:1rem;padding:2rem}.auth-form label{display:grid;gap:.45rem;font-size:.95rem;font-weight:700}.auth-form input{width:100%;border:1px solid rgba(17,17,17,.12);border-radius:16px;padding:.95rem 1rem;font:inherit;background:#fffdf9}.admin-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.admin-form-grid label{display:grid;gap:.45rem;font-size:.95rem;font-weight:700;color:#1b1b1b}.admin-form-grid input,.admin-form-grid select{width:100%;border:1px solid rgba(17,17,17,.12);border-radius:16px;padding:.95rem 1rem;font:inherit;background:#fffdf9}.admin-form-span-2{grid-column:span 2}.form-error{color:#b91c1c;font-size:.95rem}.form-success{position:fixed;right:1.25rem;top:1.25rem;z-index:500;width:min(420px,calc(100vw - 2rem));margin:0;padding:1rem 1.1rem 1rem 3rem;border:1px solid rgba(22,163,74,.38);border-radius:18px;background:linear-gradient(145deg,#ecfdf3,#d8f8e4);color:#0f5b2c;font-size:.98rem;font-weight:900;line-height:1.4;box-shadow:0 20px 44px #16653438;animation:toastIn .22s ease-out both}.form-success:before{content:"✓";position:absolute;left:1rem;top:50%;width:1.35rem;height:1.35rem;border-radius:999px;display:grid;place-items:center;background:#16a34a;color:#fff;font-size:.86rem;font-weight:900;transform:translateY(-50%)}.terms-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:grid;place-items:center;padding:1rem;background:#0a0a0ab8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.terms-modal{width:min(760px,100%);max-height:min(86vh,780px);display:flex;flex-direction:column;gap:1rem;padding:1.35rem;border-radius:24px;background:#fffdf9;border:1px solid rgba(255,255,255,.34);box-shadow:0 28px 70px #00000057;color:#151515}.terms-modal-head h2{font-family:Anton,sans-serif;font-size:clamp(1.55rem,4vw,2.35rem);letter-spacing:.03em;text-transform:uppercase}.terms-modal-head p:last-child{margin-top:.55rem;color:#5f3a27;line-height:1.55}.terms-scroll{min-height:260px;max-height:42vh;overflow-y:auto;padding:1rem;border-radius:18px;border:1px solid rgba(17,17,17,.1);background:#fbf5eb}.terms-scroll ul{margin:0;padding-left:1.1rem;display:grid;gap:.8rem}.terms-scroll li{color:#241b16;line-height:1.55}.terms-check{display:flex;align-items:flex-start;gap:.65rem;font-weight:800;color:#201610;line-height:1.45}.terms-check input{width:18px;height:18px;margin-top:.12rem;accent-color:#d61212;flex:0 0 auto}.system-primary-button,.system-logout-button,.table-action-button{border:0;border-radius:16px;padding:.95rem 1.1rem;font:inherit;font-weight:800;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.system-primary-button{background:linear-gradient(130deg,#d61212,#6a0808);color:#fff;box-shadow:0 16px 28px #ac111138}.system-primary-button:hover,.system-logout-button:hover,.table-action-button:hover{transform:translateY(-1px)}.system-primary-button:disabled{opacity:.75;cursor:wait}.system-secondary-link{color:#6b2f12;font-weight:700}.dashboard-screen{padding:1.5rem}.system-header{width:min(1280px,100%);margin:0 auto 1.25rem;padding:1.3rem 1.5rem;border-radius:28px;background:#0a0a0aeb;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:1rem}.system-header h1{font-size:clamp(1.7rem,2vw,2.4rem)}.system-header-actions{display:flex;align-items:center;gap:.8rem}.user-chip{padding:.8rem .95rem;border-radius:18px;background:#ffffff14}.user-chip strong,.user-chip span{display:block}.user-chip span{font-size:.84rem;color:#ffffffb8}.system-logout-button{background:#f4dfcf;color:#37180c}.dashboard-layout{width:min(1280px,100%);margin:0 auto;display:grid;gap:1rem}.system-section-head p,.system-section-head span{color:#7e4a2e}.system-section-head p{margin-bottom:.4rem;font-size:.82rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.system-section-head h2{font-size:clamp(1.5rem,3vw,2.5rem);color:#151515}.system-section-head span{display:block;margin-top:.45rem;max-width:72ch;line-height:1.6}.summary-grid,.report-grid{display:grid;gap:1rem}.summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.report-grid{grid-template-columns:1.1fr 1fr}.dashboard-metrics-section{padding-bottom:.35rem}.admin-modules-section{display:grid;gap:.85rem;margin-top:.35rem;padding-top:1.2rem;border-top:1px solid rgba(17,17,17,.12)}.admin-modules-head{display:flex;align-items:center;justify-content:space-between;gap:1rem}.admin-modules-head h3{margin:0;color:#5f3a27;font-size:.82rem;font-weight:900;letter-spacing:.14em;line-height:1.2;text-transform:uppercase}.admin-tools-grid,.admin-crud-grid{grid-template-columns:.9fr 1.1fr}.student-management-layout{gap:1rem}.student-panel-switcher{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;padding:.45rem;border:1px solid rgba(17,17,17,.08);border-radius:18px;background:#ffffffb8}.student-panel-tab{min-height:76px;border:1px solid transparent;border-radius:14px;padding:.85rem .95rem;background:transparent;text-align:left;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease}.student-panel-tab:hover{background:#ffffffd6;border-color:#11111114}.student-panel-tab.active{background:#fff;border-color:#d6121247;box-shadow:0 12px 26px #3c280c1f}.student-panel-tab strong,.student-panel-tab span{display:block}.student-panel-tab strong{color:#151515;font-size:1rem}.student-panel-tab span{margin-top:.32rem;color:#7e4a2e;font-size:.86rem;line-height:1.35}.student-panel-error{margin:0;padding:.85rem 1rem;border-radius:14px;background:#fff0ef}.admin-form-actions,.admin-table-actions{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap}.admin-table-actions .table-action-button{width:142px}.student-actions-cell{min-width:190px}.student-row-actions{display:flex;align-items:center;justify-content:flex-start;gap:.55rem;flex-wrap:nowrap}.student-row-actions .table-action-button{width:44px;min-width:44px;white-space:nowrap}.icon-action-button{width:44px;height:44px;min-height:44px;padding:0;border-radius:14px;box-shadow:0 10px 22px #1c120a1c}.icon-action-button svg{display:block}.class-action-button{background:#168341;color:#fff;box-shadow:0 12px 24px #1683413b}.class-action-button:hover:not(:disabled){background:#0f7237}.student-row-actions .class-action-button:disabled{border:1px solid #dadada;background:#e6e6e6;color:#929292;opacity:1}.student-row-actions .class-action-button.is-registering:disabled,.student-row-actions .class-action-button.is-confirmed:disabled{border-color:#16834147;background:#168341;color:#fff;opacity:1}.student-row-actions .class-action-button.is-registering:disabled{animation:classButtonWorking .78s ease-in-out infinite}.student-row-actions .class-action-button.is-confirmed:disabled{animation:classButtonConfirmed 1.2s ease-out both}.table-action-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.table-action-button:disabled:hover{transform:none}.admin-filter-bar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem;margin-bottom:1rem}.report-filter-bar{grid-template-columns:repeat(4,minmax(0,1fr))}.quick-collection-panel{display:grid;gap:.9rem;margin-bottom:1rem;padding:1rem;border:1px solid rgba(17,17,17,.08);border-radius:18px;background:linear-gradient(145deg,#fff,#f7faf7)}.quick-collection-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.quick-collection-head div,.quick-collection-head span,.quick-collection-head strong,.quick-collection-head small{display:block}.quick-collection-head span{color:#116234;font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.quick-collection-head strong{margin-top:.25rem;color:#151515;font-size:1.6rem}.quick-collection-head small{margin-top:.2rem;color:#7e4a2e;font-weight:800}.quick-collection-head label{width:min(360px,100%);display:grid;gap:.45rem;color:#1b1b1b;font-weight:800}.quick-collection-head input{width:100%;border:1px solid rgba(17,17,17,.12);border-radius:14px;padding:.78rem .85rem;background:#fff;color:#151515;font:inherit}.quick-collection-list{display:grid;gap:.65rem}.quick-charge-card{display:grid;grid-template-columns:minmax(180px,1fr) auto auto auto;align-items:center;gap:.8rem;padding:.75rem;border:1px solid rgba(17,17,17,.07);border-radius:14px;background:#ffffffd1}.quick-charge-card div:first-child strong,.quick-charge-card div:first-child span{display:block}.quick-charge-card div:first-child strong{color:#151515}.quick-charge-card div:first-child span{margin-top:.2rem;color:#7e4a2e;font-size:.86rem;font-weight:800}.quick-charge-money{display:grid;gap:.16rem;min-width:120px}.quick-charge-money span,.quick-charge-money small{color:#7e4a2e;font-size:.78rem;font-weight:900}.quick-charge-money strong{color:#151515;font-size:1.04rem}.quick-charge-actions{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.quick-collection-empty{margin:0;padding:.9rem;border-radius:12px;background:#ffffffb8;color:#7e4a2e;font-weight:800}.charge-adjustment-panel{display:grid;gap:.95rem;margin:0 0 1rem;padding:1rem;border:1px solid rgba(22,131,65,.2);border-radius:18px;background:linear-gradient(145deg,#fff,#f6fbf7);box-shadow:0 16px 34px #1c3a231a}.charge-adjustment-head{display:flex;align-items:center;justify-content:space-between;gap:1rem}.charge-adjustment-head div,.charge-adjustment-head strong,.charge-adjustment-head small,.charge-adjustment-head span{display:block}.charge-adjustment-head span{color:#116234;font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.charge-adjustment-head strong{margin-top:.25rem;color:#151515;font-size:1.05rem}.charge-adjustment-head small{margin-top:.15rem;color:#7e4a2e;font-weight:800}.charge-adjustment-modes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.charge-adjustment-modes button{min-height:44px;border:1px solid rgba(17,17,17,.09);border-radius:12px;background:#fff;color:#31170d;font:inherit;font-weight:900;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease}.charge-adjustment-modes button.active{border-color:#16834152;background:#edf8f0;color:#116234;box-shadow:0 10px 20px #1683411a}.charge-adjustment-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.charge-adjustment-grid label,.charge-adjustment-note{display:grid;gap:.45rem;color:#4b2b1b;font-weight:900}.charge-adjustment-grid input,.charge-adjustment-grid select,.charge-adjustment-note input{width:100%;border:1px solid rgba(17,17,17,.12);border-radius:12px;padding:.75rem .85rem;background:#fff;color:#151515;font:inherit}.charge-adjustment-preview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem}.charge-adjustment-preview span{display:grid;gap:.25rem;padding:.75rem;border-radius:12px;background:#ffffffc7;color:#7e4a2e;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.charge-adjustment-preview strong{color:#151515;font-size:1rem;letter-spacing:0;text-transform:none}.admin-filter-bar label{display:grid;gap:.45rem;font-size:.95rem;font-weight:700;color:#1b1b1b}.admin-filter-bar input,.admin-filter-bar select{width:100%;border:1px solid rgba(17,17,17,.12);border-radius:16px;padding:.95rem 1rem;font:inherit;background:#fffdf9}.searchable-select-label{position:relative;min-width:0}.searchable-select{position:relative}.searchable-select>svg{position:absolute;left:.95rem;top:50%;z-index:1;color:#7e4a2e;transform:translateY(-50%);pointer-events:none}.searchable-select input{width:100%;border:1px solid rgba(17,17,17,.12);border-radius:16px;padding:.95rem 2.75rem;background:#fffdf9;color:#151515;font:inherit}.searchable-select input:focus{border-color:#d6121257;outline:0;box-shadow:0 0 0 4px #d6121214}.searchable-select>button{position:absolute;right:.7rem;top:50%;z-index:2;width:30px;height:30px;border:0;border-radius:999px;display:grid;place-items:center;background:#efe6d9;color:#31170d;cursor:pointer;transform:translateY(-50%)}.searchable-select-menu{position:absolute;top:calc(100% + .35rem);left:0;right:0;z-index:50;max-height:270px;overflow-y:auto;padding:.35rem;border:1px solid rgba(17,17,17,.1);border-radius:16px;background:#fff;box-shadow:0 22px 42px #1c120a29}.searchable-select-menu button{width:100%;border:0;border-radius:12px;display:block;padding:.75rem .8rem;background:transparent;color:#151515;text-align:left;cursor:pointer}.searchable-select-menu button:hover,.searchable-select-menu button.selected{background:#fdf4e7}.searchable-select-menu strong,.searchable-select-menu span{display:block}.searchable-select-menu strong{font-size:.95rem}.searchable-select-menu span{margin-top:.2rem;color:#7e4a2e;font-size:.8rem;font-weight:800}.searchable-select-menu p{margin:0;padding:.8rem;color:#7e4a2e;font-weight:800}.admin-section-switcher{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem}.admin-section-tab{position:relative;min-height:104px;border:1px solid rgba(17,17,17,.1);border-radius:16px;padding:1.05rem 3.35rem 1.05rem 1.1rem;background:linear-gradient(145deg,#fff,#fbf8f3);text-align:left;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease;box-shadow:0 14px 28px #3c280c21,0 2px #ffffffdb inset}.admin-section-tab:after{content:">";position:absolute;top:1rem;right:1rem;width:30px;height:30px;border-radius:999px;display:grid;place-items:center;background:#141414;color:#fff;font-size:.9rem;font-weight:900;line-height:1;transition:transform .18s ease,background-color .18s ease}.admin-section-tab:hover{border-color:#d6121247;transform:translateY(-3px);box-shadow:0 22px 38px #3c280c2e,0 2px #ffffffe6 inset}.admin-section-tab:hover:after{transform:translate(2px);background:#d61212}.admin-section-tab:focus-visible{outline:3px solid rgba(214,18,18,.28);outline-offset:3px}.admin-section-tab.active{border-color:#d6121280;background:linear-gradient(145deg,#fff4f1,#fff);box-shadow:0 24px 42px #ac111129,0 0 0 2px #d6121214 inset}.admin-section-tab.active:after{background:#d61212}.admin-section-tab strong,.admin-section-tab span{display:block}.admin-section-tab strong{color:#171717;font-size:1rem}.admin-section-tab span{margin-top:.35rem;color:#7e4a2e;line-height:1.45;font-size:.88rem}.system-card{padding:1.3rem;box-shadow:0 14px 34px #3c280c14}.summary-card{display:grid;gap:.5rem;min-height:86px;padding:1rem 1.05rem;border:1px solid rgba(17,17,17,.07);border-left:4px solid rgba(126,74,46,.55);border-radius:12px;background:#ffffff80;box-shadow:none;cursor:default}.summary-card span{color:#7e4a2e;font-size:.86rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.summary-card strong{font-size:1.7rem;color:#151515}.summary-card.alert{border-left-color:#d66f6f;background:#fff0ef6b}.summary-card.success{border-left-color:#4f9a68;background:#edf8f085}.summary-card.warm{border-left-color:#d69a45;background:#fdf4e785}.report-metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.report-metric-card span{color:#7e4a2e;font-size:.86rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.report-metric-card strong{display:block;margin-top:.4rem;font-size:1.9rem;color:#151515}.report-metric-card p{margin-top:.5rem;color:#7e4a2e;line-height:1.45}.report-metric-card.success{background:#edf8f0}.report-metric-card.alert{background:#fff0ef}.report-metric-card.danger{background:linear-gradient(145deg,#8f1111,#641010)}.report-metric-card.danger span,.report-metric-card.danger strong,.report-metric-card.danger p{color:#fff}.report-metric-card.warm{background:#fdf4e7}.table-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.table-head h3{color:#171717}.table-head p{margin-top:.3rem;color:#7e4a2e}.responsive-table{overflow-x:auto}.responsive-table table{width:100%;border-collapse:collapse}.responsive-table th,.responsive-table td{padding:.9rem .7rem;border-bottom:1px solid rgba(17,17,17,.08);text-align:left;color:#1c1c1c}.responsive-table th{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:#7e4a2e}.status-pill{display:inline-flex;align-items:center;justify-content:center;min-width:98px;padding:.45rem .7rem;border-radius:999px;font-size:.78rem;font-weight:800}.status-pill.pending{background:#fff0ef;color:#ab1f1f}.status-pill.overdue{background:#7f1010;color:#fff}.status-pill.paid{background:#edf8f0;color:#116234}.status-pill.partial{background:#fdf4e7;color:#8a4d10}.status-pill.absent{background:#eee;color:#5f5f5f}.charge-amount-stack{display:grid;gap:.24rem}.charge-amount-stack strong{color:#151515}.charge-amount-stack small{color:#7e4a2e;font-size:.78rem;font-weight:800;line-height:1.25}.charge-action-row{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.billing-pill{display:inline-flex;align-items:center;justify-content:center;min-width:86px;padding:.38rem .62rem;border-radius:999px;font-size:.76rem;font-weight:900}.billing-pill.monthly{background:#edf8f0;color:#116234}.billing-pill.per-class{background:#fdf4e7;color:#8a4d10}.billing-amount{display:block;margin-top:.35rem;color:#7e4a2e;font-weight:800}.table-action-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.7rem .9rem;background:#141414;color:#fff}.table-action-button.secondary{background:#efe6d9;color:#31170d}.table-action-button.danger{background:#7f1010;color:#fff}.paid-action-label{display:inline-flex;align-items:center;justify-content:center;min-width:88px;padding:.45rem .7rem;border-radius:999px;background:#edf8f0;color:#116234;font-size:.78rem;font-weight:900}.paid-action-label.absent{background:#eee;color:#5f5f5f}.additional-charge-table{margin-top:1rem}.mini-report-list{display:grid;gap:.9rem}.mini-report-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border-radius:18px;background:#fbf5eb}.mini-report-item strong,.mini-report-item span{display:block}.mini-report-item span{margin-top:.2rem;color:#7e4a2e;font-size:.88rem}.report-bar-list,.report-trend-list,.report-priority-list{display:grid;gap:.9rem}.report-bar-row{display:grid;gap:.45rem}.report-bar-meta{display:flex;justify-content:space-between;gap:1rem;color:#1c1c1c}.report-bar-meta strong{font-size:.96rem}.report-bar-meta span{color:#7e4a2e;font-weight:700}.report-bar-track,.trend-stack{width:100%;height:12px;border-radius:999px;background:#f0e6db;overflow:hidden}.report-bar-fill{height:100%;border-radius:999px;background:linear-gradient(130deg,#d61212,#6a0808)}.trend-row{display:grid;gap:.45rem;padding:.95rem 1rem;border-radius:18px;background:#fbf5eb}.trend-head{display:flex;justify-content:space-between;gap:1rem;align-items:center}.trend-head span,.trend-row small{color:#7e4a2e}.trend-stack{display:flex}.trend-segment{height:100%}.trend-segment.paid{background:linear-gradient(130deg,#1e8f4d,#0d5d31)}.trend-segment.pending{background:linear-gradient(130deg,#d67a12,#a84c11)}.priority-item{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1rem;border-radius:18px;background:#fbf5eb}.priority-item span{display:block;margin-top:.25rem;color:#7e4a2e;font-size:.88rem}.report-empty{color:#7e4a2e;line-height:1.5}.hero{margin-top:1rem;padding:0;border-radius:28px;border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow-lg);overflow:hidden}.hero-slider{position:relative;min-height:560px;background:#111}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;transition:opacity .65s ease}.hero-slide.active{opacity:1;pointer-events:auto}.hero-slide-image,.hero-slide-fallback{width:100%;height:100%;object-fit:cover}.hero-slide-fallback{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:.4rem;padding:1rem;background:radial-gradient(circle at 20% 10%,rgba(255,43,43,.28),transparent 48%),linear-gradient(150deg,#141414,#070707);color:#fff}.hero-slide-fallback p{font-weight:800}.hero-slide-fallback span{font-size:.82rem;color:#d7d7d7}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,#000000b3,#0000007a 38%,#00000040),linear-gradient(180deg,#00000014,#00000080)}.hero-content{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:2rem 2.1rem}.hero-badge{display:inline-flex;font-size:.75rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:#ffe9e9;padding:.38rem .55rem;border-radius:999px;border:1px solid rgba(255,255,255,.2)}.hero h1{margin-top:.78rem;font-family:Anton,sans-serif;font-size:clamp(2.1rem,6vw,4rem);letter-spacing:.035em;text-transform:uppercase;max-width:15ch;color:#fff}.hero-lead{margin-top:.82rem;max-width:56ch;color:#ededed;line-height:1.56;font-size:1rem}.hero-actions{margin-top:1.25rem;display:flex;flex-wrap:wrap;gap:.75rem}.hero-indicators{position:absolute;z-index:3;right:1.2rem;bottom:1.1rem;display:flex;align-items:center;gap:.45rem}.hero-dot{width:11px;height:11px;border-radius:999px;border:none;padding:0;cursor:pointer;background:#ffffff73;transition:transform .2s ease,background-color .2s ease}.hero-dot.active{background:#ff3b3b;transform:scale(1.2)}.primary-action,.ghost-action,.contact-button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:800;font-size:.92rem;padding:.78rem 1.2rem;transition:transform .22s ease}.primary-action{background:linear-gradient(135deg,#ff3232,#b00);color:var(--white)}.ghost-action{border:1px solid rgba(255,255,255,.24);color:#f2f2f2}.primary-action:hover,.ghost-action:hover,.contact-button:hover{transform:translateY(-2px)}.history,.community,.methodology,.team,.services,.events,.enrollment,.schedule,.highlights,.cta{margin-top:1rem;border-radius:24px;padding:2rem}.history,.community,.methodology,.team,.services,.events,.enrollment,.schedule,.cta{background:var(--white);color:var(--black);border:1px solid rgba(0,0,0,.08)}.section-head{margin-bottom:1.4rem}.section-tag{font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--red);margin-bottom:.48rem}.section-head h2{font-family:Anton,sans-serif;font-size:clamp(1.65rem,4vw,2.5rem);letter-spacing:.03em;text-transform:uppercase}.story-list{display:flex;flex-direction:column;gap:1rem}.story-row{display:grid;grid-template-columns:1.1fr .9fr;gap:.9rem;align-items:stretch}.story-row.reverse{grid-template-columns:.9fr 1.1fr}.story-row.reverse .story-text{order:2}.story-row.reverse .story-media{order:1}.story-text{border-radius:18px;border:1px solid #ececec;background:#fcfcfc;padding:1.2rem}.story-text h3{font-size:1.12rem;margin-bottom:.46rem}.story-text p{color:#262626;line-height:1.62;font-size:.98rem}.story-media,.media-card{border-radius:18px;border:1px solid #ececec;background:#f6f6f6;min-height:210px;overflow:hidden}.media-card.tall{min-height:280px}.slot-image{width:100%;height:100%;min-height:210px;object-fit:cover}.slot-placeholder{width:100%;height:100%;min-height:210px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.38rem;text-align:center;background:repeating-linear-gradient(135deg,#fff,#fff 14px,#f7f7f7 14px,#f7f7f7 28px);border:2px dashed #cbcbcb}.slot-placeholder p{font-weight:800;font-size:.95rem}.slot-placeholder span{color:var(--gray-500);font-size:.78rem}.community-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:1rem}.community-copy{border-radius:18px;border:1px solid #ececec;background:#fcfcfc;padding:1.2rem}.community-copy p{color:#242424;line-height:1.62;margin-bottom:.75rem}.community-copy h3{margin-top:.35rem;margin-bottom:.55rem;font-size:1.08rem}.motivation-list{list-style:none;margin:0;padding:0;display:grid;gap:.46rem}.motivation-list li{display:flex;align-items:center;gap:.5rem;color:#242424;line-height:1.5}.motivation-bullet{width:10px;height:10px;border-radius:999px;background:linear-gradient(135deg,#ff3232,#b50000);flex:0 0 auto}.community-gallery{display:grid;gap:.8rem}.method-intro{color:#242424;line-height:1.64;margin-bottom:1rem}.level-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.level-card{border-radius:16px;border:1px solid #ececec;background:#fcfcfc;padding:1rem}.level-card h3{font-size:1.08rem;margin-bottom:.22rem}.level-subtitle{color:#7b7b7b;font-size:.88rem;margin-bottom:.4rem}.level-card p{color:#262626;line-height:1.53}.level-icon{width:46px;height:46px;border-radius:12px;display:grid;place-items:center;margin-bottom:.62rem}.level-icon svg{width:24px;height:24px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.level-principiante{color:#b50000;background:linear-gradient(140deg,#ffd8d8,#ffefef)}.level-principiante svg path{fill:currentColor;stroke:none}.level-intermedio{color:#d61212;background:linear-gradient(140deg,#ffe1e1,#fff0f0)}.level-avanzado{color:#141414;background:linear-gradient(140deg,#d9d9d9,#f1f1f1)}.method-list-grid{margin-top:.9rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.method-point{border-radius:12px;border:1px solid #ececec;background:#fff;padding:.8rem;color:#242424;line-height:1.45;font-size:.93rem}.class-gallery{margin-top:.9rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.schedule-matrix{border-radius:16px;border:1px solid #ececec;background:linear-gradient(160deg,#fff,#fafafa);overflow:hidden}.matrix-head,.matrix-row{display:grid;grid-template-columns:1.15fr 1fr 1.2fr .85fr}.matrix-head{background:linear-gradient(135deg,#151515,#2a2a2a);color:#fff;font-size:.85rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.matrix-head span{padding:.72rem .78rem}.matrix-row{border-top:1px solid #ececec}.matrix-cell{padding:.78rem;color:#242424;line-height:1.46;font-size:.93rem}.matrix-cell strong{color:#121212;font-size:.95rem}.matrix-price{color:#b50000;font-weight:800}.team-intro{color:#242424;line-height:1.6;margin-bottom:1rem}.team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.team-card{border-radius:16px;border:1px solid #ececec;background:#fcfcfc;overflow:hidden;display:flex;flex-direction:column}.team-photo{min-height:230px;border-bottom:1px solid #ececec;background:#f6f6f6}.team-body{padding:1rem}.team-body h3{font-size:1.05rem;margin-bottom:.22rem}.team-role{color:#7b7b7b;font-size:.88rem;margin-bottom:.42rem}.team-body p{color:#262626;line-height:1.52}.team-close{margin-top:.9rem;border-radius:12px;border:1px solid #ececec;background:#fff;color:#242424;padding:.85rem;line-height:1.5}.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.service-card{border-radius:16px;border:1px solid #ececec;background:linear-gradient(160deg,#fff,#f9f9f9);padding:1rem}.service-card h3{font-size:1.05rem;margin-bottom:.32rem}.service-card p{color:#262626;line-height:1.52}.service-icon{width:46px;height:46px;border-radius:12px;display:grid;place-items:center;margin-bottom:.62rem}.service-icon svg{width:24px;height:24px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.service-privadas,.service-talleres,.service-bodas{color:#b50000;background:linear-gradient(140deg,#ffdede,#fff1f1)}.service-shows,.service-quince{color:#d61212;background:linear-gradient(140deg,#ffe8e8,#fff5f5)}.service-coaching{color:#111;background:linear-gradient(140deg,#dedede,#f3f3f3)}.events-intro{color:#242424;line-height:1.6;margin-bottom:1rem}.events-layout{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;align-items:stretch}.events-gallery{display:grid;gap:.8rem}.guest-panel{border-radius:16px;border:1px solid #ececec;background:linear-gradient(160deg,#fff,#fafafa);padding:1rem}.guest-panel h3{font-size:1.05rem;margin-bottom:.55rem}.guest-list{list-style:none;margin:0;padding:0;display:grid;gap:.55rem}.guest-list li{border-radius:10px;border:1px solid #efefef;background:#fff;padding:.65rem .72rem}.guest-name{display:block;color:#161616;font-weight:700;line-height:1.35}.guest-country{display:block;color:#6e6e6e;font-size:.85rem;margin-top:.2rem}.competition-strip{margin-top:.9rem;border-radius:14px;border:1px solid #ececec;background:#fff;padding:.8rem;display:grid;grid-template-columns:220px 1fr;gap:.8rem;align-items:center}.competition-photo{border-radius:12px;overflow:hidden;border:1px solid #ececec;background:#f6f6f6;min-height:140px}.competition-strip p{color:#242424;line-height:1.55}.enrollment{display:grid;grid-template-columns:1.2fr .8fr;gap:.9rem}.enrollment .section-head{grid-column:1 / -1;margin-bottom:.1rem}.enrollment-map{position:relative;border-radius:18px;border:1px solid #ececec;background:linear-gradient(160deg,#fff,#fafafa);padding:1rem 1rem 1rem 1.1rem}.route-step{position:relative;display:grid;grid-template-columns:34px 1fr;gap:.65rem;align-items:start;margin-bottom:.7rem}.route-step:not(:last-child):after{content:"";position:absolute;left:17px;top:17px;width:2px;height:calc(100% + .7rem);transform:translate(-50%);background:linear-gradient(180deg,#ff4d4d,#b50000);opacity:.6;z-index:0}.route-step:last-child{margin-bottom:0}.route-pin{position:relative;z-index:1;width:34px;height:34px;border-radius:999px;background:linear-gradient(145deg,#ff3f3f,#ad0000);display:grid;place-items:center;color:#fff;font-size:.72rem;font-weight:800;border:2px solid #fff7f7;box-shadow:0 6px 16px #d5121247}.route-card{border-radius:12px;border:1px solid #ececec;background:#fff;padding:.72rem .8rem}.route-card h3{font-size:.98rem;margin-bottom:.26rem}.route-card p{color:#2b2b2b;line-height:1.5;font-size:.92rem}.enrollment-side{border-radius:18px;border:1px solid #ececec;background:linear-gradient(160deg,#0f0f0f,#1a1a1a);color:#fff;padding:1rem}.enrollment-side h3{font-size:1.02rem;margin-bottom:.5rem}.enrollment-side ul{list-style:none;margin:0 0 .8rem;padding:0;display:grid;gap:.45rem}.enrollment-side li{border-radius:10px;border:1px solid rgba(255,255,255,.16);padding:.58rem .68rem;background:#ffffff0a;font-size:.92rem}.enrollment-side p{color:#e9e9e9;line-height:1.52;font-size:.92rem}.enrollment-side a{margin-top:.72rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.7rem 1rem;background:linear-gradient(140deg,#ff3636,#af0000);color:#fff;font-weight:800;font-size:.88rem}.highlights{color:var(--white);background:radial-gradient(circle at 0% 0%,rgba(255,43,43,.22),transparent 40%),linear-gradient(145deg,#0e0e0e,#151515);border:1px solid rgba(255,255,255,.08)}.highlight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.highlight-card{border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;padding:1.2rem}.highlight-card h3{font-size:1.05rem;margin-bottom:.4rem}.highlight-card p{color:#d9d9d9;line-height:1.55}.cta{text-align:left}.footer-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr);gap:.9rem;align-items:stretch}.footer-main{border-radius:16px;border:1px solid #ececec;background:linear-gradient(160deg,#fff,#f9f9f9);padding:1rem}.footer-brand-row{display:flex;align-items:center;gap:.85rem}.footer-logo-wrap{display:flex;align-items:center;justify-content:center;flex:0 0 auto}.footer-logo{width:98px;height:auto;object-fit:contain}.footer-logo-fallback{font-family:Anton,sans-serif;font-size:1.45rem;letter-spacing:.04em;color:#b50000}.footer-main .section-tag{margin-bottom:.32rem}.footer-title{font-family:Anton,sans-serif;text-transform:uppercase;letter-spacing:.03em;font-size:clamp(1.2rem,3vw,1.8rem);line-height:1.08;max-width:28ch}.contact-button{margin-top:0;background:linear-gradient(130deg,#111,#2a2a2a);color:var(--white)}.footer-description{margin-top:.75rem;color:#2f2f2f;line-height:1.55;max-width:62ch}.footer-addresses{margin-top:.8rem;display:grid;gap:.35rem}.footer-addresses p{color:#272727;font-weight:600;line-height:1.45}.footer-contact-panel{border-radius:16px;border:1px solid #ececec;background:linear-gradient(160deg,#0e0e0e,#1c1c1c);color:#fff;padding:1rem;display:flex;flex-direction:column}.footer-contact-panel h3{font-size:1.05rem}.floating-top-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:fixed;right:1.1rem;bottom:1.1rem;z-index:140;width:44px;height:44px;border-radius:13px;border:1px solid rgba(255,255,255,.24);background:linear-gradient(130deg,#ff3b3b,#b50000);color:#fff;display:grid;place-items:center;font-size:1.05rem;font-weight:800;box-shadow:0 12px 22px #00000059;opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .22s ease,transform .22s ease,filter .22s ease}.floating-top-button.visible{opacity:1;transform:translateY(0);pointer-events:auto}.floating-top-button:hover{filter:brightness(1.08)}.site-copyright{width:min(1280px,calc(100% - 2rem));margin:.75rem auto 0;text-align:center;color:#666;font-size:.82rem;letter-spacing:.02em}.contact-data{margin-top:.75rem;display:grid;gap:.22rem}.contact-data p{color:#f0f0f0;font-weight:600;line-height:1.45}.contact-actions{margin-top:.85rem;display:flex;justify-content:flex-start;gap:.6rem;flex-wrap:wrap}.contact-actions .contact-button{margin-top:0;background:linear-gradient(130deg,#ff3b3b,#b50000)}.contact-email{background:linear-gradient(130deg,#6a6a6a,#333)}.social-links{margin-top:.9rem;display:flex;justify-content:flex-start;gap:.55rem}.social-links a{width:40px;height:40px;border-radius:12px;border:1px solid #d5d5d5;background:#fff;color:#141414;display:grid;place-items:center;transition:transform .2s ease,border-color .2s ease}.social-links a:hover{transform:translateY(-2px);border-color:#a9a9a9}.social-links svg{width:20px;height:20px;fill:currentColor;stroke:currentColor;stroke-width:1.6}.fade-down,.fade-up{animation-duration:.75s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.16,1,.3,1)}.fade-down{animation-name:fadeDown}.fade-up{animation-name:fadeUp}.delayed-1{animation-delay:.12s}.delayed-2{animation-delay:.21s}.delayed-3{animation-delay:.3s}.delayed-4{animation-delay:.39s}.delayed-5{animation-delay:.48s}.delayed-6{animation-delay:.57s}.delayed-7{animation-delay:.66s}.delayed-8{animation-delay:.75s}.delayed-9{animation-delay:.84s}.delayed-10{animation-delay:.93s}@keyframes fadeDown{0%{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:translateY(0)}}@keyframes toastIn{0%{opacity:0;transform:translateY(-10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes classButtonWorking{0%,to{box-shadow:0 0 #16834147;transform:scale(1)}50%{box-shadow:0 0 0 7px #16834114;transform:scale(.96)}}@keyframes classButtonConfirmed{0%{box-shadow:0 0 #16834166;transform:scale(.92)}38%{box-shadow:0 0 0 12px #16834129;transform:scale(1.12)}to{box-shadow:0 0 #16834100;transform:scale(1)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 980px){.auth-panel,.report-grid,.summary-grid,.report-metrics-grid,.admin-tools-grid,.admin-crud-grid{grid-template-columns:1fr}.admin-section-switcher{grid-template-columns:repeat(2,minmax(0,1fr))}.student-panel-switcher{grid-template-columns:1fr}.admin-filter-bar,.report-filter-bar,.charge-adjustment-grid,.charge-adjustment-preview{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-collection-head{align-items:stretch;flex-direction:column}.quick-charge-card{grid-template-columns:minmax(180px,1fr) auto}.system-header{flex-direction:column;align-items:flex-start}.menu{gap:.75rem}.hero-slider{min-height:500px}.hero-content{padding:1.8rem 1.6rem}.hero h1{max-width:18ch}.highlight-grid,.level-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.method-list-grid{grid-template-columns:1fr}.class-gallery,.team-grid,.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.events-layout,.competition-strip,.enrollment,.story-row,.story-row.reverse,.community-layout{grid-template-columns:1fr}.matrix-head,.matrix-row{grid-template-columns:1.2fr 1fr 1.2fr 1fr}.story-row.reverse .story-text,.story-row.reverse .story-media{order:initial}.footer-grid{grid-template-columns:1fr}}@media (max-width: 760px){.system-screen{padding:1rem}.auth-copy,.auth-form,.system-card,.system-header{padding:1.1rem}.system-header-actions,.mini-report-item{align-items:flex-start;flex-direction:column}.admin-form-grid{grid-template-columns:1fr}.admin-form-span-2{grid-column:span 1}.admin-section-switcher,.admin-filter-bar,.report-filter-bar{grid-template-columns:1fr}.charge-adjustment-head{align-items:flex-start;flex-direction:column}.charge-adjustment-modes,.charge-adjustment-grid,.charge-adjustment-preview{grid-template-columns:1fr}.quick-charge-card{grid-template-columns:1fr;align-items:stretch}.quick-charge-actions{align-items:stretch;flex-direction:column}.quick-charge-actions .table-action-button{width:100%}:root{--nav-offset: 6.9rem}.topbar-inner{width:min(1280px,calc(100% - 1rem))}.page>main{width:min(1280px,calc(100% - 1rem))}.site-copyright{width:min(1280px,calc(100% - 1rem));font-size:.78rem}.topbar-inner{flex-wrap:nowrap;gap:.55rem}.brand{min-width:0}.brand-logo{width:76px}.menu-toggle{display:inline-flex;margin-left:auto}.desktop-login{display:none}.menu{position:absolute;top:calc(100% + .5rem);left:0;right:0;display:none;flex-direction:column;align-items:stretch;gap:.2rem;padding:.65rem;border-radius:14px;border:1px solid rgba(255,255,255,.13);background:#080808fa;box-shadow:0 16px 34px #0000006b}.menu.open{display:flex;animation:fadeDown .23s both}.menu a{padding:.62rem .7rem;border-radius:10px;font-size:.93rem}.menu a:hover{background:#ffffff17;color:#fff}.mobile-login-link{display:inline-flex;justify-content:center;align-items:center;margin-top:.32rem;border:1px solid var(--red);background:linear-gradient(130deg,#ff3b3b,#b50000);color:#fff;min-height:44px;padding:.55rem .7rem}.history,.community,.methodology,.team,.services,.events,.enrollment,.schedule,.highlights,.cta{padding:1.35rem;border-radius:18px}.hero{padding:0;border-radius:18px}.hero-slider{min-height:430px}.hero-content{padding:1.2rem 1.15rem 1.35rem}.hero h1{font-size:clamp(1.85rem,9vw,2.75rem);max-width:17ch}.hero-lead{font-size:.94rem;max-width:50ch}.hero-indicators{left:1.15rem;right:auto;bottom:.9rem}.level-grid,.class-gallery,.team-grid,.service-grid,.highlight-grid{grid-template-columns:1fr}.matrix-head{display:none}.matrix-row{grid-template-columns:1fr;gap:0;border-top:1px solid #ececec;padding:.35rem 0}.matrix-cell{position:relative;padding:.42rem .78rem .42rem 6.35rem;min-height:1.85rem}.matrix-cell:before{content:attr(data-label);position:absolute;left:.78rem;top:.42rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;font-weight:800;color:#7d7d7d}.media-card.tall{min-height:210px}.story-media,.media-card,.slot-image,.slot-placeholder{min-height:190px}.team-photo{min-height:200px}.footer-brand-row{align-items:flex-start}.footer-logo-wrap,.footer-logo{width:80px}.footer-title{font-size:clamp(1.12rem,5vw,1.45rem)}.floating-top-button{right:.8rem;bottom:.8rem;width:40px;height:40px;border-radius:12px}.contact-actions{flex-direction:column;align-items:stretch}.contact-actions .contact-button{width:100%}}
