@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap";@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes ripple{0%{transform:scale(0);opacity:1}to{transform:scale(4);opacity:0}}.animate-fade-in{animation:fadeIn .3s cubic-bezier(0,0,.2,1) forwards}.animate-fade-in-up{animation:fadeInUp .3s cubic-bezier(0,0,.2,1) forwards}.animate-scale-in{animation:scaleIn .3s cubic-bezier(.175,.885,.32,1.275) forwards}.animate-slide-in-right{animation:slideInRight .3s cubic-bezier(0,0,.2,1) forwards}.delay-1{animation-delay:75ms}.delay-2{animation-delay:.15s}.delay-3{animation-delay:225ms}.delay-4{animation-delay:.3s}.delay-5{animation-delay:375ms}.delay-6{animation-delay:.45s}.delay-7{animation-delay:525ms}.delay-8{animation-delay:.6s}.delay-9{animation-delay:675ms}.delay-10{animation-delay:.75s}.glass{background:#ffffffb3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3)}.glass-card{background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.5);box-shadow:0 8px 32px #00000014;transition:all .2s cubic-bezier(0,0,.2,1)}.glass-card:hover{background:#fffffff2;box-shadow:0 16px 48px #0000001f;transform:translateY(-2px)}.glass-dark{background:#0f172acc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1)}.client-portal{min-height:100vh;background:#f8fafc;position:relative}.client-portal:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;opacity:.6;pointer-events:none;z-index:0}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;position:relative;overflow:hidden}.login-page:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 20% 80%,rgba(175,147,195,.15) 0%,transparent 40%),radial-gradient(circle at 80% 20%,rgba(129,140,248,.15) 0%,transparent 40%),radial-gradient(circle at 40% 40%,rgba(195,174,210,.1) 0%,transparent 30%),linear-gradient(135deg,#f1f5f9,#f8fafc,#f5f3f7);animation:gradientShift 15s ease infinite;background-size:400% 400%;z-index:0}.login-page:after{content:"";position:absolute;top:10%;right:10%;width:300px;height:300px;background:radial-gradient(circle,rgba(175,147,195,.2) 0%,transparent 70%);border-radius:50%;animation:float 8s ease-in-out infinite;z-index:0}.login-container{position:relative;z-index:1;width:100%;max-width:440px;animation:fadeInUp .5s cubic-bezier(.175,.885,.32,1.275)}.login-card{background:#ffffffe6;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-radius:1.5rem;border:1px solid rgba(255,255,255,.6);box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #00000005,inset 0 1px #ffffffe6;overflow:hidden}.login-card__header{padding:2rem 1.5rem 1.5rem;text-align:center;position:relative}.login-card__header:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#85619a,#4f46e5)}.login-card__logo{height:80px;margin-bottom:1rem;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.login-card__title{font-family:Plus Jakarta Sans,Inter,-apple-system,sans-serif;font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:.5rem;letter-spacing:-.025em}.login-card__subtitle{font-size:.875rem;color:#64748b;line-height:1.625}.login-card__body{padding:1.5rem}.login-card__footer{padding:1rem 1.5rem;background:#f8fafc;border-top:1px solid #e2e8f0;text-align:center}.login-field{margin-bottom:1.25rem}.login-field__label{display:block;font-size:.875rem;font-weight:500;color:#334155;margin-bottom:.5rem}.login-info-box{display:flex;gap:.75rem;padding:1rem;background:linear-gradient(135deg,#f5f3f7,#eef2ff);border-radius:1rem;border:1px solid #ebe4f0;margin-bottom:1.25rem}.login-info-box__icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:.75rem;color:#85619a;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.login-info-box__content{flex:1}.login-info-box__title{font-size:.875rem;font-weight:600;color:#1e293b;margin-bottom:.25rem}.login-info-box__text{font-size:.75rem;color:#475569;line-height:1.625}.login-security-badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;color:#64748b}.login-security-badge svg{width:14px;height:14px;color:#10b981}.dashboard{padding:1.5rem 1rem;min-height:100vh;position:relative;z-index:1}@media (min-width: 768px){.dashboard{padding:2rem 1.5rem}}.dashboard__container{max-width:1200px;margin:0 auto}.urgency-banner{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#fff1f2,#ffe4e6);border:1px solid #fecdd3;border-left:4px solid #e11d48;border-radius:1rem;margin-bottom:1.25rem;animation:fadeInDown .3s cubic-bezier(0,0,.2,1)}.urgency-banner__icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffe4e6;border-radius:.75rem;color:#e11d48}.urgency-banner__body{flex:1;display:flex;flex-direction:column;gap:.25rem}.urgency-banner__title{font-size:.875rem;font-weight:600;color:#9f1239;display:block}.urgency-banner__text{font-size:.875rem;color:#be123c;line-height:1.625}.dashboard-welcome{background:linear-gradient(135deg,#74508a,#4338ca);border-radius:1.5rem;padding:1.5rem;margin-bottom:1.5rem;position:relative;overflow:hidden;box-shadow:0 10px 40px -10px #9672aa66;animation:fadeInUp .3s cubic-bezier(0,0,.2,1);display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:160px}.dashboard-welcome:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.dashboard-welcome__content{position:relative;z-index:1;flex:1;min-width:0}.dashboard-welcome__label{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;background:#ffffff26;border:1px solid rgba(255,255,255,.25);border-radius:9999px;font-size:.75rem;font-weight:600;color:#ffffffe6;letter-spacing:.025em;text-transform:uppercase;margin-bottom:.75rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.dashboard-welcome__label svg{flex-shrink:0}.dashboard-welcome__greeting{font-family:Plus Jakarta Sans,Inter,-apple-system,sans-serif;font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem;letter-spacing:-.025em}@media (min-width: 768px){.dashboard-welcome__greeting{font-size:1.875rem}}.dashboard-welcome__message{font-size:1rem;color:#ffffffd9;line-height:1.625;max-width:500px}.dashboard-welcome__status-panel{position:relative;z-index:1;flex-shrink:0;display:none}@media (min-width: 768px){.dashboard-welcome__status-panel{display:block}}.dashboard-welcome__decoration{position:absolute;right:-50px;bottom:-50px;width:220px;height:220px;border:48px solid rgba(255,255,255,.05);border-radius:50%;pointer-events:none;z-index:0}.compliance-health{text-align:center}.compliance-health__label{font-size:.75rem;font-weight:500;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.compliance-health__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;border:2px solid transparent}.compliance-health__badge svg{width:18px;height:18px;flex-shrink:0}.compliance-health__badge--good{background:#34d39933;border-color:#6ee7b780;color:#6ee7b7}.compliance-health__badge--review{background:#af93c333;border-color:#c3aed280;color:#93c5fd}.compliance-health__badge--action{background:#fb718540;border-color:#fda4af80;color:#fca5a5}.dashboard-stats{display:grid;gap:1rem;margin-bottom:1.5rem;grid-template-columns:repeat(2,1fr)}@media (min-width: 768px){.dashboard-stats{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.dashboard-stats--3col{grid-template-columns:repeat(3,1fr)}}.stat-card{background:#fff;border-radius:1rem;padding:1.25rem;border:1px solid #e2e8f0;border-top:3px solid #e2e8f0;transition:all .2s cubic-bezier(0,0,.2,1);animation:fadeInUp .3s cubic-bezier(0,0,.2,1);animation-fill-mode:backwards;cursor:default}.stat-card:hover{transform:translateY(-3px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.stat-card--primary{border-top-color:#9672aa}.stat-card--primary .stat-card__icon-wrap{background:#f5f3f7;color:#85619a}.stat-card--primary .stat-card__value{color:#74508a}.stat-card--warning{border-top-color:#f59e0b}.stat-card--warning .stat-card__icon-wrap{background:#fffbeb;color:#d97706}.stat-card--warning .stat-card__value{color:#b45309}.stat-card--info{border-top-color:#6366f1}.stat-card--info .stat-card__icon-wrap{background:#eef2ff;color:#4f46e5}.stat-card--info .stat-card__value{color:#4338ca}.stat-card__icon-wrap{width:44px;height:44px;border-radius:.75rem;display:flex;align-items:center;justify-content:center;background:#f1f5f9;color:#64748b;margin-bottom:1rem}.stat-card__icon-wrap svg{width:22px;height:22px}.stat-card__value{font-family:Plus Jakarta Sans,Inter,-apple-system,sans-serif;font-size:1.875rem;font-weight:700;color:#0f172a;line-height:1;margin-bottom:.25rem}.stat-card__label{font-size:.875rem;font-weight:500;color:#64748b}.dashboard-section{margin-bottom:2rem}.dashboard-section__header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.dashboard-section__title{font-family:Plus Jakarta Sans,Inter,-apple-system,sans-serif;font-size:1.125rem;font-weight:600;color:#1e293b;flex:1}.dashboard-section__badge{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 .5rem;background:#ebe4f0;color:#74508a;font-size:.875rem;font-weight:600;border-radius:9999px}.cases-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 640px){.cases-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}}.case-card{background:#fff;border-radius:1rem;border:1px solid #af93c3;overflow:hidden;transition:all .2s cubic-bezier(0,0,.2,1);height:100%;display:flex;flex-direction:column;animation:fadeInUp .3s cubic-bezier(0,0,.2,1);animation-fill-mode:backwards;cursor:pointer;position:relative}.case-card .case-card__action-btn{background:#63407a;color:#fff}.case-card .case-card__action-btn svg{transform:translate(4px)}.case-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;border-color:#d7c9e1}.case-card:hover .case-card__action-btn{background:#85619a;color:#fff}.case-card:hover .case-card__action-btn svg{transform:translate(4px)}.case-card:focus-visible{outline:2px solid #9672aa;outline-offset:2px}.case-card__status-bar{position:absolute;top:0;left:0;bottom:0;width:4px;background:#e2e8f0;border-radius:1rem 0 0 1rem;transition:background .2s cubic-bezier(0,0,.2,1)}.case-card--rejected .case-card__status-bar{background:#f43f5e}.case-card--rejected:hover{border-color:#fecdd3}.case-card--action .case-card__status-bar{background:#f59e0b}.case-card--action:hover{border-color:#fde68a}.case-card--review .case-card__status-bar{background:#9672aa}.case-card--review:hover{border-color:#d7c9e1}.case-card--satisfied .case-card__status-bar{background:#10b981}.case-card--satisfied:hover{border-color:#a7f3d0}.case-card--satisfied .case-card__action-btn:hover{background:#059669!important}.case-card__header{padding:1.25rem 1.25rem 1rem calc(1.25rem + 4px);background:#f8fafc;border-bottom:1px solid #f1f5f9}.case-card__status-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.case-card__icon-wrapper{width:40px;height:40px;background:linear-gradient(135deg,#85619a,#4f46e5);border-radius:.75rem;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 40px -10px #9672aa66;flex-shrink:0}.case-card__icon-wrapper svg{color:#fff}.case-card__title{font-family:Plus Jakarta Sans,Inter,-apple-system,sans-serif;font-size:1rem;font-weight:600;color:#0f172a;line-height:1.375}.case-card__meta{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#94a3b8;margin-top:.5rem}.case-card__body{padding:1rem 1.25rem 1rem calc(1.25rem + 4px);flex:1}.case-card__notes{font-size:.875rem;color:#475569;line-height:1.625;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.case-card__notes--empty{color:#94a3b8;font-style:italic}.case-card__footer{padding:.75rem 1.25rem 1rem calc(1.25rem + 4px);border-top:1px solid #f1f5f9}.case-card__action-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;background:#f1f5f9;color:#334155;font-size:.875rem;font-weight:600;border:none;border-radius:.75rem;cursor:pointer;transition:all .2s cubic-bezier(0,0,.2,1)}.case-card__action-btn svg{transition:transform .2s cubic-bezier(0,0,.2,1)}.status-dot{display:inline-block;width:7px;height:7px;border-radius:50%;flex-shrink:0}.status-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;border-radius:9999px;letter-spacing:.025em;text-transform:uppercase}.status-chip--open{background:#fef3c7;color:#92400e}.status-chip--pending{background:#ebe4f0;color:#63407a}.status-chip--satisfied{background:#d1fae5;color:#065f46}.status-chip--rejected{background:#ffe4e6;color:#be123c}.status-chip--closed{background:#f1f5f9;color:#334155}.empty-state{padding:3rem 1.5rem;text-align:center;animation:fadeIn .3s cubic-bezier(0,0,.2,1)}.empty-state__icon{width:120px;height:120px;margin:0 auto 1.5rem;background:#f1f5f9;border-radius:50%;display:flex;align-items:center;justify-content:center}.empty-state__icon svg{width:48px;height:48px;color:#94a3b8}.empty-state__title{font-family:Plus Jakarta Sans,Inter,-apple-system,sans-serif;font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.empty-state__message{font-size:1rem;color:#64748b;max-width:400px;margin:0 auto;line-height:1.625}.case-detail{padding:1.5rem 1rem;max-width:1000px;margin:0 auto;position:relative;z-index:1}@media (min-width: 768px){.case-detail{padding:2rem 1.5rem}}.case-detail-header{margin-bottom:2rem;animation:fadeInDown .3s cubic-bezier(0,0,.2,1)}.case-detail-header__back-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;color:#334155;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1);margin-bottom:1.5rem}.case-detail-header__back-btn:hover{background:#f8fafc;border-color:#cbd5e1;transform:translate(-4px)}.case-detail-header__back-btn svg{width:18px;height:18px}.case-info-card{background:#fff;border-radius:1.5rem;border:1px solid #d7c9e1;overflow:hidden;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;animation:fadeInUp .3s cubic-bezier(0,0,.2,1)}.case-info-card__header{padding:1.5rem;background:linear-gradient(135deg,#f8fafc,#fff);border-bottom:1px solid #f1f5f9;display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:1rem}.case-info-card__title{font-family:Plus Jakarta Sans,Inter,-apple-system,sans-serif;font-size:1.25rem;font-weight:700;color:#0f172a}@media (min-width: 768px){.case-info-card__title{font-size:1.5rem}}.case-info-card__individual-name{margin-top:.25rem;font-size:.875rem;font-weight:500;color:#64748b}.case-info-card__body{padding:1.5rem}.case-info-card__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.case-info-card__grid{grid-template-columns:repeat(2,1fr)}}.case-info-card__field-label{font-size:.75rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.025em;margin-bottom:.25rem}.case-info-card__field-value{font-size:1rem;color:#0f172a}.case-info-card__field-value--mono{font-family:JetBrains Mono,Fira Code,SF Mono,Consolas,monospace;font-size:.875rem;background:#f1f5f9;padding:.5rem .75rem;border-radius:.5rem;word-break:break-all}.case-info-card__notes{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #f1f5f9}.case-info-card__notes-label{font-size:.75rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.025em;margin-bottom:.5rem}.case-info-card__notes-content{font-size:1rem;color:#334155;line-height:1.625;background:#f8fafc;padding:1rem;border-radius:.75rem;border:1px solid #f1f5f9}.request-section{margin-bottom:2rem}.request-section__header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.request-section__title{font-family:Plus Jakarta Sans,Inter,-apple-system,sans-serif;font-size:1.125rem;font-weight:600;color:#0f172a}.request-section__count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 .5rem;background:#ebe4f0;color:#74508a;font-size:.75rem;font-weight:600;border-radius:9999px}.request-item{background:#fff;border-radius:1rem;border:1px solid #d7c9e1;margin-bottom:.75rem;overflow:hidden;transition:all .2s cubic-bezier(0,0,.2,1);animation:fadeInUp .3s cubic-bezier(0,0,.2,1);animation-fill-mode:backwards}.request-item:hover{border-color:#d7c9e1;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.request-item--expanded{border-color:#c3aed2;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.request-item__header{padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:background .15s cubic-bezier(0,0,.2,1)}.request-item__header:hover{background:#f8fafc}.request-item__info{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.request-item__icon{width:40px;height:40px;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.request-item__icon svg{width:20px;height:20px}.request-item__icon--satisfied{background:#d1fae5;color:#059669}.request-item__icon--open{background:#fef3c7;color:#d97706}.request-item__icon--pending{background:#ebe4f0;color:#85619a}.request-item__details{min-width:0;flex:1}.request-item__name{font-size:1rem;font-weight:600;color:#0f172a;margin-bottom:.25rem}.request-item__meta{font-size:.75rem;color:#64748b}.request-item__toggle{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;border-radius:.5rem;color:#475569;transition:all .15s cubic-bezier(0,0,.2,1);flex-shrink:0;margin-left:.75rem}.request-item__toggle svg{width:18px;height:18px;transition:transform .15s cubic-bezier(0,0,.2,1)}.request-item__toggle--expanded svg{transform:rotate(180deg)}.request-item__content{padding:1.25rem;border-top:1px solid #f1f5f9;background:#f8fafc}.document-card{background:#fff;border-radius:.75rem;border:1px solid #e2e8f0;padding:1rem;margin-bottom:.75rem;transition:all .15s cubic-bezier(0,0,.2,1)}.document-card:hover{border-color:#cbd5e1;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.document-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.document-card__info{flex:1;min-width:0}.document-card__name{font-size:.875rem;font-weight:600;color:#0f172a;margin-bottom:.5rem;word-break:break-word}.document-card__meta{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.document-card__date{font-size:.75rem;color:#64748b}.document-card__actions{display:flex;align-items:center;gap:.5rem}.document-card__notes{margin-top:.75rem;padding:.75rem;background:#f8fafc;border-radius:.5rem;font-size:.875rem;color:#475569;line-height:1.625}.replace-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#f1f5f9;color:#334155;font-size:.75rem;font-weight:500;border:1px solid #e2e8f0;border-radius:.5rem;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1);white-space:nowrap}.replace-btn:hover{background:#f5f3f7;border-color:#d7c9e1;color:#74508a}.replace-btn svg{width:14px;height:14px}.document-uploader{background:#fff;border-radius:1rem;border:2px dashed #cbd5e1;padding:1.5rem;text-align:center;transition:all .2s cubic-bezier(0,0,.2,1);cursor:pointer}.document-uploader:hover{border-color:#af93c3;background:#f5f3f7}.document-uploader--active{border-color:#9672aa;background:#f5f3f7;border-style:solid}.document-uploader--uploading{pointer-events:none;opacity:.7}.document-uploader__icon{width:64px;height:64px;margin:0 auto 1rem;background:#ebe4f0;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s cubic-bezier(0,0,.2,1)}.document-uploader__icon svg{width:28px;height:28px;color:#85619a}.document-uploader:hover .document-uploader__icon{transform:translateY(-4px);box-shadow:0 10px 40px -10px #9672aa66}.document-uploader__title{font-size:1rem;font-weight:600;color:#0f172a;margin-bottom:.25rem}.document-uploader__subtitle{font-size:.875rem;color:#64748b;margin-bottom:1rem}.document-uploader__hint{font-size:.75rem;color:#94a3b8}.document-uploader__file{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:.75rem;margin-top:1rem}.document-uploader__file-name{font-size:.875rem;font-weight:500;color:#047857}.document-uploader__file-size{font-size:.75rem;color:#059669}.document-uploader__file-remove{width:20px;height:20px;padding:0;box-shadow:none;font-size:0;font-weight:400;transform:none;background:#d1fae5;border:none;border-radius:50%;color:#047857;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;margin-left:.5rem;flex-shrink:0;transition:background .15s cubic-bezier(0,0,.2,1),color .15s cubic-bezier(0,0,.2,1)}.document-uploader__file-remove:hover{background:#ffe4e6;color:#e11d48;transform:none;box-shadow:none}.document-uploader__progress{margin-top:1rem}.document-uploader__progress-bar{height:8px;background:#e2e8f0;border-radius:9999px;overflow:hidden}.document-uploader__progress-fill{height:100%;background:linear-gradient(135deg,#85619a,#4f46e5);border-radius:9999px;transition:width .2s cubic-bezier(0,0,.2,1)}.document-uploader__progress-text{margin-top:.5rem;font-size:.75rem;color:#64748b}.document-uploader--compact{padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.document-uploader--compact .document-uploader__icon{width:48px;height:48px;margin-bottom:.75rem}.document-uploader--compact .document-uploader__icon svg{width:22px;height:22px}.document-uploader--compact .document-uploader__title{font-size:.875rem;margin-bottom:.25rem}.document-uploader--compact .document-uploader__subtitle{font-size:.75rem;margin-bottom:0}.document-uploader--compact .document-uploader__file{margin-top:.5rem;padding:.5rem .75rem;flex-wrap:wrap;justify-content:center}.document-uploader__mobile-actions{display:flex;gap:.5rem;width:100%;max-width:280px}.document-uploader__action-btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:.75rem .5rem;background:#f1f5f9;color:#334155;font-size:.75rem;font-weight:500;border:1px solid #e2e8f0;border-radius:.75rem;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1);min-height:70px}.document-uploader__action-btn:hover{background:#f8fafc;border-color:#cbd5e1}.document-uploader__action-btn:active{transform:scale(.98)}.document-uploader__action-btn svg{color:#475569}.document-uploader__action-btn--camera{background:#f5f3f7;border-color:#d7c9e1;color:#74508a}.document-uploader__action-btn--camera:hover{background:#ebe4f0;border-color:#c3aed2}.document-uploader__action-btn--camera svg{color:#85619a}.upload-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:linear-gradient(135deg,#85619a,#4f46e5);color:#fff;font-size:.875rem;font-weight:600;border:none;border-radius:.75rem;cursor:pointer;transition:all .2s cubic-bezier(0,0,.2,1);box-shadow:0 10px 40px -10px #9672aa66;margin-top:1rem}.upload-btn:hover{transform:translateY(-2px);box-shadow:0 12px 44px -10px #9672aa80}.upload-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.upload-option-btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:.75rem .5rem;background:#f1f5f9;color:#334155;font-size:.75rem;font-weight:500;border:1px solid #e2e8f0;border-radius:.75rem;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1);min-height:70px}.upload-option-btn:hover{background:#f8fafc;border-color:#cbd5e1}.upload-option-btn:active{transform:scale(.98)}.upload-option-btn svg{color:#475569}.upload-option-btn--camera{background:#f5f3f7;border-color:#d7c9e1;color:#74508a}.upload-option-btn--camera:hover{background:#ebe4f0;border-color:#c3aed2}.upload-option-btn--camera svg{color:#85619a}.portal-header{background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:1020;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2}.portal-header__container{max-width:1200px;margin:0 auto;padding:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}@media (min-width: 768px){.portal-header__container{padding:1rem 1.5rem}}.portal-header__brand{display:flex;align-items:center;gap:.75rem}.portal-header__logo{height:40px;-o-object-fit:contain;object-fit:contain}@media (min-width: 768px){.portal-header__logo{height:48px}}.portal-header__title{display:none}@media (min-width: 640px){.portal-header__title{display:block}}.portal-header__title h1{font-family:Plus Jakarta Sans,Inter,-apple-system,sans-serif;font-size:1.125rem;font-weight:700;color:#0f172a;margin:0;line-height:1.2}.portal-header__title span{font-size:.75rem;color:#64748b}.portal-header__actions{display:flex;align-items:center;gap:.75rem}.portal-header__user{display:none;align-items:center;gap:.5rem;font-size:.875rem;color:#475569}@media (min-width: 768px){.portal-header__user{display:flex}}.portal-header__logout{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f1f5f9;color:#334155;font-size:.875rem;font-weight:500;border:1px solid #e2e8f0;border-radius:.75rem;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1)}.portal-header__logout:hover{background:#fff1f2;border-color:#fecdd3;color:#be123c}.portal-header__logout svg{width:16px;height:16px}.portal-header__switch{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#eff6ff;color:#1d4ed8;font-size:.875rem;font-weight:500;border:1px solid #bfdbfe;border-radius:.75rem;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1)}.portal-header__switch:hover{background:#dbeafe;border-color:#93c5fd;color:#1e40af}.portal-header__switch svg{width:16px;height:16px}.portal-footer{background:#f1f5f9;border-top:1px solid #e2e8f0;padding:1.5rem 1rem;text-align:center}.portal-footer__text{font-size:.75rem;color:#64748b}.loading-state{padding:2.5rem;text-align:center}.loading-state__spinner{width:48px;height:48px;border:3px solid #e2e8f0;border-top-color:#9672aa;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.loading-state__text{font-size:.875rem;color:#64748b}@keyframes spin{to{transform:rotate(360deg)}}.error-state{padding:2rem;text-align:center}.error-state__icon{width:64px;height:64px;margin:0 auto 1rem;background:#ffe4e6;border-radius:50%;display:flex;align-items:center;justify-content:center}.error-state__icon svg{width:32px;height:32px;color:#f43f5e}.error-state__message{font-size:1rem;color:#334155;margin-bottom:1rem}.error-state__retry{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;color:#334155;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1)}.error-state__retry:hover{background:#f8fafc;border-color:#cbd5e1}.alert{display:flex;gap:.75rem;padding:1rem;border-radius:.75rem;margin-bottom:1rem}.alert--success{background:#ecfdf5;border:1px solid #a7f3d0;color:#047857}.alert--warning{background:#fffbeb;border:1px solid #fde68a;color:#b45309}.alert--error{background:#fff1f2;border:1px solid #fecdd3;color:#be123c}.alert--info{background:#f5f3f7;border:1px solid #d7c9e1;color:#74508a}.alert__icon{flex-shrink:0;width:20px;height:20px}.alert__content{flex:1;font-size:.875rem;line-height:1.625}button{background:#52306a;color:#fff;border:none;border-radius:.75rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(0,0,.2,1);box-shadow:0 10px 40px -10px #9672aa66}button:hover{background:#85619a;transform:translateY(-2px);box-shadow:0 12px 44px -10px #9672aa80}button:active{transform:translateY(0)}button:disabled{opacity:.5;cursor:not-allowed;transform:none}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.ml-0{margin-left:0}.mr-0{margin-right:0}.mx-0{margin-left:0;margin-right:0}.my-0{margin-top:0;margin-bottom:0}.m-0{margin:0}.mt-1{margin-top:.25rem}.mb-1{margin-bottom:.25rem}.ml-1{margin-left:.25rem}.mr-1{margin-right:.25rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.m-1{margin:.25rem}.mt-2{margin-top:.5rem}.mb-2{margin-bottom:.5rem}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.m-2{margin:.5rem}.mt-3{margin-top:.75rem}.mb-3{margin-bottom:.75rem}.ml-3{margin-left:.75rem}.mr-3{margin-right:.75rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.m-3{margin:.75rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.ml-4{margin-left:1rem}.mr-4{margin-right:1rem}.mx-4{margin-left:1rem;margin-right:1rem}.my-4{margin-top:1rem;margin-bottom:1rem}.m-4{margin:1rem}.mt-5{margin-top:1.25rem}.mb-5{margin-bottom:1.25rem}.ml-5{margin-left:1.25rem}.mr-5{margin-right:1.25rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.m-5{margin:1.25rem}.mt-6{margin-top:1.5rem}.mb-6{margin-bottom:1.5rem}.ml-6{margin-left:1.5rem}.mr-6{margin-right:1.5rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.m-6{margin:1.5rem}.mt-8{margin-top:2rem}.mb-8{margin-bottom:2rem}.ml-8{margin-left:2rem}.mr-8{margin-right:2rem}.mx-8{margin-left:2rem;margin-right:2rem}.my-8{margin-top:2rem;margin-bottom:2rem}.m-8{margin:2rem}.pt-0{padding-top:0}.pb-0{padding-bottom:0}.pl-0{padding-left:0}.pr-0{padding-right:0}.px-0{padding-left:0;padding-right:0}.py-0{padding-top:0;padding-bottom:0}.p-0{padding:0}.pt-1{padding-top:.25rem}.pb-1{padding-bottom:.25rem}.pl-1{padding-left:.25rem}.pr-1{padding-right:.25rem}.px-1{padding-left:.25rem;padding-right:.25rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.p-1{padding:.25rem}.pt-2{padding-top:.5rem}.pb-2{padding-bottom:.5rem}.pl-2{padding-left:.5rem}.pr-2{padding-right:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.p-2{padding:.5rem}.pt-3{padding-top:.75rem}.pb-3{padding-bottom:.75rem}.pl-3{padding-left:.75rem}.pr-3{padding-right:.75rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.p-3{padding:.75rem}.pt-4{padding-top:1rem}.pb-4{padding-bottom:1rem}.pl-4{padding-left:1rem}.pr-4{padding-right:1rem}.px-4{padding-left:1rem;padding-right:1rem}.py-4{padding-top:1rem;padding-bottom:1rem}.p-4{padding:1rem}.pt-5{padding-top:1.25rem}.pb-5{padding-bottom:1.25rem}.pl-5{padding-left:1.25rem}.pr-5{padding-right:1.25rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.p-5{padding:1.25rem}.pt-6{padding-top:1.5rem}.pb-6{padding-bottom:1.5rem}.pl-6{padding-left:1.5rem}.pr-6{padding-right:1.5rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.p-6{padding:1.5rem}.pt-8{padding-top:2rem}.pb-8{padding-bottom:2rem}.pl-8{padding-left:2rem}.pr-8{padding-right:2rem}.px-8{padding-left:2rem;padding-right:2rem}.py-8{padding-top:2rem;padding-bottom:2rem}.p-8{padding:2rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.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}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-primary{color:#85619a}.text-secondary{color:#64748b}.text-muted{color:#94a3b8}.text-success{color:#059669}.text-warning{color:#d97706}.text-error{color:#e11d48}.flex{display:flex}.inline-flex{display:inline-flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.flex-1{flex:1}.flex-auto{flex:auto}.flex-none{flex:none}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (min-width: 640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width: 1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.hidden{display:none}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}@media (min-width: 640px){.sm\:hidden{display:none}.sm\:block{display:block}.sm\:flex{display:flex}}@media (min-width: 768px){.md\:hidden{display:none}.md\:block{display:block}.md\:flex{display:flex}}@media (min-width: 1024px){.lg\:hidden{display:none}.lg\:block{display:block}.lg\:flex{display:flex}}.w-full{width:100%}.w-auto{width:auto}.h-full{height:100%}.h-auto{height:auto}.h-screen{height:100vh}.min-h-screen{min-height:100vh}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.rounded-none{border-radius:0}.rounded-sm{border-radius:.375rem}.rounded-md{border-radius:.5rem}.rounded-lg{border-radius:.75rem}.rounded-xl{border-radius:1rem}.rounded-2xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.shadow-none{box-shadow:none}.shadow-sm{box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-scroll{overflow:scroll}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.cursor-pointer{cursor:pointer}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.opacity-0{opacity:0}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-100{opacity:1}.transition{transition-property:all;transition-timing-function:cubic-bezier(0,0,.2,1);transition-duration:.2s}.transition-fast{transition-duration:.15s}.transition-slow{transition-duration:.3s}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}html{scroll-behavior:smooth}::-moz-selection{background-color:#d7c9e1;color:#52306a}::selection{background-color:#d7c9e1;color:#52306a}:focus-visible{outline:2px solid #9672aa;outline-offset:2px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.MuiCard-root{border-radius:1rem!important}.MuiSheet-root{border-radius:.75rem!important}.MuiButton-root{border-radius:.75rem!important;font-weight:600!important;text-transform:none!important}.MuiChip-root{border-radius:9999px!important;font-weight:500!important}.MuiInput-root{border-radius:.75rem!important}.MuiAccordion-root{border-radius:1rem!important;overflow:hidden}.MuiAccordion-root:before{display:none}@media (max-width: 768px){button,[role=button],input[type=submit],input[type=button]{min-height:44px}}.doc-count-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#f5f3f7,#ebe4f0);border:1px solid #d7c9e1;border-radius:9999px;font-size:.875rem;font-weight:500;color:#74508a}.doc-count-badge__icon{font-size:1rem}.doc-count-badge__text{color:#63407a;font-weight:600}.doc-count-badge__remaining{color:#85619a;font-weight:400}.doc-count-badge__limit{color:#d97706;font-weight:600}.doc-count-badge--limit-reached{background:linear-gradient(135deg,#fffbeb,#fef3c7);border-color:#fde68a;color:#b45309}.doc-count-badge--limit-reached .doc-count-badge__text{color:#92400e}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#0f172a;background-color:#fff;min-height:100vh}code,pre,kbd,samp{font-family:JetBrains Mono,Fira Code,SF Mono,Consolas,monospace}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}a{color:#85619a;text-decoration:none;transition:color .15s cubic-bezier(0,0,.2,1)}a:hover{color:#74508a}#root{min-height:100vh;isolation:isolate}h1,h2,h3,h4,h5,h6{font-family:Plus Jakarta Sans,Inter,-apple-system,sans-serif;font-weight:700;line-height:1.25;color:#0f172a}h1{font-size:2.25rem;letter-spacing:-.025em}h2{font-size:1.875rem;letter-spacing:-.025em}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}button{background:none;border:none;cursor:pointer;font-family:inherit}button:disabled{cursor:not-allowed}input:focus,textarea:focus,select:focus{outline:none}ul,ol{list-style:none}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
