.mode-selection-container{width:100%;min-height:100vh;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.mode-selection-header{text-align:center;margin-bottom:50px}.mode-logo{width:150px;height:auto;margin-bottom:30px;animation:float 3s ease-in-out infinite}.mode-title{font-size:2.2rem;font-weight:300;color:#fff;margin:0 0 12px;letter-spacing:1px}.mode-subtitle{font-size:1.1rem;color:#fff9;margin:0;font-weight:300}.mode-options{display:flex;gap:30px;flex-wrap:wrap;justify-content:center;max-width:900px}.mode-card{width:320px;background:rgba(255,255,255,.08);border-radius:24px;padding:35px 30px;cursor:pointer;transition:all .3s ease;border:2px solid transparent;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mode-card:hover{transform:translateY(-8px);background:rgba(255,255,255,.12)}.mode-card.avatar-mode:hover,.mode-card.chat-mode:hover{border-color:#016fab99;box-shadow:0 20px 50px #016fab4d}.mode-icon{width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 25px;border:3px solid rgba(255,255,255,.3);box-shadow:0 8px 32px #0000004d}.mode-card.avatar-mode .mode-icon,.mode-card.chat-mode .mode-icon{background:linear-gradient(135deg,#016fab 0%,#014d7a 100%)}.mode-icon svg{width:36px;height:36px;color:#fff}.mode-card-title{font-size:1.4rem;font-weight:500;color:#fff;margin:0 0 15px;text-align:center}.mode-card-description{font-size:1rem;color:#ffffffb3;line-height:1.6;margin:0;text-align:center}.mode-card-badge{position:absolute;top:15px;right:15px;padding:6px 14px;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.mode-card-badge.premium,.mode-card-badge.recommended{background:linear-gradient(135deg,#016fab 0%,#014d7a 100%);color:#fff}.mode-footer{margin-top:40px;font-size:.9rem;color:#fff6;text-align:center}@media (max-width: 768px){.mode-options{flex-direction:column}.mode-card{width:100%;max-width:350px}.mode-title{font-size:1.8rem}.mode-logo{width:120px}}@media (min-height: 1400px){.mode-logo{width:200px;margin-bottom:40px}.mode-title{font-size:2.8rem}.mode-subtitle{font-size:1.4rem}.mode-card{width:400px;padding:50px 40px}.mode-icon{width:100px;height:100px}.mode-icon svg{width:50px;height:50px}.mode-card-title{font-size:1.8rem}.mode-card-description{font-size:1.2rem}.mode-card-badge{padding:10px 20px;font-size:.85rem}}.totem-container{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.start-screen{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;z-index:10;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%)}.start-screen:active{background:linear-gradient(135deg,#16213e 0%,#1a1a2e 100%)}.start-logo{width:300px;max-width:60vw;height:auto;margin-bottom:60px;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.start-text{color:#fff;font-size:2.5rem;font-weight:300;letter-spacing:2px;opacity:.9;animation:pulse-text 2s ease-in-out infinite}@keyframes pulse-text{0%,to{opacity:.9}50%{opacity:.5}}.loading-screen{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%)}.spinner{width:80px;height:80px;border:5px solid rgba(255,255,255,.2);border-top-color:#016fab;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:30px}.loading-text{color:#fff;font-size:1.8rem;font-weight:300;opacity:.8}.avatar-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s ease;z-index:1}.avatar-video.visible{opacity:1}.status-indicator{position:fixed;bottom:200px;left:0;right:0;text-align:center;z-index:100}.status-indicator span{display:inline-block;background:rgba(0,0,0,.6);color:#fff;padding:12px 24px;border-radius:24px;font-size:1.2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.status-talking{color:#4ecdc4}.status-listening{color:#ffe66d;animation:pulse-text 1s ease-in-out infinite}.status-processing{color:#ff9f43;animation:pulse-text 1.5s ease-in-out infinite}.status-ready{opacity:.7}.totem-controls{position:fixed;bottom:60px;left:0;right:0;display:flex;justify-content:center;gap:80px;z-index:100}.btn-with-label{display:flex;flex-direction:column;align-items:center}.btn-label{margin-top:10px;color:#fff;font-size:.95rem;opacity:.9;text-shadow:0 2px 4px rgba(0,0,0,.5)}.circle-btn{width:80px;height:80px;border-radius:50%;border:3px solid rgba(255,255,255,.8);background:linear-gradient(135deg,#016fab 0%,#014d7a 100%);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 8px 32px #0000004d}.circle-btn svg{width:36px;height:36px}.circle-btn:hover{transform:scale(1.1);box-shadow:0 12px 40px #016fab80}.circle-btn:active{transform:scale(.95)}.circle-btn.muted{background:linear-gradient(135deg,#6c757d 0%,#495057 100%);border-color:#ffffff80}.circle-btn.active{animation:glow 2s ease-in-out infinite}@keyframes glow{0%,to{box-shadow:0 8px 32px #016fab4d}50%{box-shadow:0 8px 48px #016fab99,0 0 20px #016fab66}}.circle-btn.disconnect{background:linear-gradient(135deg,#dc3545 0%,#c82333 100%)}.circle-btn.disconnect:hover{box-shadow:0 12px 40px #dc354580}.error-overlay{position:fixed;top:40px;left:50%;transform:translate(-50%);background:rgba(220,53,69,.9);color:#fff;padding:16px 32px;border-radius:12px;font-size:1.2rem;z-index:200;max-width:80vw;text-align:center}.error-overlay p{margin:0}@media (max-height: 800px){.start-logo{width:200px;margin-bottom:40px}.start-text{font-size:1.8rem}.status-indicator{bottom:160px}.status-indicator span{font-size:1rem;padding:10px 20px}.totem-controls{bottom:40px;gap:60px}.circle-btn{width:60px;height:60px}.circle-btn svg{width:28px;height:28px}.btn-label{font-size:.85rem;margin-top:8px}}*{box-sizing:border-box;margin:0;padding:0}.chat-container{position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#e8f4fc 0%,#cce5f5 50%,#b8ddf0 100%);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;flex-direction:column}.chat-start-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;background:linear-gradient(180deg,#014d7a 0%,#016fab 50%,#0288c7 100%)}.chat-start-logo{width:200px;height:200px;object-fit:contain;margin-bottom:40px;animation:float 3s ease-in-out infinite;filter:brightness(0) invert(1)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.chat-start-text{color:#fff;font-size:2rem;font-weight:300;margin-bottom:10px}.chat-start-subtitle{color:#ffffffb3;font-size:1rem}.chat-loading-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(180deg,#014d7a 0%,#016fab 50%,#0288c7 100%)}.chat-spinner{width:60px;height:60px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{to{transform:rotate(360deg)}}.chat-loading-text{color:#ffffffe6;font-size:1.2rem}.chat-interface{flex:1;display:flex;flex-direction:column;height:100%;overflow:hidden}.chat-header{display:flex;flex-direction:column;align-items:center;padding:25px 20px 20px;background:linear-gradient(180deg,#016fab 0%,#0288c7 100%);flex-shrink:0;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow:0 4px 20px #016fab4d}.header-logo-container{position:relative;display:flex;flex-direction:column;align-items:center;margin-bottom:10px}.header-logo{width:80px;height:80px;object-fit:contain;filter:drop-shadow(0 0 8px rgba(255,255,255,.6));transition:all .3s ease;z-index:2}.header-logo-container.talking .header-logo{filter:drop-shadow(0 0 15px rgba(255,255,255,.9)) drop-shadow(0 0 30px rgba(78,205,196,.6));animation:talk-pulse .4s ease-in-out infinite alternate}@keyframes talk-pulse{0%{transform:scale(1)}to{transform:scale(1.05)}}.sound-waves{display:flex;align-items:flex-end;justify-content:center;gap:4px;height:20px;margin-top:8px;opacity:0;transition:opacity .3s ease}.header-logo-container.talking .sound-waves{opacity:1}.sound-waves span{width:4px;background:linear-gradient(to top,rgba(255,255,255,.4),rgba(255,255,255,.9));border-radius:2px;animation:sound-wave .5s ease-in-out infinite}.sound-waves span:nth-child(1){height:8px;animation-delay:0s}.sound-waves span:nth-child(2){height:14px;animation-delay:.1s}.sound-waves span:nth-child(3){height:18px;animation-delay:.15s}.sound-waves span:nth-child(4){height:14px;animation-delay:.2s}.sound-waves span:nth-child(5){height:8px;animation-delay:.25s}@keyframes sound-wave{0%,to{transform:scaleY(.4);opacity:.5}50%{transform:scaleY(1);opacity:1}}.header-info{text-align:center}.header-name{color:#fff;font-size:1.4rem;font-weight:600;margin-bottom:4px}.header-status{font-size:.9rem;color:#fffc;display:flex;align-items:center;justify-content:center;gap:6px}.header-status:before{content:"";width:8px;height:8px;border-radius:50%;background:#4ade80}.header-status.talking:before{background:#4ecdc4}.header-status.listening:before{background:#fbbf24;animation:pulse-dot 1s infinite}.header-status.processing:before{background:#fb923c;animation:pulse-dot .5s infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.chat-messages{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:12px}.chat-message{display:flex;align-items:flex-start;gap:10px;max-width:85%}.chat-message.user{align-self:flex-end;flex-direction:row-reverse}.chat-message.assistant{align-self:flex-start;flex-direction:row}.message-avatar{width:38px;height:38px;flex-shrink:0;border-radius:50%;overflow:hidden;margin-top:2px}.chat-message.assistant .message-avatar{background:#ffffff;border:2px solid #016fab;box-shadow:0 2px 8px #016fab40}.message-avatar img{width:100%;height:100%;object-fit:contain;padding:4px}.user-avatar-icon{width:100%;height:100%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;display:flex;align-items:center;justify-content:center}.user-avatar-icon svg{width:20px;height:20px;fill:#fff}.message-bubble{padding:12px 18px;border-radius:20px;font-size:.95rem;line-height:1.5;word-wrap:break-word;box-shadow:0 2px 8px #00000014}.chat-message.user .message-bubble{background:#1a1a2e;color:#fff;border-bottom-right-radius:6px}.chat-message.assistant .message-bubble{background:#fff;color:#333;border-bottom-left-radius:6px;border:1px solid #e5e5e5}.speaking-indicator{color:#016fab;animation:blink 1s infinite;margin-left:4px;font-weight:600}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.chat-controls{background:#f8f8f8;padding:20px;flex-shrink:0}.chat-input-wrapper{position:relative;margin-bottom:20px;width:100%;max-width:none}.chat-text-input{width:100%;height:100px;padding:15px 60px 15px 20px;border:1px solid #d0d0d0;border-radius:20px;background:#fff;color:#333;font-size:1rem;font-family:inherit;outline:none;resize:none;line-height:1.5}.chat-text-input::placeholder{color:#999}.chat-text-input:focus{border-color:#016fab;box-shadow:0 0 0 3px #016fab1a}.chat-text-input:disabled{background:#f5f5f5;color:#999}.chat-send-btn{position:absolute;bottom:12px;right:12px;width:44px;height:44px;min-width:44px;min-height:44px;border-radius:50%;border:none;background:#1a1a2e;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.chat-send-btn:hover:not(:disabled){background:#2d2d4a;transform:scale(1.05)}.chat-send-btn:disabled{background:#ccc;cursor:not-allowed}.chat-send-btn svg{width:20px;height:20px;fill:currentColor}.chat-action-buttons{display:flex;justify-content:center;gap:30px}.chat-action-item{display:flex;flex-direction:column;align-items:center}.chat-circle-btn{width:52px;height:52px;min-width:52px;min-height:52px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s,box-shadow .2s}.chat-circle-btn svg{width:24px;height:24px;fill:#fff}.chat-mic-btn{background:linear-gradient(135deg,#016fab 0%,#0288c7 100%);box-shadow:0 4px 15px #016fab4d}.chat-mic-btn:hover:not(:disabled){transform:scale(1.1);box-shadow:0 6px 20px #016fab66}.chat-mic-btn:disabled{opacity:.5;cursor:not-allowed}.chat-mic-btn.recording{background:linear-gradient(135deg,#dc2626 0%,#ef4444 100%);box-shadow:0 4px 15px #dc262666;animation:recording-pulse 1s infinite}@keyframes recording-pulse{0%,to{box-shadow:0 0 #dc262666}50%{box-shadow:0 0 0 12px #dc262600}}.chat-stop-btn{background:linear-gradient(135deg,#6b7280 0%,#9ca3af 100%);box-shadow:0 4px 15px #6b72804d}.chat-stop-btn:hover{transform:scale(1.1);box-shadow:0 6px 20px #6b728066}.chat-exit-btn{background:linear-gradient(135deg,#014d7a 0%,#016fab 100%);box-shadow:0 4px 15px #014d7a4d}.chat-exit-btn:hover{transform:scale(1.1);box-shadow:0 6px 20px #014d7a66}.chat-action-label{margin-top:8px;color:#666;font-size:.8rem;font-weight:500}.chat-error-overlay{position:fixed;top:20px;left:50%;transform:translate(-50%);background:#ef4444;color:#fff;padding:15px 25px;border-radius:12px;z-index:1000;text-align:center;max-width:90%;box-shadow:0 4px 20px #ef444466}.chat-error-overlay p{margin:0 0 10px}.chat-error-overlay button{background:#fff;border:none;color:#ef4444;padding:8px 20px;border-radius:20px;cursor:pointer;font-weight:600;font-size:.9rem}.chat-error-overlay button:hover{background:rgba(255,255,255,.9)}@media (max-height: 700px){.chat-header{padding:15px 15px 12px;border-bottom-left-radius:20px;border-bottom-right-radius:20px}.header-logo{width:60px;height:60px}.header-logo-container{margin-bottom:6px}.sound-waves{height:16px;margin-top:6px}.sound-waves span{width:3px}.header-name{font-size:1.2rem}.header-status{font-size:.8rem}.chat-messages{padding:15px;gap:10px}.message-bubble{padding:10px 14px;font-size:.9rem}.chat-controls{padding:12px 15px 15px}.chat-input-wrapper{margin-bottom:12px}.chat-text-input{height:80px;font-size:.95rem}.chat-send-btn{width:40px;height:40px;min-width:40px;min-height:40px}.chat-action-buttons{gap:25px}.chat-circle-btn{width:46px;height:46px;min-width:46px;min-height:46px}.chat-circle-btn svg{width:20px;height:20px}.chat-action-label{font-size:.75rem}}@media (min-height: 1200px){.chat-start-logo{width:280px;height:280px;margin-bottom:50px}.chat-start-text{font-size:2.5rem}.chat-start-subtitle{font-size:1.2rem}.chat-header{padding:35px 30px 30px;border-bottom-left-radius:40px;border-bottom-right-radius:40px}.header-logo{width:100px;height:100px}.header-logo-container{margin-bottom:15px}.sound-waves{height:24px;margin-top:10px;gap:5px}.sound-waves span{width:5px}.sound-waves span:nth-child(1){height:10px}.sound-waves span:nth-child(2){height:18px}.sound-waves span:nth-child(3){height:24px}.sound-waves span:nth-child(4){height:18px}.sound-waves span:nth-child(5){height:10px}.header-name{font-size:1.8rem}.header-status{font-size:1.1rem}.chat-messages{padding:30px;gap:18px}.message-bubble{padding:16px 22px;font-size:1.1rem}.chat-controls{padding:25px 30px 30px}.chat-input-wrapper{margin-bottom:20px}.chat-text-input{height:120px;font-size:1.1rem}.chat-send-btn{width:54px;height:54px;min-width:54px;min-height:54px}.chat-send-btn svg{width:24px;height:24px}.chat-action-buttons{gap:50px}.chat-circle-btn{width:65px;height:65px;min-width:65px;min-height:65px}.chat-circle-btn svg{width:28px;height:28px}.chat-action-label{font-size:.95rem;margin-top:12px}}html,body{margin:0;padding:0;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:#f7f9f7;color:#333}.screen{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;text-align:center}form{display:flex;flex-direction:column;max-width:320px;width:100%}label{margin-top:1rem;font-weight:500;text-align:left}input,textarea{font-size:1rem;padding:.5rem;border:1px solid #ccc;border-radius:.25rem;margin-top:.25rem}button{margin-top:1.5rem;padding:.75rem 1.5rem;font-size:1rem;color:#fff;background-color:#426b1f;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .2s ease}button:hover{background-color:#35561a}.card{background:white;border-radius:1rem;padding:2rem;box-shadow:0 4px 20px #0000001a;max-width:500px;width:100%}.card h2{margin-top:0;color:#016fab}.card h3{margin-top:1.5rem;margin-bottom:.75rem;color:#333}.duration-badge{display:inline-block;background:linear-gradient(135deg,#016fab 0%,#014d7a 100%);color:#fff;padding:.5rem 1rem;border-radius:2rem;font-size:1rem;margin-bottom:1.5rem}.profile-summary{background:#f8f9fa;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem;text-align:left}.profile-summary h3{margin-top:0;margin-bottom:.5rem;font-size:1rem;color:#016fab}.profile-summary p{margin:.25rem 0;font-size:.9rem}.recipe-results{background:#f8f9fa;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem;text-align:left}.recipe-results h3{margin-top:0;margin-bottom:.75rem;font-size:1.1rem;color:#016fab}.recipe-results.loading,.recipe-results.error,.recipe-results.empty{text-align:center;color:#666;padding:1.5rem}.recipe-results.error{color:#dc3545}.recipe-list{list-style:none;padding:0;margin:0 0 1rem}.recipe-item{display:flex;flex-direction:column;padding:.75rem;background:white;border-radius:.5rem;margin-bottom:.5rem;box-shadow:0 1px 3px #0000001a}.recipe-title{font-weight:600;color:#333;margin-bottom:.25rem}.recipe-source{font-size:.85rem;color:#666;font-style:italic}.recipe-actions{display:flex;justify-content:center;margin-top:1rem}.download-btn{background:linear-gradient(135deg,#016fab 0%,#014d7a 100%);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-size:1rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;margin-top:0}.download-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #016fab66;background:linear-gradient(135deg,#016fab 0%,#014d7a 100%)}.qr-section{display:flex;flex-direction:column;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0}.qr-code{width:150px;height:150px;border-radius:.5rem;box-shadow:0 2px 8px #0000001a}.qr-caption{margin-top:.5rem;font-size:.85rem;color:#666}html,body{margin:0;padding:0;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background:url(/pattern-azzurra.png) repeat;background-attachment:fixed;color:#333}.app-container{display:flex;flex-direction:column;min-height:100vh}.screen{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .6s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.card{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;padding:3rem;box-shadow:0 20px 60px #0000004d;max-width:650px;width:100%;border:1px solid rgba(255,255,255,.3);transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-5px);box-shadow:0 25px 70px #00000059}h1{color:#016fab;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center;background:linear-gradient(135deg,#016fab 0%,#014d7a 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}h2{color:#014d7a;font-size:1.75rem;font-weight:600;margin-bottom:1.5rem;text-align:center}h3{color:#016fab;font-size:1.3rem;font-weight:600;margin-top:2rem;margin-bottom:1rem}p{line-height:1.6;font-size:1.05rem;color:#555;text-align:center;margin-bottom:1rem}button{background:linear-gradient(135deg,#016fab 0%,#014d7a 100%);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;margin-top:1.5rem;transition:all .3s ease;box-shadow:0 4px 15px #016fab66;text-transform:uppercase;letter-spacing:.5px}button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #016fab99}button:active{transform:translateY(0)}form{display:flex;flex-direction:column;margin-top:1.5rem}label{margin-top:1.5rem;font-weight:600;color:#333;font-size:1rem;text-align:left;display:flex;flex-direction:column}input,select,textarea{margin-top:.5rem;padding:.875rem;font-size:1rem;border:2px solid #e0e0e0;border-radius:10px;transition:all .3s ease;background-color:#fafafa;font-family:inherit}input:focus,select:focus,textarea:focus{outline:none;border-color:#016fab;background-color:#fff;box-shadow:0 0 0 3px #016fab1a}input::placeholder,textarea::placeholder{color:#999}select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23016fab' 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:1.25rem;padding-right:2.5rem}textarea{resize:vertical;min-height:120px;font-family:inherit}iframe{width:100%;height:100vh;border:none}.profile-summary{background:linear-gradient(135deg,rgba(1,111,171,.1) 0%,rgba(1,77,122,.1) 100%);border-radius:16px;padding:1.5rem;margin-top:1.5rem;text-align:left}.profile-summary p{text-align:left;margin:.75rem 0;color:#333}.profile-summary strong{color:#014d7a}pre{background-color:#f5f5f5;border-radius:12px;padding:1.5rem;overflow-x:auto;text-align:left;font-size:.9rem;color:#333;border:1px solid #e0e0e0}.duration-badge{display:inline-block;background:linear-gradient(135deg,#016fab 0%,#014d7a 100%);color:#fff;padding:.5rem 1.5rem;border-radius:20px;font-weight:600;margin:1rem 0;box-shadow:0 4px 15px #016fab4d}@media (max-width: 768px){.card{padding:2rem;margin:1rem}h1{font-size:2rem}h2{font-size:1.5rem}button{padding:.875rem 1.5rem;font-size:1rem}}
