*{box-sizing:border-box;margin:0;padding:0}:root{--blue:#1a365d;--blue-light:#2b6cb0;--blue-bg:#f0f4f8;--gold:#d4a843;--green:#276749;--red:#c53030;--gray-100:#f7fafc;--gray-200:#edf2f7;--gray-300:#e2e8f0;--gray-500:#718096;--gray-700:#4a5568;--gray-900:#1a202c;--radius:8px}body{background:var(--gray-100);color:var(--gray-900);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}.header{background:var(--blue);color:#fff;padding:1.5rem 2rem;box-shadow:0 2px 8px #00000026}.header-inner{max-width:1100px;margin:0 auto}.header-left{align-items:center;gap:.75rem;display:flex}.header-logo{object-fit:cover;border-radius:50%;width:72px;height:72px}.header h1{flex-direction:column;gap:.25rem;display:flex}.logo{letter-spacing:2px;color:var(--gold);font-size:1.5rem;font-weight:800}.tagline{opacity:.9;font-size:1.1rem;font-weight:400}.code-ref{opacity:.7;margin-top:.25rem;font-size:.85rem}.main{max-width:1100px;margin:0 auto;padding:1.5rem}.tabs{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.tab{border:2px solid var(--gray-300);border-radius:var(--radius);cursor:pointer;text-align:left;background:#fff;flex-direction:column;flex:1;gap:.15rem;min-width:200px;padding:.75rem 1rem;transition:all .15s;display:flex}.tab:hover{border-color:var(--blue-light)}.tab.active{border-color:var(--blue);background:var(--blue-bg);box-shadow:0 0 0 1px var(--blue)}.tab strong{color:var(--blue);font-size:.95rem}.tab small{color:var(--gray-500);font-size:.75rem}.form-container{border-radius:var(--radius);background:#fff;padding:1.5rem;box-shadow:0 1px 4px #00000014}.calc-form h2{color:var(--blue);font-size:1.25rem}.form-subtitle{color:var(--gray-500);margin-bottom:1.25rem;font-size:.85rem}.form-section{margin-bottom:1.25rem}.form-section h3{color:var(--gray-700);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--gray-200);margin-bottom:.5rem;padding-bottom:.25rem;font-size:.9rem}.form-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;display:grid}.form-grid-project-info{grid-template-columns:1fr 2fr}.project-address-field input{width:100%}@media (width<=600px){.form-grid-project-info{grid-template-columns:1fr}}.form-grid label{color:var(--gray-700);flex-direction:column;gap:.25rem;font-size:.8rem;font-weight:600;display:flex}.form-grid input,.form-grid select{border:1px solid var(--gray-300);background:#fff;border-radius:4px;padding:.5rem;font-size:.9rem}.form-grid input:focus,.form-grid select:focus{border-color:var(--blue-light);outline:none;box-shadow:0 0 0 2px #2b6cb026}.height-helper-toggle{color:var(--blue-light);cursor:pointer;text-align:left;background:0 0;border:none;padding:.15rem 0;font-size:.75rem;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.height-helper-toggle:hover{color:var(--blue)}.height-helper{background:var(--blue-bg);border:1px solid var(--gray-300);border-radius:6px;margin-top:.35rem;padding:.6rem;font-size:.8rem}.height-helper-header{color:var(--blue);justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.8rem;display:flex}.height-helper-row{margin-bottom:.4rem}.height-helper-row label{color:var(--gray-700);flex-direction:column;gap:.15rem;font-size:.78rem;font-weight:500;display:flex}.height-helper-row select,.height-helper-row input{border:1px solid var(--gray-300);border-radius:3px;width:auto;max-width:200px;padding:.35rem;font-size:.82rem}.height-helper-row small{color:var(--gray-500);font-size:.7rem;font-style:italic}.height-helper-info{margin-bottom:.4rem}.height-helper-info small{color:var(--gray-500);font-size:.7rem}.height-helper-result{border:1px solid var(--green);background:#fff;border-radius:4px;align-items:center;gap:.75rem;margin-top:.35rem;padding:.4rem .6rem;display:flex}.height-helper-result strong{color:var(--green);font-size:1rem}.height-helper-result .btn-switch{font-size:.75rem}.map-preview{border:1px solid var(--gray-300);border-radius:var(--radius);background:#fff;margin-bottom:1rem;padding:1rem}.map-preview-header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:.75rem;display:flex}.map-preview-header strong{color:var(--blue);font-size:.95rem}.map-preview-tip{color:var(--gray-500);font-size:.8rem;font-style:italic}.map-preview-img{border:1px solid var(--gray-300);border-radius:4px;width:100%;max-width:600px;margin-bottom:.75rem}.map-preview-placeholder{text-align:center;background:var(--gray-100);color:var(--gray-500);border-radius:4px;margin-bottom:.75rem;padding:2rem;font-size:.85rem}.map-preview-actions{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.map-preview-actions a{text-decoration:none}.map-preview-guide{color:var(--gray-700);background:var(--gray-100);border-radius:4px;padding:.6rem .8rem;font-size:.8rem}.map-preview-guide p{margin-bottom:.35rem}.map-preview-guide ol{flex-direction:column;gap:.15rem;margin-left:1.25rem;display:flex}.map-preview-guide li strong{color:var(--blue)}.label-text{align-items:center;gap:.3rem;display:flex}.req{color:var(--red);font-size:.9em;font-weight:700}.tooltip-wrap{display:inline-flex;position:relative}.tooltip-btn{border:1px solid var(--gray-500);width:16px;height:16px;color:var(--gray-500);cursor:pointer;background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:10px;font-weight:700;line-height:1;display:inline-flex}.tooltip-btn:hover{background:var(--blue-bg);border-color:var(--blue-light);color:var(--blue)}.tooltip-popup{background:var(--gray-900);color:#fff;z-index:100;border-radius:6px;width:260px;padding:.5rem .65rem;font-size:.75rem;font-weight:400;line-height:1.4;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000040}.tooltip-popup:after{content:"";border:5px solid #0000;border-top-color:var(--gray-900);position:absolute;top:100%;left:50%;transform:translate(-50%)}.tooltip-close{color:var(--gray-500);cursor:pointer;background:0 0;border:none;padding:0 2px;font-size:14px;position:absolute;top:2px;right:4px}.form-error{border-radius:var(--radius);color:var(--red);background:#fff5f5;border:1px solid #fc8181;margin-bottom:.75rem;padding:.5rem .75rem;font-size:.85rem;font-weight:500}.openings-section{margin-top:1rem}.openings-section h3{color:var(--gray-700);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--gray-200);margin-bottom:.5rem;padding-bottom:.25rem;font-size:.9rem}.openings-table{border-collapse:collapse;width:100%;margin-bottom:.5rem;font-size:.85rem}.openings-table th{background:var(--gray-200);text-align:left;text-transform:uppercase;color:var(--gray-700);padding:.4rem .5rem;font-size:.75rem}.openings-table td{padding:.25rem .3rem}.openings-table input,.openings-table select{border:1px solid var(--gray-300);border-radius:3px;width:100%;padding:.35rem;font-size:.85rem}.openings-table .row-num{text-align:center;color:var(--gray-500);width:30px;font-weight:600}.btn-remove{border:1px solid var(--gray-300);color:var(--red);cursor:pointer;background:0 0;border-radius:3px;padding:.15rem .5rem;font-size:1.1rem;line-height:1}.btn-remove:disabled{opacity:.3;cursor:default}.btn-add{border:1px dashed var(--gray-300);color:var(--blue-light);cursor:pointer;background:0 0;border-radius:4px;padding:.4rem 1rem;font-size:.85rem;font-weight:600}.btn-add:hover{background:var(--blue-bg)}.btn-submit{background:var(--blue);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;width:100%;margin-top:1.25rem;padding:.75rem;font-size:1rem;font-weight:700;transition:background .15s}.btn-submit:hover{background:var(--blue-light)}.btn-submit:disabled{opacity:.6;cursor:wait}.saved-msg{border-radius:var(--radius);color:var(--green);background:#f0fff4;border:1px solid #9ae6b4;margin-top:1rem;padding:.5rem .75rem;font-size:.85rem;font-weight:500}.error-box{border-radius:var(--radius);color:var(--red);background:#fff5f5;border:1px solid #fc8181;margin-top:1rem;padding:.75rem 1rem;font-size:.9rem}.results{border-radius:var(--radius);background:#fff;margin-top:1.5rem;padding:1.5rem;position:relative;overflow:hidden;box-shadow:0 1px 4px #00000014}.results-watermark{color:#c530301f;white-space:nowrap;pointer-events:none;z-index:10;letter-spacing:2px;-webkit-user-select:none;user-select:none;font-size:3rem;font-weight:800;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-35deg)}.results h2{color:var(--green);font-size:1.25rem}.results-title-row{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.btn-pdf{background:var(--green);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;padding:.5rem 1.25rem;font-size:.85rem;font-weight:700;transition:background .15s}.btn-pdf:hover{background:#2f855a}.btn-pdf:disabled{opacity:.6;cursor:wait}.results-header{border-bottom:1px solid var(--gray-200);flex-wrap:wrap;gap:1.5rem;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.result-meta p{color:var(--gray-700);font-size:.85rem}.result-params{flex-wrap:wrap;gap:1rem;font-size:.85rem;display:flex}.result-params span{background:var(--blue-bg);color:var(--blue);border-radius:4px;padding:.25rem .6rem}.results-table{border-collapse:collapse;width:100%;margin-bottom:.75rem;font-size:.85rem}.results-table th{background:var(--blue);color:#fff;text-align:center;text-transform:uppercase;padding:.5rem;font-size:.75rem}.results-table td{text-align:center;border-bottom:1px solid var(--gray-200);padding:.45rem .5rem}.results-table tr:hover{background:var(--gray-100)}.results-table .pos{color:var(--blue);font-weight:500}.results-table .neg{color:var(--red);font-weight:500}.results-table .bold{font-weight:700}.results-table .notes-cell{color:var(--gray-500);text-align:left;font-size:.8rem;font-style:italic}.results-table .error-row{background:#fff5f5}.results-table .error-cell{color:var(--red);text-align:left;font-size:.8rem}.results-footer{color:var(--gray-500);font-size:.8rem;font-style:italic}.results-footer p{margin-bottom:.15rem}.footer{text-align:center;max-width:1100px;color:var(--gray-500);border-top:1px solid var(--gray-300);margin:2rem auto 0;padding:1.5rem;font-size:.8rem}.disclaimer{margin-top:.25rem;font-style:italic}.wizard{text-align:center;padding:1rem 0}.wizard-progress{justify-content:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.wizard-dot{background:var(--gray-300);border-radius:50%;width:10px;height:10px;transition:all .2s}.wizard-dot.active{background:var(--blue);transform:scale(1.3)}.wizard-dot.done{background:var(--green)}.wizard-question{color:var(--blue);margin-bottom:.5rem;font-size:1.3rem}.wizard-subtitle{color:var(--gray-500);margin-bottom:1.25rem;font-size:.9rem}.wizard-options{flex-direction:column;gap:.6rem;max-width:460px;margin:0 auto 1.5rem;display:flex}.wizard-option{border:2px solid var(--gray-300);border-radius:var(--radius);cursor:pointer;text-align:left;background:#fff;flex-direction:column;gap:.15rem;padding:.85rem 1.25rem;transition:all .15s;display:flex}.wizard-option:hover{border-color:var(--blue-light);background:var(--blue-bg)}.wizard-option.selected{border-color:var(--blue);background:var(--blue-bg)}.wizard-option strong{color:var(--gray-900);font-size:1rem}.wizard-option small{color:var(--gray-500);font-size:.8rem}.wizard-price-tag{border-radius:10px;margin-top:.15rem;padding:.15rem .5rem;font-size:.72rem;font-weight:700;display:inline-block}.wizard-price-tag.free{color:var(--green);background:#f0fff4}.wizard-price-tag.paid{background:var(--blue-bg);color:var(--blue)}.wizard-warning{border-radius:var(--radius);color:#744210;background:ivory;border:1px solid #ecc94b;max-width:460px;margin:0 auto 1rem;padding:.5rem .75rem;font-size:.85rem}.wizard-help{background:var(--blue-bg);border:1px solid var(--blue-light);border-radius:var(--radius);max-width:460px;color:var(--blue);text-align:left;margin:0 auto 1rem;padding:.5rem .75rem;font-size:.85rem}.estimator{text-align:left;max-width:520px;margin:0 auto}.estimator-title{color:var(--blue);text-align:center;margin-bottom:.25rem;font-size:1.15rem}.estimator-desc{text-align:center;color:var(--gray-500);margin-bottom:1.25rem;font-size:.85rem}.estimator-step{margin-bottom:1rem}.estimator-label{color:var(--gray-700);margin-bottom:.4rem;font-size:.85rem;font-weight:600;display:block}.estimator-type-grid{grid-template-columns:1fr 1fr;gap:.4rem;display:grid}.estimator-type-btn{border:1.5px solid var(--gray-300);cursor:pointer;text-align:left;background:#fff;border-radius:6px;padding:.5rem .6rem;font-size:.82rem;transition:all .12s}.estimator-type-btn:hover{border-color:var(--blue-light);background:var(--blue-bg)}.estimator-type-btn.selected{border-color:var(--blue);background:var(--blue-bg);color:var(--blue);font-weight:600}.estimator-input{border:1px solid var(--gray-300);border-radius:4px;width:100px;padding:.45rem;font-size:.95rem}.estimator-input:focus{border-color:var(--blue-light);outline:none;box-shadow:0 0 0 2px #2b6cb026}.estimator-hint{color:var(--gray-500);margin-top:.25rem;font-size:.75rem;font-style:italic;display:block}.estimator-result{border-radius:var(--radius);text-align:center;margin-top:1rem;padding:1rem}.estimator-result.under{background:#f0fff4;border:1px solid #9ae6b4}.estimator-result.over{background:#fff5f5;border:1px solid #fc8181}.estimator-result-number{margin-bottom:.4rem;font-size:1.1rem}.estimator-result-number strong{font-size:1.3rem}.estimator-result.under .estimator-result-number strong{color:var(--green)}.estimator-result.over .estimator-result-number strong{color:var(--red)}.estimator-result-verdict{color:var(--gray-700);margin-bottom:.75rem;font-size:.85rem}.estimator-continue{width:auto;padding:.6rem 2rem;font-size:.9rem}.wizard-form{text-align:left;flex-direction:column;gap:.75rem;max-width:460px;margin:0 auto;display:flex}.wizard-field{color:var(--gray-700);flex-direction:column;gap:.25rem;font-size:.85rem;font-weight:600;display:flex}.wizard-field input,.wizard-field select{border:1px solid var(--gray-300);background:#fff;border-radius:4px;padding:.55rem;font-size:.95rem}.wizard-field input:focus,.wizard-field select:focus{border-color:var(--blue-light);outline:none;box-shadow:0 0 0 2px #2b6cb026}.wizard-next{margin-top:.5rem}.wizard-back{color:var(--gray-500);cursor:pointer;background:0 0;border:none;padding:.4rem .8rem;font-size:.85rem}.wizard-back:hover{color:var(--blue)}.calc-bar{background:var(--blue-bg);border:1px solid var(--gray-300);border-radius:var(--radius);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.75rem 1rem;display:flex}.calc-bar-info{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.calc-bar-label{color:var(--gray-500);font-size:.8rem}.calc-bar-info strong{color:var(--blue);font-size:.95rem}.calc-bar-info small{color:var(--gray-500);font-size:.75rem}.calc-bar-actions{flex-wrap:wrap;gap:.4rem;display:flex}.btn-switch{border:1px solid var(--gray-300);color:var(--gray-700);cursor:pointer;background:#fff;border-radius:4px;padding:.3rem .7rem;font-size:.78rem;transition:all .15s}.btn-switch:hover{border-color:var(--blue-light);color:var(--blue);background:#fff}.zone-help-btn{color:#fff;cursor:pointer;background:#2b6cb0;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;padding:0;font-size:.75rem;font-weight:700;line-height:1;display:inline-flex}.zone-help-btn:hover{background:#1a365d}.zone-help-box{color:#2d3748;background:#ebf8ff;border:1px solid #90cdf4;border-radius:6px;margin:.75rem 0 1rem;padding:1rem 1.25rem;font-size:.85rem;line-height:1.55}.zone-help-box strong{color:#1a365d}.zone-help-box p{margin:.5rem 0}.zone-help-box ul{margin:.5rem 0;padding-left:1.25rem}.zone-help-box li{margin-bottom:.4rem}.admin-project-review{background:#fff;border:2px solid #2b6cb0;border-radius:10px;margin:1rem 0 1.5rem;padding:1.25rem;box-shadow:0 4px 12px #2b6cb01a}.admin-project-review-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.admin-project-review-header h3{color:#1a365d;margin:0}.admin-project-review-meta{color:#4a5568;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;padding-bottom:.75rem;font-size:.85rem;display:flex}.admin-project-review-actions{border-top:1px solid #e2e8f0;gap:.5rem;margin-top:1rem;padding-top:1rem;display:flex}.blog-page{max-width:860px;margin:0 auto;padding:2rem 1.5rem}.blog-header{margin-bottom:2rem}.blog-header h1{color:#1a365d;margin:0 0 .5rem}.blog-header p{color:#718096;font-size:.95rem}.blog-list{flex-direction:column;gap:1rem;display:flex}.blog-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1.5rem;transition:box-shadow .15s,border-color .15s}.blog-card:hover{border-color:#2b6cb0;box-shadow:0 4px 12px #2b6cb01a}.blog-card h2{color:#1a365d;margin:0 0 .35rem;font-size:1.15rem}.blog-date{color:#a0aec0;margin:0 0 .5rem;font-size:.8rem}.blog-summary{color:#4a5568;margin:0 0 .5rem;font-size:.9rem;line-height:1.5}.blog-read-more{color:#2b6cb0;font-size:.85rem;font-weight:600}.blog-article{margin-bottom:2rem}.blog-article h1{color:#1a365d;margin:0 0 .25rem;font-size:1.6rem}.blog-article h2{color:#1a365d;margin:1.5rem 0 .5rem;font-size:1.15rem}.blog-article h3{color:#2d3748;margin:1.25rem 0 .4rem;font-size:1rem}.blog-content{color:#2d3748;font-size:.95rem;line-height:1.7}.blog-content p{margin:.75rem 0}.blog-content ul,.blog-content ol{margin:.75rem 0;padding-left:1.5rem}.blog-content li{margin-bottom:.4rem}.blog-content table{border-collapse:collapse;width:100%;margin:1rem 0;font-size:.9rem}.blog-content th{color:#fff;text-align:left;background:#1a365d;padding:.6rem .75rem}.blog-content td{border-bottom:1px solid #e2e8f0;padding:.5rem .75rem}.blog-content tr:nth-child(2n){background:#f7fafc}.blog-content em{color:#2b6cb0}.blog-cta{text-align:center;background:#ebf8ff;border:1px solid #90cdf4;border-radius:8px;margin-top:2rem;padding:1.5rem}.blog-cta p{color:#2d3748;margin:0 0 .75rem;font-size:1rem}@media (width<=600px){.blog-page{padding:1rem}.blog-article h1{font-size:1.3rem}}.sealing-settings{max-width:800px}.sealing-section{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:1rem;padding:1.25rem 1.5rem}.sealing-section h3{color:#1a365d;margin:0 0 .75rem;font-size:1rem}.sealing-hint{color:#718096;margin:.5rem 0;font-size:.82rem;line-height:1.5}.sealing-status-grid{flex-direction:column;align-items:flex-start;gap:.75rem;display:flex}.sealing-status-badge{border-radius:20px;padding:.35rem .85rem;font-size:.82rem;font-weight:600;display:inline-block}.sealing-status-badge.connected{color:#276749;background:#f0fff4;border:1px solid #9ae6b4}.sealing-status-badge.not-configured{color:#c05621;background:#fffaf0;border:1px solid #fbd38d}.sealing-env-table{border-collapse:collapse;width:100%;font-size:.85rem}.sealing-env-table th{text-align:left;color:#4a5568;text-transform:uppercase;border-bottom:2px solid #e2e8f0;padding:.5rem;font-size:.75rem}.sealing-env-table td{border-bottom:1px solid #edf2f7;padding:.5rem}.env-var-name{color:#2d3748;font-family:monospace;font-size:.8rem}.sealing-dot{font-size:.8rem;font-weight:600}.sealing-dot.green{color:#276749}.sealing-dot.red{color:#c53030}.sealing-identity-grid{flex-direction:column;gap:.5rem;display:flex}.sealing-identity-item{align-items:baseline;gap:.75rem;display:flex}.sealing-label{color:#718096;min-width:120px;font-size:.8rem}.sealing-value{color:#2d3748;font-size:.9rem}.not-set{color:#a0aec0;font-style:italic}.sealing-images-row{flex-wrap:wrap;gap:1rem;margin-top:.75rem;display:flex}.sealing-image-card{background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;flex:1;gap:.5rem;min-width:200px;padding:1rem;display:flex}.sealing-image-card h4{color:#1a365d;margin:0;font-size:.9rem}.sealing-image-status{font-size:.82rem;font-weight:600}.sealing-image-status.uploaded{color:#276749}.sealing-image-status.missing{color:#c05621}.sealing-pin-status{border-radius:20px;margin-bottom:.75rem;padding:.35rem .85rem;font-size:.82rem;font-weight:600;display:inline-block}.sealing-pin-status.set{color:#276749;background:#f0fff4;border:1px solid #9ae6b4}.sealing-pin-status.not-set{color:#2b6cb0;background:#ebf8ff;border:1px solid #90cdf4}.sealing-pin-form{flex-wrap:wrap;align-items:flex-end;gap:.75rem;display:flex}.sealing-pin-form label{flex-direction:column;gap:.25rem;min-width:180px;display:flex}.sealing-pin-form input{border:1px solid #cbd5e0;border-radius:4px;padding:.5rem;font-size:.9rem}.modal-backdrop{z-index:1000;background:#0f172a99;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0;overflow-y:auto}.modal{background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:600px;max-height:92vh;display:flex;box-shadow:0 20px 50px #0000004d}.modal-header{border-bottom:1px solid #e2e8f0;padding:1.25rem 1.5rem}.modal-header h2{color:#1a365d;margin:0;font-size:1.25rem}.modal-body{padding:1.25rem 1.5rem;overflow-y:auto}.modal-actions{border-top:1px solid #e2e8f0;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.seal-modal-project{background:#f7fafc;border-radius:6px;flex-direction:column;gap:.2rem;margin-bottom:1rem;padding:.85rem 1rem;display:flex}.seal-modal-project strong{color:#1a365d}.seal-modal-project span{color:#718096;font-size:.85rem}.seal-modal-intro{color:#2d3748;margin:0 0 1rem}.seal-modal-warnings{flex-direction:column;gap:.75rem;margin-bottom:1.25rem;display:flex}.seal-warning-item{background:#fffaf0;border:1px solid #f6ad55;border-radius:6px;gap:.75rem;padding:.85rem;display:flex}.seal-warning-icon{color:#fff;background:#ed8936;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.85rem;font-weight:700;display:flex}.seal-warning-item strong{color:#1a365d;margin-bottom:.25rem;display:block}.seal-warning-item p{color:#4a5568;margin:0;font-size:.85rem;line-height:1.5}.seal-modal-checkbox{cursor:pointer;background:#ebf8ff;border:2px solid #90cdf4;border-radius:6px;align-items:flex-start;gap:.75rem;padding:.85rem 1rem;display:flex}.seal-modal-checkbox input{flex-shrink:0;margin-top:.2rem;transform:scale(1.2)}.seal-modal-checkbox span{color:#2d3748;font-size:.88rem;line-height:1.5}.header-usage{cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;flex-direction:column;align-items:flex-end;padding:.5rem .85rem;transition:background .15s;display:flex}.header-usage:hover{background:#ffffff2e}.header-usage-tier{color:#d4a843;letter-spacing:.5px;text-transform:uppercase;font-size:.75rem;font-weight:700}.header-usage-count{color:#fff;margin-top:.15rem;font-size:.85rem}.header-usage-count strong{color:#d4a843;font-size:1rem}@media (width<=600px){.header-usage{padding:.4rem .6rem}.header-usage-tier{font-size:.65rem}.header-usage-count{font-size:.75rem}}.landing{background:#fff}.landing-footer-links{margin:.5rem 0}.landing-footer-links button{color:#2b6cb0;cursor:pointer;background:0 0;border:none;padding:0;font-size:.8rem;text-decoration:underline}.auth-legal-note{color:var(--gray-500);text-align:center;margin:.75rem 0 0;font-size:.75rem;line-height:1.5}.auth-legal-note button{color:#2b6cb0;cursor:pointer;font-size:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.auth-back-landing{text-align:center;margin-top:.75rem}.auth-back-landing button{color:var(--gray-500);cursor:pointer;background:0 0;border:none;font-size:.8rem}.legal-page{background:#f7fafc;min-height:100vh;padding:2rem 1rem}.legal-card{background:#fff;border-radius:10px;max-width:760px;margin:0 auto;padding:2.5rem 2.5rem 3rem;box-shadow:0 2px 12px #0000000f}.legal-card h1{color:#1a365d;margin-top:0}.legal-card h2{color:#1a365d;margin-top:1.75rem;margin-bottom:.5rem;font-size:1.1rem}.legal-card p{color:#2d3748;font-size:.95rem;line-height:1.65}.legal-card a{color:#2b6cb0}.legal-updated{color:var(--gray-500);margin-top:0;font-size:.8rem}.legal-back{color:#2b6cb0;cursor:pointer;background:0 0;border:none;margin-bottom:1rem;padding:0;font-size:.9rem}@media (width<=600px){.legal-card{padding:1.5rem 1.25rem 2rem}}.landing-nav{z-index:100;background:#1a365d;border-bottom:1px solid #ffffff1a;position:sticky;top:0}.landing-nav-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:.85rem 1.5rem;display:flex}.landing-nav-brand{color:#d4a843;letter-spacing:1.5px;align-items:center;gap:.6rem;font-size:1rem;font-weight:700;display:flex}.landing-nav-brand img{width:auto;height:32px}.landing-nav-actions{gap:.6rem;display:flex}.landing-nav-signin,.landing-nav-signup{cursor:pointer;border:1px solid #0000;border-radius:6px;padding:.55rem 1.1rem;font-size:.9rem;font-weight:600;transition:all .15s}.landing-nav-signin{color:#fff;background:0 0;border-color:#ffffff4d}.landing-nav-signin:hover{background:#ffffff1a}.landing-nav-signup{color:#1a365d;background:#d4a843}.landing-nav-signup:hover{background:#e0b855}@media (width<=600px){.landing-nav-inner{padding:.7rem 1rem}.landing-nav-brand span{display:none}}.landing-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#1a365d 0%,#2b6cb0 100%);padding:4rem 2rem 5rem}.landing-hero-content{max-width:800px;margin:0 auto}.landing-logo{border-radius:50%;width:80px;height:80px;margin-bottom:1.5rem}.landing-hero h1{margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.landing-subtitle{opacity:.9;margin-bottom:2rem;font-size:1.1rem;line-height:1.5}.landing-cta-row{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1rem;display:flex}.landing-cta-primary{background:var(--gold);color:var(--blue);cursor:pointer;border:none;border-radius:8px;padding:.85rem 2rem;font-size:1rem;font-weight:700;transition:all .15s}.landing-cta-primary:hover{background:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #0003}.landing-cta-secondary{color:#fff;cursor:pointer;background:0 0;border:2px solid #fff6;border-radius:8px;padding:.78rem 2rem;font-size:1rem;font-weight:600}.landing-cta-secondary:hover{background:#ffffff1a;border-color:#fff}.landing-cta-note{opacity:.8;margin-top:.5rem;font-size:.85rem}.landing-features{max-width:1100px;margin:0 auto;padding:4rem 2rem}.landing-features h2{text-align:center;color:var(--blue);margin-bottom:2.5rem;font-size:2rem}.landing-feature-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.landing-feature{background:var(--gray-100);text-align:center;border-radius:12px;padding:1.5rem}.landing-feature-icon{background:var(--blue);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:.75rem;font-size:.9rem;font-weight:800;display:inline-flex}.landing-feature h3{color:var(--gray-900);margin-bottom:.4rem;font-size:1.1rem}.landing-feature p{color:var(--gray-700);font-size:.88rem;line-height:1.5}.landing-how{background:var(--blue-bg);padding:4rem 2rem}.landing-how h2{text-align:center;color:var(--blue);margin-bottom:2.5rem;font-size:2rem}.landing-steps{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1100px;margin:0 auto;display:grid}.landing-step{text-align:center;background:#fff;border-radius:12px;padding:1.5rem 1rem}.landing-step-num{background:var(--gold);width:44px;height:44px;color:var(--blue);border-radius:50%;justify-content:center;align-items:center;margin-bottom:.75rem;font-size:1.3rem;font-weight:800;display:inline-flex}.landing-step h3{color:var(--blue);margin-bottom:.4rem;font-size:1rem}.landing-step p{color:var(--gray-700);font-size:.85rem;line-height:1.4}.landing-pricing{max-width:1100px;margin:0 auto;padding:4rem 2rem}.landing-pricing h2{text-align:center;color:var(--blue);margin-bottom:.5rem;font-size:2rem}.landing-pricing-sub{text-align:center;color:var(--gray-500);margin-bottom:2.5rem}.landing-price-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.landing-price-card{border:2px solid var(--gray-300);text-align:center;border-radius:12px;padding:1.5rem 1rem;position:relative}.landing-price-card.featured{border-color:var(--blue);box-shadow:0 6px 20px #1a365d26}.landing-price-badge{background:var(--blue);color:#fff;text-transform:uppercase;border-radius:10px;padding:.2rem .75rem;font-size:.7rem;font-weight:700;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.landing-price-card h3{color:var(--blue);margin-bottom:.5rem;font-size:1rem}.landing-price{color:var(--gray-900);margin-bottom:1rem;font-size:2rem;font-weight:800}.landing-price span{color:var(--gray-500);font-size:.85rem;font-weight:400}.landing-price-card ul{text-align:left;color:var(--gray-700);padding:0;font-size:.82rem;list-style:none}.landing-price-card li{padding:.3rem 0 .3rem 1.2rem;position:relative}.landing-price-card li:before{content:"✓";color:var(--green);font-weight:700;position:absolute;left:0}.landing-cta-bottom{text-align:center;margin-top:2.5rem}.landing-footer{text-align:center;background:var(--gray-100);color:var(--gray-500);padding:2rem;font-size:.85rem}.loading-screen{min-height:60vh;color:var(--gray-500);justify-content:center;align-items:center;font-size:1.1rem;display:flex}.auth-page{justify-content:center;align-items:center;min-height:80vh;padding:2rem;display:flex}.auth-card{border-radius:var(--radius);background:#fff;width:100%;max-width:400px;padding:2rem;box-shadow:0 4px 20px #0000001a}.auth-header{text-align:center;margin-bottom:1.5rem}.auth-logo{border-radius:50%;width:60px;height:60px;margin-bottom:.5rem}.auth-header .logo{margin-bottom:.25rem;font-size:1.3rem;display:block}.auth-header p{color:var(--gray-500);font-size:.85rem}.auth-tagline{text-align:center;color:var(--gray-500);margin-bottom:.15rem;font-size:.82rem}.auth-tagline+.auth-tagline{margin-bottom:1rem}.auth-tabs{border-bottom:2px solid var(--gray-200);margin-bottom:1rem;display:flex}.auth-tab{color:var(--gray-500);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;margin-bottom:-2px;padding:.6rem;font-size:.9rem;font-weight:600;transition:all .15s}.auth-tab.active{color:var(--blue);border-bottom-color:var(--blue)}.auth-tab:hover{color:var(--blue)}.auth-form{flex-direction:column;gap:.75rem;display:flex}.auth-form label{color:var(--gray-700);flex-direction:column;gap:.2rem;font-size:.8rem;font-weight:600;display:flex}.auth-form input{border:1px solid var(--gray-300);border-radius:4px;padding:.55rem;font-size:.95rem}.auth-form input:focus{border-color:var(--blue-light);outline:none;box-shadow:0 0 0 2px #2b6cb026}.password-field{gap:0;display:flex;position:relative}.password-field input{border-top-right-radius:0;border-bottom-right-radius:0;flex:1}.eye-btn{border:1px solid var(--gray-300);background:var(--gray-100);color:var(--gray-500);cursor:pointer;white-space:nowrap;border-left:none;border-radius:0 4px 4px 0;padding:0 .75rem;font-size:.75rem;font-weight:600}.eye-btn:hover{background:var(--gray-200);color:var(--gray-700)}.auth-pricing{justify-content:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.auth-pricing-item{text-align:center;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:6px;flex:1;padding:.4rem .5rem}.auth-pricing-item.free{background:#f0fff4;border-color:#9ae6b4}.auth-pricing-item strong{color:var(--gray-500);text-transform:uppercase;font-size:.7rem;display:block}.auth-pricing-item span{color:var(--gray-900);font-size:.85rem;font-weight:700}.auth-pricing-item.free span{color:var(--green)}.auth-free-note{text-align:center;margin-top:.75rem}.auth-free-note p{color:var(--green);margin:0;font-size:.78rem;font-weight:500}.auth-switch{text-align:center;color:var(--gray-500);margin-top:1rem;font-size:.82rem}.auth-switch button{color:var(--blue-light);cursor:pointer;background:0 0;border:none;font-size:.82rem;font-weight:600}.auth-switch button:hover{text-decoration:underline}.dashboard{border-radius:var(--radius);background:#fff;padding:1.5rem;box-shadow:0 1px 4px #00000014}.dashboard-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.dashboard-header h2{color:var(--blue);font-size:1.25rem}.dashboard-greeting{color:var(--gray-500);font-size:.85rem}.dashboard-actions{align-items:center;gap:.35rem;display:flex}.nav-btn{background:var(--gray-100);color:var(--gray-700);cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:.35rem;height:36px;padding:.5rem .85rem;font-size:.8rem;font-weight:500;transition:all .15s;display:inline-flex}.nav-btn:hover{background:var(--blue-bg);color:var(--blue);transform:translateY(-1px);box-shadow:0 2px 6px #00000014}.nav-btn-primary{background:var(--blue);color:#fff;padding:.5rem 1.2rem;font-weight:600}.nav-btn-primary:hover{background:var(--blue-light);color:#fff;box-shadow:0 2px 8px #1a365d40}.nav-btn-muted{color:var(--gray-500)}.nav-btn-muted:hover{color:var(--red);background:#fff5f5}.dashboard-loading{color:var(--gray-500);text-align:center;padding:2rem}.dashboard-empty{text-align:center;color:var(--gray-500);padding:3rem 1rem}.dashboard-empty p{margin-bottom:1rem;font-size:1rem}.dashboard-empty .btn-submit{width:auto;padding:.6rem 2rem}.dashboard-table{border-collapse:collapse;width:100%;font-size:.85rem}.dashboard-table th{background:var(--gray-200);text-align:left;text-transform:uppercase;color:var(--gray-700);padding:.5rem;font-size:.75rem}.dashboard-table td{border-bottom:1px solid var(--gray-200);vertical-align:middle;padding:.5rem}.dashboard-table tr:hover{background:var(--gray-100)}.proj-name{color:var(--gray-900);font-weight:600}.badge{background:var(--blue-bg);color:var(--blue);border-radius:3px;padding:.15rem .5rem;font-size:.72rem;font-weight:600;display:inline-block}.status{border-radius:3px;padding:.15rem .5rem;font-size:.72rem;font-weight:600;display:inline-block}.status.draft{color:var(--red);background:#fff5f5}.status.completed{color:var(--green);background:#f0fff4}.status.pending_seal{color:#975a16;background:ivory}.status.sealed{background:var(--blue-bg);color:var(--blue)}.actions-cell{white-space:nowrap}.btn-sm{border:1px solid var(--gray-300);cursor:pointer;background:#fff;border-radius:3px;margin-right:.25rem;padding:.2rem .5rem;font-size:.75rem;transition:all .12s}.btn-sm:hover{border-color:var(--blue-light);color:var(--blue)}.btn-sm-danger:hover{border-color:var(--red);color:var(--red)}.btn-sm-submit{background:var(--green);color:#fff;border-color:var(--green)}.btn-sm-submit:hover{color:#fff;background:#2f855a;border-color:#2f855a}.actions-cell{align-items:center;gap:.35rem;display:flex}.icon-btn{background:var(--gray-100);width:34px;height:34px;color:var(--gray-500);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;transition:all .15s;display:inline-flex;position:relative}.icon-btn:hover{background:var(--blue-bg);color:var(--blue);transform:translateY(-1px);box-shadow:0 2px 6px #00000014}.icon-btn-green{color:var(--green);background:#f0fff4}.icon-btn-green:hover{color:var(--green);background:#c6f6d5;transform:translateY(-1px);box-shadow:0 2px 6px #27674926}.icon-btn-danger:hover{color:var(--red);background:#fff5f5;transform:translateY(-1px);box-shadow:0 2px 6px #c530301a}.icon-btn:after{content:attr(title);background:var(--gray-900);color:#fff;white-space:nowrap;opacity:0;pointer-events:none;border-radius:4px;padding:.25rem .5rem;font-size:.68rem;font-weight:500;transition:opacity .15s;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%)}.icon-btn:hover:after{opacity:1}.success-page{border-radius:var(--radius);text-align:center;background:#fff;max-width:600px;margin:2rem auto;padding:3rem 2rem;box-shadow:0 1px 4px #00000014}.success-icon{width:64px;height:64px;color:var(--green);background:#f0fff4;border:2px solid #9ae6b4;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;font-size:2rem;display:flex}.success-page h2{color:var(--green);margin-bottom:1rem;font-size:1.4rem}.success-main{color:var(--gray-900);margin-bottom:.5rem;font-size:1rem;font-weight:500}.success-sub{color:var(--gray-500);margin-bottom:.25rem;font-size:.88rem}.success-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-top:1.5rem;display:flex}.success-actions .btn-submit,.success-actions .nav-btn{justify-content:center;align-items:center;width:auto;height:44px;margin:0;padding:0 1.5rem;font-size:.9rem;display:inline-flex}.post-calc-actions{border-radius:var(--radius);text-align:center;background:#fff;margin-top:1.25rem;padding:1.25rem;box-shadow:0 1px 4px #00000014}.post-calc-note{color:var(--gray-700);margin-bottom:.75rem;font-size:.9rem}.btn-seal{background:var(--green);max-width:400px;margin:0 auto;display:block}.btn-seal:hover{background:#2f855a}.btn-seal:disabled{background:var(--gray-500);cursor:default}.payment-gate{border-radius:var(--radius);text-align:center;background:#fff;padding:2rem;box-shadow:0 1px 4px #00000014}.payment-gate h2{color:var(--blue);margin-bottom:.5rem}.payment-gate-desc{color:var(--gray-500);margin-bottom:1.5rem;font-size:.9rem}.pricing-cards{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1rem;display:flex}.pricing-card{border:2px solid var(--gray-300);border-radius:var(--radius);text-align:center;flex-direction:column;justify-content:space-between;padding:1.5rem;display:flex;position:relative}.pricing-card.featured{border-color:var(--blue);box-shadow:0 4px 12px #1a365d26}.pricing-badge{background:var(--blue);color:#fff;text-transform:uppercase;border-radius:10px;padding:.2rem .75rem;font-size:.7rem;font-weight:700;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.pricing-card-header h3{color:var(--gray-900);margin-bottom:.25rem;font-size:1rem}.pricing-price{color:var(--blue);font-size:2rem;font-weight:800}.pricing-interval{color:var(--gray-500);margin-bottom:.75rem;font-size:.8rem}.pricing-features{text-align:left;color:var(--gray-700);margin-bottom:1rem;font-size:.82rem;list-style:none}.pricing-features li{padding:.25rem 0 .25rem 1.2rem;position:relative}.pricing-features li:before{content:"✓";color:var(--green);font-weight:700;position:absolute;left:0}.btn-featured{background:var(--blue)}.btn-featured:hover{background:var(--blue-light)}.pricing-addon-note{color:var(--gray-500);text-align:center;margin-top:1.25rem;font-size:.8rem}.pricing-page{max-width:1100px;margin:0 auto}.pricing-page-header{text-align:center;margin:1rem 0 1.5rem}.pricing-page-header h2{color:var(--blue);margin-bottom:.5rem;font-size:1.5rem}.pricing-page-header p{color:var(--gray-500);margin:0;font-size:.95rem}.pricing-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.current-plan-badge{color:var(--green);background:#f0fff4;border:1px solid #9ae6b4;border-radius:20px;margin-top:.5rem;padding:.35rem 1rem;font-size:.85rem;display:inline-block}.pricing-card.current{border-color:var(--green)}.pricing-card-footer{text-align:center;color:var(--gray-500);margin-top:.75rem;font-size:.78rem;font-style:italic}.pricing-card-active{text-align:center;border-radius:var(--radius);color:var(--green);background:#f0fff4;border:1px solid #9ae6b4;padding:.5rem;font-size:.85rem;font-weight:600}.whitelabel-section{margin-bottom:1.5rem}.whitelabel-card{border:2px solid var(--gold);border-radius:var(--radius);background:#fff;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex;box-shadow:0 1px 4px #0000000f}.whitelabel-info h3{color:var(--gold);margin-bottom:.15rem;font-size:1rem}.whitelabel-info p{color:var(--gray-500);margin:0;font-size:.85rem}.whitelabel-price{text-align:center}.whitelabel-price strong{color:var(--gray-900);font-size:1.5rem}.whitelabel-price span{color:var(--gray-500);font-size:.85rem}.pricing-faq{border-radius:var(--radius);background:#fff;margin-top:2rem;padding:1.5rem;box-shadow:0 1px 4px #0000000f}.pricing-faq h3{color:var(--blue);margin-bottom:1rem;font-size:1.1rem}.faq-item{margin-bottom:1rem}.faq-item strong{color:var(--gray-900);margin-bottom:.2rem;font-size:.9rem;display:block}.faq-item p{color:var(--gray-500);margin:0;font-size:.85rem}.admin-panel{border-radius:var(--radius);background:#fff;padding:1.5rem;box-shadow:0 1px 4px #00000014}.admin-stats{flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;display:flex}.stat-card{background:var(--gray-100);border-radius:var(--radius);text-align:center;flex:1;min-width:120px;padding:1rem}.stat-card.highlight{background:ivory;border:1px solid #ecc94b}.stat-card.month{background:var(--blue-bg);border:1px solid var(--blue-light)}.stat-number{color:var(--blue);font-size:1.5rem;font-weight:800}.stat-card.highlight .stat-number{color:#975a16}.sales-controls{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.sales-controls select{border:1px solid var(--gray-300);border-radius:6px;padding:.4rem .6rem;font-size:.85rem}.sales-summary{gap:1rem;margin-bottom:1rem;display:flex}.sales-summary-item{background:var(--blue-bg);border-radius:var(--radius);text-align:center;padding:.75rem 1.25rem}.sales-summary-item strong{color:var(--blue);font-size:1.3rem;display:block}.sales-summary-item span{color:var(--gray-500);font-size:.78rem}.stat-label{color:var(--gray-500);text-transform:uppercase;font-size:.75rem}.admin-tabs{border-bottom:2px solid var(--gray-200);gap:0;margin-bottom:1rem;display:flex}.admin-tab{color:var(--gray-500);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600}.admin-tab.active{color:var(--blue);border-bottom-color:var(--blue)}.admin-tab:hover{color:var(--blue)}.badge-admin{background:var(--blue);color:#fff}.billing-container{border-radius:var(--radius);background:#fff;margin-top:1rem;padding:2rem;box-shadow:0 1px 4px #00000014}.billing-header{margin-bottom:1.5rem}.billing-header h2{color:var(--blue);margin-bottom:.25rem;font-size:1.3rem}.billing-header p{color:var(--gray-500);margin:0;font-size:.85rem}.billing-section{border-top:1px solid var(--gray-200);padding:1.5rem 0}.billing-section:first-of-type{border-top:none;padding-top:0}.billing-section h3{color:var(--gray-900);margin-bottom:.75rem;font-size:1rem}.plan-card-large{background:var(--blue-bg);border:1px solid var(--blue-light);border-radius:var(--radius);padding:1.25rem 1.5rem}.plan-card-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.plan-name{color:var(--blue);font-size:1.4rem;font-weight:800}.plan-addon{background:var(--gold);color:#fff;vertical-align:middle;border-radius:10px;margin-left:.4rem;padding:.2rem .5rem;font-size:.72rem;display:inline-block}.plan-actions{gap:.5rem;display:flex}.usage-section{margin-top:1.25rem}.usage-bar-label{color:var(--gray-700);justify-content:space-between;margin-bottom:.4rem;font-size:.85rem;display:flex}.usage-bar-label strong{color:var(--blue)}.usage-bar{border:1px solid var(--gray-300);background:#fff;border-radius:10px;height:14px;overflow:hidden}.usage-bar-fill{border-radius:10px;height:100%;transition:width .3s}.usage-hint{color:var(--gray-500);margin-top:.4rem;font-size:.78rem;font-style:italic}.billing-stats{grid-template-columns:repeat(4,1fr);gap:.75rem;display:grid}.billing-stat{background:var(--gray-100);border-radius:var(--radius);text-align:center;padding:1rem}.billing-stat-num{color:var(--blue);font-size:1.6rem;font-weight:800}.billing-stat-label{color:var(--gray-700);margin-top:.25rem;font-size:.78rem;font-weight:600}.billing-stat-sub{color:var(--gray-500);text-transform:uppercase;font-size:.7rem}.billing-table{border-collapse:collapse;width:100%;font-size:.85rem}.billing-table th{background:var(--gray-200);text-align:left;text-transform:uppercase;color:var(--gray-700);padding:.5rem;font-size:.72rem}.billing-table td{border-bottom:1px solid var(--gray-200);padding:.55rem .5rem}.billing-table tr:hover{background:var(--gray-100)}.profile-container{border-radius:var(--radius);background:#fff;margin-top:1rem;padding:2rem;box-shadow:0 1px 4px #00000014}.profile-header{margin-bottom:1.5rem}.profile-header h2{color:var(--blue);margin-bottom:.25rem;font-size:1.3rem}.profile-header p{color:var(--gray-500);margin:0;font-size:.85rem}.profile-section{border-top:1px solid var(--gray-200);padding:1.5rem 0}.profile-section:first-of-type{border-top:none;padding-top:0}.profile-section h3{color:var(--gray-900);margin-bottom:.25rem;font-size:1rem}.profile-section-desc{color:var(--gray-500);margin:0 0 1rem;font-size:.82rem}.profile-grid{grid-template-columns:1fr 1fr;gap:.75rem 1rem;margin-bottom:1rem;display:grid}.profile-field{flex-direction:column;gap:.2rem;display:flex}.profile-field.full-width{grid-column:1/-1}.profile-label{color:var(--gray-700);font-size:.78rem;font-weight:600}.profile-field input,.profile-field select{border:1px solid var(--gray-300);border-radius:6px;padding:.5rem .65rem;font-size:.88rem;transition:border .15s}.profile-field input:focus{border-color:var(--blue-light);outline:none;box-shadow:0 0 0 2px #2b6cb01f}.profile-hint{color:var(--gray-500);margin-top:.1rem;font-size:.72rem}.profile-save-btn{background:var(--blue);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.55rem 1.5rem;font-size:.85rem;font-weight:600;transition:all .15s}.profile-save-btn:hover{background:var(--blue-light)}.profile-save-btn:disabled{opacity:.5;cursor:not-allowed}.profile-msg{border-radius:6px;margin-bottom:1rem;padding:.5rem .75rem;font-size:.82rem;font-weight:500}.profile-msg-success{color:var(--green);background:#f0fff4;border:1px solid #9ae6b4}.profile-msg-error{color:var(--red);background:#fff5f5;border:1px solid #fc8181}.profile-logo-preview{align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.profile-logo-preview img{border:1px solid var(--gray-200);background:#fff;border-radius:6px;max-height:50px;padding:4px}.profile-remove-logo{color:var(--red);cursor:pointer;background:0 0;border:none;font-size:.78rem;text-decoration:underline}.profile-logo-upload{align-items:center;gap:.5rem;display:flex}.profile-file-input{display:none}.profile-file-label{background:var(--gray-100);border:1px dashed var(--gray-300);color:var(--gray-500);cursor:pointer;border-radius:6px;padding:.45rem .85rem;font-size:.8rem;transition:all .12s;display:inline-block}.profile-file-label:hover{background:var(--blue-bg);border-color:var(--blue-light);color:var(--blue)}.profile-upload-btn{background:var(--blue);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.45rem 1rem;font-size:.8rem;font-weight:500}.profile-upload-btn:disabled{opacity:.4;cursor:not-allowed}.profile-plan-badge{background:var(--blue-bg);border:1px solid var(--blue-light);color:var(--blue);border-radius:20px;margin-bottom:.5rem;padding:.35rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.profile-upgrade-link{color:var(--blue-light);cursor:pointer;font-weight:600;font-size:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.profile-upgrade-link:hover{color:var(--blue)}.profile-upgrade-box{background:var(--blue-bg);border:1px solid var(--gray-300);border-radius:var(--radius);padding:1rem 1.25rem}.profile-upgrade-box p{color:var(--gray-700);margin:0 0 .75rem;font-size:.85rem}.profile-upgrade-options{flex-wrap:wrap;gap:.75rem;display:flex}.profile-upgrade-option{border:1px solid var(--gray-200);background:#fff;border-radius:6px;flex:1;min-width:150px;padding:.6rem .75rem}.profile-upgrade-option strong{color:var(--blue);margin-bottom:.1rem;font-size:.85rem;display:block}.profile-upgrade-option span{color:var(--gray-500);font-size:.75rem}.profile-password-form{flex-direction:column;gap:.6rem;max-width:380px;display:flex}@media (width<=768px){.header,.main{padding:1rem}.form-grid{grid-template-columns:1fr 1fr}.results-table{font-size:.75rem}.result-params{gap:.5rem}.calc-bar{flex-direction:column;align-items:flex-start}.wizard-options{gap:.5rem}.dashboard-header{flex-direction:column;align-items:flex-start}.dashboard-table{font-size:.75rem}.auth-page{padding:1rem}.pricing-grid{grid-template-columns:1fr}.whitelabel-card{text-align:center;flex-direction:column}.profile-grid{grid-template-columns:1fr}.profile-logo-upload{flex-direction:column}.billing-stats{grid-template-columns:1fr 1fr}.landing-hero h1{font-size:1.8rem}.landing-feature-grid{grid-template-columns:1fr}.landing-steps,.landing-price-grid{grid-template-columns:1fr 1fr}}
