@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Caveat:wght@400;700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap";body{font-family:"Inter",sans-serif;color:#0d1b2a;background-color:#f8fafc}h1,h2,h3,h4,h5,h6,.font-serif{font-family:"Playfair Display",serif}.font-writing{font-family:"Caveat",cursive}.text-gradient{background-image:linear-gradient(to right, #1E439B, #13A8A6);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0)}.auth-layout-container{min-height:100vh;min-height:100dvh;width:100%;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:rgba(0,0,0,0);display:flex;justify-content:center;align-items:center;position:relative;padding:2rem 1rem;overflow-y:auto;background-image:url("/backgrounds/peacock-bg.png")}.auth-layout-container .overlay-glass{position:absolute;inset:0;background-color:hsla(0,0%,100%,.3);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);pointer-events:none}.auth-layout-container .overlay-gradient{position:absolute;inset:0;background:linear-gradient(to right, rgba(234, 244, 252, 0.8), transparent, rgba(255, 255, 255, 0.5));pointer-events:none}.auth-layout-container .auth-content-wrapper{width:100%;max-width:1200px;display:flex;flex-direction:column;position:relative;z-index:10}@media(min-width: 768px){.auth-layout-container .auth-content-wrapper{flex-direction:row}}.auth-layout-container .auth-content-wrapper .auth-left-side{flex:1;display:flex;flex-direction:column;justify-content:center;padding:3rem 1.5rem;color:#102b5e}@media(min-width: 640px){.auth-layout-container .auth-content-wrapper .auth-left-side{padding-left:2.5rem;padding-right:2.5rem}}@media(min-width: 1024px){.auth-layout-container .auth-content-wrapper .auth-left-side{padding-left:4rem;padding-right:4rem}}.auth-layout-container .auth-content-wrapper .auth-right-side{width:100%;display:flex;align-items:center;justify-content:center;padding:1.5rem}@media(min-width: 768px){.auth-layout-container .auth-content-wrapper .auth-right-side{width:50%}}@media(min-width: 1024px){.auth-layout-container .auth-content-wrapper .auth-right-side{width:540px;padding:3rem}}.auth-card{width:100%;max-width:500px;position:relative;z-index:10;background:hsla(0,0%,100%,.8);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.5);box-shadow:0 8px 32px rgba(0,0,0,.05);border-radius:2rem;padding:2rem}@media(min-width: 640px){.auth-card{padding:2.5rem}}.auth-card-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:2rem}.auth-card-header .logo-circle{width:4rem;height:4rem;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);margin-bottom:.5rem;position:relative;overflow:hidden}.auth-card-header .logo-circle img{object-fit:contain;width:2.5rem;height:2.5rem}.auth-card-header h1{font-size:1.75rem;color:#102b5e;letter-spacing:-0.025em;margin-bottom:.5rem}.auth-card-header p{font-size:.875rem;color:#6b7280;margin:0}.form-group{margin-bottom:1rem}.form-group label{font-size:.75rem;font-weight:600;color:#102b5e;margin-bottom:.25rem;display:block}.form-group .input-wrapper{position:relative}.form-group .input-wrapper .icon-left{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#9ca3af;width:1rem;height:1rem}.form-group .input-wrapper .icon-right{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);color:#9ca3af;background:none;border:none;cursor:pointer;padding:0;display:flex}.form-group .input-wrapper .icon-right:hover{color:#4b5563}.form-group .input-wrapper .form-control{height:42px;background-color:#fff;border:1px solid #e2e8f0;color:#102b5e;font-weight:500;font-size:.875rem;border-radius:1rem;padding-left:2.25rem;padding-right:1rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-group .input-wrapper .form-control::placeholder{color:#9ca3af}.form-group .input-wrapper .form-control:focus{border-color:#14b8a6;box-shadow:0 0 0 .25rem rgba(20,184,166,.25);outline:0}.form-group .input-wrapper .form-control.has-right-icon{padding-right:2.5rem}.custom-checkbox{display:inline-flex;align-items:center;gap:.5rem;position:relative;user-select:none}.custom-checkbox .form-check-input{appearance:none;-webkit-appearance:none;width:1.15rem;height:1.15rem;flex-shrink:0;border:1.5px solid #cbd5e1;border-radius:.375rem;background-color:#fff;cursor:pointer;transition:all .2s cubic-bezier(0.4, 0, 0.2, 1);margin:0;position:relative;outline:none}.custom-checkbox .form-check-input:hover{border-color:#0e9b9a;box-shadow:0 0 0 3px rgba(14,155,154,.12)}.custom-checkbox .form-check-input:focus-visible{border-color:#2b4cb6;box-shadow:0 0 0 3px rgba(43,76,182,.25)}.custom-checkbox .form-check-input:checked{background-color:#2b4cb6;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='white'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E"),linear-gradient(135deg, #2B4CB6, #0E9B9A);background-size:.85rem .85rem,cover;background-position:center;background-repeat:no-repeat;border-color:rgba(0,0,0,0);box-shadow:0 2px 6px rgba(43,76,182,.3);transform:scale(1.04)}.custom-checkbox .form-check-label{font-size:.8125rem;color:#475569;font-weight:500;cursor:pointer;margin-left:0;transition:color .15s ease}.custom-checkbox:hover .form-check-label{color:#0d1b2a}.btn-primary-gradient{height:46px;background:linear-gradient(to right, #2B4CB6, #0E9B9A);color:#fff;border:none;border-radius:1rem;font-size:.875rem;font-weight:500;transition:opacity .2s;box-shadow:0 4px 6px rgba(14,155,154,.2);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.btn-primary-gradient:hover,.btn-primary-gradient:focus{opacity:.9;color:#fff}.btn-primary-gradient .icon-left{position:absolute;left:1rem;opacity:.7;transition:opacity .2s}.btn-primary-gradient .icon-right{position:absolute;right:1rem;opacity:.7;transition:all .2s}.btn-primary-gradient:hover .icon-left{opacity:1}.btn-primary-gradient:hover .icon-right{opacity:1;transform:translateX(4px)}.btn-social-outline{height:46px;background-color:#fff;border:1px solid #e2e8f0;color:#4b5563;font-weight:500;border-radius:1rem;font-size:.875rem;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.btn-social-outline:hover{background-color:#f9fafb;color:#4b5563}.btn-social-outline svg{margin-right:.5rem;width:1rem;height:1rem}select.form-select,.form-select{appearance:none !important;-webkit-appearance:none !important;-moz-appearance:none !important;height:auto !important;min-height:42px !important;padding:9px 36px 9px 14px !important;font-size:13.5px !important;font-weight:500 !important;color:#0f172a !important;background-color:#fff !important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230d9488' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;background-repeat:no-repeat !important;background-position:right 12px center !important;background-size:16px 16px !important;border:1px solid #e2e8f0 !important;border-radius:10px !important;box-shadow:0 1px 2px rgba(0,0,0,.02) !important;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease !important;cursor:pointer !important}select.form-select:hover,.form-select:hover{border-color:#cbd5e1 !important}select.form-select:focus,.form-select:focus{border-color:#0d9488 !important;box-shadow:0 0 0 3.5px rgba(13,148,136,.15) !important;outline:0 !important}select.form-select:disabled,.form-select:disabled{background-color:#f8fafc !important;color:#94a3b8 !important;cursor:not-allowed !important;opacity:.7 !important}select.form-select.is-invalid,.form-select.is-invalid{border-color:#ef4444 !important}select.form-select.is-invalid:focus,.form-select.is-invalid:focus{box-shadow:0 0 0 3.5px rgba(239,68,68,.18) !important}select.form-select option,.form-select option{font-weight:500;color:#0f172a;padding:8px 12px;background-color:#fff}.form-select-sm{min-height:34px !important;padding-top:5px !important;padding-bottom:5px !important;font-size:12.5px !important}.select2-container--default{width:100% !important}.select2-container--default .select2-selection--single{height:auto !important;min-height:42px !important;padding:8px 36px 8px 14px !important;border-radius:10px !important;border:1px solid #e2e8f0 !important;background-color:#fff !important;font-size:13.5px !important;display:flex !important;align-items:center !important;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease !important;box-shadow:0 1px 2px rgba(0,0,0,.02) !important;position:relative !important}.select2-container--default .select2-selection--single:hover{border-color:#cbd5e1 !important}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#0f172a !important;font-size:13.5px !important;font-weight:500 !important;padding-left:0 !important;padding-right:0 !important;line-height:1.4 !important;width:100% !important}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#94a3b8 !important;font-weight:400 !important}.select2-container--default .select2-selection--single .select2-selection__arrow{height:100% !important;top:0 !important;right:10px !important;width:24px !important;display:flex !important;align-items:center !important;justify-content:center !important}.select2-container--default .select2-selection--single .select2-selection__arrow b{display:none !important}.select2-container--default .select2-selection--single .select2-selection__arrow::after{content:"" !important;display:block !important;width:16px !important;height:16px !important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;background-repeat:no-repeat !important;background-position:center !important;background-size:contain !important;transition:transform .2s ease,background-image .2s ease !important}.select2-container--default.select2-container--open .select2-selection--single,.select2-container--default.select2-container--focus .select2-selection--single{border-color:#0d9488 !important;box-shadow:0 0 0 3.5px rgba(13,148,136,.15) !important;outline:none !important}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::after,.select2-container--default.select2-container--focus .select2-selection--single .select2-selection__arrow::after{transform:rotate(180deg) !important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230d9488' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important}.select2-container--default .select2-selection--multiple{min-height:42px !important;padding:4px 8px !important;border-radius:10px !important;border:1px solid #e2e8f0 !important;background-color:#fff !important;transition:border-color .2s ease,box-shadow .2s ease !important;display:flex !important;flex-wrap:wrap !important;align-items:center !important;gap:4px !important}.select2-container--default .select2-selection--multiple:hover{border-color:#cbd5e1 !important}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#f0fdfa !important;border:1px solid #ccfbf1 !important;color:#0f766e !important;border-radius:6px !important;padding:3px 10px 3px 22px !important;font-size:12.5px !important;font-weight:600 !important;position:relative !important;margin:2px !important;display:inline-flex !important;align-items:center !important}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#0d9488 !important;border:none !important;background:rgba(0,0,0,0) !important;position:absolute !important;left:5px !important;top:50% !important;transform:translateY(-50%) !important;font-size:14px !important;line-height:1 !important;font-weight:700 !important;transition:color .15s ease !important}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#ef4444 !important;background:rgba(0,0,0,0) !important}.select2-container--default.select2-container--focus .select2-selection--multiple,.select2-container--default.select2-container--open .select2-selection--multiple{border-color:#0d9488 !important;box-shadow:0 0 0 3.5px rgba(13,148,136,.15) !important;outline:none !important}.select2-filter+.select2-container .select2-selection--single,.select2-container--sm .select2-selection--single{min-height:36px !important;padding:4px 32px 4px 10px !important;border-radius:8px !important}.select2-filter+.select2-container .select2-selection--single .select2-selection__rendered,.select2-container--sm .select2-selection--single .select2-selection__rendered{font-size:12.5px !important;line-height:1.4 !important}.select2-dropdown{border-radius:12px !important;border:1px solid #e2e8f0 !important;box-shadow:0 14px 30px -4px rgba(15,23,42,.14),0 4px 10px -2px rgba(15,23,42,.05) !important;padding:6px !important;background:#fff !important;z-index:1070 !important;margin-top:4px !important;overflow:hidden !important;animation:select2DropdownFadeIn .15s cubic-bezier(0.16, 1, 0.3, 1)}@keyframes select2DropdownFadeIn{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.select2-container--default .select2-search--dropdown{padding:8px 10px !important;background-color:#f8fafc !important;border-bottom:1px solid #f1f5f9 !important;border-radius:8px 8px 0 0 !important}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #cbd5e1 !important;border-radius:8px !important;padding:7px 12px 7px 34px !important;font-size:13px !important;color:#0f172a !important;background-color:#fff !important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E") !important;background-repeat:no-repeat !important;background-position:10px center !important;background-size:14px 14px !important;outline:none !important;box-shadow:none !important;transition:border-color .2s ease,box-shadow .2s ease !important}.select2-container--default .select2-search--dropdown .select2-search__field:focus{border-color:#0d9488 !important;box-shadow:0 0 0 3px rgba(13,148,136,.15) !important;outline:none !important}.select2-container--default .select2-search--dropdown .select2-search__field::placeholder{color:#94a3b8 !important}.select2-container--default .select2-results__options{max-height:260px !important;padding:4px !important;margin:0 !important}.select2-container--default .select2-results__options::-webkit-scrollbar{width:5px}.select2-container--default .select2-results__options::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.select2-container--default .select2-results__options::-webkit-scrollbar-thumb{background:rgba(13,148,136,.35);border-radius:4px}.select2-container--default .select2-results__options::-webkit-scrollbar-thumb:hover{background:rgba(13,148,136,.65)}.select2-results__option{padding:9px 12px !important;font-size:13.5px !important;margin-bottom:2px !important;border-radius:8px !important;transition:all .15s ease !important;color:#334155 !important;font-weight:500 !important;cursor:pointer !important;user-select:none !important}.select2-option-wrapper{display:flex;flex-direction:column;gap:2px}.select2-option-wrapper .select2-option-title{font-weight:600;font-size:13.5px;color:#0f172a;transition:color .15s ease}.select2-option-wrapper .select2-option-desc{font-size:11.5px;color:#64748b;font-weight:400;line-height:1.35;transition:color .15s ease}.select2-option-wrapper .select2-option-icon{width:16px;height:16px;margin-right:6px;color:#0d9488}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#f0fdfa !important;color:#0f766e !important}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable .select2-option-title{color:#0f766e !important}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable .select2-option-desc{color:#0d9488 !important}.select2-container--default .select2-results__option--selected{background-color:#0d9488 !important;color:#fff !important;font-weight:600 !important}.select2-container--default .select2-results__option--selected .select2-option-title{color:#fff !important}.select2-container--default .select2-results__option--selected .select2-option-desc{color:hsla(0,0%,100%,.88) !important}.select2-container--default .select2-results__option--selected i,.select2-container--default .select2-results__option--selected svg,.select2-container--default .select2-results__option--selected span{color:#fff !important}.select2-container--default .select2-results__group{font-size:11px !important;font-weight:700 !important;text-transform:uppercase !important;letter-spacing:.05em !important;color:#94a3b8 !important;padding:8px 12px 4px 12px !important}.select2-container--default .select2-results__option[aria-disabled=true]{color:#cbd5e1 !important;cursor:not-allowed !important;background-color:rgba(0,0,0,0) !important}.select2-container--default .select2-results__option[aria-disabled=true] .select2-option-title,.select2-container--default .select2-results__option[aria-disabled=true] .select2-option-desc{color:#cbd5e1 !important}.dropdown-menu{border-radius:12px !important;border:1px solid #e2e8f0 !important;box-shadow:0 14px 30px -4px rgba(15,23,42,.14),0 4px 10px -2px rgba(15,23,42,.05) !important;padding:6px !important;background-color:#fff !important;z-index:1065 !important;min-width:170px !important;animation:dropdownMenuFadeIn .15s cubic-bezier(0.16, 1, 0.3, 1)}@keyframes dropdownMenuFadeIn{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{padding:8px 12px !important;font-size:13px !important;font-weight:500 !important;color:#334155 !important;border-radius:6px !important;transition:background-color .15s ease,color .15s ease !important;display:flex !important;align-items:center !important;gap:8px !important}.dropdown-item i,.dropdown-item svg{color:#64748b;transition:color .15s ease}.dropdown-item:hover,.dropdown-item:focus,.dropdown-item.active{background-color:#f0fdfa !important;color:#0f766e !important}.dropdown-item:hover i,.dropdown-item:hover svg,.dropdown-item:focus i,.dropdown-item:focus svg,.dropdown-item.active i,.dropdown-item.active svg{color:#0d9488 !important}.dropdown-item.text-danger{color:#ef4444 !important}.dropdown-item.text-danger i,.dropdown-item.text-danger svg{color:#ef4444 !important}.dropdown-item.text-danger:hover,.dropdown-item.text-danger:focus{background-color:#fef2f2 !important;color:#dc2626 !important}.dropdown-divider{margin:4px 0 !important;border-color:#f1f5f9 !important}.sv-glass{background:hsla(0,0%,100%,.7) !important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.5) !important;box-shadow:0 4px 12px rgba(28,43,57,.05)}.sv-card-hover{transition:transform .3s cubic-bezier(0.25, 0.8, 0.25, 1),box-shadow .3s cubic-bezier(0.25, 0.8, 0.25, 1)}.sv-card-hover:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(28,43,57,.08)}.sv-sidebar{border-right:1px solid rgba(0,0,0,.05);background:hsla(0,0%,100%,.95) !important;backdrop-filter:blur(10px)}.sv-sidebar .nav-link{border-radius:8px;transition:all .2s ease-in-out;color:#6c757d !important}.sv-sidebar .nav-link:hover{background:rgba(42,157,143,.08);color:#2a9d8f !important}.sv-sidebar .nav-link.active{background:rgba(42,157,143,.1) !important;color:#2a9d8f !important;font-weight:600}.sv-topnavbar{border-bottom:1px solid rgba(0,0,0,.05);background:hsla(0,0%,100%,.9) !important;backdrop-filter:blur(10px);z-index:1000}.sv-hero-banner{background:linear-gradient(135deg, rgba(244, 226, 177, 0.4) 0%, rgba(42, 157, 143, 0.1) 100%);border-radius:24px;overflow:hidden}.tracking-wide{letter-spacing:.1em}.story-cover-card{border-radius:16px;overflow:hidden;transition:all .3s ease;cursor:pointer}.story-cover-card .cover-img{height:200px;background-color:#e9ecef;background-size:cover;background-position:center;transition:transform .5s ease}.story-cover-card:hover{transform:translateY(-8px);box-shadow:0 10px 30px rgba(28,43,57,.08)}.story-cover-card:hover .cover-img{transform:scale(1.05)}.min-w-0{min-width:0 !important}html,body{height:100%;max-height:100vh;max-height:100dvh;overflow:hidden !important}html.auth-page,body.auth-page,html:has(.auth-layout-container),body:has(.auth-layout-container){height:auto !important;min-height:100% !important;max-height:none !important;overflow-x:hidden !important;overflow-y:auto !important}.sv-app-container{height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;width:100%;position:relative;overflow:hidden}.main-content-wrapper{flex-grow:1;display:flex;flex-direction:column;height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;overflow-y:auto;overflow-x:hidden;background:rgba(0,0,0,0);min-width:0;position:relative;padding:1rem 1rem;transition:padding .3s ease}@media(min-width: 576px){.main-content-wrapper{padding:1.25rem 1.5rem}}@media(min-width: 992px){.main-content-wrapper{padding:1.5rem 2.5rem}}.hide-scrollbar,.overflow-x-auto{overflow-x:auto !important;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar,.overflow-x-auto::-webkit-scrollbar{display:none !important}@media(min-width: 992px){.sidebar-custom{position:relative !important;top:0;height:100vh !important;height:100dvh !important;max-height:100vh !important;max-height:100dvh !important;flex-shrink:0;z-index:1000;overflow:hidden}}@media(max-width: 991.98px){.sidebar-custom{position:fixed !important;top:0;left:0;bottom:0;z-index:1045 !important;transform:translateX(-100%);transition:transform .3s cubic-bezier(0.4, 0, 0.2, 1) !important;box-shadow:0 10px 30px rgba(0,0,0,.4) !important;width:280px !important;min-width:280px !important;max-width:280px !important}.sidebar-custom.sidebar-mobile-open{transform:translateX(0) !important}.sidebar-overlay-backdrop{position:fixed;inset:0;background:rgba(10,17,40,.6);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:1040;opacity:0;pointer-events:none;transition:opacity .3s ease}.sidebar-overlay-backdrop.show{opacity:1;pointer-events:auto}}.mobile-nav-header{display:none}@media(max-width: 991.98px){.mobile-nav-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:rgba(253,251,247,.95);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid #eae3d2;margin-bottom:1rem;border-radius:12px}}@media(max-width: 575.98px){.stat-card-left{width:36px !important}.stat-value{font-size:1.75rem !important}.stepper-container{overflow-x:auto;padding-bottom:8px;justify-content:flex-start !important;gap:16px}.stepper-line{display:none !important}.stepper-step{flex-shrink:0}}.line-clamp-1{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}/*# sourceMappingURL=main.css.map */
