﻿*{margin:0;padding:0;box-sizing:border-box}html{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:16px;line-height:1.6;color:#1f2937;background-color:#fff}body{margin:0;padding:0;background-color:#fff;color:#1f2937;overflow:hidden}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0;font-weight:600;line-height:1.25;color:#111827}h3{margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}a{color:#22c55e;text-decoration:none;transition:color .2s ease}a:hover{color:#16a34a;text-decoration:underline}header{background-color:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);position:fixed;top:0;left:0;right:0;z-index:100}header nav{margin:0 auto;padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center}header nav ul{list-style:none;display:flex;align-items:center;gap:1.5rem;margin:0;padding:0}header nav li{display:inline-flex;align-items:center}header nav a{color:#4b5563;text-decoration:none;font-weight:500;transition:color .2s ease}header nav a:hover{color:#22c55e;text-decoration:none}.navbar-logo{height:32px;width:auto;display:block}input[type=text],input[type=email],input[type=password],input[type=search],input[type=tel],input[type=url],input[type=number],textarea,select{width:100%;padding:.625rem .75rem;margin-bottom:.5rem;margin-top:.3rem;font-size:1rem;line-height:1.5;color:#1f2937;background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;transition:border-color .2s ease,box-shadow .2s ease}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=url]:focus,input[type=number]:focus,textarea:focus,select:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.1)}label{display:block;font-weight:600;color:#181818}.form-label-optional{font-size:12px;font-weight:400;color:#6b7280;margin-left:4px}.form-input-subtitle{font-size:14px;color:#4f4f4f}button,input[type=submit],input[type=button],input[type=reset],a[role=button]{display:inline-block;padding:.625rem 1.25rem;font-size:1rem;font-weight:500;line-height:1.5;text-align:center;text-decoration:none;border-radius:.375rem;cursor:pointer;transition:background-color .2s ease,border-color .2s ease;color:#fff;background-color:#22c55e;border:1px solid #22c55e}button:hover,input[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover,a[role=button]:hover{background-color:#16a34a;border-color:#16a34a;text-decoration:none}button:focus,input[type=submit]:focus,input[type=button]:focus,input[type=reset]:focus,a[role=button]:focus{outline:none;box-shadow:0 0 0 3px rgba(34,197,94,.3)}.btn-primary{display:inline-block;padding:.625rem 1.25rem;font-size:1rem;font-weight:500;line-height:1.5;text-align:center;text-decoration:none;border-radius:.375rem;cursor:pointer;transition:background-color .2s ease,border-color .2s ease;color:#fff !important;background-color:#22c55e;border:1px solid #22c55e}.btn-primary:hover{color:#fff !important;background-color:#16a34a;border-color:#16a34a;text-decoration:none}.btn-secondary{display:inline-block;padding:.625rem 1.25rem;font-size:1rem;font-weight:500;line-height:1.5;text-align:center;text-decoration:none;border-radius:.375rem;cursor:pointer;transition:background-color .2s ease,border-color .2s ease;color:#fff;background-color:#6b7280 !important;border:none !important}.btn-secondary:hover{color:#fff;background-color:#374151 !important;border-color:#16a34a;text-decoration:none;border:none}.btn-tertiary{display:inline-block;padding:.625rem 1.25rem;font-size:1rem;font-weight:500;line-height:1.5;text-align:center;text-decoration:none;border-radius:.375rem;cursor:pointer;transition:background-color .2s ease,border-color .2s ease;color:#6b7280;background-color:#fff;border:1px solid #6b7280}.btn-tertiary:hover{background-color:#f3f4f6;border:1px solid #374151;color:#374151;text-decoration:none}.btn-block{width:100%;display:block}.notice,.alert{padding:1rem 1.5rem;border-radius:.375rem;font-size:.875rem;font-weight:500}.notice:empty,.alert:empty{display:none}.notice{background-color:#d1fae5;color:#16a34a;border:1px solid #22c55e}.alert{background-color:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.logged_out_form{padding:0rem}.content-holder{margin-left:260px;width:calc(100vw - 260px);height:calc(100vh - 70px);overflow-y:auto}.content{max-width:1200px;margin:0 auto;padding:0 2rem}.form-actions{display:flex;justify-content:flex-end;align-items:center;gap:12px}.form-inputs-grid{padding-top:1rem;display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem;margin-bottom:1.5rem}@media(max-width: 768px){.form-inputs-grid{grid-template-columns:1fr}}.hero-header{display:flex;justify-content:space-between;align-items:center}.hero-card{border:1px solid #e5e7eb;border-radius:.375rem;background-color:#fff;padding:1rem;margin-top:1rem}.pending-items{list-style-type:none;padding-left:1rem}.binder-status .pill{color:#fff;padding:.25rem .75rem;border-radius:9999px;font-weight:600;font-size:.875rem}section.sidebar{display:grid;grid-template-columns:260px 1fr;position:relative;min-height:100vh}section.sidebar .sidebar-nav{background-color:#f9fafb;position:fixed;top:70px;left:0;width:260px;height:calc(100vh - 80px);overflow-y:auto}section.sidebar nav h4{margin-top:1.5rem;margin-bottom:.5rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280}section.sidebar nav h4:first-child{margin-top:0}section.sidebar nav a{display:flex;gap:10px;align-items:center;padding:10px 10px 10px 15px;color:#4b5563;text-decoration:none;font-weight:500;transition:background-color .2s ease}section.sidebar nav a:hover{color:#000;background-color:#dcdcdc}section.sidebar nav a.step-item{display:flex}section.sidebar nav a.step-item.active{background-color:#e5f3ee;border-left:5px solid #16a34a;color:#065f46;padding-left:12px}section.sidebar nav a.step-item.active:hover{background-color:#e5f3ee;color:#065f46}section.sidebar nav a.step-item.active .step-item-label{color:#065f46;font-weight:600}.sidebar-toggle{display:none;position:fixed;top:4.5rem;left:1rem;z-index:1001;background-color:#fff;border:1px solid #e5e7eb;border-radius:.375rem;padding:.75rem;cursor:pointer;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:background-color .2s ease}.sidebar-toggle:hover{background-color:#f9fafb}.sidebar-toggle i{font-size:1.25rem;color:#4b5563}.sidebar-overlay{display:none}.sidebar-header{display:flex;align-items:center;text-align:center;padding:0;font-size:18px;font-weight:600;color:#6b7280}.sidebar-header.active{background-color:#e5f3ee;border-left:3px solid #16a34a;color:#065f46;padding-left:12px}.sidebar-header.active:hover{background-color:#e5f3ee;color:#065f46}.divider{border-bottom:1px solid #e5e7eb;margin-bottom:16px}.sidebar-main-item{display:flex;color:#898e96;letter-spacing:.08em;text-transform:uppercase;font-weight:600;margin-top:24px;padding:10px;font-size:16px}.step-item{display:flex;align-items:center;gap:10px}.step-indicator{width:20px;height:20px;border-radius:50%;font-size:11px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;flex-shrink:0}.step-item-number{line-height:1;font-weight:500}.step-default{border:1px solid #d1d5db;background-color:#fff;color:#6b7280}.step-active{border:1px solid #16a34a;background-color:#d1fae5;color:#16a34a}.step-complete{border:none;background-color:#16a34a;color:#fff}article,section{margin-bottom:2rem}section[id],article[id],div[id]{scroll-margin-top:90px}.setup-spacing{height:80px}strong{font-weight:600}small{font-size:.875rem;color:#6b7280}code,pre{font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:.875rem}code{padding:.2rem .4rem;background-color:#f3f4f6;border-radius:.25rem;color:#dc2626}pre{padding:1rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.375rem;overflow-x:auto}pre code{padding:0;background-color:rgba(0,0,0,0);color:inherit}.landing-hero{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center;min-height:60vh;max-width:1100px;margin:0 auto;padding:3rem 1rem}.landing-content h1{font-size:3rem;line-height:1.2;margin-bottom:1.5rem;color:#111827}.landing-content p{font-size:1.25rem;line-height:1.6;color:#4b5563;margin-bottom:0}.landing-login{display:flex;align-items:center;justify-content:center}.login-card{margin:0 auto;background-color:#fff;border:1px solid #e5e7eb;border-radius:.375rem;padding:2rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);width:380px}.login-card h2{margin-top:0;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600;color:#111827;text-align:center}.landing-login-form .form-group{margin-bottom:1.25rem}.landing-login-form .form-group:last-of-type{margin-bottom:1.5rem}.landing-login-form label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151;font-size:.875rem}.login-footer{margin-top:1rem;text-align:center}.forgot-link{font-size:.875rem;color:#22c55e;text-decoration:none}.forgot-link:hover{color:#16a34a;text-decoration:underline}.signup-prompt{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb;text-align:center}.signup-prompt p{margin:0;font-size:.875rem;color:#6b7280}.signup-prompt a{color:#22c55e;font-weight:500;text-decoration:none}.signup-prompt a:hover{color:#16a34a;text-decoration:underline}.dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.dashboard-card{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:2rem;margin-bottom:1.5rem;overflow:hidden;min-height:344px}.card-header{font-size:1.125rem;font-weight:600;color:#111827;padding:1rem;margin:0;border-bottom:1px solid #e5e7eb}.card-content{padding:1.5rem;display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}.card-title,.edit-link{display:inline-block}.edit-link{margin-left:.5rem}.card-item{display:flex;flex-direction:column;gap:.375rem}.item-label{font-size:.8125rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.025em}.item-value{font-size:.9375rem;color:#111827;word-break:break-word}.compliance-progress-bar,.completion-progress-bar{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;width:100%}.progress-label{white-space:nowrap;font-weight:600;color:#374151;font-size:.9375rem}.progress-container{flex-grow:1;background-color:#e5e7eb;border-radius:.5rem;height:30px;overflow:hidden;position:relative}.progress-fill{height:100%;background-color:#22c55e;transition:width .4s ease;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem}.next-action-badge{white-space:nowrap;padding:.5rem 1rem;border-radius:1rem;font-size:.875rem;font-weight:500;background-color:#22c55e;color:#fff;text-decoration:none;display:inline-block;transition:background-color .2s ease}.next-action-badge:hover{background-color:#16a34a;text-decoration:none;color:#fff}.next-action-button{display:inline-block;margin:0;padding:0;border:none;background:none}.next-action-button button{white-space:nowrap;padding:.5rem 1rem;border-radius:1rem;font-size:.875rem;font-weight:500;background-color:#22c55e;color:#fff;border:none;cursor:pointer;transition:background-color .2s ease}.next-action-button button:hover{background-color:#16a34a;color:#fff}.next-action-button button:focus{outline:none;box-shadow:0 0 0 3px rgba(34,197,94,.3)}.page-header{display:flex;align-items:center;margin-bottom:2.5rem;border-bottom:1px solid #e5e7eb;padding-bottom:1.5rem}.page-title{font-size:1.5rem;font-weight:600;color:#111827}.page-actions{margin-left:auto}.page-subtitle{font-size:1rem;font-weight:400;position:absolute;color:#6b7280}.integrations-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(350px, 1fr));gap:1.5rem}.integration-card{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;transition:all .2s ease;display:flex;flex-direction:column;gap:1rem}.integration-card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);border-color:#d1d5db}.integration-card--connected{border-color:#10b981;background:#f0fdf4}.integration-card--coming-soon{opacity:.6}.integration-card--coming-soon:hover{box-shadow:none;border-color:#e5e7eb}.integration-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.integration-card__title-wrapper{display:flex;align-items:center;gap:.75rem}.integration-card__icon{font-size:1.75rem;line-height:1}.integration-card__title{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.integration-card__status{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .75rem;background:#10b981;color:#fff;border-radius:9999px;font-size:.875rem;font-weight:500;white-space:nowrap}.integration-card__status-icon{font-size:.75rem}.integration-card__badge{display:inline-block;padding:.25rem .75rem;background:#f3f4f6;color:#6b7280;border-radius:9999px;font-size:.875rem;font-weight:500;white-space:nowrap}.integration-card__body{flex:1;min-height:4rem}.integration-card__description{color:#4b5563;font-size:.9375rem;line-height:1.5;margin:0}.integration-card__sync-info{display:flex;flex-direction:column;gap:.5rem}.integration-card__sync-time{color:#6b7280;font-size:.875rem;margin:0}.integration-card__sync-items{color:#374151;font-size:.9375rem;margin:0}.integration-card__sync-items::before{content:"Syncing: ";font-weight:500}.integration-card__actions{display:flex;gap:.75rem;padding-top:1rem;border-top:1px solid #e5e7eb}.integration-card__actions .btn{flex:1;text-align:center;justify-content:center}.integration-card__actions .btn-sm{padding:.5rem 1rem;font-size:.875rem}.custom-multi-select{margin-bottom:1rem}.custom-multi-select__label{display:block;font-weight:600;color:#181818;margin-bottom:.25rem}.custom-multi-select__control{display:flex;flex-wrap:wrap;align-items:center;min-height:2.75rem;cursor:text}.custom-multi-select__chips{display:flex;flex-wrap:wrap;gap:.375rem;flex:1 1 auto;max-width:100%}.custom-multi-select__input{flex:1 1 auto;min-width:120px;border:none;outline:none;padding:.25rem;font-size:1rem;background:rgba(0,0,0,0)}.custom-multi-select__input::placeholder{color:#9ca3af}.custom-multi-select__listbox{position:absolute;z-index:1000;width:100%;max-height:300px;overflow-y:auto;background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);margin-top:.25rem;list-style:none;padding:.25rem 0;display:none}.custom-multi-select__listbox--open{display:block}.custom-multi-select__option{padding:.625rem .75rem;cursor:pointer;transition:background-color .2s ease;font-size:.9375rem;color:#1f2937}.custom-multi-select__option:hover,.custom-multi-select__option--focused{background-color:#f3f4f6}.custom-multi-select__option--create{color:#22c55e;font-weight:500;border-top:1px solid #e5e7eb;margin-top:.25rem;padding-top:.625rem}.custom-multi-select__option--disabled{color:#9ca3af;cursor:default;font-style:italic}.custom-multi-select__option--disabled:hover{background-color:rgba(0,0,0,0)}.custom-multi-select__create-icon{display:inline-block;margin-right:.375rem}.custom-multi-select__hint{font-size:.875rem;color:#6b7280;margin-top:.375rem;margin-bottom:0}.custom-multi-select__errors{margin-top:.375rem}.custom-multi-select__error{font-size:.875rem;color:#991b1b;margin:.25rem 0 0 0}.chip{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .625rem;background-color:#d1fae5;border:1px solid #22c55e;border-radius:.375rem;font-size:.875rem;font-weight:500;color:#065f46;transition:all .2s ease}.chip--focused{background-color:#22c55e;color:#fff;border-color:#16a34a}.chip--duplicate-highlight{animation:chip-highlight .6s ease-in-out}.chip__label{line-height:1}.chip__remove{display:inline-flex;align-items:center;justify-content:center;width:1.125rem;height:1.125rem;padding:0;margin:0;background-color:rgba(0,0,0,0);border:none;border-radius:50%;color:#16a34a;font-size:.875rem;line-height:1;cursor:pointer;transition:all .2s ease}.chip__remove:hover{background-color:#22c55e;color:#fff}.chip__remove:focus{outline:none;box-shadow:0 0 0 2px rgba(34,197,94,.3)}@keyframes chip-highlight{0%,100%{transform:scale(1);box-shadow:none}50%{transform:scale(1.05);box-shadow:0 0 0 3px rgba(34,197,94,.3)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.custom-multi-select{position:relative}.custom-single-select{position:relative;margin-bottom:1rem}.custom-single-select__control{position:relative;display:flex;align-items:center;min-height:2.75rem;background-color:#fff;cursor:text}.custom-single-select__input{flex:1 1 auto;width:100%;border:none;outline:none;padding:.625rem .75rem;font-size:1rem;line-height:1.5;background:rgba(0,0,0,0);color:#1f2937}.custom-single-select__input::placeholder{color:#9ca3af}.custom-single-select__listbox{position:absolute;z-index:1000;width:100%;max-height:300px;overflow-y:auto;background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);margin-top:.25rem;list-style:none;padding:.25rem 0;display:none}.custom-single-select__listbox--open{display:block}.custom-single-select__option{padding:.625rem .75rem;cursor:pointer;transition:background-color .2s ease;font-size:.9375rem;color:#1f2937}.custom-single-select__option:hover,.custom-single-select__option.is-active{background-color:#f3f4f6}.custom-single-select__option[aria-selected=true]{background-color:#d1fae5;color:#065f46}.custom-single-select__option--create{color:#22c55e;font-weight:500;border-top:1px solid #e5e7eb;margin-top:.25rem;padding-top:.625rem}.custom-single-select__option--create:hover,.custom-single-select__option--create.is-active{background-color:#d1fae5}.custom-single-select__option--disabled{color:#9ca3af;cursor:default;font-style:italic}.custom-single-select__option--disabled:hover{background-color:rgba(0,0,0,0)}.custom-single-select__create-icon{display:inline-block;margin-right:.375rem}.custom-single-select__hint{font-size:.875rem;color:#6b7280;margin-top:.375rem;margin-bottom:0}.custom-single-select__errors{margin-top:.375rem}.custom-single-select__error{font-size:.875rem;color:#991b1b;margin:.25rem 0 0 0}@media(max-width: 1024px){.card-content{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){section.settings,section.document{grid-template-columns:1fr}header nav{padding:.5rem 1rem}header nav ul{gap:1rem}main{padding-top:60px}section.sidebar{grid-template-columns:1fr}section.sidebar .sidebar-nav{position:fixed;top:60px;left:-280px;width:280px;height:calc(100vh - 60px);background-color:#f9fafb;box-shadow:2px 0 8px rgba(0,0,0,.1);transition:left .4s ease;overflow-y:auto;z-index:1000;padding:1rem}section.sidebar .sidebar-nav.active{left:0}section.sidebar .content-holder{margin-left:0;width:100vw}.content{width:100%;padding:1rem;flex-direction:column;display:flex;justify-content:center}.sidebar-toggle{display:block}.sidebar-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:999;transition:opacity .4s ease}.sidebar-overlay.active{display:block}.landing-hero{grid-template-columns:1fr;gap:2rem;min-height:auto}.landing-content h1{font-size:2rem}.landing-content p{font-size:1.125rem}.login-card{width:100%;max-width:380px}.compliance-progress-bar{flex-direction:column;align-items:stretch;gap:.75rem}.progress-label,.next-action-badge{text-align:center}.integration-card__actions{flex-direction:column}.metric-card{width:100%}.integrations-page{padding:1rem}.integrations-grid{grid-template-columns:1fr}}@media(max-width: 640px){.dashboard-title{font-size:1.5rem;margin-bottom:1.5rem}.dashboard-grid{grid-template-columns:1fr}.card-header{font-size:1rem;padding:1rem 1.25rem}.card-content{grid-template-columns:1fr;padding:1.25rem;gap:1.25rem}}.substeps-container{overflow:hidden}.substeps-container.collapsed{max-height:0;opacity:0;transition:max-height 0s,opacity 0s}.substeps-container.expanded{max-height:500px;opacity:1;transition:max-height .4s ease,opacity .4s ease}.phase-title{margin-bottom:1rem}.phase-header{display:block;padding:10px 10px 10px 15px;color:#4b5563;text-decoration:none;font-weight:500;transition:background-color .2s ease}.phase-header:hover{color:#000;background-color:#dcdcdc;text-decoration:none}.phase-header.active{background-color:#e5f3ee;border-left:5px solid #16a34a;color:#065f46;padding-left:10px}.phase-header.active:hover{background-color:#e5f3ee;color:#065f46}.phase-header.active .phase-label{color:#065f46;font-weight:600}.phase-header.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.sidebar-binder-link{display:flex;align-items:center;gap:8px;padding:10px 10px 10px 15px;color:#4b5563;text-decoration:none;font-weight:500;transition:background-color .2s ease}.sidebar-binder-link:hover{color:#000;background-color:#dcdcdc;text-decoration:none}.sidebar-binder-link i{font-size:16px}.records-definition-container{margin-bottom:1.5rem}.form-cards{display:flex;flex-direction:column;gap:10px}.form-card{border:1px solid #e5e7eb;border-radius:.375rem;background-color:#fff;padding:1rem;transition:box-shadow .2s ease}.form-card-header{display:flex;align-items:center;justify-content:flex-start;gap:1rem}.record-card-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.custom-record-card{margin-top:10px}.custom-record-name-input{flex:1;max-width:20rem;font-size:1.125rem;font-weight:600;color:#111827;padding:.5rem .75rem !important;border:1px solid #d1d5db;border-radius:.375rem;margin-bottom:0 !important;margin-top:0 !important}.custom-record-name-input:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.1)}.remove-card-btn{display:inline-block;padding:.625rem 1.25rem;font-size:1rem;font-weight:500;line-height:1.5;text-align:center;text-decoration:none;border-radius:.375rem;cursor:pointer;transition:background-color .2s ease,border-color .2s ease;float:right;padding:.5rem 1rem;background-color:#fee2e2;color:#991b1b;border:1px solid #fca5a5;font-size:.875rem}.remove-card-btn:hover{box-shadow:none;background-color:#fca5a5;border-color:#991b1b;text-decoration:none}.storage-remove-btn{float:right}.record-card-body{display:flex;flex-direction:column;gap:12px}.toggle-field{display:flex;align-items:center}.toggle-label{display:flex;align-items:center;gap:.625rem;font-weight:500;color:#374151;cursor:pointer;margin-bottom:0}.toggle-label input[type=checkbox]{width:auto;margin:0;cursor:pointer}.toggle-label span{user-select:none}.tooltip-wrapper{position:relative;display:inline-flex;align-items:center;margin-left:.25rem}.tooltip-icon{cursor:help;font-size:.875rem;color:#6b7280;transition:color .2s ease}.tooltip-icon:hover{color:#22c55e}.tooltip-text{visibility:hidden;opacity:0;position:absolute;left:50%;bottom:calc(100% + 8px);transform:translateX(-50%);background-color:#111827;color:#fff;padding:.5rem .75rem;border-radius:.375rem;font-size:.8125rem;font-weight:400;line-height:1.4;white-space:normal;width:280px;text-align:left;z-index:1000;pointer-events:none;transition:opacity .2s ease,visibility .2s ease;box-shadow:0 4px 6px -1px rgba(0,0,0,.2),0 2px 4px -1px rgba(0,0,0,.1)}.tooltip-text::after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:6px solid rgba(0,0,0,0);border-top-color:#111827}.tooltip-wrapper:hover .tooltip-text{visibility:visible;opacity:1}.record-toggle{width:1.25rem;height:1.25rem;cursor:pointer}.conditional-fields{border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:12px;padding-top:1rem;padding-left:1rem;margin-top:1rem}.form-field{display:flex;flex-direction:column;gap:.375rem}.field-label{font-size:.9375rem;font-weight:500;color:#374151;margin-bottom:0}.form-textarea{width:100%;padding:.625rem .75rem;font-size:1rem;line-height:1.5;color:#1f2937;background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;resize:vertical;transition:border-color .2s ease,box-shadow .2s ease;margin:0}.form-textarea:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.1)}.add-card-container{margin-top:10px;margin-bottom:1.5rem}.add-record-btn{display:inline-block;padding:.625rem 1.25rem;font-size:1rem;font-weight:500;line-height:1.5;text-align:center;text-decoration:none;border-radius:.375rem;cursor:pointer;transition:background-color .2s ease,border-color .2s ease;background-color:#6b7280;color:#fff;border:1px solid #6b7280}.add-record-btn:hover{background-color:#4b5563;border-color:#4b5563}.records-summary{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.375rem;padding:1.25rem;margin-bottom:1.5rem}.records-summary p{margin-bottom:.75rem;color:#374151;line-height:1.6}.records-summary p:last-child{margin-bottom:0}.records-summary strong{color:#111827;font-weight:600}.summary-empty-message{color:#4b5563;font-style:italic}.summary-footer{color:#4b5563;font-size:.9375rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.retention-inputs{display:grid;grid-template-columns:120px 1fr;gap:.75rem}@media(max-width: 640px){.retention-inputs{grid-template-columns:1fr}}.retention-inputs .retention-value,.retention-inputs .retention-unit{margin:0}.export-capabilities-checkboxes{display:flex;flex-direction:column;gap:.625rem}.export-capabilities-checkboxes .checkbox-field{display:flex;align-items:center;gap:.5rem}.export-capabilities-checkboxes .checkbox-field .form-checkbox{width:auto;margin:0;cursor:pointer}.export-capabilities-checkboxes .checkbox-field .checkbox-label{font-weight:400;color:#374151;margin:0;cursor:pointer;user-select:none}.record-mapping-section{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.375rem;padding:1.5rem;margin-bottom:1.5rem}.record-mapping-section .record-mapping-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem}.record-mapping-section .record-mapping-description{font-size:.9375rem;color:#4b5563;margin-bottom:1.25rem}.record-mapping-list{display:flex;flex-direction:column;gap:1rem}.record-mapping-row{display:grid;grid-template-columns:200px 1fr;gap:1rem;align-items:flex-start;padding:1rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:.375rem}@media(max-width: 768px){.record-mapping-row{grid-template-columns:1fr}}.record-mapping-row .record-type-label{font-size:.9375rem;color:#111827;padding-top:.5rem}.record-mapping-row .record-type-label strong{font-weight:600}.record-mapping-row .storage-select-wrapper{display:flex;flex-direction:column;gap:.375rem}.record-mapping-row .storage-select-wrapper .storage-label{font-size:.875rem;font-weight:500;color:#374151;margin:0}.record-mapping-row .storage-select-wrapper .record-mapping-select{width:100%;min-height:2.5rem;margin:0}.record-mapping-row .storage-select-wrapper .help-text{font-size:.8125rem;color:#6b7280;margin:0;font-style:italic}.validation-warning{background-color:#fef3c7;border:1px solid #f59e0b;border-radius:.375rem;padding:1rem 1.25rem;margin-bottom:1.5rem}.validation-warning .warning-message{color:#92400e;font-size:.9375rem;margin:0;display:flex;align-items:flex-start;gap:.5rem}.validation-warning .warning-message::before{content:"⚠";font-size:1.125rem;flex-shrink:0}.warning{background-color:#fef3c7;color:#92400e;border:1px solid #f59e0b;padding:1rem 1.5rem;border-radius:.375rem;font-size:.875rem;font-weight:500}.warning:empty{display:none}.radio-group{display:flex;flex-direction:column;margin-bottom:20px}.radio-option{display:flex;align-items:center;gap:1rem;padding:.5rem;cursor:pointer;transition:all .2s}.radio-option:hover{background:#f9fafb}.radio-input{margin-top:2px;cursor:pointer}.radio-content{flex:1}.radio-content strong{display:block;margin-bottom:4px;color:#111827;font-size:14px}.radio-content p{margin:0;font-size:13px;color:#6b7280}
