:root{--color-bg: #0f0f0f;--color-surface: #1a1a1a;--color-surface-hover: #242424;--color-surface-elevated: #222222;--color-border: #2a2a2a;--color-border-focus: #4f46e5;--color-text: #ffffff;--color-text-secondary: #a0a0a0;--color-text-muted: #666666;--color-primary: #6366f1;--color-primary-hover: #5558e6;--color-primary-active: #4f46e5;--color-secondary: #374151;--color-secondary-hover: #4b5563;--color-success: #22c55e;--color-error: #ef4444;--color-warning: #f59e0b;--color-info: #3b82f6;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", "Cascadia Code", monospace;--shadow-sm: 0 1px 2px rgba(0,0,0,.4);--shadow-md: 0 4px 12px rgba(0,0,0,.5);--shadow-lg: 0 8px 24px rgba(0,0,0,.6);--transition: .15s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.5}#root{height:100%;display:flex;flex-direction:column}.app{flex:1;display:flex;flex-direction:column;position:relative;max-width:480px;margin:0 auto;width:100%}.screen{flex:1;display:flex;flex-direction:column;padding:0 1rem}.screen-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;gap:.5rem;min-height:56px}.screen-header h2{font-size:1.25rem;font-weight:600;flex:1;text-align:center}.screen-body{flex:1;display:flex;flex-direction:column;gap:1rem;padding-bottom:2rem}.screen-body.centered{align-items:center;justify-content:center;text-align:center}.app-title{font-size:2rem;font-weight:700;background:linear-gradient(135deg,var(--color-primary),#818cf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.app-subtitle{color:var(--color-text-secondary);max-width:280px}.text-secondary{color:var(--color-text-secondary)}.text-muted{color:var(--color-text-muted)}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-center{text-align:center}.text-mono,.mono{font-family:var(--font-mono);font-size:.85em}.warning{color:var(--color-warning)}button{cursor:pointer;border:none;font-family:inherit;font-size:inherit;transition:all var(--transition)}.btn-primary{background:var(--color-primary);color:#fff;padding:.75rem 1.5rem;border-radius:var(--radius-md);font-weight:500}.btn-primary:hover:not(:disabled){background:var(--color-primary-hover)}.btn-primary:active:not(:disabled){background:var(--color-primary-active);transform:scale(.98)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:var(--color-secondary);color:#fff;padding:.75rem 1.5rem;border-radius:var(--radius-md);font-weight:500}.btn-secondary:hover:not(:disabled){background:var(--color-secondary-hover)}.btn-ghost{background:transparent;color:var(--color-text-secondary);padding:.5rem 1rem;border-radius:var(--radius-sm)}.btn-ghost:hover{color:var(--color-text);background:var(--color-surface-hover)}.btn-full{width:100%}.btn-sm{padding:.375rem .75rem;font-size:.875rem}.btn-xs{padding:.25rem .5rem;font-size:.75rem}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-group label{font-size:.875rem;font-weight:500;color:var(--color-text-secondary);display:flex;align-items:center;gap:.5rem}input,textarea,select{width:100%;padding:.75rem 1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);font-family:inherit;font-size:1rem;outline:none;transition:border-color var(--transition)}input:focus,textarea:focus,select:focus{border-color:var(--color-border-focus)}input::placeholder,textarea::placeholder{color:var(--color-text-muted)}textarea{resize:vertical;min-height:80px}select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.form-hint{font-size:.75rem;color:var(--color-text-muted)}.checkbox-group label{flex-direction:row;gap:.5rem;cursor:pointer;font-size:.875rem}.checkbox-group input[type=checkbox]{width:auto}.balance-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.5rem;text-align:center}.balance-amount{font-size:2rem;font-weight:700;font-family:var(--font-mono)}.balance-symbol{color:var(--color-text-secondary);font-size:.875rem;margin-top:.25rem}.confirm-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1rem}.confirm-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid var(--color-border)}.confirm-row:last-child{border-bottom:none}.confirm-label{color:var(--color-text-secondary)}.confirm-value{font-weight:500}.token-list{display:flex;flex-direction:column;gap:.25rem}.token-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:var(--color-surface);border-radius:var(--radius-sm)}.token-info{display:flex;flex-direction:column}.token-symbol{font-weight:600;font-size:.9rem}.token-name{font-size:.75rem;color:var(--color-text-muted)}.token-balance{font-family:var(--font-mono);font-size:.9rem}.action-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.action-btn{display:flex;flex-direction:column;align-items:center;gap:.375rem;padding:1rem;background:var(--color-surface);border-radius:var(--radius-md);font-size:.8rem;color:var(--color-text-secondary)}.action-btn:hover{background:var(--color-surface-hover);color:var(--color-text)}.action-icon{font-size:1.5rem}.streaming-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.welcome-actions{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:300px;margin-top:2rem}.wallet-address{text-align:center;padding:.5rem;cursor:pointer;border-radius:var(--radius-sm)}.wallet-address:hover{background:var(--color-surface)}.address-text{font-family:var(--font-mono);font-size:.85rem;color:var(--color-text-secondary)}.copy-hint{display:block;font-size:.7rem;color:var(--color-text-muted)}.mnemonic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;padding:1rem;background:var(--color-surface);border-radius:var(--radius-md);border:1px solid var(--color-border)}.mnemonic-word{display:flex;align-items:center;gap:.375rem;padding:.375rem .5rem;background:var(--color-surface-hover);border-radius:var(--radius-sm);font-size:.85rem}.mnemonic-index{color:var(--color-text-muted);font-size:.7rem;min-width:1.25rem}.mnemonic-text{font-weight:500}.strength-meter{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.strength-bar{height:4px;border-radius:2px;background:var(--color-border);transition:width var(--transition)}.strength-0 .strength-bar,.strength-1 .strength-bar{background:var(--color-error)}.strength-2 .strength-bar{background:var(--color-warning)}.strength-3 .strength-bar,.strength-4 .strength-bar{background:var(--color-success)}.strength-label{font-size:.75rem;color:var(--color-text-muted)}.error-message{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:var(--color-error);padding:.75rem 1rem;border-radius:var(--radius-sm);font-size:.875rem}.success-icon{font-size:3rem;color:var(--color-success);margin-bottom:1rem}.error-icon{font-size:3rem;color:var(--color-error);margin-bottom:1rem}.lock-icon{color:var(--color-text-muted);margin-bottom:1rem}.badge{padding:.125rem .5rem;border-radius:var(--radius-full);font-size:.7rem;font-weight:500}.badge-success{background:#22c55e26;color:var(--color-success)}.badge-error{background:#ef444426;color:var(--color-error)}.badge-warning{background:#f59e0b26;color:var(--color-warning)}.qr-container{background:#fff;border-radius:var(--radius-lg);padding:1.5rem;display:flex;align-items:center;justify-content:center}.qr-container.qr-large{padding:2rem}.qr-image{border-radius:var(--radius-md);max-width:100%;height:auto}.qr-placeholder{width:280px;height:280px;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted)}.address-display{cursor:pointer;padding:.75rem;background:var(--color-surface);border-radius:var(--radius-md);text-align:center}.address-full{font-family:var(--font-mono);font-size:.75rem;word-break:break-all}.copy-label{display:block;font-size:.7rem;color:var(--color-text-muted);margin-top:.25rem}.scanner-container{position:relative;width:100%;max-width:320px;aspect-ratio:1;border-radius:var(--radius-lg);overflow:hidden}.scanner-video{width:100%;height:100%;object-fit:cover}.scanner-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.scanner-region{width:200px;height:200px;border:2px solid var(--color-primary);border-radius:var(--radius-md)}.link-share{display:flex;gap:.5rem;width:100%}.link-input{flex:1;font-size:.75rem;padding:.5rem}.loading-spinner{width:32px;height:32px;border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.network-badge-container{position:fixed;top:.75rem;right:.75rem;display:flex;align-items:center;gap:.375rem;padding:.25rem .625rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-full);font-size:.7rem;z-index:100}.network-badge{background:var(--color-surface);padding:.125rem .5rem;border-radius:var(--radius-full);font-size:.7rem}.network-dot{width:6px;height:6px;border-radius:50%}.dot-green{background:var(--color-success)}.dot-red{background:var(--color-error)}.network-name{color:var(--color-text-secondary)}.call-page{flex:1;display:flex;flex-direction:column;background:#000;position:relative}.video-grid{flex:1;display:grid;grid-template-rows:1fr;position:relative}.video-tile{position:relative;overflow:hidden;background:var(--color-surface)}.video-tile-remote{width:100%;height:100%}.video-tile-local{position:absolute;bottom:100px;right:1rem;width:120px;height:160px;border-radius:var(--radius-md);border:2px solid var(--color-border);z-index:10}.video-element{width:100%;height:100%;object-fit:cover}.video-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--color-surface)}.video-placeholder-icon{font-size:2rem;color:var(--color-text-muted)}.video-overlay{position:absolute;bottom:0;left:0;right:0;padding:.5rem;display:flex;align-items:center;gap:.375rem;background:linear-gradient(transparent,#000000b3)}.video-label{font-size:.75rem;color:#fff}.video-address{font-size:.65rem;color:#ffffffb3;font-family:var(--font-mono)}.video-quality-dot{width:8px;height:8px;border-radius:50%;margin-left:auto}.streaming-counter{position:absolute;top:1rem;left:50%;transform:translate(-50%);background:#000c;backdrop-filter:blur(8px);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:.75rem 1.5rem;text-align:center;z-index:20}.counter-label{font-size:.7rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.counter-amount{display:flex;align-items:baseline;justify-content:center;gap:.375rem}.counter-value{font-size:1.5rem;font-weight:700;font-family:var(--font-mono)}.counter-symbol{font-size:.875rem;color:var(--color-text-secondary)}.counter-meta{display:flex;gap:1rem;font-size:.7rem;color:var(--color-text-muted);margin-top:.25rem;justify-content:center}.call-controls{display:flex;justify-content:center;gap:1rem;padding:1rem;background:#000000e6}.control-btn{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem;border-radius:var(--radius-full);background:var(--color-surface);min-width:64px}.control-btn:hover{background:var(--color-surface-hover)}.control-btn-off,.control-btn-end{background:var(--color-error);color:#fff}.control-btn-end:hover{background:#dc2626}.control-icon{font-size:1.25rem}.control-label{font-size:.65rem;color:var(--color-text-secondary)}.debug-panel{position:fixed;bottom:80px;left:.5rem;right:.5rem;max-width:400px;background:#000000f2;border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.75rem;font-size:.75rem;z-index:50;max-height:300px;overflow-y:auto}.debug-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-weight:600}.debug-body{display:flex;flex-direction:column;gap:.25rem}.debug-row{display:flex;justify-content:space-between;padding:.25rem 0;border-bottom:1px solid var(--color-border)}.debug-label{color:var(--color-text-muted)}.debug-value{font-family:var(--font-mono)}.toast-container{position:fixed;top:1rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;gap:.5rem;z-index:1000;width:calc(100% - 2rem);max-width:400px;pointer-events:none}.toast{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);pointer-events:auto;cursor:pointer;animation:slideIn .2s ease}.toast-success{border-left:3px solid var(--color-success)}.toast-error{border-left:3px solid var(--color-error)}.toast-warning{border-left:3px solid var(--color-warning)}.toast-info{border-left:3px solid var(--color-info)}.toast-icon{font-size:1.1rem}.toast-message{flex:1;font-size:.875rem}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:200;padding:1rem}.modal-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);width:100%;max-width:400px;max-height:90vh;overflow-y:auto}.modal-header{padding:1.25rem 1.25rem 0}.modal-header h3{font-size:1.25rem;font-weight:600}.modal-body{padding:1.25rem}.modal-footer{padding:0 1.25rem 1.25rem}.settlement-summary{display:flex;flex-direction:column;gap:.25rem}.settlement-row{display:flex;justify-content:space-between;padding:.5rem 0}.settlement-primary{font-size:1.125rem;font-weight:600;border-bottom:1px solid var(--color-border);padding-bottom:.75rem;margin-bottom:.25rem}.settlement-breakdown{padding-left:.5rem;border-left:2px solid var(--color-border);margin:.5rem 0}.settlement-stats{display:flex;gap:2rem;padding:.75rem 0;border-top:1px solid var(--color-border);margin-top:.75rem}.stat-item{display:flex;flex-direction:column}.stat-label{font-size:.7rem;color:var(--color-text-muted)}.stat-value{font-weight:600}.settlement-tx-link{display:block;text-align:center;color:var(--color-primary);font-size:.8rem;font-family:var(--font-mono);margin-top:.75rem;text-decoration:none}.settlement-tx-link:hover{text-decoration:underline}.tx-list{display:flex;flex-direction:column;gap:.25rem}.tx-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--color-surface);border-radius:var(--radius-sm);text-decoration:none;color:inherit}.tx-item:hover{background:var(--color-surface-hover)}.tx-icon{font-size:1.25rem;width:2rem;text-align:center}.tx-details{flex:1;min-width:0}.tx-main{display:flex;align-items:center;gap:.5rem}.tx-type{font-weight:500;font-size:.875rem;text-transform:capitalize}.tx-sub{display:flex;justify-content:space-between;font-size:.75rem;color:var(--color-text-muted)}.tx-amount{text-align:right}.amount-positive{color:var(--color-success)}.amount-negative{color:var(--color-text-secondary)}.tx-token{font-size:.7rem;color:var(--color-text-muted)}.tx-link{color:var(--color-primary);text-decoration:none}.tx-link:hover{text-decoration:underline}.empty-state{text-align:center;padding:3rem 1rem}.reset-section{margin-top:2rem;text-align:center}.countdown{font-family:var(--font-mono);font-size:.85rem;color:var(--color-text-muted)}.refresh-btn{margin-top:.5rem}.receive-actions{display:flex;flex-direction:column;gap:.5rem;width:100%}.signature-result{margin-top:1rem}.signature-display{background:var(--color-surface);padding:.75rem;border-radius:var(--radius-sm);word-break:break-all}.signature-hex{font-size:.75rem;color:var(--color-text-secondary)}.verify-info{margin-top:.75rem}@media(min-width:768px){.app{max-width:520px}.mnemonic-grid{grid-template-columns:repeat(4,1fr)}}.input-with-action{display:flex;gap:.5rem;align-items:stretch}.input-with-action input{flex:1}.scan-btn{white-space:nowrap;padding:.5rem .75rem!important;border:1px solid var(--color-border);border-radius:var(--radius-md)}.version-reload{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--color-border)}.version-label{font-size:.7rem;color:var(--color-text-muted);font-family:var(--font-mono)}.text-xs{font-size:.7rem}
