.home-screen{padding:20px;max-width:600px;margin:0 auto}.home-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.home-header h1{font-size:24px;font-weight:600}.mic-status{display:flex;align-items:center;gap:8px;font-size:14px}.mic-indicator{width:12px;height:12px;border-radius:50%;background:#ccc}.mic-indicator.granted{background:#4caf50}.mic-indicator.denied{background:#f44336}.call-button{width:100%;padding:16px;background:#2196f3;color:#fff;font-size:18px;font-weight:600;border-radius:8px;margin-bottom:30px}.call-button:hover{background:#1976d2}.call-history{margin-top:30px}.call-history h2{font-size:18px;margin-bottom:16px}.history-list{list-style:none}.history-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#fff;border-radius:8px;margin-bottom:8px}.history-info{display:flex;flex-direction:column;gap:4px}.history-contact{font-weight:500}.history-time{font-size:12px;color:#999}.history-status{font-size:12px;padding:4px 8px;border-radius:4px;background:#e0e0e0}.history-status.normal_hangup{background:#c8e6c9;color:#2e7d32}.contacts-screen{padding:20px;max-width:600px;margin:0 auto}.contacts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:10px}.contacts-header h1{font-size:24px;font-weight:600}.back-button,.refresh-button{padding:8px 16px;background:transparent;color:#2196f3;font-size:14px;white-space:nowrap;flex-shrink:0;border:none;cursor:pointer}.contacts-header-actions{display:flex;gap:10px;flex-shrink:0}.add-button{padding:8px 16px;background:#08c;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;white-space:nowrap;flex-shrink:0}.search-input{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;margin-bottom:20px;font-size:16px}.contacts-list{list-style:none}.contact-item{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border-radius:8px;margin-bottom:8px}.contact-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0}.contact-avatar img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;background:#2196f3;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600}.contact-info{flex:1}.contact-name{font-weight:500}.call-contact-button{padding:8px 16px;background:#2196f3;color:#fff;border-radius:6px;font-size:14px}.empty-state{text-align:center;color:#999;padding:40px 0}.call-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.call-content{text-align:center;padding:40px}.call-avatar{width:120px;height:120px;border-radius:50%;margin:0 auto 20px;overflow:hidden;border:4px solid white}.call-avatar img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;background:#ffffff4d;display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:600}.call-name{font-size:28px;font-weight:600;margin-bottom:10px}.call-status{font-size:18px;opacity:.9;margin-bottom:20px}.call-timer{font-size:24px;font-weight:600;margin-bottom:30px}.call-actions{display:flex;gap:20px;justify-content:center}.cancel-button,.decline-button,.accept-button{padding:16px 32px;font-size:18px;font-weight:600;border-radius:50px;min-width:120px}.cancel-button,.decline-button{background:#f44336;color:#fff}.accept-button{background:#4caf50;color:#fff}.cancel-button:hover,.decline-button:hover{background:#d32f2f}.accept-button:hover{background:#45a049}.call-verification{background:#ffffff1a;padding:20px;border-radius:8px;margin-top:16px}.verification-note{font-size:12px;opacity:.8;margin-bottom:12px}.verification-code{font-size:20px;font-weight:600;letter-spacing:2px;font-family:monospace}.in-call-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.in-call-content{text-align:center;padding:40px;width:100%;max-width:400px}.call-timer-display{font-size:48px;font-weight:600;margin-bottom:30px}.quality-indicator{margin-bottom:30px}.quality-indicator.excellent{color:#4caf50}.quality-indicator.good{color:#ff9800}.quality-indicator.poor{color:#f44336}.quality-warning{display:block;font-size:14px;margin-top:8px}.call-controls{display:flex;gap:20px;justify-content:center;margin-bottom:40px}.mute-button,.hangup-button{width:64px;height:64px;border-radius:50%;font-size:24px;display:flex;align-items:center;justify-content:center;background:#fff3;border:2px solid white}.mute-button.muted,.hangup-button{background:#f44336}.verification-section{margin-top:40px}.verification-toggle{padding:12px 24px;background:#fff3;color:#fff;border-radius:8px;font-size:14px;margin-bottom:16px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5}#root{width:100%;min-height:100vh}button{font-family:inherit;cursor:pointer;border:none;outline:none}input{font-family:inherit;outline:none}
