:root{--primary:#1a3c5e;--primary-light:#2a5c8e;--primary-dark:#0f2640;--accent:#c9a84c;--accent-light:#e0c97a;--bg:#f0f2f5;--bg-card:#fff;--bg-input:#fff;--bg-hover:#f5f7fa;--bg-muted:#f8f9fa;--bg-overlay:#00000059;--text:#1a1a2e;--text-secondary:#446;--text-muted:#6b7280;--text-inverse:#fff;--text-link:var(--primary-light);--border:#dee2e6;--border-light:#e9ecef;--border-focus:var(--primary-light);--success:#16a34a;--warning:#f59e0b;--error:#dc2626;--danger:#dc2626;--info:#3b82f6;--event-carrera:#1e40af;--event-carrera-bg:#dbeafe;--event-entreno:#166534;--event-entreno-bg:#dcfce7;--event-tratamiento:#92400e;--event-tratamiento-bg:#fef3c7;--shadow:0 2px 8px #00000014;--shadow-lg:0 4px 16px #0000001f;--shadow-toast:0 4px 12px #00000026;--z-sidebar:100;--z-sidebar-overlay:99;--z-hamburger:101;--z-modal-backdrop:1050;--z-modal:1055;--z-toast:2060;--radius:10px;--radius-sm:6px;--radius-lg:14px;--radius-pill:999px;--font:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;--font-display:Georgia, "Times New Roman", serif;--text-xs:.7rem;--text-sm:.8rem;--text-base:.9rem;--text-lg:1.05rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:2rem;--sp-1:4px;--sp-2:8px;--sp-3:12px;--sp-4:16px;--sp-5:20px;--sp-6:24px;--sp-8:32px;--sidebar-w:220px;--sidebar-bg:var(--primary);--sidebar-text:#fffc;--sidebar-hover:#ffffff1f;--sidebar-active:var(--accent)}body{background:var(--bg);font-family:var(--font);color:var(--text);line-height:1.5}.sidebar{width:var(--sidebar-w);background:var(--sidebar-bg);color:var(--text-inverse);z-index:var(--z-sidebar);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0;box-shadow:2px 0 12px #00000026}.sidebar-brand{padding:var(--sp-5);font-size:var(--text-xl);text-align:center;letter-spacing:1px;border-bottom:1px solid #ffffff1a;font-weight:700}.sidebar-brand small{font-size:var(--text-xs);opacity:.7;font-weight:300;display:block}.sidebar-nav{padding:var(--sp-2) 0;flex:1}.sidebar-nav .nav-link{color:var(--sidebar-text);padding:var(--sp-3) var(--sp-5);align-items:center;gap:var(--sp-2);cursor:pointer;text-align:left;width:100%;font-size:inherit;background:0 0;border:none;border-left:3px solid #0000;font-family:inherit;transition:all .2s;display:flex}.sidebar-nav .nav-link:hover,.sidebar-nav .nav-link.active{color:var(--text-inverse);background:var(--sidebar-hover);border-left-color:var(--sidebar-active)}.sidebar-footer{padding:var(--sp-4) var(--sp-5);font-size:var(--text-xs);opacity:.5;text-align:center;border-top:1px solid #ffffff1a;position:relative}.sidebar-collapse-btn{top:50%;right:var(--sp-3);color:#ffffffb3;cursor:pointer;background:#ffffff26;border:none;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;transition:all .2s;display:none;position:absolute;transform:translateY(-50%)}.sidebar-collapse-btn:hover{color:#fff;background:#ffffff40}@media (width>=768px){.sidebar-collapse-btn{display:flex}body.logged-in .sidebar.collapsed{width:60px}body.logged-in .sidebar.collapsed .sidebar-brand{padding:var(--sp-3) var(--sp-2);font-size:0}body.logged-in .sidebar.collapsed .sidebar-brand i{font-size:1.5rem}body.logged-in .sidebar.collapsed .sidebar-brand small{display:none}body.logged-in .sidebar.collapsed .sidebar-nav .nav-link{padding:var(--sp-3);justify-content:center}body.logged-in .sidebar.collapsed .sidebar-nav .nav-link span{display:none}body.logged-in .sidebar.collapsed .sidebar-nav .nav-link i{font-size:1.2rem}body.logged-in .sidebar.collapsed .sidebar-footer{padding:var(--sp-2);font-size:0}body.logged-in .sidebar.collapsed .sidebar-collapse-btn{right:50%;transform:translate(50%,-50%)}body.logged-in .sidebar.collapsed .sidebar-collapse-btn i{transform:rotate(180deg)}body.logged-in .sidebar.collapsed~.main-content,body.logged-in .sidebar.collapsed~.main-content.visible{margin-left:60px}body.logged-in .sidebar.collapsed .user-info-sidebar{display:none}body.logged-in .sidebar.collapsed #logout-btn{padding:var(--sp-1);min-height:auto;font-size:0}body.logged-in .sidebar.collapsed #logout-btn i{margin:0;font-size:1rem}}.sidebar{transition:width .3s}.sidebar-nav .nav-link{transition:padding .3s}.sidebar-brand{transition:padding .3s,font-size .3s}.main-content{margin-left:var(--sidebar-w);min-height:100vh;padding:var(--sp-5) var(--sp-6)}.page-header{margin-bottom:var(--sp-6)}.page-header h2{color:var(--primary);font-weight:600;font-size:var(--text-2xl);margin:0}.page-header p{color:var(--text-muted);margin:var(--sp-1) 0 0 0}.card-dash{border-radius:var(--radius);padding:var(--sp-5);box-shadow:var(--shadow);border:1px solid var(--border-light);background:var(--bg-card);transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}.card-dash:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.card-dash-icon{right:var(--sp-4);top:var(--sp-4);opacity:.15;color:var(--text);font-size:2.2rem;position:absolute}.card-dash-number{font-size:var(--text-3xl);color:var(--text);margin-bottom:var(--sp-1);font-weight:700;line-height:1}.card-dash-label{font-size:var(--text-sm);color:var(--text-muted);margin-top:var(--sp-1);font-weight:500}.card-dash.dash-primary{background:linear-gradient(135deg,#e8f0fe,#d4e4fc);border-color:#b8d0f0}.card-dash.dash-primary .card-dash-icon{color:#4a7abf}.card-dash.dash-primary .card-dash-number{color:#2c5aa0}.card-dash.dash-success{background:linear-gradient(135deg,#e6f7ed,#d0f0da);border-color:#a8d8b8}.card-dash.dash-success .card-dash-icon{color:#4a9a6a}.card-dash.dash-success .card-dash-number{color:#2d7a4a}.card-dash.dash-danger{background:linear-gradient(135deg,#fde8ec,#f8d0d8);border-color:#e8a8b8}.card-dash.dash-danger .card-dash-icon{color:#c45a6a}.card-dash.dash-danger .card-dash-number{color:#a03a4a}.card-dash.dash-warning{background:linear-gradient(135deg,#fef6e0,#fcecc8);border-color:#e8d090}.card-dash.dash-warning .card-dash-icon{color:#b88a3a}.card-dash.dash-warning .card-dash-number{color:#8a6a2a}.card{box-shadow:var(--shadow);border-radius:var(--radius);background:var(--bg-card);border:none}.card-header{background:var(--bg-muted);border-bottom:1px solid var(--border-light);font-weight:600;font-size:var(--text-base);padding:var(--sp-3) var(--sp-4);color:var(--text)}.card-body{color:var(--text)}.list-group-item{border-color:var(--border-light);color:var(--text);background:0 0}.table{color:var(--text)}.table th{color:var(--text-muted);font-weight:600;font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.5px;border-color:var(--border-light)}.table td{border-color:var(--border-light);vertical-align:middle}.badge.bg-secondary{color:var(--text-secondary);font-weight:600;background:var(--bg-hover)!important}.table td{vertical-align:middle}.btn-group .btn{padding:4px 8px}.modal-header{background:var(--primary);color:#fff;border-bottom:none}.modal-header .btn-close{filter:brightness(0)invert()}.modal-footer{border-top:1px solid var(--border-light)}.form-label{font-weight:500;font-size:var(--text-base);color:var(--text-secondary)}.pair-card{border-left:4px solid var(--accent);transition:transform .2s,box-shadow .2s}.pair-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.pair-card .card-title{font-size:1rem}.pair-card .table-sm td{padding:4px 6px;font-size:.85rem}.section-card{cursor:pointer;border:none;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 2px 8px #00000014}.section-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #00000026}.section-card-bg{background-position:50%;background-size:cover;justify-content:center;align-items:center;height:120px;display:flex;position:relative}.section-card-overlay{background:#00000059;transition:background .2s;position:absolute;inset:0}.section-card:hover .section-card-overlay{background:#00000040}.section-card-icon{color:#ffffff80;z-index:1;font-size:2.5rem;position:relative}.section-card-title{color:#fff;text-shadow:0 1px 4px #0009;z-index:1;font-size:1rem;font-weight:700;position:absolute;bottom:10px;left:12px}.section-header-card{border:none;overflow:hidden;box-shadow:0 2px 8px #00000014}.section-header-card .card-body{border-radius:inherit;position:relative}#pairsContent .table th{font-size:.8rem}#pairsContent .table td{vertical-align:middle;font-size:.9rem}#pairsYearSelect{min-width:100px}#copyPairsBody .form-check{border-radius:6px;padding:6px 8px;transition:background .15s}#copyPairsBody .form-check:hover{background:var(--bg-hover)}#sectionsList .border-rounded{border-radius:6px}#newSectionName{font-size:.9rem}.resultados-section{background:var(--bg-muted);border:1px solid var(--border-light);border-radius:8px;padding:15px}.resultados-form-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.resultados-form-row .form-control-sm{min-width:100px}.ped-tree{flex-direction:row;justify-content:flex-start;align-items:center;margin:0 auto;padding:0;list-style:none;display:flex;position:relative}.ped-tree li{flex-direction:row;align-items:center;margin:0;padding:0;list-style:none;display:flex;position:relative}.ped-tree li>.ped-node{z-index:1;flex-shrink:0;position:relative}.ped-tree li>ul{flex-direction:column;justify-content:center;align-items:center;gap:12px;margin:0 0 0 25px;padding:0;list-style:none;display:flex;position:relative}.ped-tree li>ul:before{content:"";border-top:2px solid var(--border);width:25px;position:absolute;top:50%;left:-25px}.ped-tree li>ul:after{content:"";border-left:2px solid var(--border);position:absolute;top:0;bottom:0;left:-25px}.ped-tree ul ul>li:before{content:"";border-top:2px solid var(--border);width:25px;position:absolute;top:50%;left:-25px}.ped-node{border:2px solid var(--border);text-align:center;min-width:160px;box-shadow:var(--shadow);background:var(--bg-card);border-radius:8px;padding:8px 14px;font-size:12px;line-height:1.4;display:inline-block}.ped-node .ped-anilla{color:var(--text);margin-bottom:3px;font-size:13px;font-weight:700}.ped-node .ped-detail{color:var(--text-secondary);font-size:11px}.ped-node .ped-resultados{border-top:1px dashed var(--border);color:var(--text-muted);margin-top:4px;padding-top:4px;font-size:9px}.ped-node .ped-resultado{line-height:1.3}.ped-empty{color:var(--text-muted);justify-content:center;align-items:center;min-height:50px;display:flex;background:var(--bg-muted)!important;border:2px dashed var(--border)!important}.tpl-a4-preview{background:var(--bg-card);border:1px solid var(--border);min-height:350px;box-shadow:var(--shadow);color:var(--text);border-radius:6px;padding:18px 20px;font-family:Georgia,Times New Roman,serif}.tpl-title{text-align:center;margin-bottom:3px;font-weight:700}.tpl-date{color:var(--text-muted);text-align:center;margin-bottom:var(--sp-2);font-size:9px}.tpl-section-title{border-bottom:1px solid var(--border-light);color:var(--text);margin:8px 0 4px;padding-bottom:2px;font-size:13px;font-weight:700}.tpl-info-table{width:100%;font-size:inherit;border-collapse:collapse}.tpl-info-table td{padding:2px 8px 2px 0}.tpl-label{width:100px;font-weight:700}.tpl-value{text-align:right}.tpl-visual-tree{margin:6px 0;padding:5px 0;overflow-x:auto}.tpl-ped-tree{flex-direction:row;justify-content:flex-start;align-items:center;margin:0;padding:0;list-style:none;display:flex;position:relative}.tpl-ped-tree li{flex-direction:row;align-items:center;margin:0;padding:0;list-style:none;display:flex;position:relative}.tpl-ped-tree li>.tpl-ped-node{z-index:1;flex-shrink:0;position:relative}.tpl-ped-tree li>ul{flex-direction:column;justify-content:center;align-items:center;gap:8px;margin:0 0 0 16px;padding:0;list-style:none;display:flex;position:relative}.tpl-ped-tree li>ul:before{content:"";border-top:1.5px solid var(--border);width:16px;position:absolute;top:50%;left:-16px}.tpl-ped-tree li>ul:after{content:"";border-left:1.5px solid var(--border);position:absolute;top:0;bottom:0;left:-16px}.tpl-ped-tree ul ul>li:before{content:"";border-top:1.5px solid var(--border);width:16px;position:absolute;top:50%;left:-16px}.tpl-resultados-table{border-collapse:collapse;border:1px solid var(--border);width:100%;font-size:9px}.tpl-resultados-table th,.tpl-resultados-table td{border:1px solid var(--border);text-align:left;color:var(--text);padding:3px 6px}.tpl-resultados-table th{background:var(--bg-muted)}.tpl-total-km{text-align:right;margin:4px 0;font-size:9px;font-weight:700}.tpl-footer-hr{border:none;border-top:1px solid var(--border-light);margin:10px 0 4px}.tpl-footer-text{text-align:center;color:var(--text-muted);font-size:9px}.tpl-watermark{color:var(--bg-muted);pointer-events:none;z-index:0;letter-spacing:8px;white-space:nowrap;-webkit-user-select:none;user-select:none;font-size:80px;font-weight:700;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)rotate(-30deg)}.tpl-a4-preview{position:relative;overflow:hidden}.tpl-ped-tree[data-notreelines="1"] li:before,.tpl-ped-tree[data-notreelines="1"] li:after,.tpl-ped-tree[data-notreelines="1"] ul:before,.tpl-ped-tree[data-notreelines="1"] ul:after,.ped-tree-no-lines li:before,.ped-tree-no-lines li:after,.ped-tree-no-lines ul:before,.ped-tree-no-lines ul:after{display:none!important}.ped-tree-no-lines li>ul{margin-left:10px}.ped-node .ped-anilla svg[data-sex=cock],.tpl-ped-anilla svg[data-sex=cock]{color:#347374}.ped-node .ped-anilla svg[data-sex=hen],.tpl-ped-anilla svg[data-sex=hen]{color:#e06377}.form-control-color-sm{cursor:pointer;height:30px;padding:2px}.pedigree-info-card{background:var(--bg-muted);border:1px solid var(--border-light);border-radius:8px;padding:15px}#pedigreePageBody .card{box-shadow:var(--shadow);border-radius:8px}#pedigreePageBody .card-header{background:var(--bg-muted);font-weight:600;font-size:var(--text-base);color:var(--text)}#pedigreePageBody .table-borderless td{color:var(--text);padding:3px 0}#pedigreePageBody .border-success{border-color:var(--success)!important}#pedigreePageBody .border-danger{border-color:var(--error)!important}#pedigreePageBody .border-muted{border-color:var(--border)!important}#pedigreePageBody .ped-node{transition:box-shadow .15s,transform .15s}#pedigreePageBody .ped-node:hover{transform:translateY(-1px);box-shadow:0 3px 10px #0000002e}#pedigreePageBody .card[onclick]{transition:box-shadow .15s,transform .15s}#pedigreePageBody .card[onclick]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.spinner-sm{border-width:.15em;width:1rem;height:1rem}.template-color-well{vertical-align:middle;border:2px solid #ddd;border-radius:4px;width:32px;height:32px;margin-right:4px;display:inline-block}.tpl-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:8px;display:flex}.tpl-header-logo img{border-radius:4px;max-width:120px;max-height:45px}.tpl-header-contact{text-align:right;flex-shrink:0;font-size:9px;line-height:1.4}.tpl-ped-pos{text-align:center;color:#fff;border-radius:50%;width:16px;height:16px;font-size:8px;font-weight:700;line-height:16px;position:absolute;top:-6px;left:-6px;box-shadow:0 1px 2px #0003}.tpl-ped-node{text-align:center;border:1.5px solid #ddd;border-radius:5px;min-width:85px;padding:5px 8px;font-size:9px;line-height:1.3;display:inline-block;position:relative;box-shadow:0 1px 3px #00000014}.tpl-ped-node .tpl-ped-anilla{margin-bottom:2px;font-size:10px;font-weight:700}.tpl-ped-node .tpl-ped-detail{font-size:9px}.tpl-box-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:4px;display:grid}.tpl-box-item{border-radius:4px;align-items:center;gap:4px;padding:2px 4px;font-size:11px;display:flex}.tpl-box-item input[type=color]{cursor:pointer;border:1px solid #ddd;border-radius:4px;width:28px;height:28px;padding:0}.tpl-ped-tree .tpl-ped-node{min-width:68px;padding:3px 5px}.tpl-ped-tree .tpl-ped-anilla{font-size:9px}.tpl-ped-tree .tpl-ped-detail{font-size:8px}.tpl-ped-tree .tpl-ped-pos{z-index:2;width:14px;height:14px;font-size:8px;line-height:14px;top:-5px;left:-5px}.tpl-visual-tree{min-height:200px;padding:10px 0;overflow-x:auto}.pedigree-tree-wrapper{padding:10px 0;overflow-x:auto}.pigeon-cards{flex-direction:column;gap:0;display:flex}.pigeon-card{border-radius:var(--radius);background:#fff;border:1px solid #dee2e6;transition:transform .2s,box-shadow .2s}.pigeon-card:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.pigeon-card .card-body{padding:10px 14px}.pigeon-card .btn-group .btn{min-height:32px;padding:2px 8px;font-size:12px}.sidebar-hamburger{z-index:var(--z-hamburger);background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:24px;display:none;position:fixed;bottom:16px;right:16px;box-shadow:0 4px 12px #0000004d}.sidebar-hamburger:hover{background:var(--primary-light)}.sidebar-overlay{z-index:var(--z-sidebar-overlay);background:#0006;display:none;position:fixed;inset:0}.sidebar-overlay.open{display:block}body:not(.logged-in) .sidebar,body:not(.logged-in) .sidebar-hamburger{display:none}body:not(.logged-in) .main-content{margin-left:0}body.logged-in .sidebar{display:flex}.main-content{display:none}.main-content.visible{display:block}@media (width<=768px){body.logged-in .sidebar-hamburger{display:flex}body.logged-in .sidebar.open~.sidebar-hamburger{display:none}body.logged-in .sidebar{width:var(--sidebar-w);transition:transform .3s;transform:translate(-100%)}body.logged-in .sidebar.open{transform:translate(0)}.sidebar-brand span{display:block}.sidebar-nav .nav-link{padding:var(--sp-3) var(--sp-5);justify-content:flex-start}.sidebar-nav .nav-link span{display:inline}.sidebar-footer{display:block}body.logged-in .main-content{margin-left:0;padding:15px}.card-dash-number{font-size:1.8rem}.ped-node{min-width:120px;padding:6px 10px;font-size:10px}.resultados-form-row{flex-direction:column;align-items:stretch}.resultados-form-row .form-control-sm{min-width:auto}}@media (width<=576px){.sidebar-hamburger{width:44px;height:44px;font-size:20px;bottom:12px;right:12px}body.logged-in .sidebar{width:min(85vw,280px)}body.logged-in .main-content{padding:10px}.page-header{margin-bottom:15px}.page-header h2{font-size:1.2rem}.card-dash-number{font-size:1.4rem}.ped-node{min-width:80px;padding:4px 6px;font-size:9px}.ped-node .ped-anilla,.ped-node .ped-detail,.ped-resultados{font-size:9px}.table-responsive{font-size:12px}.table-responsive .btn{padding:2px 6px;font-size:10px}.sidebar-brand{padding:12px;font-size:1rem}.sidebar-brand small{font-size:.6rem}.sidebar-nav .nav-link{gap:8px;padding:10px 14px}.btn{min-height:38px}.btn-sm{min-height:32px}input,select,textarea{font-size:16px}.resultados-table th,.resultados-table td{padding:2px 4px;font-size:10px}.resultados-form-row .form-control-sm{min-width:60px;font-size:11px}.modal-dialog{margin:5px}.modal-body{padding:12px}.ped-resultados{max-height:none}.ped-tree{overflow-x:auto}}#competicion .accordion-item{border:1px solid var(--border);border-radius:var(--radius);margin-bottom:12px;overflow:hidden}#competicion .accordion-button{background:var(--primary);color:var(--text-inverse);font-weight:600;font-size:var(--text-base);padding:var(--sp-3) var(--sp-4);box-shadow:none}#competicion .accordion-button:not(.collapsed){background:var(--primary);color:var(--text-inverse)}#competicion .accordion-button:after{filter:brightness(0)invert()}#competicion .accordion-button:focus{box-shadow:0 0 0 2px var(--primary-light);border-color:var(--primary-light)}#competicion .accordion-body{background:var(--bg-card);padding:var(--sp-4) var(--sp-5)}.comp-sub-nav{flex-wrap:wrap;gap:8px;display:flex}.comp-sub-btn{padding:var(--sp-2) var(--sp-4);border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--bg-card);color:var(--primary);font-size:var(--text-sm);cursor:pointer;min-height:36px;font-weight:500;transition:all .2s}.comp-sub-btn:hover{border-color:var(--primary);background:var(--bg-hover)}.comp-sub-btn.active{background:var(--primary);color:var(--text-inverse);border-color:var(--primary)}.comp-sub-content{display:none}.comp-sub-content.active{display:block}@media (width<=576px){.comp-sub-btn{min-height:34px;padding:6px 14px;font-size:.8rem}#competicion .accordion-button{padding:12px 14px;font-size:.85rem}#competicion .accordion-body{padding:12px}}@media (width<=400px){body.logged-in .main-content{padding:6px}.page-header h2{font-size:1rem}.page-header p{font-size:.8rem}.card-dash-number{font-size:1.2rem}.ped-node{min-width:60px;padding:3px 4px;font-size:9px}.ped-node .ped-anilla{font-size:9px}body.logged-in .sidebar{width:100vw}.badge{font-size:9px}.table-responsive{font-size:10px}.btn{min-height:36px;font-size:12px}.btn-sm{min-height:30px;font-size:10px}.sidebar-nav .nav-link{padding:8px 12px;font-size:13px}.modal-header{padding:8px 10px}.modal-header .modal-title{font-size:14px}.modal-footer{padding:8px 10px}.modal-body{padding:8px}}.app-toast{bottom:var(--sp-5);right:var(--sp-5);z-index:var(--z-toast);padding:var(--sp-2) var(--sp-4);border-radius:var(--radius-sm);color:var(--text-inverse);font-weight:500;font-size:var(--text-sm);box-shadow:var(--shadow-toast);opacity:0;transform:translateY(var(--sp-5));max-width:400px;transition:all .3s;position:fixed}.app-toast.show{opacity:1;transform:translateY(0)}.app-toast.success{background:var(--success)}.app-toast.error{background:var(--error)}.invalid-feedback{font-size:var(--text-xs);color:var(--error);margin-top:2px}.is-invalid{border-color:#dc3545!important}.is-invalid:focus{box-shadow:0 0 0 .2rem #dc354540!important}@media (width<=576px){.app-toast{max-width:none;padding:8px 14px;font-size:12px;bottom:76px;left:10px;right:10px}}.comp-year-row{align-items:center;gap:var(--sp-3);margin-bottom:var(--sp-4);flex-wrap:wrap;display:flex}.comp-year-row select{width:140px}.comp-month-carousel{gap:var(--sp-1);padding:var(--sp-1) 0 var(--sp-2);scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;margin-bottom:var(--sp-4);display:flex;overflow-x:auto}.comp-month-carousel::-webkit-scrollbar{height:4px}.comp-month-carousel::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.comp-month-btn{scroll-snap-align:start;padding:var(--sp-1) var(--sp-3);border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--bg-card);color:var(--text-secondary);font-size:var(--text-sm);cursor:pointer;flex-shrink:0;min-height:34px;font-weight:500;transition:all .2s}.comp-month-btn:hover{border-color:var(--primary);background:var(--bg-hover)}.comp-month-btn.active{background:var(--primary);color:var(--text-inverse);border-color:var(--primary)}.comp-month-btn.today{border-color:var(--accent);color:var(--accent);font-weight:700}.comp-month-btn.active.today{background:var(--primary);color:var(--text-inverse);border-color:var(--accent)}.comp-cal-wrap{margin-bottom:var(--sp-4);overflow-x:auto}.comp-cal-grid{grid-template-columns:repeat(7,1fr);gap:3px;min-width:560px;display:grid}.comp-cal-header{text-align:center;font-size:var(--text-xs);color:var(--text-muted);padding:var(--sp-1) 0;text-transform:uppercase;font-weight:600}.comp-day-cell{border:1px solid var(--border-light);border-radius:var(--radius-sm);background:var(--bg-card);cursor:default;min-height:80px;padding:3px;transition:all .15s;position:relative;overflow:hidden}.comp-day-cell:hover{border-color:var(--border)}.comp-day-cell.other-month{background:var(--bg-muted);opacity:.5}.comp-day-cell.today{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.comp-day-cell.drag-over{border-color:var(--primary);background:#e8f0fe}.comp-day-cell.has-events{background:#f8fbff}.comp-day-num{font-size:var(--text-xs);color:var(--text-secondary);margin-bottom:2px;padding:2px 4px;font-weight:600}.comp-day-cell.today .comp-day-num{color:var(--accent)}.comp-day-cell.other-month .comp-day-num{color:var(--border)}.comp-events-list{flex-direction:column;gap:2px;max-height:80px;display:flex;overflow:hidden}.comp-event-chip{min-width:0;font-size:var(--text-xs);cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;border-radius:3px;flex-wrap:nowrap;flex-shrink:0;align-items:flex-start;gap:3px;padding:1px 4px;line-height:1.2;transition:all .15s;display:flex;overflow:hidden}.comp-event-chip:hover{filter:brightness(1.1);transform:scale(1.02)}.comp-event-chip i{font-size:var(--text-xs);flex-shrink:0}.comp-event-chip .chip-label{text-overflow:ellipsis;white-space:nowrap;flex:0 auto;min-width:0;overflow:hidden}.comp-event-chip .chip-sub{opacity:.75;white-space:nowrap;text-overflow:ellipsis;width:100%;max-height:1.2em;font-size:.62rem;line-height:1.2;display:block;overflow:hidden}.comp-event-chip.tipo-carrera{background:var(--event-carrera-bg);color:var(--event-carrera)}.comp-event-chip.tipo-entreno{background:var(--event-entreno-bg);color:var(--event-entreno)}.comp-event-chip.tipo-tratamiento{background:var(--event-tratamiento-bg);color:var(--event-tratamiento)}.comp-event-chip .comp-event-done{opacity:.6;text-decoration:line-through}.comp-event-chip.dragging{opacity:.4}.comp-event-del{color:inherit;cursor:pointer;opacity:.4;background:0 0;border:none;flex-shrink:0;align-items:center;padding:0 2px;line-height:1;display:inline-flex}.comp-event-del:hover{opacity:1;color:var(--error)!important}.comp-palette{gap:var(--sp-2);padding:var(--sp-3) 0;border-top:1px solid var(--border-light);margin-top:var(--sp-2);flex-wrap:wrap;display:flex}.comp-palette-label{width:100%;font-size:var(--text-sm);color:var(--text-muted);margin-bottom:var(--sp-1);font-weight:600}.comp-drag-item{align-items:center;gap:var(--sp-1);padding:var(--sp-1) var(--sp-3);border:2px dashed var(--border);border-radius:var(--radius-pill);background:var(--bg-card);font-size:var(--text-sm);cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;transition:all .2s;display:inline-flex}.comp-drag-item:hover{border-color:var(--primary);background:var(--bg-hover)}.comp-drag-item:active{cursor:grabbing}.comp-drag-item.dragging{opacity:.4}.comp-drag-item i{font-size:1rem}.comp-drag-item.tipo-carrera{color:var(--event-carrera);border-color:#93c5fd}.comp-drag-item.tipo-entreno{color:var(--event-entreno);border-color:#86efac}.comp-drag-item.tipo-tratamiento{color:var(--event-tratamiento);border-color:#fcd34d}.comp-ghost{pointer-events:none;z-index:9999;padding:var(--sp-1) var(--sp-3);border-radius:var(--radius-pill);background:var(--primary);color:var(--text-inverse);font-size:var(--text-sm);opacity:.85;position:fixed;transform:translate(-50%,-50%)}.comp-legend{gap:var(--sp-4);font-size:var(--text-xs);color:var(--text-muted);margin-top:var(--sp-2);flex-wrap:wrap;display:flex}.comp-legend-item{align-items:center;gap:var(--sp-1);display:flex}.comp-empty{text-align:center;color:#aaa;padding:30px;font-size:.9rem}@media (width<=768px){.comp-day-cell{min-height:60px}.comp-event-chip,.comp-event-chip i{font-size:.55rem}.comp-event-del{font-size:.5rem}.comp-drag-item{padding:4px 10px;font-size:.75rem}.comp-year-row select{width:110px}}@media (width<=576px){.comp-day-cell{min-height:50px}.comp-cal-grid{gap:2px;min-width:420px}.comp-day-num{font-size:.65rem}.comp-event-chip{padding:1px 3px;font-size:.5rem}.comp-event-del{font-size:.5rem}.comp-month-btn{min-height:30px;padding:4px 10px;font-size:.7rem}.comp-palette{gap:6px}.comp-drag-item{padding:4px 8px;font-size:.7rem}}@media (width<=400px){.comp-cal-grid{gap:1px;min-width:320px}.comp-day-cell{min-height:40px;padding:2px}.comp-day-num{padding:1px 2px;font-size:.55rem}.comp-event-chip,.comp-event-del{font-size:.5rem}}:focus-visible{outline:2px solid var(--primary-light);outline-offset:2px}button:focus-visible,a:focus-visible,select:focus-visible,input:focus-visible{outline:2px solid var(--primary-light);outline-offset:2px;border-radius:var(--radius-sm)}.sidebar-nav .nav-link:focus-visible{outline:2px solid var(--accent-light);outline-offset:-2px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.auth-container{background:linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 50%, var(--primary-light) 100%);z-index:9999;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:flex;position:fixed;top:0;left:0}.auth-card{background:var(--bg-card);border-radius:var(--radius-lg);width:100%;max-width:420px;padding:2.5rem;animation:.5s ease-out authFadeIn;box-shadow:0 20px 60px #0000004d}@keyframes authFadeIn{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.auth-header{text-align:center;margin-bottom:2rem}.auth-logo{color:var(--accent);margin-bottom:.5rem;font-size:3rem;display:block}.auth-header h1{color:var(--primary);letter-spacing:2px;margin:0;font-size:1.8rem;font-weight:700}.auth-header p{color:var(--text-muted);margin:.25rem 0 0;font-size:.9rem}.auth-tabs{border-bottom:2px solid var(--border-light);gap:0;margin-bottom:1.5rem;display:flex}.auth-tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex:1;padding:.75rem;font-size:.95rem;font-weight:600;transition:color .2s;position:relative}.auth-tab.active{color:var(--primary)}.auth-tab.active:after{content:"";background:var(--primary);width:100%;height:2px;position:absolute;bottom:-2px;left:0}.auth-form{flex-direction:column;gap:1rem;display:flex}.auth-form .form-group{flex-direction:column;gap:.35rem;display:flex}.auth-form label{color:var(--text-secondary);font-size:.85rem;font-weight:600}.auth-form input{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-input);color:var(--text);padding:.75rem 1rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.auth-form input:focus{border-color:var(--primary-light);outline:none;box-shadow:0 0 0 3px #2a5c8e26}.auth-form input::placeholder{color:var(--text-muted)}.auth-error{color:var(--danger);text-align:center;min-height:1.2rem;font-size:.85rem}.auth-divider{align-items:center;gap:1rem;margin:.5rem 0;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.auth-divider span{color:var(--text-muted);font-size:.85rem}.btn-block{border-radius:var(--radius-sm);cursor:pointer;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.btn-primary.btn-block{background:var(--primary);color:var(--text-inverse);border:none}.btn-primary.btn-block:hover{background:var(--primary-light)}.btn-outline.btn-block{color:var(--text);border:1.5px solid var(--border);background:0 0}.btn-outline.btn-block:hover{background:var(--bg-muted);border-color:var(--text-muted)}.user-info-sidebar{border-bottom:1px solid #ffffff1a;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.75rem 0;display:flex}.user-avatar{color:var(--accent);font-size:1.5rem}.user-details{flex-direction:column;display:flex;overflow:hidden}.user-name{color:var(--text-inverse);white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.user-email{color:#fff9;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}#pedigree-editor-root{--editor-header-bg:#1a1a2e;--editor-header-text:#fff;--editor-sidebar-bg:#f8f9fa;--editor-sidebar-width:280px;--editor-border-color:#dee2e6;--editor-primary:#3498db;--editor-primary-hover:#2980b9;--editor-success:#2ecc71;--editor-success-hover:#27ae60;--editor-danger:#e74c3c;--editor-cell-border:#555;--editor-cell-bg:#fff;--editor-subject-border:#1a1a2e;--editor-subject-bg:#f0f4f8;--editor-shadow:0 2px 8px #0000001a;--editor-radius:8px;--editor-bg-muted:#f1f3f5;--editor-text-secondary:#6b7280;color:#333;flex-direction:column;height:calc(100vh - 130px);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:14px;display:flex}#pedigree-editor-root .editor-app-container{flex-direction:column;height:100%;display:flex}#pedigree-editor-root .editor-main-header{background:var(--editor-header-bg);height:50px;color:var(--editor-header-text);z-index:100;border-radius:8px 8px 0 0;flex-shrink:0;justify-content:space-between;align-items:center;padding:0 16px;display:flex}#pedigree-editor-root .editor-header-left{align-items:center;gap:8px;display:flex}#pedigree-editor-root .editor-header-left h3{margin:0;font-size:16px;font-weight:600}#pedigree-editor-root .editor-header-left i{font-size:18px}#pedigree-editor-root .editor-header-center{gap:6px;display:flex}#pedigree-editor-root .editor-header-right{align-items:center;gap:8px;display:flex}#pedigree-editor-root .editor-gen-btn{color:#ffffffb3;cursor:pointer;background:0 0;border:2px solid #ffffff4d;border-radius:6px;padding:6px 14px;font-size:12px;font-weight:500;transition:all .2s}#pedigree-editor-root .editor-gen-btn:hover{color:#fff;background:#ffffff1a}#pedigree-editor-root .editor-gen-btn.active{color:var(--editor-header-bg);background:#fff;border-color:#fff;font-weight:600}#pedigree-editor-root .editor-btn-export{background:var(--editor-success);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:6px 16px;font-size:12px;font-weight:600;transition:background .2s}#pedigree-editor-root .editor-btn-export:hover{background:var(--editor-success-hover)}#pedigree-editor-root .editor-btn-export i{margin-right:4px}#pedigree-editor-root .editor-main-content{flex:1;display:flex;overflow:hidden}#pedigree-editor-root .editor-sidebar{width:var(--editor-sidebar-width);min-width:var(--editor-sidebar-width);background:var(--editor-sidebar-bg);border-right:1px solid var(--editor-border-color);flex-shrink:0;padding:12px;overflow-y:auto}#pedigree-editor-root .editor-sidebar-group{border-bottom:1px solid var(--editor-border-color);padding:0}#pedigree-editor-root .editor-sidebar-group summary{cursor:pointer;color:var(--editor-header-bg);-webkit-user-select:none;user-select:none;background:#f1f3f5;align-items:center;gap:6px;padding:8px 12px;font-size:13px;font-weight:600;list-style:none;display:flex}#pedigree-editor-root .editor-sidebar-group summary::-webkit-details-marker{display:none}#pedigree-editor-root .editor-sidebar-group summary:after{content:"▼";color:#999;margin-left:auto;font-size:8px;transition:transform .2s}#pedigree-editor-root .editor-sidebar-group[open] summary:after{transform:rotate(180deg)}#pedigree-editor-root .editor-sidebar-group summary:hover{background:#e9ecef}#pedigree-editor-root .editor-sidebar-group>:not(summary){margin-left:12px;margin-right:12px}#pedigree-editor-root .editor-sidebar-group>.editor-sidebar-label:first-of-type{margin-top:8px}#pedigree-editor-root .editor-sidebar-group>:last-child{margin-bottom:10px}#pedigree-editor-root .editor-sidebar-label{color:#666;margin-top:6px;margin-bottom:3px;font-size:11px;display:block}#pedigree-editor-root .editor-sidebar-label:first-child{margin-top:0}#pedigree-editor-root .editor-sidebar-input{border:1px solid var(--editor-border-color);border-radius:5px;width:100%;margin-bottom:6px;padding:6px 8px;font-size:12px}#pedigree-editor-root .editor-sidebar-hint{color:#999;margin-bottom:6px;font-size:10px}#pedigree-editor-root .editor-sidebar-checkbox{align-items:center;gap:5px;margin:8px 0 3px;display:flex}#pedigree-editor-root .editor-sidebar-checkbox input[type=checkbox]{cursor:pointer;width:14px;height:14px}#pedigree-editor-root .editor-sidebar-checkbox label{color:#555;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:11px}#pedigree-editor-root .editor-colors-scroll{flex-direction:column;gap:3px;max-height:200px;display:flex;overflow-y:auto}#pedigree-editor-root .editor-colors-scroll::-webkit-scrollbar{width:4px}#pedigree-editor-root .editor-colors-scroll::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}#pedigree-editor-root .editor-color-row{border:1px solid var(--editor-border-color);background:#fff;border-radius:4px;align-items:center;gap:5px;padding:3px 5px;font-size:11px;display:flex}#pedigree-editor-root .editor-color-row .editor-color-label{white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:11px;overflow:hidden}#pedigree-editor-root .editor-color-row input[type=color]{border:1px solid var(--editor-border-color);cursor:pointer;border-radius:3px;flex-shrink:0;width:28px;height:22px;padding:1px}#pedigree-editor-root input[type=color].editor-color-picker{border:1px solid var(--editor-border-color);cursor:pointer;border-radius:5px;width:100%;height:32px;padding:2px}#pedigree-editor-root input[type=file].editor-file-input{width:100%;padding:3px 0;font-size:11px}#pedigree-editor-root .editor-fields-container{flex-direction:column;gap:3px;display:flex}#pedigree-editor-root .editor-field-item{border:1px solid var(--editor-border-color);cursor:grab;-webkit-user-select:none;user-select:none;background:#fff;border-radius:4px;align-items:center;gap:5px;padding:3px 5px;font-size:11px;transition:box-shadow .2s;display:flex}#pedigree-editor-root .editor-field-item:hover{box-shadow:var(--editor-shadow)}#pedigree-editor-root .editor-field-item:active{cursor:grabbing}#pedigree-editor-root .editor-field-item .editor-drag-handle{color:#adb5bd;cursor:grab;font-size:11px}#pedigree-editor-root .editor-field-item label{cursor:pointer;flex:1;font-size:12px}#pedigree-editor-root .editor-field-item input[type=checkbox]{cursor:pointer;width:14px;height:14px}#pedigree-editor-root .editor-field-item.sortable-chosen{border-color:var(--editor-primary);background:#e8f4fd}#pedigree-editor-root .editor-badge{background:var(--editor-primary);color:#fff;border-radius:8px;margin-left:auto;padding:1px 6px;font-size:10px}#pedigree-editor-root .editor-btn-sm{cursor:pointer;border:none;border-radius:4px;align-items:center;gap:3px;margin-top:5px;padding:5px 10px;font-size:11px;font-weight:500;transition:background .2s;display:inline-flex}#pedigree-editor-root .editor-btn-primary{background:var(--editor-primary);color:#fff}#pedigree-editor-root .editor-btn-primary:hover{background:var(--editor-primary-hover)}#pedigree-editor-root .editor-btn-secondary{color:#fff;cursor:pointer;background:#6c757d;border:none;border-radius:5px;padding:6px 16px;font-size:12px}#pedigree-editor-root .editor-btn-secondary:hover{background:#5a6268}#pedigree-editor-root .editor-btn-remove{background:var(--editor-danger);color:#fff}#pedigree-editor-root .editor-btn-remove:hover{background:#c0392b}#pedigree-editor-root .editor-btn-reset{color:#fff;background:#6c757d}#pedigree-editor-root .editor-btn-reset:hover{background:#5a6268}#pedigree-editor-root .editor-preview-box{border:1px solid var(--editor-border-color);text-align:center;background:#fff;border-radius:5px;margin-top:6px;padding:6px}#pedigree-editor-root .editor-preview-box.hidden{display:none}#pedigree-editor-root .editor-logo-preview img{object-fit:contain;max-width:100%;max-height:60px;margin-bottom:4px}#pedigree-editor-root .editor-qr-preview .editor-qr-code{justify-content:center;margin-bottom:4px;display:flex}#pedigree-editor-root .editor-qr-preview canvas{max-width:100%}#pedigree-editor-root .editor-canvas-area{background:#e9ecef;flex:1;justify-content:center;align-items:center;padding:12px;display:flex;overflow:auto}#pedigree-editor-root .editor-pedigree-canvas{border-radius:var(--editor-radius);box-shadow:var(--editor-shadow);background:#fff;flex-direction:column;flex-shrink:0;transition:background-color .3s;display:flex;position:relative;overflow:hidden}#pedigree-editor-root .editor-pedigree-header{border-bottom:2px solid #1a1a2e;flex-shrink:0;justify-content:center;align-items:center;padding:0 16px;display:flex;position:relative;overflow:hidden}#pedigree-editor-root .editor-header-layer{text-align:center;z-index:2;pointer-events:none;width:100%}#pedigree-editor-root .editor-header-info{flex-direction:column;align-items:center;gap:1px;display:flex}#pedigree-editor-root .editor-header-name{font-weight:700}#pedigree-editor-root .editor-header-contact{flex-wrap:wrap;justify-content:center;gap:2px 12px;display:flex}#pedigree-editor-root .editor-header-contact span{white-space:nowrap}#pedigree-editor-root .editor-header-logo{cursor:grab;z-index:5;-webkit-user-select:none;user-select:none;background:#fff;border:2px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;padding:3px;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #00000026}#pedigree-editor-root .editor-header-logo:active{cursor:grabbing}#pedigree-editor-root .editor-header-logo-img{object-fit:contain;border-radius:50%;width:100%;height:100%;display:block}#pedigree-editor-root .editor-header-extra-layer{z-index:4;pointer-events:none;position:absolute;inset:0}#pedigree-editor-root .editor-grid-container{z-index:2;transform-origin:top;flex:1;justify-content:center;align-items:stretch;gap:0;padding:4px;display:flex;position:relative}#pedigree-editor-root .editor-pedigree-column{flex-direction:column;flex:1;justify-content:stretch;min-width:0;max-width:220px;padding:0 2px;display:flex}#pedigree-editor-root .editor-pedigree-cell{background:var(--editor-cell-bg);border:2px solid var(--editor-cell-border);border-radius:calc(var(--editor-radius) - 2px);cursor:pointer;-webkit-user-select:none;user-select:none;flex-direction:column;flex:auto;gap:2px;min-height:32px;margin:2px 1px;padding:4px 5px;font-size:clamp(8px,.8vw,11px);transition:box-shadow .2s,border-color .2s;display:flex;position:relative}#pedigree-editor-root .editor-pedigree-cell:hover{box-shadow:0 3px 10px #00000026}#pedigree-editor-root .editor-pedigree-cell.drag-over{border-color:var(--editor-success);box-shadow:0 0 0 3px #2ecc714d}#pedigree-editor-root .editor-pedigree-cell.dragging{opacity:.5}#pedigree-editor-root .editor-pedigree-cell.subject-cell{border-color:var(--editor-subject-border);background:var(--editor-subject-bg);border-width:3px}#pedigree-editor-root .editor-pedigree-cell.empty-cell{color:#adb5bd;justify-content:center;align-items:center;font-size:11px;font-style:italic}#pedigree-editor-root .editor-cell-photo{object-fit:cover;border:2px solid var(--editor-border-color);background:#f1f3f5;border-radius:3px;margin:0 auto 2px;display:block}#pedigree-editor-root .editor-cell-photo-placeholder{border:2px dashed var(--editor-border-color);color:#adb5bd;background:#f1f3f5;border-radius:3px;justify-content:center;align-items:center;margin:0 auto 2px;font-size:12px;display:flex}#pedigree-editor-root .editor-cell-field{font-size:inherit;gap:3px;line-height:1.3;display:flex}#pedigree-editor-root .editor-cell-field .editor-field-label{color:#888;white-space:nowrap;font-size:10px;font-weight:500}#pedigree-editor-root .editor-cell-field .editor-field-value{color:#222;word-break:break-word;white-space:pre-line;font-size:10px}#pedigree-editor-root .editor-pedigree-footer{border-top:1px solid #ddd;flex-shrink:0;align-items:center;padding:0 12px;display:flex;position:relative;overflow:hidden}#pedigree-editor-root .editor-footer-left{z-index:2;flex:none;justify-content:flex-start;align-items:center;display:flex}#pedigree-editor-root .editor-footer-center{text-align:center;z-index:2;flex:1;padding:0 8px}#pedigree-editor-root .editor-footer-anilla-info{color:#555;letter-spacing:.5px;font-size:clamp(9px,.7vw,12px);font-weight:600}#pedigree-editor-root .editor-footer-right{z-index:2;flex:none;justify-content:flex-end;align-items:center;display:flex}#pedigree-editor-root .editor-footer-watermark{color:#bbb;letter-spacing:1px;white-space:nowrap;font-size:clamp(9px,.7vw,12px);font-weight:600}#pedigree-editor-root .editor-footer-qr{flex-shrink:0}#pedigree-editor-root .editor-footer-qr-img{object-fit:contain;width:100%;height:100%;display:block}#pedigree-editor-root .editor-footer-extra-layer{z-index:4;pointer-events:none;position:absolute;inset:0}#pedigree-editor-root .editor-extra-img{cursor:move;z-index:6;-webkit-user-select:none;user-select:none;pointer-events:auto;border:1px dashed #aaa;border-radius:3px;position:absolute}#pedigree-editor-root .editor-extra-img:hover{border-color:var(--editor-primary)}#pedigree-editor-root .editor-extra-img img{object-fit:contain;width:100%;height:100%;display:block}#pedigree-editor-root .editor-extra-imgs-container{flex-wrap:wrap;gap:5px;margin-top:5px;display:flex}#pedigree-editor-root .editor-extra-img-thumb{border:1px solid var(--editor-border-color);border-radius:3px;width:48px;height:48px;position:relative;overflow:hidden}#pedigree-editor-root .editor-extra-img-thumb img{object-fit:cover;width:100%;height:100%}#pedigree-editor-root .editor-extra-img-thumb .editor-remove-img{background:var(--editor-danger);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:9px;display:flex;position:absolute;top:-3px;right:-3px}#pedigree-editor-root .editor-connections-svg{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}#pedigree-editor-root .editor-sidebar::-webkit-scrollbar{width:5px}#pedigree-editor-root .editor-canvas-area::-webkit-scrollbar{width:5px}#pedigree-editor-root .editor-sidebar::-webkit-scrollbar-track{background:0 0}#pedigree-editor-root .editor-canvas-area::-webkit-scrollbar-track{background:0 0}#pedigree-editor-root .editor-sidebar::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}#pedigree-editor-root .editor-canvas-area::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}#pedigree-editor-root .editor-sidebar::-webkit-scrollbar-thumb:hover{background:#999}#pedigree-editor-root .editor-canvas-area::-webkit-scrollbar-thumb:hover{background:#999}#pedigree-editor-root .editor-hidden{display:none!important}#pedigree-editor-root .toast{z-index:2000;color:#fff;opacity:0;border-radius:8px;padding:10px 18px;font-size:13px;font-weight:500;transition:all .3s;position:fixed;bottom:20px;right:20px;transform:translateY(20px);box-shadow:0 4px 12px #0003}#pedigree-editor-root .toast.show{opacity:1;transform:translateY(0)}#pedigree-editor-root .toast.success{background:var(--editor-success)}#pedigree-editor-root .toast.error{background:var(--editor-danger)}#pedigree-editor-root .editor-section-divider{border:none;border-top:1px solid var(--editor-border-color);margin:10px 0}#pedigree-editor-root .editor-range-val{color:#666;margin-bottom:5px;font-size:11px;font-weight:500;display:inline-block}#pedigree-editor-root .editor-header-logo .editor-btn-remove-logo{background:var(--editor-danger);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;display:none;position:absolute;top:-6px;right:-6px}#pedigree-editor-root .editor-header-logo:hover .editor-btn-remove-logo{display:flex}#pedigree-editor-root .editor-modal-photo-upload{align-items:center;gap:10px;display:flex}#pedigree-editor-root .editor-modal-photo-upload img{object-fit:cover;border:2px solid var(--editor-border-color);border-radius:4px}#pedigree-editor-root .editor-modal-photo-placeholder{border:2px dashed var(--editor-border-color);color:#adb5bd;background:#f1f3f5;border-radius:4px;justify-content:center;align-items:center;width:70px;height:70px;font-size:24px;display:flex}#pedigree-editor-root .editor-modal-photo-upload input[type=file]{flex:1}#pedigree-editor-root .editor-pigeon-selector{align-items:center;gap:6px;display:flex}#pedigree-editor-root .editor-pigeon-selector select{color:#fff;background:#ffffff26;border:1px solid #ffffff4d;border-radius:4px;max-width:180px;padding:4px 8px;font-size:12px}#pedigree-editor-root .editor-pigeon-selector select option{color:#333;background:#fff}#pedigree-editor-root .editor-pigeon-selector .editor-btn-load{color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #ffffff4d;border-radius:4px;padding:4px 10px;font-size:11px}#pedigree-editor-root .editor-pigeon-selector .editor-btn-load:hover{background:#ffffff4d}#pedigree-editor-root .editor-sidebar-overlay{z-index:999;background:#0006;display:none;position:fixed;inset:0}#pedigree-editor-root .editor-sidebar-overlay.open{display:block}#pedigree-editor-root .editor-btn-hamburger{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:6px;margin-right:6px;padding:6px 10px;font-size:18px;line-height:1;display:none}#pedigree-editor-root .editor-btn-hamburger:hover{background:#ffffff4d}@media (width<=768px){#pedigree-editor-root{height:calc(100dvh - 130px)}#pedigree-editor-root .editor-btn-hamburger{justify-content:center;align-items:center;display:inline-flex}#pedigree-editor-root .editor-main-header{flex-wrap:wrap;gap:4px;height:auto;min-height:50px;padding:8px 12px}#pedigree-editor-root .editor-header-left{flex:auto}#pedigree-editor-root .editor-header-left h3{font-size:14px}#pedigree-editor-root .editor-header-center{flex:none}#pedigree-editor-root .editor-header-right{flex:100%;justify-content:flex-start;gap:4px}#pedigree-editor-root .editor-gen-btn{padding:4px 10px;font-size:11px}#pedigree-editor-root .editor-btn-export{white-space:nowrap;padding:4px 10px;font-size:11px}#pedigree-editor-root .editor-pigeon-selector select{max-width:130px;padding:3px 6px;font-size:11px}#pedigree-editor-root .editor-sidebar{z-index:1000;border-right:2px solid var(--editor-border-color);width:280px;max-width:85vw;height:100dvh;transition:left .3s;position:fixed;top:0;left:-280px;box-shadow:4px 0 12px #00000026}#pedigree-editor-root .editor-sidebar.open{left:0}#pedigree-editor-root .editor-canvas-area{align-items:flex-start;padding:8px;overflow:auto}#pedigree-editor-root .editor-pedigree-canvas{overflow:visible}}@media (width<=480px){#pedigree-editor-root .editor-main-header{padding:6px 8px}#pedigree-editor-root .editor-header-left h3{font-size:13px}#pedigree-editor-root .editor-header-center{gap:4px;display:flex}#pedigree-editor-root .editor-gen-btn,#pedigree-editor-root .editor-btn-export{padding:3px 8px;font-size:10px}#pedigree-editor-root .editor-btn-export i{margin-right:2px}#pedigree-editor-root .editor-pigeon-selector select{max-width:100px;font-size:10px}#pedigree-editor-root .editor-header-right{gap:3px}#pedigree-editor-root .editor-sidebar{width:100%;max-width:100%;left:-100%}#pedigree-editor-root .editor-canvas-area{padding:4px}#pedigree-editor-root .editor-pedigree-column{max-width:160px}#pedigree-editor-root .editor-pedigree-cell{padding:2px 3px;font-size:8px}#pedigree-editor-root .editor-cell-field .editor-field-label,#pedigree-editor-root .editor-cell-field .editor-field-value{font-size:8px}#pedigree-editor-root .editor-cell-photo-placeholder{width:30px;height:30px;font-size:10px}#pedigree-editor-root .editor-colors-scroll{max-height:120px}#pedigree-editor-root .editor-sidebar-group summary{padding:6px 10px;font-size:12px}#pedigree-editor-root .editor-sidebar-group>:not(summary){margin-left:8px;margin-right:8px}.toast{padding:8px 14px;font-size:12px;bottom:10px;left:10px;right:10px}}#pedigree-editor-root .editor-grid-container.vertical-mode{flex-direction:column;justify-content:flex-start;align-items:stretch;width:100%}#pedigree-editor-root .editor-grid-container.vertical-mode .editor-pedigree-row{flex-direction:row;justify-content:center;align-items:stretch;gap:4px;width:100%;padding:2px 0;display:flex}#pedigree-editor-root .editor-grid-container.vertical-mode .editor-pedigree-cell{flex:1 1 0;max-width:none;min-height:70px}#pedigree-editor-root .editor-grid-container.vertical-mode .editor-pedigree-row:first-child{justify-content:center}#pedigree-editor-root .editor-grid-container.vertical-mode .editor-pedigree-row:first-child .editor-pedigree-cell{flex:none;max-width:300px}.editor-orientation-toggle{background:var(--editor-bg-muted);border-radius:var(--editor-radius);gap:4px;padding:3px;display:flex}.editor-orientation-btn{border-radius:calc(var(--editor-radius) - 2px);cursor:pointer;color:var(--editor-text-secondary);background:0 0;border:none;flex:1;justify-content:center;align-items:center;gap:4px;padding:6px 10px;font-size:12px;font-weight:500;transition:all .2s;display:flex}.editor-orientation-btn.active{background:var(--editor-primary);color:#fff}.editor-orientation-btn:hover:not(.active){background:var(--editor-border-color)}@media (prefers-reduced-motion:reduce){#pedigree-editor-root *,#pedigree-editor-root :before,#pedigree-editor-root :after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{--radius-md:10px}.genogram-container{padding:1rem}.genogram-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.genogram-header h3{color:var(--primary);margin:0;font-size:1.3rem}.genogram-controls{align-items:center;gap:.5rem;display:flex}.genogram-controls select{min-width:180px}.genogram-target{background:var(--bg-muted);border-radius:var(--radius-md);align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem;display:flex}.genogram-target label{color:var(--text-secondary);white-space:nowrap;font-weight:600}.genogram-target select{min-width:250px}.genogram-tree{margin:2rem 0}.genogram-generation{margin-bottom:.5rem}.genogram-gen-label{color:var(--primary);background:var(--bg-muted);border-radius:var(--radius-sm);border-left:4px solid var(--primary);margin-bottom:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:700}.genogram-gen-nodes{flex-wrap:wrap;justify-content:center;gap:1rem;padding:.5rem 0;display:flex}.genogram-node{background:var(--bg-card);border:2px solid var(--border);border-radius:var(--radius-md);cursor:pointer;min-width:150px;max-width:200px;padding:.75rem;transition:all .2s;position:relative}.genogram-node:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.genogram-node.empty{border-style:dashed;border-color:var(--text-muted);justify-content:center;align-items:center;min-height:100px;display:flex}.genogram-node-empty{color:var(--text-muted);flex-direction:column;align-items:center;gap:.5rem;display:flex}.genogram-node-empty i{font-size:1.5rem}.genogram-node-empty span{font-size:.8rem}.genogram-node.filled{border-color:var(--primary-light)}.genogram-node.has-inbreeding{border-color:var(--accent);border-width:3px}.genogram-node-header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:.5rem;display:flex}.genogram-node-sex{font-size:1.2rem;font-weight:700}.genogram-node-sex:contains("♂"){color:#2196f3}.genogram-node-sex:contains("♀"){color:#e91e63}.genogram-node-anilla{color:var(--primary);font-size:.85rem;font-weight:700}.genogram-node-body{flex-direction:column;gap:.25rem;display:flex}.genogram-node-name{color:var(--text);font-size:.9rem;font-weight:600}.genogram-node-color,.genogram-node-year{color:var(--text-secondary);font-size:.8rem}.genogram-node-photo{object-fit:cover;border:2px solid var(--border);border-radius:50%;width:50px;height:50px;margin-top:.5rem}.genogram-node-coeff{background:var(--accent);color:var(--primary-dark);border:2px solid var(--bg-card);border-radius:10px;padding:2px 6px;font-size:.7rem;font-weight:700;position:absolute;top:-8px;right:-8px}.genogram-connector{justify-content:center;padding:.25rem 0;display:flex}.genogram-summary{background:var(--bg-muted);border-radius:var(--radius-md);flex-wrap:wrap;gap:2rem;margin-top:2rem;padding:1.5rem;display:flex}.genogram-summary-item{flex-direction:column;gap:.25rem;display:flex}.genogram-summary-label{color:var(--text-muted);font-size:.8rem;font-weight:500}.genogram-summary-value{color:var(--primary);font-size:1.1rem;font-weight:700}.genogram-notes{margin-top:1.5rem}.genogram-notes label{color:var(--text-secondary);margin-bottom:.5rem;font-weight:600;display:block}.genogram-empty{text-align:center;color:var(--text-muted);padding:3rem}.genogram-empty i{margin-bottom:1rem;font-size:2rem;display:block}.genogram-pigeon-selector{flex-direction:column;max-height:70vh;display:flex}.genogram-pigeon-selector-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem;display:flex}.genogram-pigeon-selector-header h5{margin:0}.genogram-pigeon-list{max-height:50vh;padding:.5rem;overflow-y:auto}.genogram-pigeon-item{border:1px solid var(--border-light);border-radius:var(--radius-sm);cursor:pointer;align-items:center;gap:1rem;margin-bottom:.5rem;padding:.75rem;transition:all .2s;display:flex}.genogram-pigeon-item:hover{background:var(--bg-muted);border-color:var(--primary-light)}.genogram-pigeon-sex{text-align:center;width:30px;font-size:1.2rem;font-weight:700}.genogram-pigeon-anilla{color:var(--primary);min-width:80px;font-weight:700}.genogram-pigeon-name{flex:1}.genogram-pigeon-color{color:var(--text-muted);font-size:.9rem}.genogram-node-editor{padding:1rem}.genogram-node-editor-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.genogram-node-editor-header h5{color:var(--primary);margin:0}.genogram-node-editor-info{margin-bottom:1.5rem}.genogram-node-editor-info p{margin-bottom:.5rem}.genogram-node-editor-actions{gap:.5rem;display:flex}.genogram-list{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;padding:1rem;display:grid}.genogram-list-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;padding:1.25rem;transition:all .2s}.genogram-list-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.genogram-list-item-header{justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.genogram-list-item-title{color:var(--primary);font-size:1.1rem;font-weight:700}.genogram-list-item-cross{color:var(--text-muted);background:var(--bg-muted);border-radius:10px;padding:2px 8px;font-size:.8rem}.genogram-list-item-info{color:var(--text-secondary);gap:1rem;font-size:.85rem;display:flex}.genogram-list-item-info i{margin-right:4px}.genogram-new-btn{border:2px dashed var(--border);border-radius:var(--radius-md);cursor:pointer;color:var(--text-muted);background:0 0;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:2rem;font-size:1.1rem;transition:all .2s;display:flex}.genogram-new-btn:hover{border-color:var(--primary-light);color:var(--primary);background:var(--bg-muted)}.genogram-new-btn i{font-size:1.5rem}@media (width<=768px){.genogram-header{flex-direction:column;align-items:stretch}.genogram-controls{flex-wrap:wrap}.genogram-controls select{min-width:100%}.genogram-target{flex-direction:column;align-items:stretch}.genogram-target select{min-width:100%}.genogram-gen-nodes{flex-direction:column;align-items:center}.genogram-summary{flex-direction:column;gap:1rem}}.admin-layout{background:var(--bg);min-height:calc(100vh - 60px);display:flex}.admin-sidebar-nav{color:#fff;background:linear-gradient(#0f2640 0%,#1a3c5e 100%);flex-direction:column;flex-shrink:0;width:220px;padding:1.5rem 0;display:flex}.admin-sidebar-header{border-bottom:1px solid #ffffff1a;align-items:center;gap:.75rem;margin-bottom:1rem;padding:0 1.25rem 1.25rem;display:flex}.admin-sidebar-header i{color:#c9a84c;font-size:1.5rem}.admin-sidebar-header h3{letter-spacing:.5px;margin:0;font-size:1rem;font-weight:700}.admin-nav{flex-direction:column;flex:1;gap:2px;padding:0 .5rem;display:flex}.admin-nav-item{color:#ffffffa6;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;width:100%;padding:.65rem 1rem;font-size:.88rem;text-decoration:none;transition:all .2s;display:flex}.admin-nav-item:hover{color:#fff;background:#ffffff14}.admin-nav-item.active{color:#c9a84c;background:#c9a84c33;font-weight:600}.admin-nav-item i{text-align:center;width:20px;font-size:1.1rem}.admin-main{flex:1;max-height:calc(100vh - 60px);padding:2rem;overflow-y:auto}.admin-section-header{margin-bottom:1.5rem}.admin-section-header h2{color:var(--primary);margin:0 0 .25rem;font-size:1.5rem;font-weight:700}.admin-section-header p{color:var(--text-muted);margin:0;font-size:.9rem}.admin-stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.admin-stat-card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:12px;padding:1.25rem;transition:transform .2s;box-shadow:0 2px 8px #0000000f}.admin-stat-card:hover{transform:translateY(-2px)}.admin-stat-card .stat-icon{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:.75rem;font-size:1.2rem;display:flex}.admin-stat-card .stat-value{color:var(--primary);font-size:1.75rem;font-weight:800;line-height:1}.admin-stat-card .stat-label{color:var(--text-muted);margin-top:.25rem;font-size:.8rem}.stat-icon.primary{color:var(--primary);background:#1a3c5e1a}.stat-icon.success{color:#16a34a;background:#16a34a1a}.stat-icon.warning{color:#c9a84c;background:#c9a84c1a}.stat-icon.info{color:#3b82f6;background:#3b82f61a}.admin-table-wrapper{background:var(--bg-card);border:1px solid var(--border-light);border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000f}.admin-table{border-collapse:collapse;width:100%}.admin-table th{background:var(--primary);color:#fff;text-align:left;padding:.75rem 1rem;font-size:.85rem;font-weight:600}.admin-table td{border-bottom:1px solid var(--border-light);vertical-align:middle;padding:.75rem 1rem;font-size:.88rem}.admin-table tr:hover td{background:var(--bg-hover)}.admin-table tr:last-child td{border-bottom:none}.badge-plan{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:3px 10px;font-size:.75rem;font-weight:700;display:inline-block}.badge-plan-free{color:#374151;background:#e5e7eb}.badge-plan-basic{color:#1d4ed8;background:#dbeafe}.badge-plan-premium{color:#b45309;background:#fef3c7}.badge-status{border-radius:20px;padding:3px 10px;font-size:.75rem;font-weight:600;display:inline-block}.badge-status-active{color:#166534;background:#dcfce7}.badge-status-suspended{color:#991b1b;background:#fee2e2}.badge-status-inactive{color:#6b7280;background:#f3f4f6}.admin-sections-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.admin-section-card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:12px;padding:1.25rem;transition:all .2s;box-shadow:0 2px 8px #0000000f}.admin-section-card.inactive{opacity:.6;border-color:#fca5a5}.admin-section-card-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.admin-section-card-header h4{align-items:center;gap:.5rem;margin:0;font-size:1rem;font-weight:700;display:flex}.admin-section-card-header h4 i{color:var(--primary)}.admin-toggle{flex-shrink:0;width:44px;height:24px;position:relative}.admin-toggle input{opacity:0;width:0;height:0}.admin-toggle-slider{cursor:pointer;background:#cbd5e1;border-radius:24px;transition:all .3s;position:absolute;inset:0}.admin-toggle-slider:before{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:all .3s;position:absolute;bottom:3px;left:3px}.admin-toggle input:checked+.admin-toggle-slider{background:#16a34a}.admin-toggle input:checked+.admin-toggle-slider:before{transform:translate(20px)}.admin-maintenance-input{margin-top:.75rem}.admin-maintenance-input label{color:var(--text-muted);margin-bottom:.25rem;font-size:.8rem;display:block}.admin-maintenance-input input{border:1px solid var(--border);border-radius:8px;width:100%;padding:.5rem .75rem;font-size:.85rem}.admin-plans-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.admin-plan-card{background:var(--bg-card);border:2px solid var(--border-light);border-radius:12px;padding:1.5rem;transition:all .2s;box-shadow:0 2px 8px #0000000f}.admin-plan-card.featured{border-color:var(--accent)}.admin-plan-card-header{text-align:center;border-bottom:1px solid var(--border-light);margin-bottom:1.25rem;padding-bottom:1rem}.admin-plan-card-header h4{margin:0 0 .5rem;font-size:1.2rem;font-weight:700}.admin-plan-card-header .plan-price{color:var(--primary);font-size:2rem;font-weight:800}.admin-plan-card-header .plan-period{color:var(--text-muted);font-size:.85rem}.admin-plan-features{margin:0 0 1.25rem;padding:0;list-style:none}.admin-plan-features li{align-items:center;gap:.5rem;padding:.35rem 0;font-size:.88rem;display:flex}.admin-plan-features li i{font-size:.9rem}.admin-plan-features li i.text-success{color:#16a34a}.admin-plan-features li i.text-danger{color:#dc2626}.admin-log-list{max-height:500px;overflow-y:auto}.admin-log-item{border-bottom:1px solid var(--border-light);align-items:flex-start;gap:1rem;padding:.75rem 0;display:flex}.admin-log-item:last-child{border-bottom:none}.admin-log-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;display:flex}.admin-log-icon.action-login{color:#2563eb;background:#dbeafe}.admin-log-icon.action-create{color:#16a34a;background:#dcfce7}.admin-log-icon.action-update{color:#d97706;background:#fef3c7}.admin-log-icon.action-delete{color:#dc2626;background:#fee2e2}.admin-log-icon.action-admin{color:#7c3aed;background:#ede9fe}.admin-log-content{flex:1}.admin-log-content .log-action{color:var(--text);font-size:.88rem;font-weight:600}.admin-log-content .log-details{color:var(--text-muted);margin-top:.15rem;font-size:.8rem}.admin-log-content .log-time{color:var(--text-muted);font-size:.75rem}.admin-loading{min-height:200px;color:var(--text-muted);justify-content:center;align-items:center;display:flex}.admin-card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:12px;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 2px 8px #0000000f}.admin-card h4{color:var(--primary);align-items:center;gap:.5rem;margin:0 0 1rem;font-size:1.1rem;font-weight:700;display:flex}.admin-announcement{border-radius:8px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem;display:flex}.admin-announcement.info{color:#1e40af;background:#dbeafe}.admin-announcement.warning{color:#92400e;background:#fef3c7}.admin-announcement.danger{color:#991b1b;background:#fee2e2}.admin-announcement.success{color:#166534;background:#dcfce7}@media (width<=768px){.admin-layout{flex-direction:column}.admin-sidebar-nav{flex-direction:row;width:100%;padding:.5rem;overflow-x:auto}.admin-sidebar-header{display:none}.admin-nav{flex-direction:row;gap:4px;padding:0}.admin-nav-item{white-space:nowrap;padding:.5rem .75rem;font-size:.8rem}.admin-main{max-height:none;padding:1rem}.admin-stats-grid{grid-template-columns:repeat(2,1fr)}.admin-sections-grid{grid-template-columns:1fr}.admin-table-wrapper{overflow-x:auto}}.admin-page-editor-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;display:grid}.admin-page-editor-card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px #0000000f}.admin-page-editor-header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.admin-page-editor-header h4{align-items:center;gap:.5rem;margin:0;font-size:1rem;font-weight:700;display:flex}.admin-page-editor-header h4 i{color:var(--primary)}.admin-page-preview{margin-bottom:.5rem}.admin-page-preview-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:600}.admin-page-preview-value{color:var(--text);font-size:.88rem}.admin-banner-preview{margin-top:.75rem}.admin-plan-storage-card{background:var(--bg-muted);border:1px solid var(--border-light);border-radius:10px;padding:1rem}.section-banner{border-radius:8px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem;animation:.3s ease-out bannerSlideIn;display:flex}@keyframes bannerSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.section-banner.info{color:#1e40af;background:#dbeafe;border:1px solid #93c5fd}.section-banner.success{color:#166534;background:#dcfce7;border:1px solid #86efac}.section-banner.warning{color:#92400e;background:#fef3c7;border:1px solid #fcd34d}.section-banner.danger{color:#991b1b;background:#fee2e2;border:1px solid #fca5a5}.section-banner i{flex-shrink:0;font-size:1.1rem}.progress-bar.bg-danger{background-color:#dc2626!important}.progress-bar.bg-warning{background-color:#f59e0b!important}.progress-bar.bg-success{background-color:#16a34a!important}.storage-stat{text-align:center;background:var(--bg-muted);border-radius:10px;padding:1rem}.storage-stat .value{color:var(--primary);font-size:1.5rem;font-weight:800}.storage-stat .label{color:var(--text-muted);font-size:.8rem}.upgrade-banner-container{margin-bottom:1rem;padding:0 1rem;animation:.3s ease-out upgradeBannerSlideIn;display:none}@keyframes upgradeBannerSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.upgrade-banner{border-radius:12px;padding:1rem 1.25rem;box-shadow:0 4px 12px #00000026}.upgrade-banner.exceeded{background:linear-gradient(135deg,#dc2626,#b91c1c);border:none}.upgrade-banner.approaching{background:linear-gradient(135deg,#f59e0b,#d97706);border:none}.upgrade-banner-content{position:relative}.upgrade-banner-header{color:#fff;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.upgrade-banner-header i{font-size:1.25rem}.upgrade-banner-header strong{font-size:1.1rem}.upgrade-banner-counters{flex-wrap:wrap;gap:1rem;margin-bottom:.75rem;display:flex}.upgrade-counter{background:#ffffff26;border-radius:8px;min-width:120px;padding:.5rem .75rem}.upgrade-counter-header{color:#fff;justify-content:space-between;align-items:center;margin-bottom:.35rem;font-size:.8rem;display:flex}.upgrade-progress{background:#ffffff40;border-radius:3px;height:6px}.upgrade-progress .progress-bar{border-radius:3px;transition:width .3s}.upgrade-banner-features{color:#fff;background:#ffffff1a;border-radius:6px;margin-bottom:.75rem;padding:.5rem .75rem;font-size:.85rem}.upgrade-banner-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.upgrade-banner-close{opacity:.7;position:absolute;top:0;right:0}.upgrade-banner-close:hover{opacity:1}@media (width<=576px){.upgrade-banner-counters{flex-direction:column;gap:.5rem}.upgrade-counter{min-width:100%}.upgrade-banner-actions{flex-direction:column;align-items:stretch}.upgrade-banner-actions .btn{text-align:center}}
