@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body,html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5}body{background-color:#f8f9fa;color:#00133b;font-size:1rem;font-weight:400;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:focus{outline:2px solid #00133b;outline-offset:2px}:focus:not(:focus-visible){outline:none}a{color:#00133b;text-decoration:none}a:focus,a:hover{text-decoration:underline}a:focus{border-color:#00133b;box-shadow:0 0 0 3px rgba(102,126,234,.1);outline:none}button{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}img{height:auto;max-width:100%;vertical-align:middle}ol,ul{padding-left:2rem}ol[role=list],ul[role=list]{list-style:none;padding:0}table{border-collapse:collapse;width:100%}td,th{border-bottom:1px solid #dee2e6;padding:.5rem 1rem;text-align:left}th{background-color:#f8f9fa;font-weight:600}.sr-only{height:1px;margin:-1px;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.sr-only,.text-truncate{overflow:hidden;white-space:nowrap}.text-truncate{text-overflow:ellipsis}h1,h2,h3,h4,h5,h6{color:#00133b;font-weight:600;line-height:1.25;margin-bottom:1rem;margin-top:0}h1{font-size:2.25rem;font-weight:700}@media(max-width:767px){h1{font-size:1.875rem}}h2{font-size:1.875rem}@media(max-width:767px){h2{font-size:1.5rem}}h3{font-size:1.5rem}@media(max-width:767px){h3{font-size:1.25rem}}h4{font-size:1.25rem}@media(max-width:767px){h4{font-size:1.125rem}}h5{font-size:1.125rem}h6{font-size:1rem;font-weight:700}p{color:#282b34;line-height:1.6;margin-bottom:1rem;margin-top:0}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-primary{color:#00133b}.text-secondary{color:#282b34}.text-muted{color:#bcbcbc}.text-success{color:#28a745}.text-warning{color:#ffc107}.text-danger{color:#dc3545}.text-info{color:#243882}.text-white{color:#fff}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.leading-tight{line-height:1.25}.leading-normal{line-height:1.5}.lead,.leading-relaxed{line-height:1.6}.lead{color:#282b34;font-size:1.125rem;font-weight:300}.small{color:#bcbcbc;font-size:.875rem}blockquote{background-color:#f8f9fa;border-left:4px solid #00133b;font-style:italic;margin:1.5rem 0;padding:1rem 1.5rem}blockquote p:last-child{margin-bottom:0}code{border-radius:4px;color:#dc3545;font-size:.875em;padding:.125rem .25rem}code,pre{background-color:#f8f9fa;font-family:Monaco,Menlo,Ubuntu Mono,monospace}pre{border-radius:8px;font-size:.875rem;margin:1.5rem 0;overflow-x:auto;padding:1rem}pre code{background:transparent;color:inherit;padding:0}.app-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;padding:2rem}@media(max-width:767px){.main-content{padding:1.5rem 1rem}}@media(max-width:575px){.main-content{padding:1rem}}.content-container{margin:0 auto;max-width:1200px;width:100%}@media(max-width:1199px){.content-container{max-width:1000px}}@media(max-width:991px){.content-container{max-width:100%}}.page-header{margin-bottom:3rem}.page-header .page-title{color:#00133b;font-size:2.25rem;font-weight:700;margin-bottom:.5rem}@media(max-width:767px){.page-header .page-title{font-size:1.875rem}}@media(max-width:575px){.page-header .page-title{font-size:1.5rem}}.page-header .page-subtitle{color:#282b34;font-size:1.125rem;margin:0}@media(max-width:575px){.page-header .page-subtitle{font-size:1rem}}.page-header .page-description{color:#282b34;line-height:1.6;margin-bottom:1.5rem}.page-header .page-description p:last-child{margin-bottom:0}.content-section{margin-bottom:3rem}.content-section:last-child{margin-bottom:0}.content-section .section-header{margin-bottom:1.5rem}.content-section .section-header .section-title{color:#00133b;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}@media(max-width:575px){.content-section .section-header .section-title{font-size:1.25rem}}.content-section .section-header .section-subtitle{color:#282b34;margin:0}.content-section .section-content{background:#fff;border-radius:12px;box-shadow:0 10px 15px rgba(0,0,0,.1);padding:2rem}.grid{display:grid;gap:1.5rem}.grid.grid-1{grid-template-columns:1fr}.grid.grid-2{grid-template-columns:repeat(2,1fr)}@media(max-width:767px){.grid.grid-2{grid-template-columns:1fr}}.grid.grid-3{grid-template-columns:repeat(3,1fr)}@media(max-width:991px){.grid.grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.grid.grid-3{grid-template-columns:1fr}}.grid.grid-4{grid-template-columns:repeat(4,1fr)}@media(max-width:1199px){.grid.grid-4{grid-template-columns:repeat(3,1fr)}}@media(max-width:991px){.grid.grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.grid.grid-4{grid-template-columns:1fr}}.sidebar-layout{align-items:start;display:grid;gap:2rem;grid-template-columns:250px 1fr}@media(max-width:991px){.sidebar-layout{gap:1.5rem;grid-template-columns:1fr}}.sidebar-layout .sidebar{background:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);padding:1.5rem;position:sticky;top:calc(2rem + 80px)}@media(max-width:991px){.sidebar-layout .sidebar{position:static}}.sidebar-layout .sidebar .sidebar-section{margin-bottom:1.5rem}.sidebar-layout .sidebar .sidebar-section:last-child{margin-bottom:0}.sidebar-layout .sidebar .sidebar-section .sidebar-title{color:#00133b;font-size:.875rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.sidebar-layout .sidebar .sidebar-section .sidebar-content ul{list-style:none;margin:0;padding:0}.sidebar-layout .sidebar .sidebar-section .sidebar-content ul li{margin-bottom:.25rem}.sidebar-layout .sidebar .sidebar-section .sidebar-content ul li a{border-radius:6px;color:#282b34;display:block;padding:.25rem .5rem;text-decoration:none;transition:all .2s ease}.sidebar-layout .sidebar .sidebar-section .sidebar-content ul li a:hover{background:#f8f9fa;color:#00133b;text-decoration:none}.sidebar-layout .sidebar .sidebar-section .sidebar-content ul li a.active{background:rgba(0,19,59,.1);color:#00133b;font-weight:500}.sidebar-layout .main-content-area{min-width:0}.empty-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;text-align:center}.empty-state .empty-icon{height:64px;margin-bottom:1.5rem;opacity:.5;width:64px}.empty-state .empty-title{color:#00133b;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.empty-state .empty-description{color:#282b34;margin-bottom:1.5rem;max-width:400px}.empty-state .empty-action{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 1rem;text-align:center;text-decoration:none;transition:all .2s ease;user-select:none}.empty-state .empty-action:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.empty-state .empty-action:disabled:hover{box-shadow:none!important;transform:none!important}.empty-state .empty-action{background:linear-gradient(135deg,#00133b,#243882);transition:transform .2s ease,box-shadow .2s ease}.empty-state .empty-action:hover:not(:disabled){box-shadow:0 4px 12px rgba(0,19,59,.3);transform:translateY(-1px)}.empty-state .empty-action:active:not(:disabled){transform:translateY(0)}.empty-state .empty-action{color:#fff}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 1rem;text-align:center;text-decoration:none;transition:all .2s ease;user-select:none}.btn:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.btn:disabled:hover{box-shadow:none!important;transform:none!important}.btn.btn-sm{font-size:.875rem;padding:.25rem .5rem}.btn.btn-lg{font-size:1.125rem;padding:1rem 2rem}.btn.btn-block{display:block;width:100%}.btn.btn-icon{align-items:center;display:flex;gap:.25rem;justify-content:center}.btn.btn-icon .icon{height:1em;width:1em}.btn.btn-loading{color:transparent;pointer-events:none;position:relative}.btn.btn-loading:after{animation:spin 1s linear infinite;border:2px solid transparent;border-radius:50%;border-top-color:currentcolor;color:inherit;content:"";height:1rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:1rem}.btn-primary{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 1rem;text-align:center;text-decoration:none;transition:all .2s ease;user-select:none}.btn-primary:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.btn-primary:disabled:hover{box-shadow:none!important;transform:none!important}.btn-primary{background:linear-gradient(135deg,#00133b,#243882);transition:transform .2s ease,box-shadow .2s ease}.btn-primary:hover:not(:disabled){box-shadow:0 4px 12px rgba(0,19,59,.3);transform:translateY(-1px)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-primary{color:#fff}.btn-secondary{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 1rem;text-align:center;text-decoration:none;transition:all .2s ease;user-select:none}.btn-secondary:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.btn-secondary:disabled:hover{box-shadow:none!important;transform:none!important}.btn-secondary{background:#282b34;color:#fff}.btn-secondary:hover:not(:disabled){background:#121317}.btn-success{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 1rem;text-align:center;text-decoration:none;transition:all .2s ease;user-select:none}.btn-success:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.btn-success:disabled:hover{box-shadow:none!important;transform:none!important}.btn-success{background:#28a745;color:#fff}.btn-success:hover:not(:disabled){background:#1e7e34}.btn-warning{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 1rem;text-align:center;text-decoration:none;transition:all .2s ease;user-select:none}.btn-warning:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.btn-warning:disabled:hover{box-shadow:none!important;transform:none!important}.btn-warning{background:#ffc107;color:#282b34}.btn-warning:hover:not(:disabled){background:#d39e00}.btn-danger{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 1rem;text-align:center;text-decoration:none;transition:all .2s ease;user-select:none}.btn-danger:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.btn-danger:disabled:hover{box-shadow:none!important;transform:none!important}.btn-danger{background:#dc3545;color:#fff}.btn-danger:hover:not(:disabled){background:#bd2130}.btn-info{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 1rem;text-align:center;text-decoration:none;transition:all .2s ease;user-select:none}.btn-info:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.btn-info:disabled:hover{box-shadow:none!important;transform:none!important}.btn-info{background:#243882;color:#fff}.btn-info:hover:not(:disabled){background:#19275a}.btn-light{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 1rem;text-align:center;text-decoration:none;transition:all .2s ease;user-select:none}.btn-light:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.btn-light:disabled:hover{box-shadow:none!important;transform:none!important}.btn-light{background:#f8f9fa;border:1px solid #bcbcbc;color:#00133b}.btn-light:hover:not(:disabled){background:#e9ecef;border-color:#a3a3a3}.btn-dark{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 1rem;text-align:center;text-decoration:none;transition:all .2s ease;user-select:none}.btn-dark:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.btn-dark:disabled:hover{box-shadow:none!important;transform:none!important}.btn-dark{background:#282b34;color:#fff}.btn-dark:hover:not(:disabled){background:#3e4351}.btn-outline-primary{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 1rem;text-align:center;text-decoration:none;transition:all .2s ease;user-select:none}.btn-outline-primary:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.btn-outline-primary:disabled:hover{box-shadow:none!important;transform:none!important}.btn-outline-primary{background:transparent;border:2px solid #00133b;color:#00133b}.btn-outline-primary:hover:not(:disabled){background:#00133b;color:#fff}.btn-outline-secondary{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 1rem;text-align:center;text-decoration:none;transition:all .2s ease;user-select:none}.btn-outline-secondary:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.btn-outline-secondary:disabled:hover{box-shadow:none!important;transform:none!important}.btn-outline-secondary{background:transparent;border:2px solid #282b34;color:#282b34}.btn-outline-secondary:hover:not(:disabled){background:#282b34;color:#fff}.btn-outline-danger{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 1rem;text-align:center;text-decoration:none;transition:all .2s ease;user-select:none}.btn-outline-danger:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.btn-outline-danger:disabled:hover{box-shadow:none!important;transform:none!important}.btn-outline-danger{background:transparent;border:2px solid #dc3545;color:#dc3545}.btn-outline-danger:hover:not(:disabled){background:#dc3545;color:#fff}.btn-ghost{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 1rem;text-align:center;text-decoration:none;transition:all .2s ease;user-select:none}.btn-ghost:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.btn-ghost:disabled:hover{box-shadow:none!important;transform:none!important}.btn-ghost{background:transparent;color:#282b34}.btn-ghost:hover:not(:disabled){background:#f8f9fa;color:#00133b}.btn-link{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 1rem;text-align:center;text-decoration:none;transition:all .2s ease;user-select:none}.btn-link:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.btn-link:disabled:hover{box-shadow:none!important;transform:none!important}.btn-link{background:transparent;color:#00133b;padding:0;text-decoration:underline}.btn-link:hover:not(:disabled){color:#000308;text-decoration:none}.btn-group{display:inline-flex}.btn-group .btn{border-radius:0}.btn-group .btn:first-child{border-bottom-left-radius:8px;border-top-left-radius:8px}.btn-group .btn:last-child{border-bottom-right-radius:8px;border-top-right-radius:8px}.btn-group .btn:not(:last-child){border-right:1px solid hsla(0,0%,100%,.2)}.btn-group.btn-group-vertical{flex-direction:column}.btn-group.btn-group-vertical .btn:first-child{border-radius:8px 8px 0 0}.btn-group.btn-group-vertical .btn:last-child{border-radius:0 0 8px 8px}.btn-group.btn-group-vertical .btn:not(:last-child){border-bottom:1px solid hsla(0,0%,100%,.2);border-right:none}.fab{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 1rem;text-align:center;text-decoration:none;transition:all .2s ease;user-select:none}.fab:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.fab:disabled:hover{box-shadow:none!important;transform:none!important}.fab{background:linear-gradient(135deg,#00133b,#243882);transition:transform .2s ease,box-shadow .2s ease}.fab:hover:not(:disabled){box-shadow:0 4px 12px rgba(0,19,59,.3);transform:translateY(-1px)}.fab:active:not(:disabled){transform:translateY(0)}.fab{align-items:center;border-radius:50%;bottom:2rem;box-shadow:0 10px 15px rgba(0,0,0,.1);color:#fff;display:flex;height:56px;justify-content:center;padding:0;position:fixed;right:2rem;width:56px;z-index:1030}.fab .icon{height:24px;width:24px}@media(max-width:767px){.fab{bottom:1.5rem;height:48px;right:1.5rem;width:48px}.fab .icon{height:20px;width:20px}}.btn:focus-visible{border-color:#00133b;box-shadow:0 0 0 3px rgba(102,126,234,.1);outline:none}.btn:active:not(:disabled){transform:translateY(1px)}.form-group{margin-bottom:1.5rem}.form-group:last-child{margin-bottom:0}.form-group.form-group-sm{margin-bottom:1rem}.form-group.form-group-inline{align-items:center;display:flex;gap:1rem}.form-group.form-group-inline label{margin-bottom:0;min-width:120px}@media(max-width:575px){.form-group.form-group-inline{align-items:stretch;flex-direction:column}.form-group.form-group-inline label{margin-bottom:.5rem;min-width:auto}}.form-label,label{color:#00133b;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-label.required:after,.form-label[required]:after,label.required:after,label[required]:after{color:#dc3545;content:"*";margin-left:.25rem}.form-label.optional:after,label.optional:after{color:#bcbcbc;content:"(voliteľné)";font-size:.75rem;font-weight:400;margin-left:.25rem}.form-control,input[type=date],input[type=datetime-local],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],select,textarea{border:2px solid #bcbcbc;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:.5rem .75rem;transition:border-color .2s ease;width:100%}.form-control:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,select:focus,textarea:focus{border-color:#00133b;box-shadow:0 0 0 3px rgba(102,126,234,.1);outline:none}.form-control:disabled,input[type=date]:disabled,input[type=datetime-local]:disabled,input[type=email]:disabled,input[type=number]:disabled,input[type=password]:disabled,input[type=search]:disabled,input[type=tel]:disabled,input[type=text]:disabled,input[type=time]:disabled,input[type=url]:disabled,select:disabled,textarea:disabled{background-color:#f8f9fa;cursor:not-allowed}.form-control::placeholder,input[type=date]::placeholder,input[type=datetime-local]::placeholder,input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,input[type=time]::placeholder,input[type=url]::placeholder,select::placeholder,textarea::placeholder{color:#bcbcbc}.form-control.form-control-sm,input[type=date].form-control-sm,input[type=datetime-local].form-control-sm,input[type=email].form-control-sm,input[type=number].form-control-sm,input[type=password].form-control-sm,input[type=search].form-control-sm,input[type=tel].form-control-sm,input[type=text].form-control-sm,input[type=time].form-control-sm,input[type=url].form-control-sm,select.form-control-sm,textarea.form-control-sm{font-size:.875rem;padding:.25rem .5rem}.form-control.form-control-lg,input[type=date].form-control-lg,input[type=datetime-local].form-control-lg,input[type=email].form-control-lg,input[type=number].form-control-lg,input[type=password].form-control-lg,input[type=search].form-control-lg,input[type=tel].form-control-lg,input[type=text].form-control-lg,input[type=time].form-control-lg,input[type=url].form-control-lg,select.form-control-lg,textarea.form-control-lg{font-size:1.125rem;padding:1rem 1.5rem}.form-control.is-valid,input[type=date].is-valid,input[type=datetime-local].is-valid,input[type=email].is-valid,input[type=number].is-valid,input[type=password].is-valid,input[type=search].is-valid,input[type=tel].is-valid,input[type=text].is-valid,input[type=time].is-valid,input[type=url].is-valid,select.is-valid,textarea.is-valid{border-color:#28a745}.form-control.is-valid:focus,input[type=date].is-valid:focus,input[type=datetime-local].is-valid:focus,input[type=email].is-valid:focus,input[type=number].is-valid:focus,input[type=password].is-valid:focus,input[type=search].is-valid:focus,input[type=tel].is-valid:focus,input[type=text].is-valid:focus,input[type=time].is-valid:focus,input[type=url].is-valid:focus,select.is-valid:focus,textarea.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 3px rgba(40,167,69,.1)}.form-control.is-invalid,input[type=date].is-invalid,input[type=datetime-local].is-invalid,input[type=email].is-invalid,input[type=number].is-invalid,input[type=password].is-invalid,input[type=search].is-invalid,input[type=tel].is-invalid,input[type=text].is-invalid,input[type=time].is-invalid,input[type=url].is-invalid,select.is-invalid,textarea.is-invalid{border-color:#dc3545}.form-control.is-invalid:focus,input[type=date].is-invalid:focus,input[type=datetime-local].is-invalid:focus,input[type=email].is-invalid:focus,input[type=number].is-invalid:focus,input[type=password].is-invalid:focus,input[type=search].is-invalid:focus,input[type=tel].is-invalid:focus,input[type=text].is-invalid:focus,input[type=time].is-invalid:focus,input[type=url].is-invalid:focus,select.is-invalid:focus,textarea.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 3px rgba(220,53,69,.1)}textarea{min-height:100px;resize:vertical}textarea.textarea-fixed{resize:none}textarea.textarea-auto{overflow:hidden;resize:none}select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:16px 16px;padding-right:2.5rem}select:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23667eea' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E")}.form-check{align-items:flex-start;display:flex;gap:.5rem;margin-bottom:1rem}.form-check:last-child{margin-bottom:0}.form-check .form-check-input{flex-shrink:0;height:1rem;margin:0;width:1rem}.form-check .form-check-input[type=checkbox]{border-radius:4px}.form-check .form-check-input[type=radio]{border-radius:50%}.form-check .form-check-input:checked{background-color:#00133b;border-color:#00133b}.form-check .form-check-input:focus{box-shadow:0 0 0 2px rgba(0,19,59,.25)}.form-check .form-check-label{cursor:pointer;font-weight:400;line-height:1rem;margin-bottom:0}.form-check.form-check-inline{display:inline-flex;margin-bottom:.5rem;margin-right:1.5rem}.input-group{align-items:stretch;display:flex;width:100%}.input-group .form-control{flex:1;min-width:0}.input-group .input-group-text{align-items:center;background:#f8f9fa;border:2px solid #bcbcbc;color:#282b34;display:flex;font-size:.875rem;justify-content:center;padding:.5rem .75rem;white-space:nowrap}.input-group>*{border-radius:0}.input-group>:first-child{border-bottom-left-radius:8px;border-top-left-radius:8px}.input-group>:last-child{border-bottom-right-radius:8px;border-top-right-radius:8px}.input-group>:not(:last-child){border-right:none}.form-floating{position:relative}.form-floating .form-control{padding:1rem .75rem .5rem}.form-floating .form-control::placeholder{color:transparent}.form-floating .form-control:focus~label,.form-floating .form-control:not(:placeholder-shown)~label{color:#00133b;transform:scale(.85) translateY(-.5rem)}.form-floating label{color:#bcbcbc;left:.75rem;margin-bottom:0;padding:.5rem 0;pointer-events:none;position:absolute;top:0;transform-origin:0 0;transition:all .2s ease}.form-text{color:#bcbcbc;line-height:1.5}.form-text,.valid-feedback{font-size:.875rem;margin-top:.25rem}.valid-feedback{color:#28a745;display:block}.invalid-feedback{color:#dc3545;display:block;font-size:.875rem;margin-top:.25rem}.error-message{background-color:rgba(220,53,69,.1);border-left:4px solid #dc3545;border-radius:6px;color:#dc3545;font-size:.875rem;margin-bottom:1rem;padding:.5rem 1rem}.error-message .error-title{font-weight:500;margin-bottom:.25rem}.error-message ul{margin:0;padding-left:1rem}.error-message ul li{margin-bottom:.25rem}.error-message ul li:last-child{margin-bottom:0}.success-message{background-color:rgba(40,167,69,.1);border-left:4px solid #28a745;border-radius:6px;color:#28a745;font-size:.875rem;margin-bottom:1rem;padding:.5rem 1rem}.form-actions{align-items:center;border-top:1px solid #dee2e6;display:flex;gap:1rem;justify-content:center;margin-top:2rem;padding-top:1.5rem}@media(max-width:575px){.form-actions{flex-direction:column}.form-actions .btn{width:100%}}.form-actions.form-actions-justified{justify-content:space-between}@media(max-width:575px){.form-actions.form-actions-justified{flex-direction:column;gap:.5rem}}.form-actions.form-actions-end{justify-content:flex-end}fieldset{border:1px solid #bcbcbc;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}fieldset legend{color:#00133b;font-weight:600;padding:0 .5rem}fieldset:disabled{opacity:.6;pointer-events:none}.loading-container{align-items:center;background-color:#f8f9fa;display:flex;justify-content:center;min-height:100vh}.loading-container.loading-overlay{backdrop-filter:blur(2px);background-color:hsla(0,0%,100%,.9);bottom:0;left:0;position:fixed;right:0;top:0;z-index:1050}.loading-container.loading-inline{background:transparent;min-height:200px}.loading-spinner{text-align:center}.loading-spinner .spinner{animation:spin 1s linear infinite;border:4px solid #dee2e6;border-radius:50%;border-top-color:#00133b;height:40px;margin:0 auto 1rem;width:40px}.loading-spinner .spinner.spinner-sm{border-width:2px;height:24px;width:24px}.loading-spinner .spinner.spinner-lg{border-width:6px;height:56px;width:56px}.loading-spinner .spinner.spinner-white{border-color:#fff hsla(0,0%,100%,.3) hsla(0,0%,100%,.3)}.loading-spinner .spinner.spinner-secondary{border-top-color:#282b34}.loading-spinner .spinner.spinner-success{border-top-color:#28a745}.loading-spinner .spinner.spinner-danger{border-top-color:#dc3545}.loading-spinner .loading-text,.loading-spinner p{color:#282b34;font-size:.875rem;margin:0}.loading-spinner .loading-text.loading-text-lg{font-size:1rem}.loading-dots{align-items:center;display:flex;gap:.25rem;justify-content:center}.loading-dots .dot{animation:loadingDots 1.4s ease-in-out infinite both;background:#00133b;border-radius:50%;height:8px;width:8px}.loading-dots .dot:first-child{animation-delay:-.32s}.loading-dots .dot:nth-child(2){animation-delay:-.16s}.loading-dots .dot:nth-child(3){animation-delay:0s}@keyframes loadingDots{0%,80%,to{opacity:.5;transform:scale(0)}40%{opacity:1;transform:scale(1)}}.progress{background:#f8f9fa;border-radius:4px;height:8px;margin:1rem 0;overflow:hidden;width:100%}.progress .progress-bar{background:#00133b;border-radius:4px;height:100%;position:relative;transition:width .2s ease}.progress .progress-bar.progress-animated{animation:progressStripes 1s linear infinite;background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress .progress-bar.progress-indeterminate{animation:progressIndeterminate 2s ease-in-out infinite;width:30%!important}.progress.progress-sm{height:4px}.progress.progress-lg{height:12px}@keyframes progressStripes{0%{background-position:1rem 0}to{background-position:0 0}}@keyframes progressIndeterminate{0%{left:-30%}to{left:100%}}.skeleton{animation:skeletonLoading 1.5s ease-in-out infinite;background:linear-gradient(90deg,#f8f9fa 25%,rgba(248,249,250,.5) 50%,#f8f9fa 75%);background-size:200% 100%;border-radius:6px}.skeleton.skeleton-text{height:1rem;margin-bottom:.25rem}.skeleton.skeleton-text:last-child{margin-bottom:0;width:60%}.skeleton.skeleton-title{height:1.5rem;margin-bottom:1rem;width:40%}.skeleton.skeleton-paragraph{height:1rem;margin-bottom:.25rem}.skeleton.skeleton-paragraph:nth-child(odd){width:100%}.skeleton.skeleton-paragraph:nth-child(2n){width:85%}.skeleton.skeleton-paragraph:last-child{width:60%}.skeleton.skeleton-avatar{border-radius:50%;height:40px;width:40px}.skeleton.skeleton-avatar.skeleton-avatar-sm{height:32px;width:32px}.skeleton.skeleton-avatar.skeleton-avatar-lg{height:56px;width:56px}.skeleton.skeleton-button{border-radius:8px;height:2.5rem;width:120px}.skeleton.skeleton-card{border-radius:12px;height:200px;width:100%}@keyframes skeletonLoading{0%{background-position:-200% 0}to{background-position:200% 0}}.btn.btn-loading .btn-text{opacity:0}.btn.btn-loading .btn-spinner{animation:spin 1s linear infinite;border:2px solid transparent;border-radius:50%;border-top-color:currentcolor;height:1rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:1rem}.loading-csrf{color:#bcbcbc;font-size:.75rem;font-style:italic;margin-top:.5rem;text-align:center}.loading-csrf:before{content:"🔒 "}.debug-info{background:#fff;border:2px solid #ffc107;border-radius:8px;box-shadow:0 20px 25px rgba(0,0,0,.1);font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.75rem;max-height:60vh;max-width:400px;overflow:auto;padding:1rem;position:fixed;right:1rem;top:1rem;z-index:1050}@media(max-width:767px){.debug-info{left:.5rem;max-height:50vh;max-width:none;position:fixed;right:.5rem;top:.5rem}}.debug-info .debug-header{align-items:center;border-bottom:1px solid #dee2e6;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.5rem}.debug-info .debug-header h4{color:#ffc107;font-size:.875rem;font-weight:700;margin:0}.debug-info .debug-header .debug-close{background:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.75rem;padding:2px 6px;transition:background-color .15s ease}.debug-info .debug-header .debug-close:hover{background:#bd2130}.debug-info pre{background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;color:#00133b;font-size:.75rem;line-height:1.4;margin:0;overflow-x:auto;padding:.5rem;white-space:pre-wrap;word-break:break-all}.debug-info .debug-section{margin-bottom:1rem}.debug-info .debug-section:last-child{margin-bottom:0}.debug-info .debug-section .debug-section-title{color:#00133b;font-size:.75rem;font-weight:700;letter-spacing:.5px;margin-bottom:.25rem;text-transform:uppercase}.debug-info .debug-section .debug-content{background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;padding:.5rem}.debug-info .debug-section .debug-content .debug-item{margin-bottom:.25rem}.debug-info .debug-section .debug-content .debug-item:last-child{margin-bottom:0}.debug-info .debug-section .debug-content .debug-item .debug-key{color:#00133b;font-weight:700}.debug-info .debug-section .debug-content .debug-item .debug-value{color:#282b34;word-break:break-all}.debug-toggle{background:#ffc107;border:none;border-radius:6px;bottom:1rem;box-shadow:0 4px 6px rgba(0,0,0,.1);color:#282b34;cursor:pointer;font-size:.75rem;font-weight:700;padding:.25rem .5rem;position:fixed;right:1rem;transition:all .2s ease;z-index:1030}.debug-toggle:hover{background:#d39e00;box-shadow:0 10px 15px rgba(0,0,0,.1);transform:translateY(-1px)}@media(max-width:767px){.debug-toggle{bottom:.5rem;padding:.25rem .5rem;right:.5rem}}.debug-overlay{background:rgba(0,0,0,.5);bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .2s ease;visibility:hidden;z-index:1049}.debug-overlay.show{opacity:1;visibility:visible}.debug-console{background:#1e1e1e;border:1px solid #333;border-radius:8px;color:#d4d4d4;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.75rem;line-height:1.4;max-height:300px;overflow-y:auto;padding:1rem}.debug-console .debug-log{margin-bottom:.25rem}.debug-console .debug-log:last-child{margin-bottom:0}.debug-console .debug-log .timestamp{color:#666;margin-right:.25rem}.debug-console .debug-log .log-level{font-weight:700;margin-right:.25rem}.debug-console .debug-log .log-level.log-error{color:#f48771}.debug-console .debug-log .log-level.log-warn{color:#dcdcaa}.debug-console .debug-log .log-level.log-info{color:#9cdcfe}.debug-console .debug-log .log-level.log-debug,.debug-console .debug-log .log-message{color:#d4d4d4}.debug-grid{bottom:0;left:0;opacity:.5;pointer-events:none;position:fixed;right:0;top:0;z-index:1070}.debug-grid:before{background-image:linear-gradient(rgba(0,19,59,.1) 1px,transparent 0),linear-gradient(90deg,rgba(0,19,59,.1) 1px,transparent 0);background-size:20px 20px;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.debug-console,.debug-info,.debug-toggle{display:block}.debug-border{border:2px dashed #dc3545!important}.debug-background{background:rgba(255,193,7,.2)!important}.debug-outline{outline:2px solid #243882!important;outline-offset:2px}.login-container{align-items:center;background:linear-gradient(135deg,#00133b,#243882);display:flex;justify-content:center;min-height:100vh;padding:1.5rem}@media(max-width:575px){.login-container{padding:1rem}}.login-card{animation:slideUp ease-out .3s ease;background:#fff;border-radius:12px;box-shadow:0 10px 15px rgba(0,0,0,.1);max-width:400px;padding:2rem;width:100%}@media(max-width:575px){.login-card{max-width:none;padding:1.5rem}}.login-header{margin-bottom:3rem;text-align:center}.login-header h1{color:#00133b;font-size:1.875rem;font-weight:700;margin-bottom:.5rem}@media(max-width:575px){.login-header h1{font-size:1.5rem}}.login-header p{color:#282b34;font-size:1rem;margin:0}@media(max-width:575px){.login-header p{font-size:.875rem}}.login-header .login-logo{display:block;height:64px;margin:0 auto 1.5rem;width:64px}@media(max-width:575px){.login-header .login-logo{height:48px;width:48px}}.login-form .form-group{margin-bottom:1.5rem}.login-form .form-group:last-of-type{margin-bottom:2rem}.login-form .form-group label{color:#00133b;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.login-form .form-group .form-control{border:2px solid #bcbcbc;border-radius:8px;box-sizing:border-box;font-size:1rem;height:2.5rem;padding:.5rem .75rem;transition:border-color .2s ease;width:100%}.login-form .form-group .form-control:focus{border-color:#00133b;box-shadow:0 0 0 3px rgba(102,126,234,.1);outline:none}.login-form .form-group .form-control:disabled{background-color:#f8f9fa;cursor:not-allowed;opacity:.7}.login-form .form-group .form-control::placeholder{color:#bcbcbc;font-style:italic}.login-form .login-button{background:linear-gradient(135deg,#00133b,#243882);border:none;border-radius:8px;cursor:pointer;display:inline-block;padding:.75rem 1rem;text-align:center;text-decoration:none;transition:all .2s ease;transition:transform .2s ease,box-shadow .2s ease;user-select:none}.login-form .login-button:hover:not(:disabled){box-shadow:0 4px 12px rgba(0,19,59,.3);transform:translateY(-1px)}.login-form .login-button:active:not(:disabled){transform:translateY(0)}.login-form .login-button{color:#fff;font-size:1rem;font-weight:600;height:2.5rem;width:100%}.login-form .login-button:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.login-form .login-button:disabled:hover{box-shadow:none!important;transform:none!important}.login-form .error-message{background-color:rgba(220,53,69,.1);border-left:4px solid #dc3545;border-radius:6px;color:#dc3545;font-size:.875rem;margin-bottom:1.5rem;padding:.5rem 1rem}.login-form .error-message .error-icon{margin-right:.25rem}.login-form .success-message{background-color:rgba(40,167,69,.1);border-left:4px solid #28a745;border-radius:6px;color:#28a745;font-size:.875rem;margin-bottom:1.5rem;padding:.5rem 1rem}.login-form .loading-csrf{color:#bcbcbc;font-size:.75rem;font-style:italic;margin-top:.5rem;text-align:center}.login-form .loading-csrf:before{content:"🔒 ";margin-right:.25rem}.login-footer{margin-top:2rem;text-align:center}.login-footer .login-links{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.login-footer .login-links a{color:#bcbcbc;font-size:.875rem;text-decoration:none;transition:color .2s ease}.login-footer .login-links a:hover{color:#00133b;text-decoration:underline}.login-footer .login-divider{margin:1.5rem 0;position:relative;text-align:center}.login-footer .login-divider:before{background:#dee2e6;content:"";height:1px;left:0;position:absolute;right:0;top:50%}.login-footer .login-divider span{background:#fff;color:#bcbcbc;font-size:.875rem;padding:0 1rem;position:relative}.remember-me{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.remember-me .form-check{margin-bottom:0}.remember-me .form-check .form-check-label{color:#282b34;font-size:.875rem}.remember-me .forgot-password{color:#00133b;font-size:.875rem;text-decoration:none}.remember-me .forgot-password:hover{text-decoration:underline}.social-login{margin-top:1.5rem}.social-login .social-buttons{display:grid;gap:.5rem;grid-template-columns:1fr}.social-login .social-buttons .btn-social{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 1rem;text-align:center;text-decoration:none;transition:all .2s ease;user-select:none}.social-login .social-buttons .btn-social:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.social-login .social-buttons .btn-social:disabled:hover{box-shadow:none!important;transform:none!important}.social-login .social-buttons .btn-social{align-items:center;background:#fff;border:2px solid #bcbcbc;color:#00133b;display:flex;gap:.5rem;justify-content:center}.social-login .social-buttons .btn-social:hover:not(:disabled){border-color:#00133b;color:#00133b}.social-login .social-buttons .btn-social .social-icon{height:20px;width:20px}.social-login .social-buttons .btn-social.btn-google:hover{border-color:#db4437;color:#db4437}.social-login .social-buttons .btn-social.btn-microsoft:hover{border-color:#0078d4;color:#0078d4}.password-strength{margin-top:.25rem}.password-strength .strength-bar{background:#f8f9fa;border-radius:2px;height:4px;margin-bottom:.25rem;overflow:hidden}.password-strength .strength-bar .strength-fill{border-radius:2px;height:100%;transition:width .2s ease,background-color .2s ease}.password-strength .strength-bar .strength-fill.strength-weak{background:#dc3545;width:25%}.password-strength .strength-bar .strength-fill.strength-fair{background:#ffc107;width:50%}.password-strength .strength-bar .strength-fill.strength-good{background:#243882;width:75%}.password-strength .strength-bar .strength-fill.strength-strong{background:#28a745;width:100%}.password-strength .strength-text{color:#bcbcbc;font-size:.75rem}@media(max-width:575px){.login-container{padding:.5rem}.login-card{border:1px solid #dee2e6;box-shadow:none}.login-form .form-group{margin-bottom:1rem}.remember-me{align-items:flex-start;flex-direction:column;gap:.5rem}}.dashboard-container{align-items:center;background:#f8f9fa;display:flex;justify-content:center;min-height:100vh;padding:1.5rem}@media(max-width:575px){.dashboard-container{padding:1rem}}.dashboard-card{animation:slideUp ease-out .3s ease;background:#fff;border-radius:12px;box-shadow:0 10px 15px rgba(0,0,0,.1);max-width:400px;padding:2rem;width:100%}@media(max-width:575px){.dashboard-card{max-width:none;padding:1.5rem}}.dashboard-header{margin-bottom:3rem;text-align:center}.dashboard-header h1{color:#00133b;font-size:1.875rem;font-weight:700;margin-bottom:.5rem}@media(max-width:575px){.dashboard-header h1{font-size:1.5rem}}.dashboard-header p{color:#282b34;font-size:1rem;margin:0}@media(max-width:575px){.dashboard-header p{font-size:.875rem}}.dashboard-header .dashboard-logo{display:block;height:64px;margin:0 auto 1.5rem;width:64px}@media(max-width:575px){.dashboard-header .dashboard-logo{height:48px;width:48px}}.dashboard-content .content-section{margin-bottom:1.5rem}.dashboard-content .content-section:last-of-type{margin-bottom:2rem}.dashboard-content .content-section .section-title{color:#00133b;font-size:1.125rem;font-weight:500;margin-bottom:.5rem}.dashboard-content .content-section .section-content{background:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);padding:1.5rem}.dashboard-content .content-section .section-content:focus{border-color:#00133b;box-shadow:0 0 0 3px rgba(102,126,234,.1);outline:none}.dashboard-content .content-section .section-content:disabled{background-color:#f8f9fa;cursor:not-allowed;opacity:.7}.dashboard-content .dashboard-button{background:linear-gradient(135deg,#00133b,#243882);border:none;border-radius:8px;cursor:pointer;display:inline-block;padding:.75rem 1rem;text-align:center;text-decoration:none;transition:all .2s ease;transition:transform .2s ease,box-shadow .2s ease;user-select:none}.dashboard-content .dashboard-button:hover:not(:disabled){box-shadow:0 4px 12px rgba(0,19,59,.3);transform:translateY(-1px)}.dashboard-content .dashboard-button:active:not(:disabled){transform:translateY(0)}.dashboard-content .dashboard-button{color:#fff;font-size:1rem;font-weight:600;height:2.5rem;width:100%}.dashboard-content .dashboard-button:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.dashboard-content .dashboard-button:disabled:hover{box-shadow:none!important;transform:none!important}.dashboard-content .info-message{background-color:rgba(36,56,130,.1);border-left:4px solid #243882;border-radius:6px;color:#243882;font-size:.875rem;margin-bottom:1.5rem;padding:.5rem 1rem}.dashboard-content .info-message .info-icon{margin-right:.25rem}.dashboard-content .success-message{background-color:rgba(40,167,69,.1);border-left:4px solid #28a745;border-radius:6px;color:#28a745;font-size:.875rem;margin-bottom:1.5rem;padding:.5rem 1rem}.dashboard-content .loading-dashboard{color:#bcbcbc;font-size:.75rem;font-style:italic;margin-top:.5rem;text-align:center}.dashboard-content .loading-dashboard:before{content:"⚡ ";margin-right:.25rem}.dashboard-footer{margin-top:2rem;text-align:center}.dashboard-footer .dashboard-links{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.dashboard-footer .dashboard-links a{color:#bcbcbc;font-size:.875rem;text-decoration:none;transition:color .2s ease}.dashboard-footer .dashboard-links a:hover{color:#00133b;text-decoration:underline}.dashboard-footer .dashboard-divider{margin:1.5rem 0;position:relative;text-align:center}.dashboard-footer .dashboard-divider:before{background:#dee2e6;content:"";height:1px;left:0;position:absolute;right:0;top:50%}.dashboard-footer .dashboard-divider span{background:#fff;color:#bcbcbc;font-size:.875rem;padding:0 1rem;position:relative}.dashboard-widgets{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.dashboard-widgets .widget{margin-bottom:0}.dashboard-widgets .widget .widget-title{color:#282b34;font-size:.875rem}.dashboard-widgets .widget-actions{color:#00133b;font-size:.875rem;text-decoration:none}.dashboard-widgets .widget-actions:hover{text-decoration:underline}.dashboard-stats{margin-top:1.5rem}.dashboard-stats .stats-grid{display:grid;gap:.5rem;grid-template-columns:1fr}.dashboard-stats .stats-grid .stat-card{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 1rem;text-align:center;text-decoration:none;transition:all .2s ease;user-select:none}.dashboard-stats .stats-grid .stat-card:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.dashboard-stats .stats-grid .stat-card:disabled:hover{box-shadow:none!important;transform:none!important}.dashboard-stats .stats-grid .stat-card{align-items:center;background:#fff;border:2px solid #bcbcbc;color:#00133b;display:flex;gap:.5rem;justify-content:center}.dashboard-stats .stats-grid .stat-card:hover:not(:disabled){border-color:#00133b;color:#00133b}.dashboard-stats .stats-grid .stat-card .stat-icon{height:20px;width:20px}.dashboard-stats .stats-grid .stat-card.stat-primary:hover{border-color:#00133b;color:#00133b}.dashboard-stats .stats-grid .stat-card.stat-success:hover{border-color:#28a745;color:#28a745}.dashboard-metrics{margin-top:.25rem}.dashboard-metrics .metrics-bar{background:#f8f9fa;border-radius:2px;height:4px;margin-bottom:.25rem;overflow:hidden}.dashboard-metrics .metrics-bar .metrics-fill{border-radius:2px;height:100%;transition:width .2s ease,background-color .2s ease}.dashboard-metrics .metrics-bar .metrics-fill.metrics-low{background:#dc3545;width:25%}.dashboard-metrics .metrics-bar .metrics-fill.metrics-medium{background:#ffc107;width:50%}.dashboard-metrics .metrics-bar .metrics-fill.metrics-good{background:#243882;width:75%}.dashboard-metrics .metrics-bar .metrics-fill.metrics-excellent{background:#28a745;width:100%}.dashboard-metrics .metrics-text{color:#bcbcbc;font-size:.75rem}@media(max-width:575px){.dashboard-container{padding:.5rem}.dashboard-card{border:1px solid #dee2e6;box-shadow:none}.dashboard-content .content-section{margin-bottom:1rem}.dashboard-widgets{align-items:flex-start;flex-direction:column;gap:.5rem}}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:2rem!important}.m-6{margin:3rem!important}.m-auto{margin:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:2rem!important}.mt-6{margin-top:3rem!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:2rem!important}.mb-6{margin-bottom:3rem!important}.ml-0{margin-left:0!important}.ml-1{margin-left:.25rem!important}.ml-2{margin-left:.5rem!important}.ml-3{margin-left:1rem!important}.ml-4{margin-left:1.5rem!important}.ml-auto{margin-left:auto!important}.mr-0{margin-right:0!important}.mr-1{margin-right:.25rem!important}.mr-2{margin-right:.5rem!important}.mr-3{margin-right:1rem!important}.mr-4{margin-right:1.5rem!important}.mr-auto{margin-right:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-bottom:0!important;margin-top:0!important}.my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-5{margin-bottom:2rem!important;margin-top:2rem!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:2rem!important}.p-6{padding:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:2rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:2rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:2rem!important;padding-right:2rem!important}.py-0{padding-bottom:0!important;padding-top:0!important}.py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-5{padding-bottom:2rem!important;padding-top:2rem!important}.d-none{display:none!important}.d-block{display:block!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-grid{display:grid!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.justify-start{justify-content:flex-start!important}.justify-center{justify-content:center!important}.justify-end{justify-content:flex-end!important}.justify-between{justify-content:space-between!important}.justify-around{justify-content:space-around!important}.justify-evenly{justify-content:space-evenly!important}.align-start{align-items:flex-start!important}.align-center{align-items:center!important}.align-end{align-items:flex-end!important}.align-baseline{align-items:baseline!important}.align-stretch{align-items:stretch!important}.flex-1{flex:1!important}.flex-auto{flex:auto!important}.flex-none{flex:none!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:2rem!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.min-h-screen{min-height:100vh!important}.min-h-full{min-height:100%!important}.max-w-xs{max-width:320px!important}.max-w-sm{max-width:384px!important}.max-w-md{max-width:448px!important}.max-w-lg{max-width:512px!important}.max-w-xl{max-width:576px!important}.max-w-2xl{max-width:672px!important}.max-w-3xl{max-width:768px!important}.max-w-4xl{max-width:896px!important}.max-w-5xl{max-width:1024px!important}.max-w-6xl{max-width:1152px!important}.max-w-7xl{max-width:1280px!important}.max-w-full{max-width:100%!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-scroll{overflow-y:scroll!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.border{border:1px solid #bcbcbc!important}.border-0{border:0!important}.border-top{border-top:1px solid #bcbcbc!important}.border-bottom{border-bottom:1px solid #bcbcbc!important}.border-left{border-left:1px solid #bcbcbc!important}.border-right{border-right:1px solid #bcbcbc!important}.border-primary{border-color:#00133b!important}.border-secondary{border-color:#282b34!important}.border-success{border-color:#28a745!important}.border-danger{border-color:#dc3545!important}.border-warning{border-color:#ffc107!important}.border-info{border-color:#243882!important}.border-light{border-color:#dee2e6!important}.border-dark{border-color:#282b34!important}.rounded{border-radius:6px!important}.rounded-sm{border-radius:4px!important}.rounded-md{border-radius:8px!important}.rounded-lg{border-radius:12px!important}.rounded-xl{border-radius:16px!important}.rounded-full{border-radius:50%!important}.rounded-none{border-radius:0!important}.bg-primary{background-color:#00133b!important}.bg-secondary{background-color:#282b34!important}.bg-success{background-color:#28a745!important}.bg-danger{background-color:#dc3545!important}.bg-warning{background-color:#ffc107!important}.bg-info{background-color:#243882!important}.bg-light{background-color:#f8f9fa!important}.bg-dark{background-color:#282b34!important}.bg-white{background-color:#fff!important}.bg-black{background-color:#000!important}.bg-transparent{background-color:transparent!important}.shadow-none{box-shadow:none!important}.shadow-sm{box-shadow:0 1px 2px rgba(0,0,0,.05)!important}.shadow{box-shadow:0 2px 4px rgba(0,0,0,.1)!important}.shadow-md{box-shadow:0 4px 6px rgba(0,0,0,.1)!important}.shadow-lg{box-shadow:0 10px 15px rgba(0,0,0,.1)!important}.shadow-xl{box-shadow:0 20px 25px rgba(0,0,0,.1)!important}.text-xs{font-size:.75rem!important}.text-sm{font-size:.875rem!important}.text-base{font-size:1rem!important}.text-lg{font-size:1.125rem!important}.text-xl{font-size:1.25rem!important}.text-2xl{font-size:1.5rem!important}.text-3xl{font-size:1.875rem!important}.text-4xl{font-size:2.25rem!important}.font-light{font-weight:300!important}.font-normal{font-weight:400!important}.font-medium{font-weight:500!important}.font-semibold{font-weight:600!important}.font-bold{font-weight:700!important}.text-primary{color:#00133b!important}.text-secondary{color:#282b34!important}.text-muted{color:#bcbcbc!important}.text-success{color:#28a745!important}.text-warning{color:#ffc107!important}.text-danger{color:#dc3545!important}.text-info{color:#243882!important}.text-white{color:#fff!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.leading-tight{line-height:1.25!important}.leading-normal{line-height:1.5!important}.leading-relaxed{line-height:1.6!important}.cursor-auto{cursor:auto!important}.cursor-default{cursor:default!important}.cursor-pointer{cursor:pointer!important}.cursor-wait{cursor:wait!important}.cursor-text{cursor:text!important}.cursor-move{cursor:move!important}.cursor-not-allowed{cursor:not-allowed!important}.select-none{user-select:none!important}.select-text{user-select:text!important}.select-all{user-select:all!important}.select-auto{user-select:auto!important}.pointer-events-none{pointer-events:none!important}.pointer-events-auto{pointer-events:auto!important}.z-0{z-index:0!important}.z-10{z-index:10!important}.z-20{z-index:20!important}.z-30{z-index:30!important}.z-40{z-index:40!important}.z-50{z-index:50!important}.z-auto{z-index:auto!important}.clearfix:after{clear:both;content:"";display:table}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}.list-none{list-style-type:none!important}.list-disc{list-style-type:disc!important}.list-decimal{list-style-type:decimal!important}.object-contain{object-fit:contain!important}.object-cover{object-fit:cover!important}.object-fill{object-fit:fill!important}.object-none{object-fit:none!important}.object-scale-down{object-fit:scale-down!important}.whitespace-normal{white-space:normal!important}.whitespace-nowrap{white-space:nowrap!important}.whitespace-pre{white-space:pre!important}.whitespace-pre-line{white-space:pre-line!important}.whitespace-pre-wrap{white-space:pre-wrap!important}.break-normal{overflow-wrap:normal!important;word-break:normal!important}.break-words{overflow-wrap:break-word!important}.break-all{word-break:break-all!important}@media(min-width:576px){.d-sm-none{display:none!important}.d-sm-block{display:block!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-grid{display:grid!important}}@media(min-width:768px){.d-md-none{display:none!important}.d-md-block{display:block!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-grid{display:grid!important}}@media(min-width:992px){.d-lg-none{display:none!important}.d-lg-block{display:block!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-grid{display:grid!important}}@media(min-width:1200px){.d-xl-none{display:none!important}.d-xl-block{display:block!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-grid{display:grid!important}}@media(min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}}@media(min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}}@media(min-width:992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}}@media(min-width:1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}}@media(min-width:576px){.justify-sm-start{justify-content:flex-start!important}.justify-sm-center{justify-content:center!important}.justify-sm-end{justify-content:flex-end!important}.justify-sm-between{justify-content:space-between!important}.justify-sm-around{justify-content:space-around!important}.justify-sm-evenly{justify-content:space-evenly!important}}@media(min-width:768px){.justify-md-start{justify-content:flex-start!important}.justify-md-center{justify-content:center!important}.justify-md-end{justify-content:flex-end!important}.justify-md-between{justify-content:space-between!important}.justify-md-around{justify-content:space-around!important}.justify-md-evenly{justify-content:space-evenly!important}}@media(min-width:992px){.justify-lg-start{justify-content:flex-start!important}.justify-lg-center{justify-content:center!important}.justify-lg-end{justify-content:flex-end!important}.justify-lg-between{justify-content:space-between!important}.justify-lg-around{justify-content:space-around!important}.justify-lg-evenly{justify-content:space-evenly!important}}@media(min-width:1200px){.justify-xl-start{justify-content:flex-start!important}.justify-xl-center{justify-content:center!important}.justify-xl-end{justify-content:flex-end!important}.justify-xl-between{justify-content:space-between!important}.justify-xl-around{justify-content:space-around!important}.justify-xl-evenly{justify-content:space-evenly!important}}@media(min-width:576px){.text-sm-left{text-align:left!important}.text-sm-center{text-align:center!important}.text-sm-right{text-align:right!important}}@media(min-width:768px){.text-md-left{text-align:left!important}.text-md-center{text-align:center!important}.text-md-right{text-align:right!important}}@media(min-width:992px){.text-lg-left{text-align:left!important}.text-lg-center{text-align:center!important}.text-lg-right{text-align:right!important}}@media(min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-center{text-align:center!important}.text-xl-right{text-align:right!important}}@media(min-width:576px){.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:2rem!important}.m-sm-auto{margin:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:2rem!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:2rem!important}.ml-sm-0{margin-left:0!important}.ml-sm-1{margin-left:.25rem!important}.ml-sm-2{margin-left:.5rem!important}.ml-sm-3{margin-left:1rem!important}.ml-sm-4{margin-left:1.5rem!important}.ml-sm-auto{margin-left:auto!important}.mr-sm-0{margin-right:0!important}.mr-sm-1{margin-right:.25rem!important}.mr-sm-2{margin-right:.5rem!important}.mr-sm-3{margin-right:1rem!important}.mr-sm-4{margin-right:1.5rem!important}.mr-sm-auto{margin-right:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-bottom:0!important;margin-top:0!important}.my-sm-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-sm-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-sm-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-sm-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-sm-5{margin-bottom:2rem!important;margin-top:2rem!important}}@media(min-width:768px){.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:2rem!important}.m-md-auto{margin:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:2rem!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:2rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-bottom:0!important;margin-top:0!important}.my-md-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-md-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-md-5{margin-bottom:2rem!important;margin-top:2rem!important}}@media(min-width:992px){.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:2rem!important}.m-lg-auto{margin:auto!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-bottom:0!important;margin-top:0!important}.my-lg-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-lg-5{margin-bottom:2rem!important;margin-top:2rem!important}}@media(min-width:576px){.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:2rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-sm-0{padding-bottom:0!important;padding-top:0!important}.py-sm-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-sm-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-sm-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-sm-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}}@media(min-width:768px){.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:2rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:2rem!important;padding-right:2rem!important}.py-md-0{padding-bottom:0!important;padding-top:0!important}.py-md-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-md-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-md-5{padding-bottom:2rem!important;padding-top:2rem!important}}@media(min-width:992px){.p-lg-0{padding:0!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:2rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:2rem!important;padding-right:2rem!important}.py-lg-0{padding-bottom:0!important;padding-top:0!important}.py-lg-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-lg-5{padding-bottom:2rem!important;padding-top:2rem!important}}@media(min-width:576px){.w-sm-25{width:25%!important}.w-sm-50{width:50%!important}.w-sm-75{width:75%!important}.w-sm-100{width:100%!important}.w-sm-auto{width:auto!important}}@media(min-width:768px){.w-md-25{width:25%!important}.w-md-50{width:50%!important}.w-md-75{width:75%!important}.w-md-100{width:100%!important}.w-md-auto{width:auto!important}}@media(min-width:992px){.w-lg-25{width:25%!important}.w-lg-50{width:50%!important}.w-lg-75{width:75%!important}.w-lg-100{width:100%!important}.w-lg-auto{width:auto!important}}@media(min-width:1200px){.w-xl-25{width:25%!important}.w-xl-50{width:50%!important}.w-xl-75{width:75%!important}.w-xl-100{width:100%!important}.w-xl-auto{width:auto!important}}@media(min-width:576px){.grid-sm-1{grid-template-columns:repeat(1,1fr)!important}.grid-sm-2{grid-template-columns:repeat(2,1fr)!important}.grid-sm-3{grid-template-columns:repeat(3,1fr)!important}.grid-sm-4{grid-template-columns:repeat(4,1fr)!important}}@media(min-width:768px){.grid-md-1{grid-template-columns:repeat(1,1fr)!important}.grid-md-2{grid-template-columns:repeat(2,1fr)!important}.grid-md-3{grid-template-columns:repeat(3,1fr)!important}.grid-md-4{grid-template-columns:repeat(4,1fr)!important}.grid-md-5{grid-template-columns:repeat(5,1fr)!important}.grid-md-6{grid-template-columns:repeat(6,1fr)!important}}@media(min-width:992px){.grid-lg-1{grid-template-columns:repeat(1,1fr)!important}.grid-lg-2{grid-template-columns:repeat(2,1fr)!important}.grid-lg-3{grid-template-columns:repeat(3,1fr)!important}.grid-lg-4{grid-template-columns:repeat(4,1fr)!important}.grid-lg-5{grid-template-columns:repeat(5,1fr)!important}.grid-lg-6{grid-template-columns:repeat(6,1fr)!important}}@media(min-width:1200px){.grid-xl-1{grid-template-columns:repeat(1,1fr)!important}.grid-xl-2{grid-template-columns:repeat(2,1fr)!important}.grid-xl-3{grid-template-columns:repeat(3,1fr)!important}.grid-xl-4{grid-template-columns:repeat(4,1fr)!important}.grid-xl-5{grid-template-columns:repeat(5,1fr)!important}.grid-xl-6{grid-template-columns:repeat(6,1fr)!important}.grid-xl-12{grid-template-columns:repeat(12,1fr)!important}}@media(min-width:576px){.text-sm-xs{font-size:.75rem!important}.text-sm-sm{font-size:.875rem!important}.text-sm-base{font-size:1rem!important}.text-sm-lg{font-size:1.125rem!important}.text-sm-xl{font-size:1.25rem!important}.text-sm-2xl{font-size:1.5rem!important}}@media(min-width:768px){.text-md-xs{font-size:.75rem!important}.text-md-sm{font-size:.875rem!important}.text-md-base{font-size:1rem!important}.text-md-lg{font-size:1.125rem!important}.text-md-xl{font-size:1.25rem!important}.text-md-2xl{font-size:1.5rem!important}.text-md-3xl{font-size:1.875rem!important}}@media(min-width:992px){.text-lg-base{font-size:1rem!important}.text-lg-lg{font-size:1.125rem!important}.text-lg-xl{font-size:1.25rem!important}.text-lg-2xl{font-size:1.5rem!important}.text-lg-3xl{font-size:1.875rem!important}.text-lg-4xl{font-size:2.25rem!important}}@media(min-width:1200px){.text-xl-lg{font-size:1.125rem!important}.text-xl-xl{font-size:1.25rem!important}.text-xl-2xl{font-size:1.5rem!important}.text-xl-3xl{font-size:1.875rem!important}.text-xl-4xl{font-size:2.25rem!important}}@media(max-width:575px){.hidden-xs{display:none!important}}@media(min-width:576px)and (max-width:767px){.hidden-sm{display:none!important}}@media(min-width:768px)and (max-width:991px){.hidden-md{display:none!important}}@media(min-width:992px)and (max-width:1199px){.hidden-lg{display:none!important}}@media(min-width:1200px){.hidden-xl{display:none!important}}@media(max-width:575px){.visible-xs{display:block!important}}@media(min-width:576px)and (max-width:767px){.visible-sm{display:block!important}}@media(min-width:768px)and (max-width:991px){.visible-md{display:block!important}}@media(min-width:992px)and (max-width:1199px){.visible-lg{display:block!important}}@media(min-width:1200px){.visible-xl{display:block!important}}@media(min-width:576px){.order-sm-first{order:-1!important}.order-sm-last{order:999!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}}@media(min-width:768px){.order-md-first{order:-1!important}.order-md-last{order:999!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}}@media(min-width:992px){.order-lg-first{order:-1!important}.order-lg-last{order:999!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}}.developer-info{background:#fff;border-radius:12px;box-shadow:0 10px 15px rgba(0,0,0,.1);margin-bottom:2rem;padding:2rem}.developer-info h3{color:#00133b;font-size:1.125rem;font-weight:600;margin-bottom:1rem;margin-top:0}.developer-info p{color:#282b34;line-height:1.6;margin:0}@media(max-width:767px){.developer-info{margin-bottom:1.5rem}}.app-content{background:#fff;border-radius:12px;box-shadow:0 10px 15px rgba(0,0,0,.1);padding:2rem}.app-content p{color:#282b34;font-size:1.125rem;line-height:1.6;margin:0}@media(max-width:767px){.app-content{padding:1.5rem}}@media(max-width:575px){.app-content{padding:1rem}}.smooth-transition{transition:all .2s ease}.fade-in{animation:fadeIn ease-out .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.skip-link{background:#00133b;border-radius:6px;color:#fff;left:6px;padding:.5rem 1rem;position:absolute;text-decoration:none;top:-40px;transition:top .15s ease;z-index:1070}.skip-link:focus{top:6px}.focus-trap:focus{background:linear-gradient(135deg,#00133b,#243882);outline:2px solid #00133b}@media print{.app-header,.debug-info,.debug-toggle,.no-print{display:none!important}.main-content{padding:0!important}.app-content,.card,.developer-info{border:1px solid #000!important;box-shadow:none!important}}@media(prefers-color-scheme:dark){:root{--text-primary-dark:#fff;--text-secondary-dark:#f8f9fa;--bg-primary-dark:#282b34;--bg-secondary-dark:#000}}@media(prefers-contrast:high){.btn{border:2px solid}.form-control{border-width:2px}a{text-decoration:underline}}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.loading-spinner .spinner{animation:none;border-top-color:#00133b}}.nfc-upload-row .MuiButton-root{min-width:160px}.nfc-cell{border-radius:6px;display:inline-block;padding:2px 6px}.nfc-changed-new{background:rgba(253,216,53,.35);font-weight:600}.nfc-changed-old{background:rgba(33,150,243,.2);font-weight:600}