*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#1f2937;line-height:1.6}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eff6ff 0%,#e0e7ff 100%);padding:1rem}.login-card{width:100%;max-width:400px;background:white;border-radius:12px;box-shadow:0 10px 25px #0000001a;padding:2rem;text-align:center}.login-header{margin-bottom:2rem}.icon-container{display:flex;justify-content:center;margin-bottom:1rem;padding:.75rem;background-color:#dbeafe;border-radius:50%;width:64px;height:64px;margin:0 auto 1rem}.login-header h1{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:.5rem}.login-header p{color:#6b7280;margin-bottom:2rem}.dev-info{background-color:#fef3c7;border:1px solid #f59e0b;border-radius:8px;padding:.75rem;margin-bottom:1.5rem;font-size:.75rem;color:#92400e}.domain-notice{background-color:#fef3c7;border:1px solid #f59e0b;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.domain-notice-header{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#92400e;margin-bottom:.25rem}.domain-notice p{font-size:.75rem;color:#a16207;margin:0}.login-button{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem 1rem;background-color:#2563eb;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.login-button:hover:not(:disabled){background-color:#1d4ed8}.login-button:disabled{background-color:#9ca3af;cursor:not-allowed}.domain-hint{font-size:.75rem;opacity:.75}.security-notice{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem;padding:1rem;background-color:#f9fafb;border-radius:8px;font-size:.875rem;color:#374151}.status-message{margin:1rem 0;padding:1rem;border-radius:8px;border:1px solid}.status-message.success{background-color:#ecfdf5;border-color:#d1fae5;color:#065f46}.status-message.error{background-color:#fef2f2;border-color:#fecaca;color:#991b1b}.status-content{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.redirect-notice{font-size:.75rem;margin-top:.5rem;opacity:.8}.app-container{min-height:100vh;background-color:#f9fafb}.app-header{background:white;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a}.header-content{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;height:64px}.header-left{display:flex;align-items:center;gap:.75rem}.header-title h1{font-size:1.25rem;font-weight:600;color:#111827}.dev-badge{font-size:.75rem;color:#6b7280}.header-right{display:flex;align-items:center;gap:1rem}.user-info{display:flex;align-items:center;gap:.75rem}.profile-picture{width:32px;height:32px;border-radius:50%}.user-details{font-size:.875rem}.user-name{font-weight:500;color:#111827}.user-email{color:#6b7280}.logout-button{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:none;border:none;color:#374151;border-radius:6px;cursor:pointer;transition:all .2s;font-size:.875rem}.logout-button:hover{background-color:#f3f4f6;color:#111827}.app-body{display:flex;min-height:calc(100vh - 64px)}.sidebar{width:280px;background:white;border-right:1px solid #e5e7eb;padding:1.5rem 0;overflow-y:auto}.sidebar-header{padding:0 1.5rem 1.5rem;border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem}.sidebar-header h2{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.25rem}.sidebar-header p{font-size:.875rem;color:#6b7280}.sidebar-nav{padding:0 1rem}.nav-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:none;border:none;border-radius:8px;cursor:pointer;transition:all .2s;margin-bottom:.5rem;text-align:left}.nav-item:hover{background-color:#f3f4f6}.nav-item.active{background-color:#dbeafe;color:#2563eb}.nav-item-icon{flex-shrink:0;color:inherit}.nav-item-content h3{font-size:.875rem;font-weight:500;margin-bottom:.125rem;color:inherit}.nav-item-content p{font-size:.75rem;color:#6b7280;margin:0}.sidebar-footer{padding:1.5rem;border-top:1px solid #e5e7eb;margin-top:auto}.sidebar-info{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#6b7280}.main-content{flex:1;padding:2rem;overflow-y:auto}.form-container{max-width:800px}.form-header{margin-bottom:2rem}.form-header h2{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:.5rem}.form-header p{color:#6b7280;font-size:1rem}.email-card{background:white;border-radius:8px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.card-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.card-header h3{font-size:1.125rem;font-weight:600;color:#111827}.form-badge{background-color:#dbeafe;color:#2563eb;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500}.toggle-advanced{display:flex;align-items:center;gap:.25rem;padding:.5rem .75rem;background:none;border:none;color:#6b7280;border-radius:6px;cursor:pointer;transition:all .2s;font-size:.875rem}.toggle-advanced:hover{background-color:#f3f4f6;color:#111827}.form-content{padding:1.5rem}.form-group{margin-bottom:1rem}.form-group label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group textarea{resize:vertical;min-height:120px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.advanced-fields{margin-bottom:1rem}.help-text{color:#6b7280;font-size:.875rem;display:block;margin-top:.5rem;line-height:1.4}.info-box{background-color:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:1rem;margin:1rem 0}.info-box h4{color:#0369a1;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.info-box ul{list-style:none;padding:0;margin:0}.info-box li{color:#0369a1;font-size:.875rem;margin-bottom:.25rem}.form-info{margin:1.5rem 0}.send-container{display:flex;justify-content:flex-end;margin-top:1.5rem}.send-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#2563eb;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.send-button:hover:not(:disabled){background-color:#1d4ed8}.send-button:disabled{background-color:#9ca3af;cursor:not-allowed}.spinner{width:20px;height:20px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 1024px){.app-body{flex-direction:column}.sidebar{width:100%;border-right:none;border-bottom:1px solid #e5e7eb}.sidebar-nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem}}@media (max-width: 768px){.header-content{padding:0 .5rem}.header-right{gap:.5rem}.user-details{display:none}.main-content{padding:1rem}.card-header{padding:1rem;flex-direction:column;gap:1rem;align-items:stretch}.form-content{padding:1rem}.form-row{grid-template-columns:1fr}.send-container{justify-content:stretch}.send-button{width:100%;justify-content:center}.login-card{margin:.5rem;padding:1.5rem}.login-header h1{font-size:1.5rem}.sidebar-nav{grid-template-columns:1fr}}@media (max-width: 480px){.header-left{gap:.5rem}.header-title h1{font-size:1.125rem}.profile-picture{width:28px;height:28px}.logout-button{padding:.5rem}.logout-button span{display:none}}button:focus,input:focus,textarea:focus,select:focus{outline:2px solid #2563eb;outline-offset:2px}.signeasy-info{background-color:#f0f4ff;border-color:#8b5cf6}.signeasy-info h4,.signeasy-info li{color:#6366f1}.embedded-info{background-color:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:1rem;margin:1rem 0}.embedded-info h4{color:#0284c7;font-size:.875rem;font-weight:600;margin-bottom:.75rem}.signing-comparison{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:.75rem}.signing-option{background:white;padding:.75rem;border-radius:6px;border:1px solid #e0e7ff}.signing-option h5{color:#1e40af;font-size:.8rem;font-weight:600;margin-bottom:.5rem}.signing-option ul{list-style:none;padding:0;margin:0}.signing-option li{color:#1e40af;font-size:.75rem;margin-bottom:.25rem}.warning-box{background-color:#fef3c7;border:1px solid #fbbf24;border-radius:8px;padding:1rem;margin:1rem 0}.warning-box h4{color:#92400e;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.warning-box ul{list-style:none;padding:0;margin:0}.warning-box li{color:#92400e;font-size:.875rem;margin-bottom:.25rem}.document-preview{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;margin:1rem 0}.document-preview h4{color:#334155;font-size:.875rem;font-weight:600;margin-bottom:.75rem}.document-info{display:grid;gap:.5rem}.doc-item{display:flex;font-size:.875rem;color:#475569}.doc-item strong{min-width:120px;color:#334155}.signeasy-button{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%)}.signeasy-button:hover:not(:disabled){background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%)}@media (max-width: 768px){.signing-comparison{grid-template-columns:1fr}}@media print{.app-header,.sidebar{display:none}.main-content{padding:0}.email-card{box-shadow:none;border:1px solid #000}}.radio-group{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.radio-label,.checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#374151;cursor:pointer;margin-bottom:.5rem}.radio-label input[type=radio],.checkbox-label input[type=checkbox]{width:auto;margin:0;cursor:pointer}.specimen-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1rem}.specimen-column{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:1rem}.specimen-column h5{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}.test-codes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:.75rem;margin-top:.75rem}.accompanying-sample{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:1rem;margin-bottom:1rem;position:relative}.accompanying-sample .form-group{margin-bottom:.75rem}.add-button,.remove-button{padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;border:1px solid}.add-button{background-color:#10b981;color:#fff;border-color:#10b981;margin-top:.5rem}.add-button:hover{background-color:#059669;border-color:#059669}.remove-button{background-color:#ef4444;color:#fff;border-color:#ef4444;position:absolute;top:.5rem;right:.5rem;padding:.25rem .5rem;font-size:.75rem}.remove-button:hover{background-color:#dc2626;border-color:#dc2626}.signing-option{background:white;padding:1rem;border-radius:6px;border:1px solid #e5e7eb;margin-bottom:1rem}.signing-option h5{color:#374151;font-size:.875rem;font-weight:600;margin-bottom:.75rem}.url-input-group{display:flex;gap:.5rem;align-items:center}.url-input{flex:1;background-color:#f9fafb;border:1px solid #d1d5db;padding:.5rem;border-radius:4px;font-family:monospace;font-size:.875rem}.copy-button,.embed-button,.new-tab-button,.status-button{padding:.5rem 1rem;background-color:#6b7280;color:#fff;border:none;border-radius:4px;font-size:.875rem;cursor:pointer;transition:background-color .2s}.copy-button:hover,.embed-button:hover,.new-tab-button:hover,.status-button:hover{background-color:#4b5563}.embed-button{background-color:#2563eb}.embed-button:hover{background-color:#1d4ed8}.new-tab-button{background-color:#059669}.new-tab-button:hover{background-color:#047857}.status-button{background-color:#7c3aed}.status-button:hover{background-color:#6d28d9}.form-group .form-row input{margin-right:.5rem}input:disabled{background-color:#f3f4f6;color:#9ca3af;cursor:not-allowed}.radio-label input:focus,.checkbox-label input:focus{outline:2px solid #2563eb;outline-offset:2px}@media (max-width: 768px){.specimen-container,.test-codes-grid{grid-template-columns:1fr}.radio-group{flex-direction:column;align-items:flex-start;gap:.5rem}.url-input-group{flex-direction:column}.url-input,.copy-button,.embed-button,.new-tab-button,.status-button{width:100%}.accompanying-sample{padding:.75rem}.remove-button{position:static;margin-top:.5rem;width:100%}}@media (max-width: 480px){.specimen-column{padding:.75rem}.checkbox-label,.radio-label,.form-group label{font-size:.8rem}}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html,body{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased}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}#root{isolation:isolate}:root{--primary-50: #eff6ff;--primary-100: #dbeafe;--primary-500: #3b82f6;--primary-600: #2563eb;--primary-700: #1d4ed8;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--green-50: #ecfdf5;--green-200: #d1fae5;--green-700: #065f46;--red-50: #fef2f2;--red-200: #fecaca;--red-700: #991b1b;--yellow-50: #fef3c7;--yellow-200: #fcd34d;--yellow-700: #a16207;--yellow-800: #92400e;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--border-radius: .375rem;--border-radius-lg: .5rem;--border-radius-xl: .75rem;--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif}body{font-family:var(--font-family);background-color:var(--gray-50);color:var(--gray-900)}.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}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}
