@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&display=swap";:root{--sidebar-width:280px;--topbar-height:70px;--bg-color:#020813;--sidebar-bg:#030b18;--sidebar-text:#94a3b8;--sidebar-active:#092c68;--primary-color:#38bdf8;--accent-color:#00f2fe;--text-color:#e2e8f0;--border-color:#0d3875;--white:#061833b3;--success:#10b981;--danger:#ef4444}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,Vazir,-apple-system,BlinkMacSystemFont,sans-serif}body{color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;direction:rtl;background-color:#020612;background-image:radial-gradient(circle at 80% 20%,#00f2fe14 0%,#0000 50%),radial-gradient(circle at 20% 80%,#a855f714 0%,#0000 50%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cpath fill='%23041226' d='M0 0l800 400h800L800 0zM1600 800l-800-400H0l800 400z' opacity='0.05'/%3E%3Cpath fill='%23051a37' d='M0 800h800L0 400zm1600 0H800l800-400zM0 0h800L0 400zm1600 0H800l800 400z' opacity='0.05'/%3E%3C/svg%3E");background-size:cover;background-attachment:fixed}.outfit-font{font-family:Outfit,sans-serif!important}.app-container{width:100vw;height:100vh;display:flex;overflow:hidden}.sidebar{width:var(--sidebar-width);-webkit-backdrop-filter:blur(25px)saturate(180%);color:var(--sidebar-text);z-index:50;background-color:#060f2173;flex-direction:column;transition:all .3s;display:flex;box-shadow:-5px 0 25px #00000080;border-left:1px solid #ffffff14!important}.sidebar-header{letter-spacing:.5px;text-align:center;color:#fff;border-bottom:1px solid #ffffff14;padding:25px 20px;font-size:1.15rem;font-weight:800}.sidebar-nav{flex:1;padding:15px 0;overflow-y:auto}.sidebar-nav::-webkit-scrollbar{width:5px}.sidebar-nav::-webkit-scrollbar-track{background:0 0}.sidebar-nav::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.nav-item{cursor:pointer;color:var(--sidebar-text);border:1px solid #0000;border-radius:12px;align-items:center;gap:12px;margin:6px 16px;padding:12px 24px;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;clip-path:none!important}.nav-item:hover{color:#fff;background-color:#ffffff08;border-color:#ffffff0d}.nav-item.active{font-weight:700;color:#fff!important;background-color:#ffffff0d!important;border-color:#ffffff26!important;transform:none!important;box-shadow:inset 0 1px 1px #ffffff26,0 4px 15px #00000040!important}.main-area{flex-direction:column;flex:1;display:flex;overflow:hidden}.topbar{height:var(--topbar-height);-webkit-backdrop-filter:blur(25px)saturate(180%);z-index:10;background-color:#030b1873;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:0 40px;display:flex;box-shadow:0 1px 15px #0000004d}.content-body{flex:1;padding:30px;overflow-y:auto}.poly-panel{-webkit-backdrop-filter:blur(25px)saturate(180%);background:#0a193240;border-radius:20px;transition:all .4s cubic-bezier(.165,.84,.44,1);position:relative;overflow:hidden;box-shadow:0 15px 35px #00000080,inset 0 0 1px #ffffff26;clip-path:none!important;border:1px solid #ffffff14!important}.poly-panel:hover{transform:translateY(-4px);box-shadow:0 20px 45px #00f2fe1a,inset 0 0 2px #00f2fe33;border-color:#00f2fe40!important}.poly-panel:before{content:"";pointer-events:none;filter:blur(20px);z-index:0;background:radial-gradient(circle,#00f2fe1a 0%,#0000 70%);width:50%;height:50%;position:absolute;top:-20%;left:-20%}.poly-panel:after{content:"";pointer-events:none;filter:blur(20px);z-index:0;background:radial-gradient(circle,#a855f71a 0%,#0000 70%);width:50%;height:50%;position:absolute;bottom:-20%;right:-20%}.card{-webkit-backdrop-filter:blur(25px)saturate(180%);color:#e2e8f0;background:#0a193240;border-radius:20px;margin-bottom:20px;padding:24px;transition:all .4s cubic-bezier(.165,.84,.44,1);position:relative;overflow:hidden;box-shadow:0 15px 35px #00000080,inset 0 0 1px #ffffff1a;clip-path:none!important;border:1px solid #ffffff14!important}.card:hover{border-color:#00f2fe40;transform:translateY(-4px);box-shadow:0 20px 45px #00f2fe1a,inset 0 0 2px #00f2fe33}.card:before{content:"";pointer-events:none;filter:blur(20px);z-index:0;background:radial-gradient(circle,#00f2fe1a 0%,#0000 70%);width:50%;height:50%;position:absolute;top:-20%;left:-20%}.card:after{content:"";pointer-events:none;filter:blur(20px);z-index:0;background:radial-gradient(circle,#a855f71a 0%,#0000 70%);width:50%;height:50%;position:absolute;bottom:-20%;right:-20%}.login-page{background:url(/bg.jpg) 50%/cover;justify-content:center;align-items:center;height:100vh;display:flex;position:relative}.login-page:before{content:"";z-index:1;background:#1a365dd9;position:absolute;inset:0}.login-card{background:var(--white);z-index:2;border-radius:16px;width:400px;padding:40px;position:relative;box-shadow:0 10px 25px #0006}.login-title{text-align:center;color:var(--primary-color);margin-bottom:30px}.form-group{margin-bottom:20px}.form-label{margin-bottom:8px;font-weight:600;display:block}.form-input{color:#e2e8f0;background:#040f2199;border:1px solid #00f2fe33;border-radius:4px;outline:none;width:100%;padding:12px;transition:all .3s;box-shadow:inset 0 0 10px #00000080}.form-input:focus{border-color:#00f2fe;box-shadow:inset 0 0 10px #00f2fe1a,0 0 15px #00f2fe4d}.poly-button{cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;justify-content:center;align-items:center;gap:6px;padding:6px 18px;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #00000026;color:#94a3b8!important;clip-path:none!important}.poly-button:hover{background:#ffffff1f;border-color:#fff3;color:#fff!important}.btn{cursor:pointer;letter-spacing:.2px;color:#e2e8f0;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:10px 24px;font-size:.95rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;clip-path:none!important}.btn:hover{background:#ffffff1a;border-color:#fff3}.btn:active{transform:translateY(1px)}.btn-primary{color:#00f2fe;background:linear-gradient(135deg,#092c68cc 0%,#051633e6 100%);border:1px solid #00f2fe40;box-shadow:0 4px 15px #00f2fe1a}.btn-primary:hover{color:#020813;background:linear-gradient(135deg,#00f2fe 0%,#4facfe 100%);border-color:#00f2fe;transform:translateY(-2px);box-shadow:0 6px 20px #00f2fe59}#printable-form,#printable-form *,.page,.page *,.page-wrap,.page-wrap *,.paper,.paper *{color:#000!important;border-color:#000!important}#printable-form .page,#printable-form .page-wrap,#printable-form .paper,.page,.page-wrap,.paper{color:#000!important;background-color:#fff!important;box-shadow:0 10px 30px #00000040!important}#printable-form input,#printable-form select,#printable-form textarea,.page input,.page select,.page textarea,.paper input,.paper select,.paper textarea{color:#000!important;background-color:#0000!important}#printable-form table,#printable-form tr,#printable-form th,#printable-form td,.page table,.page tr,.page th,.page td,.paper table,.paper tr,.paper th,.paper td{color:#000!important;background:0 0!important;border-color:#000!important}body.light-theme #printable-form .page,body.light-theme #printable-form .page-wrap,body.light-theme #printable-form .paper,body.light-theme .page,body.light-theme .page-wrap,body.light-theme .paper{background-color:#fff!important}@media print{@page{size:A4;margin:0}*{color:#000!important;box-shadow:none!important;text-shadow:none!important;transform-origin:initial!important;border-color:#000!important;border-radius:0!important;transform:none!important}:before,:after{content:none!important;box-shadow:none!important;background:0 0!important;display:none!important}html,body,#root,.app-container,.main-area,.content-body{width:auto!important;height:auto!important;max-height:none!important;box-shadow:none!important;filter:none!important;-webkit-backdrop-filter:none!important;background:0 0!important;margin:0!important;padding:0!important;display:block!important;position:static!important;overflow:visible!important}#printable-form{direction:ltr!important;background:0 0!important;width:auto!important;margin:0 auto!important;padding:0!important;display:block!important}#printable-form,#printable-form *{color:#000!important;box-shadow:none!important;text-shadow:none!important;transform-origin:initial!important;background-color:#0000!important;border-color:#000!important;border-radius:0!important;transform:none!important}#printable-form input,#printable-form select,#printable-form textarea{color:#000!important;background-color:#0000!important}#printable-form .page,#printable-form .page-wrap,#printable-form .paper{box-shadow:none!important;transform-origin:initial!important;background-color:#fff!important;border-radius:0!important;margin:0 auto!important;transform:none!important}.sidebar,.topbar,.btn,.no-print,.placeholder-text,.mobile-overlay,.mobile-menu-btn,.print-header{display:none!important}.reports-list{display:block!important}.report-section{page-break-after:always;break-after:page;box-sizing:border-box!important;width:100%!important;margin:0!important;padding:0!important;display:block!important}select{appearance:none!important;text-indent:1px!important;text-overflow:""!important;background:0 0!important;border:none!important}select::-ms-expand{display:none!important}input,textarea{box-shadow:none!important;border:none!important;outline:none!important}body{font-size:10pt;color:#000!important;background:#fff!important}.card{box-shadow:none!important;border:none!important;margin:0!important;padding:0!important}.excel-table{border-collapse:collapse!important;border:2px solid #000!important;width:100%!important}.excel-table th,.excel-table td{color:#000!important;background:inherit!important;border:1px solid #000!important;padding:8px!important}.excel-table th{text-align:center!important;background-color:#f2f2f2!important;font-weight:700!important}.print-header{text-align:center;margin-bottom:20px;display:block!important}}.summary-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:25px;margin-top:10px;display:grid}.summary-section{clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);background:#040f2166;border:1px solid #00f2fe26;border-radius:4px;padding:20px}.summary-section-title{color:#38bdf8;border-bottom:2px solid #00f2fe66;align-items:center;gap:10px;margin-bottom:15px;padding-bottom:8px;font-size:1rem;font-weight:700;display:flex}.data-item{flex-direction:column;gap:4px;margin-bottom:15px;display:flex}.data-label{text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;font-size:.75rem;font-weight:700}.data-value{color:#f1f5f9;min-height:1.5rem;padding:4px 0;font-size:1rem;font-weight:500}.data-value:empty:before{content:"---";color:#475569}.badge{color:#4a5568;background:#e2e8f0;border-radius:9999px;padding:4px 12px;font-size:.75rem;font-weight:700;display:inline-block}.badge-success{color:#22543d;background:#c6f6d5}.badge-info{color:#2a4365;background:#bee3f8}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.3s ease-out forwards fadeIn}.print-header{display:none}.reports-list{flex-direction:column;gap:10px;display:flex}.mobile-menu-btn{color:var(--primary-color);cursor:pointer;background:0 0;border:none;padding:5px;display:none}.mobile-overlay{display:none}@media (width<=768px){.sidebar{z-index:1000;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.sidebar.open{transform:translate(0);box-shadow:-5px 0 20px #00000080}.mobile-overlay{z-index:999;opacity:0;pointer-events:none;background:#00000080;transition:opacity .3s;display:block;position:fixed;inset:0}.mobile-overlay.open{opacity:1;pointer-events:auto}.mobile-menu-btn{display:block;color:var(--white)!important}.topbar{padding:0 15px;background-color:var(--sidebar-bg)!important;color:var(--white)!important}.topbar-title{white-space:nowrap;text-overflow:ellipsis;max-width:65vw;overflow:hidden;font-size:.95rem!important}.topbar-user-info{display:none!important}.topbar-user-icon{color:var(--white)!important;background-color:#ffffff1a!important}.content-body{padding:15px}.login-card{width:90%!important;padding:25px!important}.table-container,.reports-list{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.mobile-only-flex{display:flex!important}table.excel-table{min-width:600px}.btn,.table-container select,.table-container input,.login-card input{min-height:48px;font-size:16px}.action-buttons{flex-direction:column;width:100%}.action-buttons .btn{justify-content:center;width:100%}.form-header{flex-direction:column;gap:15px;align-items:flex-start!important}.form-title{font-size:1.1rem!important}.form-subtitle{font-size:.8rem!important}.header-actions{justify-content:space-between;width:100%}.header-btn{flex:1;min-height:38px!important;padding:6px 12px!important;font-size:.85rem!important}.nav-link{padding:16px 20px;font-size:16px}.dashboard-stats{grid-template-columns:1fr;gap:15px}#printable-form{justify-content:center;width:100%;display:flex;overflow:hidden}.page{transform-origin:top;transform:scale(.38);width:210mm!important;height:297mm!important;margin-top:10px!important;margin-bottom:-680px!important;display:block!important}}.person-select-btn:hover,.form-select-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00f2fe14;border-color:var(--accent-color)!important;background-color:#ffffff0d!important}body.light-theme{--bg-color:#f1f5f9;--sidebar-bg:#ffffffd9;--sidebar-text:#475569;--sidebar-active:#0000000d;--primary-color:#0284c7;--accent-color:#0d9488;--text-color:#1e293b;--border-color:#00000014;--white:#fffc;color:#1e293b;background-color:#f1f5f9;background-image:radial-gradient(circle at 80% 20%,#0284c70a 0%,#0000 40%),radial-gradient(circle at 20% 80%,#0d94880a 0%,#0000 40%)}body.light-theme .sidebar{color:#475569!important;background-color:#ffffffd9!important;border-left:1px solid #00000014!important;box-shadow:5px 0 25px #00000008!important}body.light-theme .sidebar-header{color:#1e293b!important;border-bottom:1px solid #00000014!important}body.light-theme .sidebar-header div{color:#1e293b!important}body.light-theme .nav-item{color:#475569!important}body.light-theme .nav-item:hover{color:#0f172a!important;background-color:#00000008!important}body.light-theme .nav-item.active{color:#0284c7!important;background-color:#0000000d!important;border-color:#0000000f!important;box-shadow:inset 0 1px 1px #0000000d!important}body.light-theme .topbar{background-color:#ffffffd9!important;border-bottom:1px solid #00000014!important;box-shadow:0 1px 15px #00000005!important}body.light-theme .topbar-user-info{background:#00000005!important;border:1px solid #00000014!important}body.light-theme .topbar-user-icon{color:#0284c7!important;background:#0000000a!important}body.light-theme .topbar-user-info span{color:#1e293b!important}body.light-theme .poly-panel,body.light-theme .card{color:#1e293b!important;background:#fffc!important;border:1px solid #00000014!important;box-shadow:0 10px 25px #00000008!important}body.light-theme .poly-panel:before,body.light-theme .poly-panel:after,body.light-theme .card:before,body.light-theme .card:after{display:none!important}body.light-theme .poly-panel:hover,body.light-theme .card:hover{border-color:#0284c74d!important;box-shadow:0 15px 35px #0284c714!important}body.light-theme .poly-button{color:#475569!important;background:#00000005!important;border:1px solid #00000014!important}body.light-theme .poly-button:hover{color:#0f172a!important;background:#0000000a!important}body.light-theme .btn{color:#1e293b!important;background:#00000008!important;border:1px solid #00000014!important}body.light-theme .btn:hover{color:#0f172a!important;background:#0000000d!important}body.light-theme .btn-primary{color:#fff!important;background:linear-gradient(135deg,#0284c7 0%,#0369a1 100%)!important;border:1px solid #0284c733!important;box-shadow:0 4px 15px #0284c726!important}body.light-theme .btn-primary:hover{color:#fff!important;background:linear-gradient(135deg,#0369a1 0%,#075985 100%)!important;box-shadow:0 6px 20px #0284c740!important}body.light-theme h2,body.light-theme h3,body.light-theme h4{color:#1e293b!important}body.light-theme p{color:#475569!important}body.light-theme .form-input{color:#1e293b!important;background:#fff!important;border:1px solid #cbd5e1!important}body.light-theme .form-input:focus{border-color:#0284c7!important;box-shadow:0 0 0 3px #0284c71a!important}body.light-theme table:not(#printable-form table) tr{border-bottom:1px solid #e2e8f0!important}body.light-theme table:not(#printable-form table) th{color:#475569!important;background:#f8fafc!important;border-bottom:2px solid #e2e8f0!important}body.light-theme table:not(#printable-form table) td{color:#1e293b!important}body.light-theme table:not(#printable-form table) tr:nth-child(2n),body.light-theme table:not(#printable-form table) tfoot{background:#f8fafc!important}body.light-theme table:not(#printable-form table) tfoot td{color:#1e293b!important;border-top:2px solid #e2e8f0!important}body.light-theme .badge{color:#475569!important;background:#0000000a!important;border:1px solid #00000014!important}body.light-theme .person-select-btn:hover,body.light-theme .form-select-btn:hover{background-color:#00000005!important}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(.8);cursor:pointer;opacity:.8;transition:opacity .2s}input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1}body.light-theme input[type=date]::-webkit-calendar-picker-indicator{filter:none}
