:root{--primary-color: #2563eb;--primary-hover: #1d4ed8;--background-color: #ffffff;--text-primary: #111827;--text-secondary: #4b5563;--border-color: #e5e7eb}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overscroll-behavior:none}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}.container{max-width:1280px;margin:0 auto;padding:0 1rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s;border:none;font-size:1rem}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:var(--primary-hover)}.btn-outline{border:1px solid var(--border-color);background:#fff;color:var(--text-secondary)}.btn-outline:hover{background-color:#f9fafb;border-color:#d1d5db}.header{background-color:#000;padding:1rem 0;position:sticky;top:0;z-index:100;border-bottom:1px solid #222}.header-content{display:flex;justify-content:space-between;align-items:center}.brand{display:flex;align-items:center;gap:.75rem;text-decoration:none}.logo-icon{width:40px;height:40px;object-fit:contain}.brand-name{font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:-.5px;display:flex;align-items:center;gap:.5rem}.dev-badge{font-size:.7rem;background:#ff3b30;color:#fff;padding:.1rem .4rem;border-radius:4px;font-weight:800;text-transform:uppercase;letter-spacing:.5px}.nav-links{display:flex;gap:2rem}.nav-links a{color:#ccc;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s ease}.nav-links a:hover{color:#fff}@media(max-width:640px){.brand-name{font-size:1.25rem}.nav-links{gap:1rem}.nav-links a{font-size:.875rem}}.footer{background-color:#000;padding:2rem 0;border-top:1px solid #222}.footer-content{display:flex;justify-content:space-between;align-items:center}.footer-brand{display:flex;align-items:center;gap:.75rem}.footer-logo{width:32px;height:32px;object-fit:contain}.footer-name{font-size:1.1rem;font-weight:600;color:#fff}.footer-copyright{color:#666;font-size:.875rem}@media(max-width:640px){.footer-content{flex-direction:column;gap:1rem;text-align:center}}.landing-page{display:flex;flex-direction:column;min-height:100vh;background-color:#fff}.main-content{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.hero{padding:5rem 0 6rem;background:linear-gradient(180deg,#1a1a1a,#222);color:#fff}.hero-container{display:flex;align-items:center;justify-content:space-between;gap:4rem}.hero-text{flex:1;max-width:560px}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-1px}.hero-title-highlight{color:#fff;opacity:.7}.hero-description{font-size:1.25rem;color:#aaa;line-height:1.7;margin-bottom:2rem}.hero-cta{display:inline-block;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600}.hero-mascot{flex-shrink:0}.hero-mascot img{width:320px;height:auto;filter:drop-shadow(0 20px 40px rgba(0,0,0,.3));animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.features-section{padding:6rem 0;background-color:#f9f9f9}.section-title{text-align:center;font-size:2.5rem;font-weight:800;color:#000;margin-bottom:1rem;letter-spacing:-.5px}.section-subtitle{text-align:center;font-size:1.15rem;color:#666;max-width:600px;margin:0 auto 3.5rem;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:16px;border:1px solid #eee;transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014;border-color:#ddd}.feature-icon{width:56px;height:56px;background:#000;color:#fff;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.feature-title{font-size:1.25rem;font-weight:700;color:#000;margin-bottom:.75rem}.feature-description{font-size:.95rem;color:#666;line-height:1.6}.download-section{padding:6rem 0;background-color:#fff}.download-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;max-width:700px;margin:0 auto}.download-card{background:#fafafa;padding:2.5rem 2rem;border-radius:20px;border:1px solid #eee;display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .3s ease}.download-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #00000014}.store-icon{color:#000;margin-bottom:1rem}.store-name{font-size:1.35rem;font-weight:700;color:#000;margin-bottom:1.5rem}.qr-code-wrapper{padding:1rem;background:#fff;border:2px solid #eee;border-radius:12px;margin-bottom:1.5rem}.btn{display:inline-block;padding:.875rem 1.75rem;border-radius:10px;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .2s ease;cursor:pointer;border:none}.btn-primary{background-color:#fff;color:#000}.btn-primary:hover{background-color:#f0f0f0}.btn-dark{background-color:#000;color:#fff}.btn-dark:hover{background-color:#222}@media(max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hero{padding:3rem 0 4rem}.hero-container{flex-direction:column-reverse;text-align:center;gap:2rem}.hero-text{max-width:100%}.hero-title{font-size:2.5rem}.hero-mascot img{width:200px}.features-grid{grid-template-columns:1fr}.download-grid{grid-template-columns:1fr;max-width:360px}.section-title{font-size:2rem}}.signature-canvas-wrapper{width:100%;height:200px;border:2px dashed #d1d5db;border-radius:.5rem;overflow:hidden;background-color:#fcfcfc;position:relative}.signature-canvas{width:100%;height:100%;touch-action:none;cursor:crosshair}.pdf-viewer-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;background-color:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;color:#64748b;padding:24px;text-align:center}.pdf-viewer-state p{margin-top:16px;font-weight:500}.pdf-viewer-state.error{background-color:#fef2f2;border-color:#fca5a5;color:#991b1b}.pdf-viewer-fallback{margin-top:24px}.pdf-frame{width:100%;height:600px;border:none;border-radius:8px;background-color:#fff;box-shadow:inset 0 0 0 1px #0000000d}@media(max-width:768px){.pdf-frame{height:70vh}}.page-wrapper{display:flex;flex-direction:column;min-height:100vh;overscroll-behavior-y:none}.signature-page{flex:1;background-color:#f5f5f5;padding:1rem;display:flex;flex-direction:column}.signature-container{max-width:800px;width:100%;margin:0 auto}.card{background:#fff;border-radius:.75rem;padding:1.5rem;margin-bottom:1.25rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.page-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.page-subtitle{font-size:1.125rem;color:var(--text-secondary);font-weight:500;margin-bottom:1rem}.items-table{width:100%;border-collapse:collapse;margin-top:1rem}.items-table th,.items-table td{padding:.75rem;text-align:left;border-bottom:1px solid var(--border-color)}.items-table th{background-color:#f9fafb;font-weight:600;color:var(--text-primary)}.total-row{font-weight:700;font-size:1.125rem;background-color:#f0fdf4}.total-row td{color:#15803d}.pdf-wrapper{position:relative;border-radius:.5rem;overflow:hidden;width:100%;height:600px;background:#f0f0f0}.pdf-frame{width:100%;height:100%;border:none}.state-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 1rem;text-align:center}.captcha-gate{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center}.captcha-icon{font-size:3rem;margin-bottom:1rem}.captcha-wrapper{margin-top:1.5rem;display:flex;justify-content:center}.loading-spinner{width:2.5rem;height:2.5rem;border:3px solid #e5e7eb;border-top-color:var(--primary-color);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.error-icon{font-size:3rem;margin-bottom:1rem}.success-icon{font-size:4rem;margin-bottom:1rem;color:#22c55e}.success-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.signature-actions{display:flex;gap:1rem;margin-top:1.5rem}.signature-actions .btn{flex:1;padding:1rem 1.5rem;font-size:1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;display:flex;align-items:center;justify-content:center;gap:.5rem}.signature-actions .btn-outline{background:linear-gradient(135deg,#fff,#f8fafc);color:#64748b;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}.signature-actions .btn-outline:hover{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-color:#cbd5e1;color:#475569;transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.signature-actions .btn-outline:active{transform:translateY(0);box-shadow:0 1px 3px #0000000d}.signature-actions .btn-primary{background:linear-gradient(135deg,#1f2937,#111827);color:#fff;box-shadow:0 4px 14px #00000040}.signature-actions .btn-primary:hover{background:linear-gradient(135deg,#374151,#1f2937);transform:translateY(-2px);box-shadow:0 6px 20px #00000059}.signature-actions .btn-primary:active{transform:translateY(0);box-shadow:0 2px 8px #0003}.signature-actions .btn-primary:disabled{background:linear-gradient(135deg,#9ca3af,#6b7280);box-shadow:none;cursor:not-allowed;transform:none}.signature-actions .btn-outline:disabled{background:#f3f4f6;border-color:#e5e7eb;color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.toast{position:fixed;bottom:1rem;left:50%;transform:translate(-50%);background-color:#ef4444;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;box-shadow:0 4px 6px -1px #0000001a;z-index:100;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translate(-50%,100%);opacity:0}to{transform:translate(-50%);opacity:1}}@media(max-width:640px){.signature-actions{flex-direction:column}.pdf-wrapper{height:55vh;min-height:350px;overflow:hidden}.pdf-frame{width:700px;height:900px;transform:scale(.55);transform-origin:top left}.page-title{font-size:1.25rem}.page-subtitle{font-size:1rem}.card{padding:1rem}}.estimate-page{flex:1;background-color:#f5f5f5;padding:1rem;display:flex;flex-direction:column}.estimate-container{max-width:800px;width:100%;margin:0 auto}.status-badge{display:inline-block;padding:.35rem 1rem;border-radius:2rem;font-size:.85rem;font-weight:600;margin-bottom:1rem}.status-approved{background-color:#dcfce7;color:#15803d}.status-declined{background-color:#fee2e2;color:#dc2626}.status-expired{background-color:#fef3c7;color:#b45309}.estimate-summary{margin-top:1.25rem;border-top:1px solid #e5e7eb;padding-top:1rem}.summary-row{display:flex;justify-content:space-between;padding:.4rem 0}.summary-label{color:#6b7280;font-size:.95rem}.summary-value{font-weight:500;color:#1f2937}.text-expired{color:#dc2626;font-weight:600}.summary-total{border-top:2px solid #e5e7eb;margin-top:.5rem;padding-top:.75rem}.summary-total .summary-label,.summary-total .summary-value{font-size:1.1rem;font-weight:700;color:#15803d}.notes-section{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #f0f0f0}.notes-section h4{color:#374151;margin-bottom:.5rem;font-size:.95rem}.notes-section p{color:#6b7280;font-size:.9rem;line-height:1.6;white-space:pre-wrap}.action-title{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.message-field{margin-bottom:1.25rem}.message-field label{display:block;font-size:.9rem;color:#6b7280;margin-bottom:.4rem}.message-field textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-family:inherit;font-size:.95rem;resize:vertical;transition:border-color .2s;box-sizing:border-box}.message-field textarea:focus{outline:none;border-color:#4361ee;box-shadow:0 0 0 3px #4361ee1f}.estimate-actions{display:flex;gap:1rem;margin-top:.5rem}.estimate-actions .btn{flex:1;padding:.9rem 1.5rem;font-size:.95rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-approve{background:linear-gradient(to bottom,#111,#000);color:#fff;border:1px solid #000000;box-shadow:0 4px 10px #0003,inset 0 1px #ffffff1a}.btn-approve:hover{background:linear-gradient(to bottom,#1f1f1f,#0a0a0a);transform:translateY(-1px);box-shadow:0 6px 14px #00000040,inset 0 1px #ffffff26}.btn-approve:active{transform:translateY(1px);box-shadow:0 2px 4px #0000004d}.btn-approve:disabled{background:#f3f4f6;color:#9ca3af;border-color:#e5e7eb;box-shadow:none;cursor:not-allowed;transform:none}.btn-decline{color:#374151;background:#fff;border:1px solid #d1d5db;box-shadow:0 2px 4px #00000008}.btn-decline:hover{background:#fdfdfd;color:#111;border-color:#9ca3af;transform:translateY(-1px);box-shadow:0 4px 8px #0000000f}.btn-decline:active{transform:translateY(1px);box-shadow:0 1px 2px #0000000d}.btn-danger{background:linear-gradient(to bottom,#27272a,#18181b);color:#fff;border:1px solid #18181b;box-shadow:0 4px 10px #00000026,inset 0 1px #ffffff1a}.btn-danger:hover{background:linear-gradient(to bottom,#3f3f46,#27272a);transform:translateY(-1px);box-shadow:0 6px 14px #0003,inset 0 1px #ffffff26}.btn-danger:active{transform:translateY(1px);box-shadow:0 2px 4px #0000004d}.btn-danger:disabled{background:#f3f4f6;color:#9ca3af;border-color:#e5e7eb;box-shadow:none;cursor:not-allowed;transform:none}.decline-confirm{background:#fef2f2;border-radius:.5rem;padding:1rem;margin-top:.5rem}.decline-confirm p{color:#991b1b;font-weight:500;margin-bottom:.75rem}@media(max-width:640px){.estimate-actions{flex-direction:column}.pdf-wrapper{height:55vh;min-height:350px;overflow:hidden}.pdf-frame{width:700px;height:900px;transform:scale(.55);transform-origin:top left}}.guardian-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#0a0a0a;color:#fff;padding:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.guardian-card{background-color:#111;border:1px solid #333;border-radius:12px;padding:2.5rem 2rem;width:100%;max-width:400px;text-align:center;box-shadow:0 10px 30px #00000080}.guardian-logo{width:80px;height:80px;object-fit:contain;margin-bottom:1.5rem;opacity:.8}.guardian-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.5px}.guardian-description{color:#888;font-size:.9rem;margin-bottom:2rem;line-height:1.5}.guardian-form{display:flex;flex-direction:column;gap:1rem}.guardian-input{width:100%;padding:.75rem 1rem;background-color:#000;border:1px solid #444;border-radius:8px;color:#fff;font-size:1rem;outline:none;transition:border-color .2s;box-sizing:border-box}.guardian-input:focus{border-color:#0070f3}.guardian-error{color:#ff3b30;font-size:.85rem;text-align:left;margin-top:-.5rem}.guardian-button{width:100%;padding:.75rem;background-color:#fff;color:#000;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}.guardian-button:hover{background-color:#ccc}
