*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;line-height:1.6;text-size-adjust:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#333;background-color:#fff;margin:0;padding:0;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-top:0;margin-bottom:.5em;color:#222}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:1em}a{color:#0066cc;text-decoration:underline;text-underline-offset:2px}a:hover{color:#0052a3;text-decoration-thickness:2px}a:focus{outline:2px solid #0066cc;outline-offset:2px}ol,ul{margin:0 0 1em 1.5em;padding-left:1.5em}li{margin-bottom:.5em}code{font-size:.9em;padding:.2em .4em;border-radius:3px}code,pre{font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;background-color:#f5f5f5}pre{padding:1em;border-radius:4px;overflow-x:auto;margin-bottom:1em}pre code{background:none;padding:0}blockquote{border-left:4px solid #ddd;padding-left:1em;margin:1em 0;color:#666;font-style:italic}table{width:100%;border-collapse:collapse;margin-bottom:1em}td,th{padding:.75em;text-align:left;border-bottom:1px solid #ddd}th{font-weight:600;background-color:#f9f9f9}tr:hover{background-color:#f5f5f5}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{width:100%;padding:.5em .75em;border:1px solid #ddd;border-radius:4px;margin-bottom:.5em;transition:border-color .2s}input:focus,select:focus,textarea:focus{outline:none;border-color:#0066cc;box-shadow:0 0 0 3px rgba(0,102,204,.1)}label{display:block;margin-bottom:.25em;font-weight:500}button,input[type=button],input[type=reset],input[type=submit]{display:inline-block;padding:.5em 1em;background-color:#0066cc;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500;text-decoration:none;transition:background-color .2s}button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{background-color:#0052a3}button:focus,input[type=button]:focus,input[type=reset]:focus,input[type=submit]:focus{outline:2px solid #0066cc;outline-offset:2px}button:disabled,input[type=button]:disabled,input[type=reset]:disabled,input[type=submit]:disabled{opacity:.6;cursor:not-allowed}img{max-width:100%;height:auto;display:block}hr{border:none;border-top:1px solid #ddd;margin:2em 0}main{max-width:1200px;margin:0 auto;padding:2em 1em}article,section{margin-bottom:2em}nav ul{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:1em}nav li,nav ul{margin:0}nav a{padding:.5em 1em;border-radius:4px;transition:background-color .2s}nav a,nav a:hover{text-decoration:none}nav a:hover{background-color:#f5f5f5}footer{margin-top:3em;padding-top:2em;border-top:1px solid #ddd;color:#666;font-size:.9em}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-1{margin-top:.5em}.mt-2{margin-top:1em}.mt-3{margin-top:1.5em}.mt-4{margin-top:2em}.mb-1{margin-bottom:.5em}.mb-2{margin-bottom:1em}.mb-3{margin-bottom:1.5em}.mb-4{margin-bottom:2em}@media (prefers-color-scheme:dark){body{background-color:#1a1a1a;color:#e0e0e0}h1,h2,h3,h4,h5,h6{color:#fff}a{color:#4da6ff}a:hover{color:#66b3ff}code{color:#e0e0e0}code,pre{background-color:#2a2a2a}blockquote{border-left-color:#444;color:#bbb}td,th{border-bottom-color:#444}th,tr:hover{background-color:#2a2a2a}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{background-color:#2a2a2a;border-color:#444;color:#e0e0e0}input:focus,select:focus,textarea:focus{border-color:#4da6ff;box-shadow:0 0 0 3px rgba(77,166,255,.2)}button,input[type=button],input[type=reset],input[type=submit]{background-color:#4da6ff}button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{background-color:#66b3ff}hr{border-top-color:#444}nav a:hover{background-color:#2a2a2a}footer{border-top-color:#444;color:#999}}@media print{body{background:white;color:black}a{color:#000;text-decoration:underline}footer,nav{display:none}}.container{max-width:1200px;margin:0 auto;padding:2rem}.card{background:white;border-radius:12px;padding:2rem;box-shadow:0 10px 40px rgba(0,0,0,.1);margin-bottom:2rem}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;border:none;font-size:1rem;text-decoration:none}.btn-primary{background:#667eea;color:white}.btn-primary:hover{background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.btn-secondary{background:#6c757d;color:white}.btn-secondary:hover{background:#5a6268}.btn-danger{background:#dc3545;color:white}.btn-danger:hover{background:#c82333}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:1.5rem}.info-item{padding:1rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #667eea}.info-label{font-size:.875rem;color:#6c757d;font-weight:600;text-transform:uppercase;margin-bottom:.5rem}.info-value{font-size:1.125rem;color:#212529;font-weight:500}.loading{display:inline-block;width:20px;height:20px;border-radius:50%;border:3px solid rgba(255,255,255,.3);border-top-color:white;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(1turn)}}.error{background:#f8d7da;color:#721c24;border-radius:8px;border:1px solid #f5c6cb}.error,.success{padding:1rem;margin:1rem 0}.success{background:#d4edda;color:#155724;border-radius:8px;border:1px solid #c3e6cb}.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}.tool-card{background:#f8f9fa;border-radius:8px;padding:1.5rem;border:2px solid #e9ecef;transition:all .2s}.tool-card:hover{border-color:#667eea;transform:translateY(-4px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.tool-title{font-size:1.25rem;font-weight:600;color:#212529;margin-bottom:.5rem}.tool-description{color:#6c757d;font-size:.875rem;margin-bottom:1rem}.tool-actions{display:flex;gap:.5rem;flex-wrap:wrap}@media (prefers-color-scheme:dark){.card{background:#2a2a2a;box-shadow:0 10px 40px rgba(0,0,0,.3)}.info-item{background:#1a1a1a;border-left-color:#4da6ff}.info-label{color:#999}.info-value{color:#e0e0e0}.error{background:#4a1f1f;color:#ff6b6b;border-color:#5a2f2f}.success{background:#1f4a1f;color:#6bff6b;border-color:#2f5a2f}.tool-card{background:#1a1a1a;border-color:#444}.tool-card:hover{border-color:#4da6ff}.tool-title{color:#fff}.tool-description{color:#bbb}}.contract-generator{max-width:800px;margin:0 auto}.step-indicator{margin:2rem 0;gap:1rem}.step,.step-indicator{display:flex;justify-content:center}.step{width:40px;height:40px;border-radius:50%;align-items:center;background:linear-gradient(135deg,#6c757d,#5a6268);color:white;font-weight:700;position:relative}.step.active{background:linear-gradient(135deg,#667eea,#5568d3)}.step.completed{background:linear-gradient(135deg,#10b981,#34d399)}.step:not(:last-child):after{content:"";position:absolute;left:100%;top:50%;width:1rem;height:2px;background:#ddd;transform:translateY(-50%)}.form-section{margin:2rem 0;padding:2rem;background:white;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-row.full{grid-template-columns:1fr}@media (max-width:768px){.form-row{grid-template-columns:1fr}}.contract-preview{background:white;border:1px solid #ddd;border-radius:12px;padding:2rem;margin:2rem 0;white-space:pre-wrap;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-size:.9rem;line-height:1.6;max-height:500px;overflow-y:auto}.contract-actions{display:flex;gap:1rem;justify-content:center;margin:2rem 0;flex-wrap:wrap}button.success{background:linear-gradient(135deg,#10b981,#34d399)}button.success:hover{background:linear-gradient(135deg,#059669,#10b981)}button.outline{background:transparent;border:1px solid #667eea;color:#667eea}button.outline:hover{background:#667eea;color:white}button.info{background:linear-gradient(135deg,#0ea5e9,#38bdf8)}button.info:hover{background:linear-gradient(135deg,#0284c7,#0ea5e9)}button.warning{background:linear-gradient(135deg,#f59e0b,#fbbf24)}button.warning:hover{background:linear-gradient(135deg,#d97706,#f59e0b)}button.danger{background:linear-gradient(135deg,#ef4444,#f87171)}button.danger:hover{background:linear-gradient(135deg,#dc2626,#ef4444)}@media (prefers-color-scheme:dark){.contract-preview,.form-section{background:#2a2a2a}.contract-preview{border-color:#444}.step:not(:last-child):after{background:#444}}