@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Plus+Jakarta+Sans:ital,wght@0,400..800;1,400..800&display=swap";:root{--phaxy-red:#e60000;--phaxy-red-dark:#b30000;--phaxy-red-light:#f33;--phaxy-red-subtle:#e6000014;--phaxy-red-glow:#e6000040;--bg-main:#f8fafc;--bg-surface:#fff;--bg-surface-hover:#f1f5f9;--bg-card:#fff;--border-color:#e2e8f0;--border-color-hover:#e600004d;--text-main:#0f172a;--text-muted:#64748b;--text-dim:#94a3b8;--accent-cyan:#0284c7;--accent-emerald:#10b981;--accent-amber:#f59e0b;--accent-rose:#e60000;--sidebar-width:260px;--header-height:70px;--footer-height:60px;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-full:9999px;--shadow-sm:0 1px 3px #0000000d;--shadow-md:0 4px 20px -2px #0000000d;--shadow-lg:0 10px 30px -5px #00000014;--shadow-red:0 4px 14px #e600004d}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text-main);-webkit-font-smoothing:antialiased;background-image:radial-gradient(at 0 0,#e600000a 0,#0000 50%),radial-gradient(at 100% 100%,#e6000008 0,#0000 50%);background-attachment:fixed;min-height:100vh;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;overflow-x:hidden}h1,h2,.heading-serif,.brand-title{font-family:DM Serif Display,Georgia,Times New Roman,serif!important;font-weight:400!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulseGlow{0%,to{opacity:.9;transform:scale(1)}50%{opacity:1;transform:scale(1.06)}}@keyframes beatingLines{0%,to{opacity:.3;height:12px}50%{opacity:1;height:42px}}.beating-lines-loader{justify-content:center;align-items:center;gap:6px;height:48px;display:flex}.beating-line{background:linear-gradient(180deg, var(--phaxy-red-light) 0%, var(--phaxy-red) 100%);border-radius:4px;width:5px;height:12px;animation:.9s ease-in-out infinite beatingLines;box-shadow:0 0 12px #e6000080}.beating-line:first-child{animation-delay:0s}.beating-line:nth-child(2){animation-delay:.15s}.beating-line:nth-child(3){animation-delay:.3s}.beating-line:nth-child(4){animation-delay:.45s}.beating-line:nth-child(5){animation-delay:.6s}.spin{animation:.8s linear infinite spin}.phaxy-spinner{border:3px solid #e6000026;border-top-color:var(--phaxy-red);border-radius:50%;width:28px;height:28px;animation:.8s cubic-bezier(.55,.15,.45,.85) infinite spin;display:inline-block}.phaxy-spinner-sm{border-width:2px;border-color:#fff #0000 #0000;width:18px;height:18px}.phaxy-loading-screen{-webkit-backdrop-filter:blur(8px);z-index:9999;background-color:#f8fafc73;justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex;position:fixed;inset:0}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{border-radius:var(--radius-full);background:#cbd5e1}::-webkit-scrollbar-thumb:hover{background:var(--phaxy-red)}.app-container{background-color:var(--bg-main);width:100%;min-height:100vh;display:flex;position:relative}.sidebar{width:var(--sidebar-width);border-right:1px solid var(--border-color);z-index:40;background-color:#fff;flex-direction:column;height:100vh;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;left:0;box-shadow:2px 0 12px #00000008}.sidebar-header{height:var(--header-height);border-bottom:1px solid var(--border-color);flex-shrink:0;align-items:center;gap:.85rem;padding:0 1.5rem;display:flex}.brand-logo{border-radius:var(--radius-md);background:linear-gradient(135deg, var(--phaxy-red) 0%, var(--phaxy-red-dark) 100%);color:#fff;width:42px;height:42px;box-shadow:var(--shadow-red);flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;font-weight:800;display:flex}.brand-title{color:var(--text-main);letter-spacing:-.01em;margin-bottom:-4px;font-size:1.4rem}.brand-subtitle{color:var(--phaxy-red);text-transform:uppercase;letter-spacing:.08em;font-size:.65rem;font-weight:800}.sidebar-nav{flex-direction:column;flex:1;gap:.4rem;padding:1.5rem 1rem;display:flex;overflow-y:auto}.nav-group-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);margin-top:.5rem;padding:.5rem .75rem;font-size:.65rem;font-weight:800}.nav-item{border-radius:var(--radius-md);color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;align-items:center;gap:.85rem;padding:.75rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.nav-item:hover{background-color:var(--bg-surface-hover);color:var(--text-main)}.nav-item.active{background:var(--phaxy-red-subtle);color:var(--phaxy-red);border-color:#e6000033;font-weight:700}.nav-item-icon{flex-shrink:0;width:20px;height:20px}.sidebar-footer{border-top:1px solid var(--border-color);background-color:#f8fafc;flex-shrink:0;padding:1rem 1.25rem}.supervisor-card{border-radius:var(--radius-md);border:1px solid var(--border-color);background-color:#fff;align-items:center;gap:.75rem;padding:.65rem;display:flex}.avatar-circle{border-radius:var(--radius-full);background:linear-gradient(135deg, var(--phaxy-red) 0%, var(--phaxy-red-dark) 100%);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:.95rem;font-weight:700;display:flex;box-shadow:0 2px 8px #e6000040}.main-wrapper{margin-left:var(--sidebar-width);min-height:100vh;width:calc(100% - var(--sidebar-width));flex-direction:column;flex:1;transition:margin-left .3s,width .3s;display:flex}.header{height:var(--header-height);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);z-index:30;background-color:#fffffff2;justify-content:space-between;align-items:center;gap:1rem;padding:0 2rem;display:flex;position:sticky;top:0}.header-left{align-items:center;gap:1rem;min-width:0;display:flex}.mobile-toggle{border:1px solid var(--border-color);color:var(--text-main);border-radius:var(--radius-md);cursor:pointer;background:#fff;flex-shrink:0;padding:.5rem;display:none}.page-title{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;font-size:1.4rem;font-weight:400;overflow:hidden}.header-right{flex-shrink:0;align-items:center;gap:1rem;display:flex}.page-content{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:2rem}.profile-container{flex-direction:column;gap:1.5rem;width:100%;max-width:1000px;display:flex}.profile-hero-card{border:1px solid var(--border-color);box-shadow:var(--shadow-md);border-radius:var(--radius-lg);background:linear-gradient(135deg,#fffffff2 0%,#f8fafcf2 100%);padding:2.5rem 2rem;position:relative;overflow:hidden}.profile-hero-content{z-index:2;align-items:center;gap:1.5rem;display:flex;position:relative}.profile-hero-header{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.profile-hero-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:1.25rem;margin-top:.5rem;font-size:.9rem;display:flex}.profile-hero-meta-item{word-break:break-word;align-items:center;gap:.4rem;display:flex}.profile-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.profile-detail-row{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:.5rem;padding-bottom:.75rem;font-size:.9rem;display:flex}.profile-detail-row:last-child{border-bottom:none;padding-bottom:0}.profile-detail-value{word-break:break-word;text-align:right;font-weight:700}.owners-metrics-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;display:grid}.owners-filter-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.owners-search-box{flex:1;min-width:260px;position:relative}.owners-filter-controls{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}@media (width<=640px){.profile-hero-card{padding:1.5rem 1.25rem}.profile-hero-content{text-align:center;flex-direction:column;gap:1rem}.profile-hero-header{justify-content:center}.profile-hero-header h2{font-size:1.4rem!important}.profile-hero-meta{flex-direction:column;align-items:center;gap:.5rem;font-size:.85rem}.profile-grid{grid-template-columns:1fr}.profile-detail-row{flex-direction:column;align-items:flex-start;gap:.2rem}.profile-detail-value{text-align:left}.owners-metrics-grid{grid-template-columns:1fr}.owners-filter-bar{flex-direction:column;align-items:stretch}.owners-search-box{width:100%;min-width:100%}.owners-filter-controls{flex-direction:column;align-items:stretch;width:100%}.owners-filter-controls>div{width:100%}.owners-filter-controls .form-select{width:100%!important}}.footer{height:var(--footer-height);border-top:1px solid var(--border-color);color:var(--text-muted);background-color:#fff;flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;padding:0 2rem;font-size:.825rem;display:flex}.system-status{align-items:center;gap:.5rem;font-weight:500;display:flex}.status-dot{border-radius:var(--radius-full);background-color:var(--accent-emerald);width:8px;height:8px;box-shadow:0 0 8px var(--accent-emerald);flex-shrink:0}.card{border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background:#fff;padding:1.5rem;transition:border-color .2s,box-shadow .2s}.card:hover{border-color:#e600004d}.badge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;align-items:center;gap:.4rem;padding:.25rem .65rem;font-size:.725rem;font-weight:800;display:inline-flex}.badge-ready{color:#059669;background-color:#10b9811a;border:1px solid #10b98140}.badge-not_ready{color:#d97706;background-color:#f59e0b1a;border:1px solid #f59e0b40}.form-group{flex-direction:column;gap:.4rem;margin-bottom:1.25rem;display:flex}.form-label{color:#334155;font-size:.825rem;font-weight:700}.form-input,.form-select{border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;color:var(--text-main);background-color:#f8fafc;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.875rem;transition:all .2s}.form-input:focus,.form-select:focus{border-color:var(--phaxy-red);background-color:#fff;box-shadow:0 0 0 3px #e600001a}.btn-primary{background:linear-gradient(135deg, var(--phaxy-red) 0%, var(--phaxy-red-dark) 100%);color:#fff;border-radius:var(--radius-md);cursor:pointer;box-shadow:var(--shadow-red);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-primary:hover{background:linear-gradient(135deg, #ff1a1a 0%, var(--phaxy-red) 100%);transform:translateY(-1px)}.btn-primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-secondary{color:#334155;border:1px solid var(--border-color);border-radius:var(--radius-md);cursor:pointer;background-color:#f1f5f9;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.85rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-secondary:hover{color:var(--text-main);background-color:#e2e8f0;border-color:#cbd5e1}.table-responsive{-webkit-overflow-scrolling:touch;border-radius:var(--radius-md);border:1px solid var(--border-color);width:100%;overflow-x:auto}.data-table{border-collapse:collapse;text-align:left;width:100%;min-width:700px}.data-table th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--border-color);white-space:nowrap;background-color:#f8fafc;padding:.85rem 1.25rem;font-size:.725rem;font-weight:800}.data-table td{border-bottom:1px solid var(--border-color);color:var(--text-main);vertical-align:middle;padding:1rem 1.25rem;font-size:.875rem}.data-table tbody tr{transition:background-color .15s}.data-table tbody tr:hover{background-color:#f8fafc}.data-table tbody tr:last-child td{border-bottom:none}.phaxy-login-container{background-color:#f8fafc;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:1.5rem;display:flex;position:relative;overflow:hidden}.phaxy-login-box{border:1px solid var(--border-color);z-index:10;background-color:#fff;border-radius:24px;grid-template-columns:1fr;width:100%;max-width:980px;display:grid;overflow:hidden;box-shadow:0 20px 40px -15px #00000014}@media (width>=992px){.phaxy-login-box{grid-template-columns:420px 1fr}}.phaxy-login-banner{color:#fff;background:linear-gradient(135deg,#e60000 0%,#b30000 100%);flex-direction:column;justify-content:space-between;padding:2.5rem;display:flex;position:relative}.phaxy-login-form-area{background-color:#fff;flex-direction:column;justify-content:center;padding:2.5rem 3rem;display:flex}.mobile-login-brand{display:none}@media (width<=1024px){.page-content{padding:1.5rem}.header{padding:0 1.5rem}}@media (width<=768px){.sidebar{top:var(--header-height);height:calc(100vh - var(--header-height));z-index:40;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.main-wrapper{width:100%;margin-left:0}.mobile-toggle{display:flex}.header{z-index:50;padding:0 1rem}.page-content{padding:1rem}.phaxy-login-banner{display:none}.mobile-login-brand{display:flex!important}.phaxy-login-form-area{padding:2rem 1.5rem}.footer{text-align:center;flex-direction:column;justify-content:center;gap:.35rem;height:auto;padding:.75rem 1rem}}@media (width<=480px){.page-title{font-size:1.15rem}.phaxy-login-container{padding:.75rem}.phaxy-login-box{border-radius:16px}}
