.spec-editor{padding:1.5rem}.spec-editor h2{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:var(--text)}.section{margin-bottom:2rem}.section h3{font-size:1rem;font-weight:600;margin-bottom:1rem;color:var(--text)}.btn-increment{padding:.5rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .2s ease;white-space:nowrap;box-shadow:0 2px 4px #667eea4d}.btn-increment:hover{transform:translateY(-1px);box-shadow:0 4px 8px #667eea66}.btn-increment:active{transform:translateY(0);box-shadow:0 2px 4px #667eea4d}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:var(--text)}.form-group input{width:100%;padding:.625rem .75rem;border:1px solid var(--border);border-radius:.375rem;font-size:.875rem;transition:border-color .2s}.form-group input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.form-group small{display:block;margin-top:.375rem;font-size:.75rem;color:var(--text-muted)}.form-group small.muted{color:var(--text-muted);font-family:Monaco,Courier New,monospace}.checkbox-group{margin-bottom:1rem;padding:.75rem;background:var(--background);border-radius:.375rem}.checkbox-group label{display:flex;align-items:flex-start;cursor:pointer;font-size:.875rem}.checkbox-group input[type=checkbox]{margin-right:.625rem;margin-top:.125rem;cursor:pointer;width:1rem;height:1rem;flex-shrink:0}.checkbox-group input[type=checkbox]:disabled{opacity:.5;cursor:not-allowed}.checkbox-group span{font-weight:500;color:var(--text)}.checkbox-group small{display:block;margin-top:.25rem;margin-left:1.625rem;font-size:.75rem;color:var(--text-muted)}.invariants{background:#eff6ff;padding:1rem;border-radius:.5rem;border:1px solid #bfdbfe}.invariants h3{color:#1e40af;font-size:.875rem;margin-bottom:.75rem}.invariants ul{list-style:none;padding:0;margin:0}.invariants li{padding:.375rem 0;font-size:.8125rem;color:#1e40af;font-family:Monaco,Courier New,monospace}.invariants li:before{content:"";margin-right:.5rem;color:var(--success)}.select-wrapper{position:relative}.network-select{width:100%;padding:.75rem 2.5rem .75rem .75rem;border:2px solid var(--border);border-radius:8px;font-size:.9rem;font-weight:500;background:var(--card);color:var(--text);cursor:pointer;transition:all .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23667eea' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px}.network-select:hover{border-color:var(--primary);box-shadow:0 2px 8px #667eea26}.network-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #667eea33}.network-select option{padding:.5rem;font-size:.9rem}.code-preview{height:100%;display:flex;flex-direction:column}.code-preview-header{padding:1.5rem;background:var(--surface);border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.code-preview-header h2{font-size:1.25rem;font-weight:700;color:var(--text)}.btn-copy{background:var(--surface);color:var(--text);border:1px solid var(--border);padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;transition:all .2s}.btn-copy:hover{background:var(--background);border-color:var(--secondary)}.code-preview-content{flex:1;overflow:auto;padding:1.5rem}.code-preview-content pre{margin:0;background:#1e293b;border-radius:.5rem;padding:1.5rem;overflow-x:auto}.code-preview-content code{font-family:Monaco,Courier New,monospace;font-size:.8125rem;line-height:1.6;color:#e2e8f0;display:block}.code-preview-placeholder{text-align:center;padding:4rem 2rem;color:var(--text-muted)}.code-preview-placeholder p{font-size:1rem;margin-bottom:.75rem}.code-preview-placeholder p.muted{font-size:.875rem;color:var(--text-muted);opacity:.8}.code-preview-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;min-height:300px}.code-preview-loading .spinner{width:50px;height:50px;border:4px solid rgba(20,58,107,.2);border-top-color:#143a6b;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1.5rem}.code-preview-loading p{font-size:1rem;margin-bottom:.5rem;color:var(--text);font-weight:500}.code-preview-loading p.muted{font-size:.875rem;color:var(--text-muted);opacity:.8;margin-bottom:0}.language-solidity{color:#e2e8f0}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:12px;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.modal-header h2{margin:0;font-size:1.5rem;color:#1f2937}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;padding:.25rem .5rem;transition:color .2s}.close-btn:hover{color:#1f2937}.modal-body{padding:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151}.form-select,.form-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:border-color .2s}.form-select:focus,.form-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-help{display:block;margin-top:.5rem;font-size:.875rem;color:#6b7280}.form-help a{color:#667eea;text-decoration:none;font-weight:500}.form-help a:hover{text-decoration:underline}.warning-box{background:#fef3c7;border-left:4px solid #f59e0b;padding:1rem;margin-bottom:1.5rem;border-radius:4px}.warning-box strong{display:block;margin-bottom:.5rem;color:#92400e}.warning-box p{margin:0;color:#78350f;font-size:.9rem}.info-box{background:#e0e7ff;border-left:4px solid #667eea;padding:1rem;margin-bottom:1.5rem;border-radius:4px}.info-box h4{margin:0 0 .75rem;color:#3730a3}.info-box ol{margin:0;padding-left:1.5rem;color:#4338ca;font-size:.9rem}.info-box li{margin-bottom:.5rem}.info-box a{color:#667eea;text-decoration:none;font-weight:500}.info-box a:hover{text-decoration:underline}.success-box{background:#d1fae5;border-left:4px solid #10b981;padding:1.5rem;border-radius:4px}.success-box h3{margin:0 0 1rem;color:#065f46}.result-details{margin-top:1rem}.result-details p{margin-bottom:1rem;color:#047857}.result-details code{display:block;background:#fff;padding:.5rem;border-radius:4px;margin-top:.25rem;word-break:break-all;font-size:.875rem}.error-box{background:#fee2e2;border-left:4px solid #ef4444;padding:1.5rem;border-radius:4px}.error-box h3{margin:0 0 1rem;color:#991b1b}.error-box p{color:#7f1d1d;margin-bottom:1rem}.steps-list{margin:1.5rem 0}.steps-list h4{margin:0 0 .75rem;color:#991b1b;font-size:1rem}.step-item{background:#fff;padding:.75rem;margin-bottom:.5rem;border-radius:4px;font-size:.9rem;color:#7f1d1d}.resources{margin-top:1.5rem}.resources h4{margin:0 0 .75rem;color:#991b1b;font-size:1rem}.resources ul{list-style:none;padding:0;margin:0}.resources li{margin-bottom:.5rem}.resources a{color:#ef4444;text-decoration:none;font-weight:500}.resources a:hover{text-decoration:underline}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.btn-link{display:inline-block;margin-top:1rem;padding:.75rem 1.5rem;background:#667eea;color:#fff;text-decoration:none;border-radius:6px;font-weight:500;transition:background .2s}.btn-link:hover{background:#5568d3}.progress-steps{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding:1.5rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:8px}.step{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1}.step-number{width:40px;height:40px;border-radius:50%;background:#d1d5db;color:#6b7280;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;transition:all .3s}.step.active .step-number{background:#667eea;color:#fff;box-shadow:0 4px 12px #667eea66}.step.completed .step-number{background:#10b981;color:#fff}.step.completed .step-number:after{content:""}.step-label{font-size:.75rem;color:#6b7280;font-weight:600;text-align:center}.step.active .step-label{color:#667eea}.step.completed .step-label{color:#10b981}.step-divider{height:2px;flex:1;background:#d1d5db;margin:0 .5rem 1.5rem}.step-content{padding:1rem 0}.step-content h3{color:#1f2937;margin-bottom:.75rem;font-size:1.25rem}.step-content>p{color:#6b7280;margin-bottom:1.5rem}.option-box{background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;padding:1rem;margin-bottom:1rem}.option-box h4{color:#374151;margin-bottom:.75rem;font-size:1rem}.option-box ol,.option-box ul{margin-left:1.5rem;color:#4b5563;line-height:1.8}.option-box li{margin-bottom:.5rem}.option-box pre{background:#1f2937;color:#10b981;padding:1rem;border-radius:6px;overflow-x:auto;margin-top:.5rem}.option-box code{font-family:Monaco,Courier New,monospace;font-size:.875rem}.help-box{background:#eff6ff;border-left:4px solid #3b82f6;padding:1rem;margin:1rem 0;border-radius:4px}.help-box strong{color:#1e40af;display:block;margin-bottom:.5rem}.help-box p{color:#1e3a8a;margin:0;font-size:.9rem}.help-box a{color:#2563eb;font-weight:600}.troubleshoot-box{background:#fef3c7;border-left:4px solid #f59e0b;padding:1rem;margin:1rem 0;border-radius:4px}.troubleshoot-box strong{color:#92400e;display:block;margin-bottom:.5rem}.troubleshoot-box ul{margin:.5rem 0 0 1.5rem;color:#78350f;font-size:.9rem}.troubleshoot-box li{margin-bottom:.25rem}.info-card{background:#fff;border:2px solid #667eea;border-radius:8px;margin:1rem 0;overflow:hidden}.card-header{background:#667eea;color:#fff;padding:.75rem 1rem;font-size:1rem}.card-body{padding:1rem}.card-body ol{margin-left:1.5rem;color:#374151;line-height:1.8}.card-body li{margin-bottom:.5rem}.faucet-link{color:#667eea;font-weight:600;text-decoration:none;word-break:break-all}.faucet-link:hover{text-decoration:underline}.deployment-summary{background:linear-gradient(135deg,#e0e7ff,#f3e8ff);border-radius:8px;padding:1rem;margin:1rem 0}.deployment-summary h4{color:#4c1d95;margin-bottom:.75rem;font-size:1rem}.summary-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid rgba(139,92,246,.2)}.summary-row:last-child{border-bottom:none}.summary-label{color:#6b21a8;font-weight:600}.summary-value{color:#4c1d95;font-weight:500}.button-group{display:flex;gap:1rem;margin-top:2rem}.button-group .btn-secondary{flex:1}.button-group .btn-primary{flex:2}.btn-deploy-final{flex:1;padding:.875rem 1.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #10b9814d}.btn-deploy-final:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.btn-deploy-final:disabled{opacity:.5;cursor:not-allowed;transform:none}.rpc-info,.gas-info{display:flex;flex-direction:column;gap:.5rem}.rpc-row,.gas-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:#667eea0d;border-radius:4px}.gas-row.highlight{background:#10b9811a;border:1px solid rgba(16,185,129,.3);font-weight:600}.rpc-label,.gas-label{color:#4b5563;font-weight:600;font-size:.875rem}.rpc-value{background:#1f2937;color:#10b981;padding:.25rem .5rem;border-radius:4px;font-family:Monaco,Courier New,monospace;font-size:.75rem;word-break:break-all;max-width:65%;text-align:right}.gas-value{color:#1f2937;font-weight:500;text-align:right}.gas-value small{color:#6b7280;font-size:.75rem;font-weight:400}.rpc-providers{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.75rem}.provider-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:.75rem;transition:all .2s}.provider-card:hover{background:#f3f4f6;border-color:#d1d5db;box-shadow:0 1px 3px #0000001a}.provider-card strong{color:#111827;font-size:.95rem}.provider-card a{color:#2563eb;text-decoration:none;font-weight:500}.provider-card a:hover{text-decoration:underline}.explorer-actions{margin:1.5rem 0;text-align:center}.btn-explorer{display:inline-block;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1rem;transition:all .2s ease;box-shadow:0 4px 12px #667eea4d}.btn-explorer:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.btn-explorer:active{transform:translateY(0)}.smart-contract-interactor{min-height:auto;background:linear-gradient(135deg,#667eea,#764ba2);padding:40px 20px;overflow-y:auto}.interactor-container{max-width:900px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;padding:40px}.interactor-container h1{color:#333;margin:0 0 10px;font-size:28px}.subtitle{color:#666;margin:0 0 30px;font-size:14px}.success-message{background:#d4edda;border:1px solid #c3e6cb;color:#155724;padding:12px 16px;border-radius:6px;margin-bottom:20px;font-size:14px}.error-container{background:#f8d7da;border:1px solid #f5c6cb;border-radius:6px;padding:12px 16px;margin-bottom:20px}.error-message{color:#721c24;margin:4px 0;font-size:13px}.error-message:first-child{margin-top:0}.error-message:last-child{margin-bottom:0}.config-section{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #e0e0e0}.config-section:last-of-type{border-bottom:none}.config-section h2{color:#333;font-size:18px;margin:0 0 20px;padding-bottom:10px;border-bottom:2px solid #667eea;display:inline-block}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#333;font-weight:500;font-size:14px}.form-group input,.form-group select{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;font-family:Courier New,monospace;transition:all .3s ease;background-color:#fff}.form-group input:focus,.form-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 10px center;background-size:16px;padding-right:40px}.form-group input.input-error{border-color:#dc3545;background:#fff5f5}.field-error{display:block;color:#dc3545;font-size:12px;margin-top:4px}.form-group small{display:block;color:#666;font-size:12px;margin-top:4px}.input-with-button{display:flex;gap:10px}.input-with-button input{flex:1}.address-list{margin-bottom:15px;padding:15px;background:#f9f9f9;border-radius:6px;border:1px solid #e0e0e0}.address-item{display:flex;gap:10px;margin-bottom:10px;align-items:center}.address-item:last-child{margin-bottom:0}.address-item>span{color:#667eea;font-weight:600;min-width:20px}.address-item input{flex:1}.button-group{display:flex;gap:10px;flex-wrap:wrap}.primary-btn,.secondary-btn,.danger-btn,.remove-btn{padding:10px 16px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.primary-btn{background:#667eea;color:#fff}.primary-btn:hover:not(:disabled){background:#5568d3;box-shadow:0 4px 12px #667eea66}.secondary-btn{background:#f0f0f0;color:#333;border:1px solid #ddd}.secondary-btn:hover{background:#e8e8e8;border-color:#ccc}.remove-btn{background:#f8f9fa;color:#666;border:1px solid #ddd;padding:8px 12px;font-size:12px}.remove-btn:hover{background:#fff3cd;color:#333;border-color:#ffc107}.danger-btn{background:#dc3545;color:#fff;width:100%;padding:12px 16px;font-size:16px;margin-top:15px}.danger-btn:hover:not(:disabled){background:#c82333;box-shadow:0 4px 12px #dc354566}.danger-btn:disabled{opacity:.6;cursor:not-allowed}.success-btn{background:#28a745;color:#fff;width:100%;padding:12px 16px;font-size:16px;margin-top:15px;border:none;border-radius:6px;cursor:default;font-weight:600}.success-btn:hover{background:#28a745}.success-btn:disabled{opacity:1;cursor:default}.warning-text{background:#fff3cd;border:1px solid #ffeaa7;color:#856404;padding:12px 16px;border-radius:6px;margin-bottom:20px;font-size:14px}.dangerous-section{background:#fff5f5;border:2px solid #dc3545;border-radius:6px;padding:20px;margin-bottom:0}.config-info{text-align:center;margin-top:20px;padding-top:20px;border-top:1px solid #e0e0e0;color:#999}@media (max-width: 768px){.interactor-container{padding:20px}.interactor-container h1{font-size:24px}.address-item{flex-wrap:wrap}.address-item input{flex:1 100%}.button-group{flex-direction:column}.button-group button,.button-group label{width:100%}.input-with-button{flex-direction:column}.input-with-button button{width:100%}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:600px;width:100%;max-height:80vh;overflow-y:auto;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #eee;flex-shrink:0}.modal-header h2{margin:0;color:#333;font-size:20px}.modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#999;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.modal-close:hover:not(:disabled){background:#f5f5f5;color:#333}.modal-close:disabled{cursor:not-allowed;opacity:.5}.modal-body{padding:24px;flex:1;overflow-y:auto}.modal-footer{display:flex;gap:12px;padding:24px;border-top:1px solid #eee;justify-content:flex-end;flex-shrink:0}.modal-footer button{min-width:120px}.configuration-steps{display:flex;flex-direction:column;gap:16px}.configuration-step{border:2px solid #ddd;border-radius:8px;padding:16px;background:#fafafa;transition:all .3s}.configuration-step.status-pending{border-color:#ccc;background:#f9f9f9}.configuration-step.status-in-progress{border-color:#ff9800;background:#fff3e0}.configuration-step.status-success{border-color:#4caf50;background:#e8f5e9}.configuration-step.status-error{border-color:#f44336;background:#ffebee}.step-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.step-number{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#667eea;color:#fff;border-radius:50%;font-weight:700;font-size:14px;flex-shrink:0}.step-label{flex:1;font-weight:600;color:#333;font-size:15px}.step-status{display:flex;gap:6px}.badge{display:inline-block;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600;white-space:nowrap}.badge.pending{background:#e0e0e0;color:#666}.badge.in-progress{background:#fff3e0;color:#ff9800}.badge.success{background:#e8f5e9;color:#4caf50}.badge.error{background:#ffebee;color:#f44336}.step-message{font-size:13px;margin-bottom:8px;padding:8px 0}.step-tx{font-size:12px;color:#999;padding:8px;background:#0000000d;border-radius:4px;font-family:monospace;word-break:break-all}@media (max-width: 600px){.modal-overlay{padding:10px}.modal-content{max-height:90vh}.modal-header,.modal-body,.modal-footer{padding:16px}.step-header{flex-wrap:wrap}.step-status{flex-basis:100%;margin-top:8px}.modal-footer{flex-direction:column}.modal-footer button{width:100%}}.contract-interactor{min-height:100vh;background:linear-gradient(135deg,var(--primary) 0%,#0f2d52 100%);padding:40px 20px;overflow-y:auto}.interactor-container{max-width:1200px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;padding:40px}.interactor-header{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.interactor-header-content{display:flex;justify-content:space-between;align-items:center}.interactor-header h1{margin:0 0 .5rem;color:#333;font-size:28px}.interactor-header p{margin:0;color:#666;font-size:14px}.btn-restart{background:#ef4444;color:#fff;border:none;padding:.625rem 1.25rem;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.btn-restart:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 6px #ef444433}.btn-restart:active{transform:translateY(0)}.interactor-content{display:flex;flex-direction:column;gap:1.5rem}.section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem}.section h2{margin:0 0 .75rem;font-size:1.125rem;color:#1f2937}.wallet-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem}.wallet-section>div{display:flex;flex-direction:column;gap:1rem}.wallet-section p{margin:0;color:#6b7280}.connect-wallet{text-align:center;padding:2rem}.connect-wallet p{margin-bottom:1.5rem;color:#6b7280}.wallet-info{display:flex;flex-direction:column;gap:.5rem}.info-row{display:flex;align-items:center;gap:1rem;padding:.5rem .75rem;background:#f9fafb;border-radius:6px}.info-row strong{min-width:140px;color:#374151}.address{background:#1f2937;color:#10b981;padding:.5rem 1rem;border-radius:6px;font-family:Courier New,monospace;font-size:.9rem;flex:1;overflow:hidden;text-overflow:ellipsis}.network-badge{background:#dbeafe;color:#1e40af;padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:500}.wallet-actions{display:flex;gap:.75rem;margin-top:.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.form-group label{font-weight:500;color:#374151}.form-input,.form-select{padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;font-family:Courier New,monospace}.form-input:focus,.form-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-help{color:#6b7280;font-size:.875rem}.info-box,.help-box{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:1rem}.help-box{background:#fef3c7;border-color:#fde68a}.info-box strong,.help-box strong{display:block;margin-bottom:.5rem;color:#1e40af}.help-box strong{color:#92400e}.info-box ul,.help-box ul{margin:.5rem 0 0 1.5rem;padding:0}.info-box li,.help-box li{margin:.25rem 0}.placeholder-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover:not(:disabled){background:#2563eb;transform:translateY(-1px)}.btn-secondary{background:#f3f4f6;color:#374151}.btn-secondary:hover:not(:disabled){background:#e5e7eb}.btn-primary:disabled,.btn-secondary:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.contract-interactor{padding:1rem}.wallet-actions{flex-direction:column}.info-row{flex-direction:column;align-items:flex-start}.info-row strong{min-width:auto}.info-grid{grid-template-columns:1fr}}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.info-card{background:#f9fafb;padding:1rem;border-radius:8px;border:1px solid #e5e7eb}.info-label{font-size:.875rem;color:#6b7280;min-width:80px;flex-shrink:0}.info-value{font-size:.875rem;font-weight:500;color:#1f2937;line-height:1.5}code.info-value{font-family:Courier New,monospace;background:transparent;padding:0;font-size:.875rem;line-height:1.5}.status-message{margin-top:1rem;padding:1rem;border-radius:8px;font-weight:500}.status-message.success{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.status-message.error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.actions-section .btn-primary{width:100%;max-width:300px}.governor-section{background:#fef3c7;border-color:#fbbf24}.governor-section h2{color:#92400e}.action-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.action-card h3{margin:0 0 .5rem;font-size:1.1rem;color:#1f2937}.action-card p{margin:0 0 1rem;color:#6b7280;font-size:.9rem}.action-card .form-group{margin-bottom:1rem}.action-card .btn-primary{width:100%}.tx-status{margin-top:1rem;padding:.75rem;border-radius:6px;background:#dbeafe;color:#1e40af;text-align:center;font-weight:500}.action-status-tracker{background:#fff3cd;border:2px solid #ffc107;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.action-status-tracker h3{margin:0 0 1rem;color:#856404}.status-content{background:#fff;padding:1rem;border-radius:6px}.status-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f0f0f0}.status-row:last-child{border-bottom:none}.status-label{font-weight:600;color:#666}.status-value{font-weight:500;color:#1f2937}.status-value.executed{color:#10b981}.status-value.pending{color:#f59e0b}.unanimous-badge{margin-left:.5rem;padding:.25rem .5rem;background:#10b981;color:#fff;border-radius:4px;font-size:.75rem;font-weight:700}.progress-bar{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-top:1rem}.progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#059669);transition:width .3s ease}.user-bar{position:fixed;top:0;left:0;right:0;background:#fff;border-bottom:1px solid #ddd;padding:12px 20px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;z-index:1000;box-shadow:0 2px 4px #0000001a}.user-bar-left{display:flex;align-items:center;gap:12px;justify-content:flex-start}.user-bar-logo{display:flex;align-items:center;justify-content:center}.user-bar-logo img{height:28px;width:auto;object-fit:contain}.user-bar-right{display:flex;align-items:center;gap:12px;justify-content:flex-end}.user-email{font-size:14px;color:#333;font-weight:500}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#143a6b,#0f2d52);padding:20px}.auth-container{width:100%;max-width:400px}.auth-box{background:#fff;border-radius:12px;padding:40px;box-shadow:0 10px 40px #0003}.auth-logo{display:block;margin:0 0 30px;width:100%;height:auto;object-fit:contain}.auth-box h1{margin:0 0 10px;font-size:28px;text-align:center;color:#333}.auth-subtitle{text-align:center;color:#666;margin:0 0 30px;font-size:14px}.auth-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;font-size:14px;color:#333}.form-group input{padding:12px;border:1px solid #ddd;border-radius:8px;font-size:14px;transition:border-color .2s}.form-group input:focus{outline:none;border-color:var(--secondary)}.form-group input:disabled{background:#f5f5f5;cursor:not-allowed}.auth-error{background:#fee;color:#c33;padding:12px;border-radius:8px;font-size:14px;text-align:center}.auth-button{background:linear-gradient(135deg,#143a6b,#00d3b2);color:#fff;border:none;padding:14px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.auth-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #143a6b66}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-loading{text-align:center;color:#fff}.spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;margin:0 auto 20px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.user-bar{position:fixed;top:0;left:0;right:0;justify-content:space-between;background:#fff;border-bottom:1px solid #ddd;padding:12px 20px;display:flex;align-items:center;gap:12px;z-index:1000;box-shadow:0 2px 4px #0000001a}.user-email{flex:1;font-size:14px;color:#333;font-weight:500}.admin-badge{background:linear-gradient(135deg,#143a6b,#00d3b2);color:#fff;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.sign-out-button{background:#f5f5f5;border:1px solid #ddd;padding:8px 16px;border-radius:6px;font-size:14px;cursor:pointer;transition:background .2s}.sign-out-button:hover{background:#eee}.powered-by{text-align:center;color:#999;font-size:12px;margin-top:24px;padding-top:20px;border-top:1px solid #eee;display:flex;align-items:center;justify-content:center;gap:6px}.powered-by-logo{height:16px;width:auto;vertical-align:middle}.app-navbar{background:var(--surface);border-bottom:1px solid var(--border);padding:1.5rem 2rem;position:fixed;top:60px;left:0;right:0;z-index:999}.navbar-content{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:2rem;position:relative}.nav-tabs{display:flex;gap:1rem;border-bottom:1px solid var(--border)}.nav-tab{padding:.75rem 1.5rem;background:transparent;border:none;border-bottom:2px solid transparent;cursor:pointer;color:var(--text-muted);font-weight:500;transition:all .2s ease}.nav-tab:hover{color:var(--text);background:#143a6b1a}.nav-tab.active{color:var(--primary);border-bottom-color:var(--primary)}.navbar-logo{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center}.navbar-logo img{height:32px;width:auto}.app{min-height:100vh;display:flex;flex-direction:column}.app-container{flex:1;background:linear-gradient(135deg,var(--primary) 0%,#0f2d52 100%);padding:40px 20px;overflow:hidden}.composer-wrapper{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:400px 1fr;gap:20px;height:calc(100vh - 200px)}.left-panel{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;overflow-y:auto}.right-panel{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;overflow-y:auto}.smart-contract-interactor{flex:1;overflow-y:auto;background:linear-gradient(135deg,var(--primary) 0%,#0f2d52 100%);padding:40px 20px}.actions{padding:1.5rem;border-top:1px solid var(--border);background:var(--surface);display:flex;flex-direction:column;gap:.75rem}.btn-primary{width:100%;background:var(--primary);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:.875rem;transition:background .2s}.btn-primary:hover:not(:disabled){background:var(--primary-hover)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border);padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:.875rem;transition:all .2s}.btn-secondary:hover{background:var(--background);border-color:var(--secondary)}.btn-deploy{padding:.75rem 1.5rem;border:2px solid transparent;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;background:linear-gradient(135deg,#143a6b,#00d3b2);color:#fff}.btn-deploy:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.btn-deploy:disabled{opacity:.5;cursor:not-allowed;transform:none}.app-footer{background:var(--surface);border-top:1px solid var(--border);padding:1rem 2rem;text-align:center;color:var(--text-muted);font-size:.75rem;flex-shrink:0}@media (max-width: 1024px){.composer-wrapper{grid-template-columns:1fr;height:auto}.left-panel,.right-panel{max-height:none}}:root{--primary: #143A6B;--primary-hover: #0f2d52;--secondary: #00D3B2;--background: #f8fafc;--surface: #ffffff;--border: #e2e8f0;--text: #1e293b;--text-muted: #64748b;--success: #10b981;--error: #ef4444}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--background);color:var(--text);line-height:1.6}code{font-family:Monaco,Courier New,monospace}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit}
