.modal-overlay.svelte-1d6lmmm.svelte-1d6lmmm{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal-content.svelte-1d6lmmm.svelte-1d6lmmm{background:#fdf6e3f2;border-radius:12px;width:90%;max-width:480px;max-height:90vh;overflow-y:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(147,161,161,.2);box-shadow:0 20px 60px #0000004d}.modal-header.svelte-1d6lmmm.svelte-1d6lmmm{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid rgba(147,161,161,.2)}.modal-header.svelte-1d6lmmm h2.svelte-1d6lmmm{color:#586e75;font-size:1.3rem;font-weight:600;margin:0}.close-button.svelte-1d6lmmm.svelte-1d6lmmm{background:none;border:none;font-size:1.8rem;color:#93a1a1;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.close-button.svelte-1d6lmmm.svelte-1d6lmmm:hover{background:#93a1a11a;color:#586e75}.modal-body.svelte-1d6lmmm.svelte-1d6lmmm{padding:2rem}.modal-body.svelte-1d6lmmm p.svelte-1d6lmmm{color:#657b83;font-size:1rem;line-height:1.5;margin:0 0 1.5rem}.form-group.svelte-1d6lmmm.svelte-1d6lmmm{margin-bottom:1rem}.form-input.svelte-1d6lmmm.svelte-1d6lmmm{width:100%;padding:.8rem 1rem;font-size:1rem;border:2px solid #93a1a1;border-radius:8px;background:#fffc;color:#586e75;transition:border-color .3s ease,background .3s ease;box-sizing:border-box}.form-input.svelte-1d6lmmm.svelte-1d6lmmm:focus{outline:none;border-color:#268bd2;background:#fffffff2}.form-input.svelte-1d6lmmm.svelte-1d6lmmm:disabled{opacity:.6;cursor:not-allowed}.code-input.svelte-1d6lmmm.svelte-1d6lmmm{font-family:Monaco,Menlo,Ubuntu Mono,monospace;text-align:center;letter-spacing:.3em;font-size:1.2rem}.error-message.svelte-1d6lmmm.svelte-1d6lmmm{color:#dc322f;font-size:.9rem;margin:.5rem 0 1rem;padding:.5rem;background:#dc322f1a;border-radius:4px;border-left:3px solid #dc322f}.resend-section.svelte-1d6lmmm.svelte-1d6lmmm{margin:1rem 0;text-align:center}.resend-button.svelte-1d6lmmm.svelte-1d6lmmm{background:none;border:none;color:#268bd2;text-decoration:underline;cursor:pointer;font-size:.9rem;transition:color .2s ease}.resend-button.svelte-1d6lmmm.svelte-1d6lmmm:hover{color:#2aa198}.resend-cooldown.svelte-1d6lmmm.svelte-1d6lmmm{color:#93a1a1;font-size:.9rem}.modal-actions.svelte-1d6lmmm.svelte-1d6lmmm{display:flex;gap:.8rem;margin-top:2rem;justify-content:flex-end}.primary-button.svelte-1d6lmmm.svelte-1d6lmmm{background:linear-gradient(135deg,#268bd2,#2aa198);color:#fff;border:none;padding:.8rem 1.8rem;font-size:1rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:500}.primary-button.svelte-1d6lmmm.svelte-1d6lmmm:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #268bd24d}.primary-button.svelte-1d6lmmm.svelte-1d6lmmm:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.cancel-button.svelte-1d6lmmm.svelte-1d6lmmm{background:linear-gradient(135deg,#93a1a1,#839496);color:#fff;border:none;padding:.8rem 1.8rem;font-size:1rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:500}.cancel-button.svelte-1d6lmmm.svelte-1d6lmmm:hover{transform:translateY(-1px);box-shadow:0 4px 12px #93a1a14d}@media (max-width: 768px){.modal-content.svelte-1d6lmmm.svelte-1d6lmmm{width:95%;margin:1rem}.modal-header.svelte-1d6lmmm.svelte-1d6lmmm,.modal-body.svelte-1d6lmmm.svelte-1d6lmmm{padding:1.5rem}.modal-actions.svelte-1d6lmmm.svelte-1d6lmmm{flex-direction:column}.primary-button.svelte-1d6lmmm.svelte-1d6lmmm,.cancel-button.svelte-1d6lmmm.svelte-1d6lmmm{width:100%}}.container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#fdf6e3,#eee8d5);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.container.file-selected{justify-content:flex-start;padding:0}.service-intro{text-align:center;max-width:600px;margin-bottom:3rem;padding:0 2rem}.service-intro h2{color:#268bd2;font-size:2.2rem;margin-bottom:1rem;font-weight:400;line-height:1.2}.service-intro p{color:#657b83;font-size:1.1rem;margin-bottom:1.5rem;opacity:.9;line-height:1.5}.benefits{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.benefit{color:#586e75;font-size:.95rem;font-weight:500;opacity:.8;display:flex;align-items:center;gap:.3rem}.upload-area{width:100%;max-width:600px;min-height:400px;border:3px dashed #93a1a1;border-radius:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;background:#fdf6e3cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.upload-area.compact{min-height:auto;max-width:none;border-radius:8px;margin:1rem 2rem;padding:1.5rem;width:calc(100% - 4rem)}.upload-area:hover,.upload-area.drag-over{border-color:#586e75;background:#eee8d5e6;transform:translateY(-2px);box-shadow:0 8px 32px #586e751a}.upload-content{text-align:center;padding:2rem}.upload-area.compact .upload-content{padding:0;display:flex;align-items:center;justify-content:center}.upload-icon{font-size:4rem;margin-bottom:1rem;opacity:.7}h1{color:#586e75;font-size:2.5rem;margin-bottom:1rem;font-weight:300}p{color:#657b83;font-size:1.2rem;margin-bottom:2rem;opacity:.8}.select-button{background:linear-gradient(135deg,#268bd2,#2aa198);color:#fff;border:none;padding:1rem 2.5rem;font-size:1.1rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:500;text-transform:uppercase;letter-spacing:.5px;text-align:center;white-space:nowrap}.select-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #268bd24d}.select-button.secondary{background:linear-gradient(135deg,#93a1a1,#839496)}.select-button.secondary:hover{box-shadow:0 6px 20px #93a1a14d}.select-button.primary{background:linear-gradient(135deg,#268bd2,#2aa198)}.button-group{display:flex;gap:1rem;width:100%;max-width:480px}.button-group .select-button{flex:1;min-width:180px;display:flex;align-items:center;justify-content:center}.file-info{margin:1rem 2rem;padding:1.5rem;background:#eee8d5cc;border-radius:12px;width:calc(100% - 4rem)}.file-details{display:flex;flex-wrap:wrap;gap:2rem;color:#657b83;font-size:1rem}.file-details span{margin:0}.file-results{margin:1rem 2rem;padding:1.5rem;background:#eee8d5cc;border-radius:12px;width:calc(100% - 4rem)}.results-content{display:flex;align-items:center;justify-content:center}.processing-indicator{display:flex;align-items:center;gap:1rem;color:#268bd2;font-size:1rem}.spinner{width:20px;height:20px;border:2px solid #e0e0e0;border-top:2px solid #268bd2;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.success-results{width:100%;text-align:left}.success-results p{margin:0;color:#657b83;font-size:1rem;line-height:1.5;opacity:1}.result-section h3{color:#586e75;font-size:1.2rem;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #eee8d5}.markdown-content{color:#657b83;font-size:1rem;line-height:1.6}.markdown-content h1,.markdown-content h2,.markdown-content h3,.markdown-content h4,.markdown-content h5,.markdown-content h6{color:#586e75;margin:1rem 0 .5rem;font-weight:600}.markdown-content h1{font-size:1.5rem}.markdown-content h2{font-size:1.3rem}.markdown-content h3{font-size:1.1rem}.markdown-content p{margin:.5rem 0;color:#657b83;opacity:1}.markdown-content ul,.markdown-content ol{margin:.5rem 0;padding-left:1.5rem}.markdown-content li{margin:.25rem 0}.markdown-content strong{font-weight:600;color:#586e75}.markdown-content em{font-style:italic}.markdown-content code{background:#93a1a11a;padding:.2rem .4rem;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem}.markdown-content blockquote{border-left:4px solid #93a1a1;margin:1rem 0;padding:.5rem 1rem;background:#93a1a10d}.dates-table-container{width:100%;margin:0;overflow-x:auto}.dates-table{width:100%;border-collapse:collapse;border-spacing:0;margin:0;background:transparent;table-layout:fixed}.dates-table th{background:#586e751a;color:#586e75;font-weight:600;font-size:1rem;padding:.75rem 1rem;text-align:left;border-bottom:2px solid #eee8d5;border-right:1px solid rgba(147,161,161,.2)}.dates-table th:last-child{border-right:none}.dates-table td{padding:.75rem 1rem;color:#657b83;font-size:1rem;line-height:1.5;text-align:left;border-bottom:1px solid rgba(147,161,161,.15);border-top:1px solid rgba(147,161,161,.15);border-right:1px solid rgba(147,161,161,.1)}.dates-table tr:first-child td{border-top:1px solid rgba(147,161,161,.15)}.dates-table td:last-child{border-right:none}.dates-table tr:hover{background:#93a1a10d}.date-cell{width:280px;font-weight:500;color:#586e75;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.description-cell{width:auto;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.parties-table-container{width:100%;margin:0;overflow-x:auto}.parties-table{width:100%;border-collapse:collapse;border-spacing:0;margin:0;background:transparent;table-layout:fixed}.parties-table td{padding:.75rem 1rem;color:#657b83;font-size:1rem;line-height:1.5;text-align:left;border-bottom:1px solid rgba(147,161,161,.15);border-top:1px solid rgba(147,161,161,.15);border-right:1px solid rgba(147,161,161,.1)}.parties-table tr:first-child td{border-top:1px solid rgba(147,161,161,.15)}.parties-table td:last-child{border-right:none}.parties-table tr:hover{background:#93a1a10d}.party-name-cell{width:280px;font-weight:500;color:#586e75;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.party-role-cell{width:auto;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;opacity:.9}.risks-table-container{width:100%;margin:0;overflow-x:auto}.risks-table{width:100%;border-collapse:collapse;border-spacing:0;margin:0;background:transparent;table-layout:fixed}.risks-table td{padding:.75rem 1rem;color:#657b83;font-size:1rem;line-height:1.5;text-align:left;border-bottom:1px solid rgba(147,161,161,.15);border-top:1px solid rgba(147,161,161,.15);border-right:none}.risks-table tr:first-child td{border-top:1px solid rgba(147,161,161,.15)}.risks-table tr:hover{background:#93a1a10d}.risk-cell{width:100%;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.error-results{width:100%;text-align:left}.error-results p{margin:0;color:#dc322f;font-size:1rem;line-height:1.5;opacity:1}.risk-analysis-section{margin:1rem 2rem;display:flex;justify-content:center;align-items:center}.risk-analysis-button{background:linear-gradient(135deg,#859900,#b58900);color:#fff;border:none;padding:1rem 2.5rem;font-size:1.1rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:500;text-transform:uppercase;letter-spacing:.5px;text-align:center;white-space:nowrap}.risk-analysis-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #8599004d}.risk-analysis-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.risk-analysis-panel{margin:1rem 2rem;padding:1.5rem;background:#eee8d5cc;border-radius:12px;width:calc(100% - 4rem)}.risk-analysis-panel h3{color:#586e75;font-size:1.2rem;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #eee8d5}.party-buttons-container{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-start}.party-button{background:linear-gradient(135deg,#859900,#b58900);color:#fff;border:none;padding:.6rem 1.2rem;font-size:.9rem;border-radius:20px;cursor:pointer;transition:all .3s ease;font-weight:500;text-align:center;white-space:nowrap;max-width:320px;overflow:hidden;text-overflow:ellipsis}.party-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #8599004d;background:linear-gradient(135deg,#859900,#cb4b16)}.party-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.footer{margin-top:auto;padding:1rem 2rem;background:#eee8d566;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.footer-content{display:flex;justify-content:flex-end;align-items:center;gap:1.5rem}.footer-link{color:#657b83;text-decoration:none;font-size:.9rem;transition:color .3s ease;opacity:.8}.footer-link:hover{color:#268bd2;text-decoration:underline;opacity:1}@media (max-width: 768px){.container{padding:1rem;min-height:100dvh;max-height:100dvh;overflow-y:auto;display:flex;flex-direction:column}.upload-area{min-height:300px;flex-shrink:0}h1{font-size:2rem}p{font-size:1rem}.select-button{padding:.8rem 1.5rem;font-size:1rem}.button-group{flex-direction:column;max-width:none}.button-group .select-button{flex:none}.file-info,.file-results{margin:1rem;width:calc(100% - 2rem);flex-shrink:0}.upload-area.compact{margin:1rem;width:calc(100% - 2rem)}.footer{padding:1rem;margin-top:auto;flex-shrink:0}.dates-table th,.dates-table td{padding:.5rem .75rem;font-size:.9rem}.date-cell{width:225px;font-size:.85rem}.description-cell{width:auto;font-size:.9rem}.parties-table td{padding:.5rem .75rem;font-size:.9rem}.party-name-cell{width:225px;font-size:.85rem}.party-role-cell{width:auto;font-size:.85rem}.risks-table td{padding:.5rem .75rem;font-size:.9rem}.risk-cell{width:100%;font-size:.9rem}.risk-analysis-section{margin:1rem}.risk-analysis-button{padding:.8rem 1.5rem;font-size:1rem;width:100%;max-width:300px}.risk-analysis-panel{margin:1rem;width:calc(100% - 2rem)}.party-button{font-size:.85rem;padding:.5rem 1rem;max-width:280px}.service-intro{margin-bottom:2rem;padding:0 1rem}.service-intro h2{font-size:1.8rem}.service-intro p{font-size:1rem}.benefits{gap:1rem}.benefit{font-size:.85rem}}.container.svelte-ire5rx{min-height:100vh;background:linear-gradient(135deg,#fdf6e3,#eee8d5);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.privacy-header.svelte-ire5rx{padding:2rem;border-bottom:1px solid rgba(147,161,161,.2);background:#fdf6e3cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center}.back-button.svelte-ire5rx{background:linear-gradient(135deg,#268bd2,#2aa198);color:#fff;border:none;padding:.75rem 1.5rem;font-size:1rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:500;margin-bottom:1rem}.back-button.svelte-ire5rx:hover{transform:translateY(-2px);box-shadow:0 6px 20px #268bd24d}h1.svelte-ire5rx{color:#586e75;font-size:2.5rem;margin:0;font-weight:300}.privacy-content.svelte-ire5rx{max-width:800px;margin:0 auto;padding:2rem}.section.svelte-ire5rx{background:#eee8d5cc;border-radius:16px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 16px #586e751a}h2.svelte-ire5rx{color:#586e75;font-size:1.5rem;margin-top:2rem;margin-bottom:1rem;font-weight:500}h2.svelte-ire5rx:first-of-type{margin-top:0}p.svelte-ire5rx,ul.svelte-ire5rx{color:#657b83;font-size:1rem;line-height:1.6;margin-bottom:1rem}li.svelte-ire5rx{margin-bottom:.5rem}a.svelte-ire5rx{color:#268bd2;text-decoration:none;transition:color .3s ease}a.svelte-ire5rx:hover{color:#2aa198;text-decoration:underline}strong.svelte-ire5rx{color:#586e75;font-weight:600}@media (max-width: 768px){.container.svelte-ire5rx{min-height:100dvh;max-height:100dvh;overflow-y:auto;display:flex;flex-direction:column}.privacy-header.svelte-ire5rx{padding:1rem;flex-shrink:0}h1.svelte-ire5rx{font-size:2rem}.privacy-content.svelte-ire5rx{padding:1rem;flex:1;overflow-y:auto}.section.svelte-ire5rx{padding:1.5rem}h2.svelte-ire5rx{font-size:1.3rem}p.svelte-ire5rx,ul.svelte-ire5rx{font-size:.9rem}}.container.svelte-1dfcgkz.svelte-1dfcgkz{min-height:100vh;background:linear-gradient(135deg,#fdf6e3,#eee8d5);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.legal-header.svelte-1dfcgkz.svelte-1dfcgkz{padding:2rem;border-bottom:1px solid rgba(147,161,161,.2);background:#fdf6e3cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center}.back-button.svelte-1dfcgkz.svelte-1dfcgkz{background:linear-gradient(135deg,#268bd2,#2aa198);color:#fff;border:none;padding:.75rem 1.5rem;font-size:1rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:500;margin-bottom:1rem}.back-button.svelte-1dfcgkz.svelte-1dfcgkz:hover{transform:translateY(-2px);box-shadow:0 6px 20px #268bd24d}h1.svelte-1dfcgkz.svelte-1dfcgkz{color:#586e75;font-size:2.5rem;margin:0;font-weight:300}.legal-content.svelte-1dfcgkz.svelte-1dfcgkz{max-width:800px;margin:0 auto;padding:2rem}.section.svelte-1dfcgkz.svelte-1dfcgkz{background:#eee8d5cc;border-radius:16px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 16px #586e751a}h2.svelte-1dfcgkz.svelte-1dfcgkz{color:#586e75;font-size:1.5rem;margin-top:2rem;margin-bottom:1rem;font-weight:500}h2.svelte-1dfcgkz.svelte-1dfcgkz:first-of-type{margin-top:0}h3.svelte-1dfcgkz.svelte-1dfcgkz{color:#586e75;font-size:1.3rem;margin-top:1.5rem;margin-bottom:1rem;font-weight:500}p.svelte-1dfcgkz.svelte-1dfcgkz{color:#657b83;font-size:1rem;line-height:1.6;margin-bottom:1rem}ul.svelte-1dfcgkz.svelte-1dfcgkz{color:#657b83;font-size:1rem;line-height:1.6;margin-bottom:1rem;padding-left:1.5rem}li.svelte-1dfcgkz.svelte-1dfcgkz{margin-bottom:.5rem}strong.svelte-1dfcgkz.svelte-1dfcgkz{color:#586e75;font-weight:600}.notice-box.svelte-1dfcgkz.svelte-1dfcgkz{background:linear-gradient(135deg,#dc322f1a,#cb4b161a);border:2px solid #dc322f;border-radius:12px;padding:1.5rem;margin-top:2rem}.notice-box.svelte-1dfcgkz h3.svelte-1dfcgkz{color:#dc322f;margin-top:0;margin-bottom:1rem;font-size:1.2rem}.notice-box.svelte-1dfcgkz p.svelte-1dfcgkz{margin-bottom:0;font-weight:500}@media (max-width: 768px){.container.svelte-1dfcgkz.svelte-1dfcgkz{min-height:100dvh;max-height:100dvh;overflow-y:auto;display:flex;flex-direction:column}.legal-header.svelte-1dfcgkz.svelte-1dfcgkz{padding:1rem;flex-shrink:0}h1.svelte-1dfcgkz.svelte-1dfcgkz{font-size:2rem}.legal-content.svelte-1dfcgkz.svelte-1dfcgkz{padding:1rem;flex:1;overflow-y:auto}.section.svelte-1dfcgkz.svelte-1dfcgkz{padding:1.5rem}h2.svelte-1dfcgkz.svelte-1dfcgkz{font-size:1.3rem}h3.svelte-1dfcgkz.svelte-1dfcgkz{font-size:1.2rem}p.svelte-1dfcgkz.svelte-1dfcgkz,ul.svelte-1dfcgkz.svelte-1dfcgkz{font-size:.9rem}.notice-box.svelte-1dfcgkz.svelte-1dfcgkz{padding:1rem}.notice-box.svelte-1dfcgkz h3.svelte-1dfcgkz{font-size:1.1rem}}.container.svelte-lbkc1r.svelte-lbkc1r{min-height:100vh;background:linear-gradient(135deg,#fdf6e3,#eee8d5);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.contacts-header.svelte-lbkc1r.svelte-lbkc1r{padding:2rem;border-bottom:1px solid rgba(147,161,161,.2);background:#fdf6e3cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center}.back-button.svelte-lbkc1r.svelte-lbkc1r{background:linear-gradient(135deg,#268bd2,#2aa198);color:#fff;border:none;padding:.75rem 1.5rem;font-size:1rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:500;margin-bottom:1rem}.back-button.svelte-lbkc1r.svelte-lbkc1r:hover{transform:translateY(-2px);box-shadow:0 6px 20px #268bd24d}h1.svelte-lbkc1r.svelte-lbkc1r{color:#586e75;font-size:2.5rem;margin:0;font-weight:300}.contacts-content.svelte-lbkc1r.svelte-lbkc1r{max-width:800px;margin:0 auto;padding:2rem}.section.svelte-lbkc1r.svelte-lbkc1r{background:#eee8d5cc;border-radius:16px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 16px #586e751a}h2.svelte-lbkc1r.svelte-lbkc1r{color:#586e75;font-size:1.8rem;margin-top:0;margin-bottom:1rem;font-weight:500}h3.svelte-lbkc1r.svelte-lbkc1r{color:#586e75;font-size:1.3rem;margin-top:2rem;margin-bottom:1rem;font-weight:500}h3.svelte-lbkc1r.svelte-lbkc1r:first-of-type{margin-top:1.5rem}p.svelte-lbkc1r.svelte-lbkc1r{color:#657b83;font-size:1rem;line-height:1.6;margin-bottom:1rem}.contact-info.svelte-lbkc1r.svelte-lbkc1r{margin:2rem 0}.email-highlight.svelte-lbkc1r.svelte-lbkc1r{background:#fdf6e3cc;border:2px solid #268bd2;border-radius:8px;padding:1rem;margin:1rem 0;text-align:center}.email-highlight.svelte-lbkc1r a.svelte-lbkc1r{color:#268bd2;text-decoration:none;font-size:1.2rem;font-weight:600;transition:color .3s ease}.email-highlight.svelte-lbkc1r a.svelte-lbkc1r:hover{color:#2aa198;text-decoration:underline}.support-topics.svelte-lbkc1r.svelte-lbkc1r{margin-top:2rem}ul.svelte-lbkc1r.svelte-lbkc1r{color:#657b83;font-size:1rem;line-height:1.6;margin-bottom:1rem}li.svelte-lbkc1r.svelte-lbkc1r{margin-bottom:.5rem}@media (max-width: 768px){.container.svelte-lbkc1r.svelte-lbkc1r{min-height:100dvh;max-height:100dvh;overflow-y:auto;display:flex;flex-direction:column}.contacts-header.svelte-lbkc1r.svelte-lbkc1r{padding:1rem;flex-shrink:0}h1.svelte-lbkc1r.svelte-lbkc1r{font-size:2rem}.contacts-content.svelte-lbkc1r.svelte-lbkc1r{padding:1rem;flex:1;overflow-y:auto}.section.svelte-lbkc1r.svelte-lbkc1r{padding:1.5rem}h2.svelte-lbkc1r.svelte-lbkc1r{font-size:1.5rem}h3.svelte-lbkc1r.svelte-lbkc1r{font-size:1.2rem}p.svelte-lbkc1r.svelte-lbkc1r,ul.svelte-lbkc1r.svelte-lbkc1r{font-size:.9rem}.email-highlight.svelte-lbkc1r a.svelte-lbkc1r{font-size:1.1rem}}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}main.svelte-bs8vcl{width:100%;min-height:100dvh}
