*,*:before,*:after{box-sizing:border-box}html,body{height:100%;margin:0;padding:0}img,picture,video,canvas,svg{display:block;max-width:100%}button{font-family:inherit}a{color:inherit;text-decoration:none}body{background:#fff;color:#0d0f18;font-family:Satoshi,system-ui,sans-serif;font-size:15px;line-height:24px;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}:focus-visible{outline:2px solid #3995DA;outline-offset:2px}:focus:not(:focus-visible){outline:none}html{scroll-behavior:smooth}@media(max-width:639px){input,select,textarea{font-size:16px}}.btn{min-height:44px;background:transparent;color:#0d0f18;border:none;border-radius:999px;cursor:pointer;-webkit-user-select:none;user-select:none;padding:12px 24px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;font-family:Satoshi,system-ui,sans-serif;font-size:15px;font-weight:500;line-height:1;transition:background .15s cubic-bezier(.25,1,.5,1),color .15s cubic-bezier(.25,1,.5,1),box-shadow .15s cubic-bezier(.25,1,.5,1),transform .15s cubic-bezier(.25,1,.5,1)}.btn:disabled{cursor:not-allowed;opacity:.55;pointer-events:none}.btn-primary{background:#1b2a60;color:#fff}.btn-primary:hover{background:#3995da}.btn-primary:active{transform:translateY(1px)}.btn-secondary{background:#fff;color:#0d0f18;border:1.5px solid #0D0F18}.btn-secondary:hover{background:#f4f6fa}.btn-ghost{background:transparent;color:#3a4252;padding-left:12px;padding-right:12px}.btn-ghost:hover{color:#0d0f18;background:#f4f6fa}.btn-icon-circle{width:44px;height:44px;background:#f4f6fa;color:#0d0f18;border-radius:50%;padding:0}.btn-icon-circle:hover{background:#e4e7ee}.btn-icon-circle-outline{width:40px;height:40px;background:#fff;color:#0d0f18;border:1px solid #E4E7EE;border-radius:50%;padding:0}.btn-icon-circle-outline:hover{background:#f4f6fa}.btn-sm{min-height:36px;padding:8px 16px;font-size:13px}.btn-lg{min-height:52px;padding:16px 32px;font-size:17px;font-weight:700}.form{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:20px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 20px}@media(max-width:639px){.form-grid{grid-template-columns:1fr}}.form-control{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:4px}.form-control.full{grid-column:1/-1}.form-label{color:#0d0f18;font-family:Satoshi,system-ui,sans-serif;font-size:13px;line-height:20px;font-weight:400;font-weight:500}.form-hint{font-family:Satoshi,system-ui,sans-serif;font-size:12px;line-height:18px;font-weight:400;color:#6b7280}.form-error{color:#0d0f18;font-family:Satoshi,system-ui,sans-serif;font-size:12px;line-height:18px;font-weight:400;color:#6b7280;font-weight:500}.form-input,.form-select,.form-textarea{width:100%;min-height:44px;background:#fff;color:#0d0f18;border:1px solid #E4E7EE;border-radius:12px;padding:12px 16px;font-family:Satoshi,system-ui,sans-serif;font-size:15px;transition:border-color .15s cubic-bezier(.25,1,.5,1)}.form-input::placeholder,.form-select::placeholder,.form-textarea::placeholder{color:#6b7280;opacity:.7}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#3995da;outline:none}.form-input:disabled,.form-select:disabled,.form-textarea:disabled{background:#f4f6fa;cursor:not-allowed}.form-input.ng-invalid.ng-touched,.form-select.ng-invalid.ng-touched,.form-textarea.ng-invalid.ng-touched{border-color:#0d0f18}.form-textarea{min-height:96px;padding-top:12px;padding-bottom:12px;font-family:Satoshi,system-ui,sans-serif;line-height:24px;resize:vertical}.modal-open{overflow:hidden}.modal{width:100%;height:100%;min-height:100vh;position:fixed;top:0;left:0;z-index:1000;background:#0d0f188c;overflow-y:auto;padding:24px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0;opacity:0;pointer-events:none;transition:opacity .25s cubic-bezier(.25,1,.5,1)}.modal.modal-show{opacity:1;pointer-events:auto}.modal .modal-card{width:100%;max-width:560px;background:#fff;box-shadow:0 16px 48px #0d0f181f;border-radius:28px;overflow:hidden;padding:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0}.modal .modal-header{background:#fff;border-bottom:1px solid #E4E7EE;padding:20px 24px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:16px}.modal .modal-header .modal-title{font-family:Cabinet Grotesk,system-ui,sans-serif;font-size:20px;line-height:28px;letter-spacing:0;font-weight:500}.modal .modal-body{padding:24px;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:20px}.modal .modal-footer{background:#fafbfc;border-top:1px solid #E4E7EE;padding:16px 24px;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:12px}.modal.frm-min .modal-card{max-width:480px}.modal.frm-min .modal-body{padding:20px 24px}.loader-line{width:100%;height:2px;background:#e4e7ee;overflow:hidden;position:relative}.loader-line:after{content:"";position:absolute;top:0;left:-40%;width:40%;height:100%;background:linear-gradient(90deg,transparent,#3995DA,transparent);animation:loader-line-slide 1.2s cubic-bezier(.65,0,.35,1) infinite}@keyframes loader-line-slide{0%{left:-40%}to{left:100%}}.skeleton{background:linear-gradient(90deg,#f4f6fa,#5bb1e826,#f4f6fa);background-size:200% 100%;border-radius:12px;animation:skeleton-shimmer 1.4s cubic-bezier(.65,0,.35,1) infinite;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spinner-rotate .8s linear infinite;display:inline-block}@keyframes spinner-rotate{to{transform:rotate(360deg)}}.container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}@media(min-width:640px){.container{padding-left:32px;padding-right:32px}}@media(min-width:1024px){.container{padding-left:48px;padding-right:48px}}.section{padding-top:48px;padding-bottom:48px}@media(max-width:639px){.section{padding-top:32px;padding-bottom:32px}}.section-soft{background:#fafbfc}.section-header{margin-bottom:32px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px}.section-header .section-eyebrow{font-family:Satoshi,system-ui,sans-serif;font-size:11px;line-height:16px;letter-spacing:.12em;font-weight:600;text-transform:uppercase;color:#6b7280}.section-header .section-title{font-family:Cabinet Grotesk,system-ui,sans-serif;font-size:32px;line-height:40px;letter-spacing:-.01em;font-weight:700;color:#0d0f18}.section-header .section-lead{max-width:640px;color:#3a4252;font-family:Satoshi,system-ui,sans-serif;font-size:15px;line-height:24px;font-weight:400}.breadcrumb{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;flex-wrap:wrap;font-family:Satoshi,system-ui,sans-serif;font-size:13px;line-height:20px;font-weight:400;color:#6b7280}.breadcrumb .crumb{color:#3a4252}.breadcrumb .crumb:hover{color:#0d0f18}.breadcrumb .crumb.is-current{color:#0d0f18;font-weight:500}.breadcrumb .crumb-sep{color:#e4e7ee}.divider{width:100%;height:1px;background:#e4e7ee;border:none;margin:0}.empty-state{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:48px 24px;text-align:center}.empty-state .empty-icon{color:#6b7280;opacity:.65}.empty-state .empty-title{font-family:Cabinet Grotesk,system-ui,sans-serif;font-size:20px;line-height:28px;letter-spacing:0;font-weight:500;color:#0d0f18}.empty-state .empty-lead{max-width:420px;color:#3a4252;font-family:Satoshi,system-ui,sans-serif;font-size:15px;line-height:24px;font-weight:400}.nav{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:24px}.nav .nav-link{color:#3a4252;padding:8px 0;font-family:Satoshi,system-ui,sans-serif;font-size:15px;line-height:24px;font-weight:400;font-weight:500;transition:color .15s cubic-bezier(.25,1,.5,1)}.nav .nav-link:hover{color:#0d0f18}.nav .nav-link.is-active{color:#0d0f18;font-weight:600}.dropdown-panel{width:100%;position:absolute;top:calc(100% + 8px);left:0;z-index:100;background:#fff;box-shadow:0 8px 24px #0d0f1814;border:1px solid #E4E7EE;border-radius:16px;overflow:hidden;padding:8px;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0;max-height:480px;overflow-y:auto}.dropdown-item{background:transparent;color:#0d0f18;border:none;border-radius:12px;cursor:pointer;padding:12px 16px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;font-family:Satoshi,system-ui,sans-serif;font-size:13px;line-height:20px;font-weight:400;transition:background .15s cubic-bezier(.25,1,.5,1)}.dropdown-item:hover,.dropdown-item.is-active{background:#f4f6fa}.menu-list{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:4px}.menu-item{background:transparent;color:#0d0f18;border:none;border-radius:12px;cursor:pointer;padding:8px 12px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:12px;font-family:Satoshi,system-ui,sans-serif;font-size:13px;line-height:20px;font-weight:400;transition:background .15s cubic-bezier(.25,1,.5,1)}.menu-item:hover{background:#f4f6fa}.menu-item.is-active{background:#f4f6fa;font-weight:600}
