*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#f8f9fa;overflow-x:hidden}html{height:100%;height:100dvh}.app{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}.header{position:fixed;top:0;left:0;right:0;background:#fff;border-bottom:1px solid #e9ecef;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;z-index:1000;box-shadow:0 2px 4px #0000001a}.header-left{display:flex;align-items:center;gap:1rem}.logo{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden}.logo img{width:100%;height:100%;object-fit:contain}.company-info h1{font-size:1.2rem;font-weight:600;color:#333;margin:0}.company-info p{font-size:.9rem;color:#666;margin:0}.header-right{text-align:right}.header-right h2{font-size:1.1rem;color:#333;margin:0}.header-right p{font-size:.9rem;color:#666;margin:0}.ip-display{font-size:.8rem;color:#007bff;font-weight:500}.main-content{margin-top:100px;padding:2rem;flex:1;max-width:800px;margin-left:auto;margin-right:auto;width:100%;background-color:#f8f9fa;min-height:calc(100vh - 100px)}.page-title{text-align:center;margin-bottom:3rem}.page-title h1{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:.5rem}.page-title p{font-size:1.1rem;color:#666}.title-divider{width:60px;height:4px;background:#007bff;margin:1rem auto;border-radius:2px}.form-container{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem}.form-section{margin-bottom:1.5rem}.form-section h2{font-size:1.4rem;font-weight:600;color:#333;margin-bottom:.25rem}.form-section p{color:#666;margin-bottom:1rem;font-size:.9rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-weight:500;color:#333;margin-bottom:.4rem;font-size:.9rem}.required{color:#dc3545}.form-group input,.form-group textarea{width:100%;padding:.6rem;border:2px solid #e9ecef;border-radius:6px;font-size:.95rem;transition:border-color .3s ease;background:#fff}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.form-group textarea{min-height:80px;resize:vertical}.help-text{font-size:.8rem;color:#666;margin-top:.2rem}.company-fields{display:grid;grid-template-columns:2fr 1fr;gap:1rem;margin-bottom:1rem}.contact-fields{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.witnesses-section{border-top:1px solid #e9ecef;padding-top:1rem;margin-top:1rem}.witnesses-section h3{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:.75rem}.witness-group{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:.75rem}.witnesses-container{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.witness-card{background:#f8f9fa;padding:1rem;border-radius:8px;border:1px solid #e9ecef}.info-section{background:#f8f9fa;border-radius:8px;padding:1rem;margin:1rem 0}.info-section h4{font-size:1rem;font-weight:600;color:#333;margin-bottom:.75rem}.info-section ul{list-style:none;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.info-section li{padding:.2rem 0;color:#666;font-size:.85rem;display:flex;align-items:flex-start}.info-section li:before{content:"•";color:#007bff;font-weight:700;margin-right:.5rem;flex-shrink:0}.button-group{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.btn{padding:.75rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-width:160px}.btn-primary{background:#007bff;color:#fff}.btn-primary:hover{background:#0056b3;transform:translateY(-1px);box-shadow:0 4px 8px #007bff4d}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover{background:#545b62;transform:translateY(-1px);box-shadow:0 4px 8px #6c757d4d}.footer{background:#343a40;color:#fff;padding:1rem 2rem;text-align:center;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto}.footer-main{display:flex;align-items:center;justify-content:center;gap:1rem;font-size:.85rem;flex-wrap:wrap}.footer-main span{color:#adb5bd}.footer-main a{color:#007bff;text-decoration:none;transition:color .3s ease}.footer-main a:hover{color:#0056b3;text-decoration:underline}@media (max-width: 768px){.footer-main{display:grid;grid-template-columns:1fr;gap:.4rem;text-align:center}.footer-main>*:nth-child(odd){order:1}.footer-main>span:contains("|"){display:none}}@media (max-width: 1024px){.main-content{max-width:90%;padding:1.5rem}}@media (max-width: 900px){.header{padding:1rem 1.5rem}.header-left{gap:.75rem}.company-info h1{font-size:1.15rem}.company-info p{font-size:.85rem}.header-right h2{font-size:1.05rem}}@media (max-width: 768px){.header{padding:.75rem 1rem;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}.header-left{justify-content:flex-start;gap:.5rem}.header-right{text-align:right}.logo{width:35px;height:35px}.company-info h1{font-size:.95rem}.company-info p,.header-right h2{display:none}.header-right p:not(.ip-display){display:none}.ip-display{font-size:.75rem}.main-content{margin-top:70px;padding:1rem}.page-title h1{font-size:2rem}.form-container{padding:1.5rem}.company-fields,.contact-fields,.witnesses-container,.info-section ul{grid-template-columns:1fr}.button-group{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}.footer{padding:.75rem 1rem}.footer-main{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:.5rem;font-size:.8rem;line-height:1.4}.footer-main span:nth-child(2),.footer-main span:nth-child(4){display:none}}@media (max-width: 480px){.header{padding:.5rem .75rem;gap:.5rem}.header-left{gap:.4rem}.logo{width:32px;height:32px}.company-info h1{font-size:.9rem}.company-info p,.header-right h2{display:none}.header-right p:not(.ip-display){display:none}.ip-display{font-size:.7rem}.main-content{margin-top:60px;padding:.75rem}.page-title h1{font-size:1.75rem}.form-container{padding:1rem}.footer{padding:.5rem .75rem}.footer-main{flex-direction:column;gap:.4rem;font-size:.75rem;text-align:center}.footer-main span:nth-child(2),.footer-main span:nth-child(4){display:none}.alert-content{padding:.75rem;gap:.5rem}.alert-message{font-size:.9rem}}@media (max-width: 360px){.header{padding:.4rem .5rem}.logo{width:28px;height:28px}.company-info h1{font-size:.85rem}.header-right h2{display:none}.header-right p:not(.ip-display){display:none}.ip-display{font-size:.65rem}.main-content{margin-top:50px;padding:.5rem}.page-title h1{font-size:1.5rem}.form-container{padding:.75rem}.footer{padding:.4rem .5rem}.footer-main{flex-direction:column;gap:.3rem;font-size:.7rem;text-align:center}.footer-main span:nth-child(2),.footer-main span:nth-child(4){display:none}}@media screen and (max-width: 430px) and (min-height: 900px){.app{min-height:100vh;min-height:100dvh;height:100%}body{height:100%;height:100dvh}.footer{margin-top:auto;flex-shrink:0}}@supports not (height: 100dvh){.app{min-height:100vh}@media screen and (max-width: 430px){.app{min-height:calc(100vh - env(safe-area-inset-bottom))}}}.alert{margin:1rem 0;padding:0;border-radius:8px;box-shadow:0 2px 8px #0000001a;animation:slideInAlert .3s ease-out}.alert-content{display:flex;align-items:center;padding:1rem;gap:.75rem}.alert-icon{font-size:1.2rem;flex-shrink:0}.alert-message{flex:1;font-size:.95rem;font-weight:500}.alert-close{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease;flex-shrink:0}.alert-error{background:linear-gradient(135deg,#fee2e2,#fecaca);border:1px solid #fca5a5;color:#991b1b}.alert-error .alert-close{color:#991b1b}.alert-error .alert-close:hover{background-color:#991b1b1a}.alert-success{background:linear-gradient(135deg,#dcfce7,#bbf7d0);border:1px solid #86efac;color:#166534}.alert-success .alert-close{color:#166534}.alert-success .alert-close:hover{background-color:#1665341a}@keyframes slideInAlert{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.loading{position:relative}.loading:after{content:"";position:absolute;width:16px;height:16px;margin:auto;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:spin 1s linear infinite;top:0;left:0;bottom:0;right:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pdf-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeInOverlay .2s ease-out}.pdf-modal{background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;width:90vw;max-width:1200px;height:85vh;max-height:800px;display:flex;flex-direction:column;overflow:hidden;animation:slideInModal .3s ease-out;position:relative}.pdf-modal-fullscreen{width:95vw;height:95vh;max-width:none;max-height:none}.pdf-modal-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.1)}.pdf-modal-header-content{display:flex;align-items:center;justify-content:space-between}.pdf-modal-title-section{display:flex;align-items:center;gap:12px}.pdf-modal-icon{background:#fff3;padding:8px;border-radius:8px;display:flex;align-items:center;justify-content:center}.pdf-modal-title{font-size:1.25rem;font-weight:600;margin:0;color:#fff}.pdf-modal-subtitle{font-size:.875rem;margin:4px 0 0;color:#fffc}.pdf-modal-header-actions{display:flex;align-items:center;gap:12px}.pdf-modal-status{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:.75rem;font-weight:500;background:#ffffff26;color:#fff}.pdf-modal-status.loaded{background:#22c55e33}.status-dot{width:6px;height:6px;border-radius:50%;background:#fbbf24;animation:pulse 2s infinite}.pdf-modal-status.loaded .status-dot{background:#22c55e;animation:none}.pdf-modal-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;min-height:36px}.pdf-modal-btn:disabled{opacity:.5;cursor:not-allowed}.pdf-modal-btn-icon{padding:8px;min-width:36px}.pdf-modal-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;min-width:140px}.pdf-modal-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.pdf-modal-btn-outline{background:transparent;color:#374151;border:1px solid #d1d5db}.pdf-modal-btn-outline:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.pdf-modal-close{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.pdf-modal-close:hover{background:#fff3}.pdf-modal-content{flex:1;position:relative;background:#f8fafc;overflow:hidden;min-height:400px}.pdf-iframe{width:100%!important;height:100%!important;border:none!important;background:#fff;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.pdf-modal-loading,.pdf-modal-error{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fffffff2;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:10}.loading-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top:3px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.loading-spinner-small{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.loading-title,.error-title{font-size:1.125rem;font-weight:600;color:#374151;margin:0 0 8px}.loading-subtitle,.error-subtitle{font-size:.875rem;color:#6b7280;margin:0 0 16px;text-align:center}.error-icon{color:#ef4444;margin-bottom:16px}.pdf-modal-footer{background:#fff;border-top:1px solid #e5e7eb;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.pdf-modal-info{display:flex;align-items:center;gap:24px;color:#6b7280;font-size:.875rem}.document-info,.status-info{display:flex;align-items:center;gap:6px}.status-indicator{width:8px;height:8px;border-radius:50%;background:#fbbf24}.status-indicator.ready{background:#22c55e}.pdf-modal-actions{display:flex;align-items:center;gap:12px}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}@keyframes slideInModal{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width: 768px){.pdf-modal-overlay{padding:10px}.pdf-modal{width:95vw;height:90vh}.pdf-modal-header{padding:16px}.pdf-modal-title{font-size:1.125rem}.pdf-modal-footer{padding:16px;flex-direction:column;gap:12px}.pdf-modal-info{flex-direction:column;gap:8px;text-align:center}.pdf-modal-actions{width:100%;justify-content:center;flex-wrap:wrap}.pdf-modal-btn{flex:1;min-width:120px}}
