.checkphone-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);z-index:9999;animation:checkphone-fade-in .2s ease-out}.checkphone-loading,.checkphone-modal-overlay{display:flex;align-items:center;justify-content:center}.checkphone-loading{flex-direction:column;width:100%;height:100%;color:#6b5b6b;gap:20px}.checkphone-spinner{width:48px;height:48px;border:4px solid rgba(255,182,193,.3);border-top-color:#ff6b9d;border-radius:50%;animation:checkphone-spin 1s linear infinite}@keyframes checkphone-spin{to{transform:rotate(1turn)}}.checkphone-loading p{font-size:14px;color:#9a8a9a}.checkphone-hack-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(135deg,#0a0a0a,#1a1a2e);padding:40px;gap:30px}.checkphone-hack-terminal{width:100%;max-width:600px;background:#0d1117;border-radius:12px;border:1px solid #30363d;box-shadow:0 8px 32px rgba(0,0,0,.5),0 0 20px rgba(255,107,157,.1);overflow:hidden;animation:checkphone-hack-terminal-glow 2s ease-in-out infinite}@keyframes checkphone-hack-terminal-glow{0%,to{box-shadow:0 8px 32px rgba(0,0,0,.5),0 0 20px rgba(255,107,157,.1)}50%{box-shadow:0 8px 32px rgba(0,0,0,.5),0 0 30px rgba(255,107,157,.3)}}.checkphone-hack-header{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#161b22;border-bottom:1px solid #30363d}.checkphone-hack-dot{width:12px;height:12px;border-radius:50%;background:#ff6b9d;animation:checkphone-hack-dot-pulse 1.5s ease-in-out infinite}.checkphone-hack-dot:first-child{animation-delay:0s}.checkphone-hack-dot:nth-child(2){animation-delay:.3s;background:#c084fc}.checkphone-hack-dot:nth-child(3){animation-delay:.6s;background:#a78bfa}@keyframes checkphone-hack-dot-pulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.checkphone-hack-title{margin-left:auto;font-size:12px;font-weight:600;color:#ff6b9d;letter-spacing:2px;text-shadow:0 0 10px rgba(255,107,157,.5);animation:checkphone-hack-title-blink 1s ease-in-out infinite}@keyframes checkphone-hack-title-blink{0%,to{opacity:1}50%{opacity:.5}}.checkphone-hack-content{padding:24px;font-family:Courier New,Consolas,monospace;color:#00ff88;font-size:14px;line-height:1.8}.checkphone-hack-line{display:flex;align-items:center;gap:8px;margin-bottom:12px;animation:checkphone-hack-line-appear .5s ease-out}@keyframes checkphone-hack-line-appear{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}.checkphone-hack-prompt{color:#ff6b9d;font-weight:700}.checkphone-hack-text{color:#00ff88;text-shadow:0 0 5px rgba(0,255,136,.3)}.checkphone-hack-cursor{color:#00ff88;animation:checkphone-hack-cursor-blink 1s ease-in-out infinite}@keyframes checkphone-hack-cursor-blink{0%,to{opacity:1}50%{opacity:0}}.checkphone-hack-code{margin-top:20px;padding:16px;background:rgba(0,255,136,.05);border-left:3px solid #00ff88;border-radius:4px}.checkphone-hack-code-line{color:#00ff88;margin-bottom:8px;font-size:13px;animation:checkphone-hack-code-scroll 3s ease-in-out infinite;text-shadow:0 0 5px rgba(0,255,136,.3)}.checkphone-hack-code-line:first-child{animation-delay:0s}.checkphone-hack-code-line:nth-child(2){animation-delay:1s}.checkphone-hack-code-line:nth-child(3){animation-delay:2s}@keyframes checkphone-hack-code-scroll{0%,to{opacity:.6;transform:translateX(0)}50%{opacity:1;transform:translateX(5px)}}.checkphone-hack-progress{width:100%;max-width:600px;height:4px;background:rgba(255,255,255,.1);border-radius:2px;overflow:hidden}.checkphone-hack-progress-bar{height:100%;background:linear-gradient(90deg,#ff6b9d,#c084fc,#a78bfa);border-radius:2px;animation:checkphone-hack-progress-move 2s ease-in-out infinite;box-shadow:0 0 10px rgba(255,107,157,.5)}@keyframes checkphone-hack-progress-move{0%{width:0;transform:translateX(0)}50%{width:70%;transform:translateX(0)}to{width:100%;transform:translateX(0)}}.checkphone-error{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;color:#6b5b6b;gap:20px;padding:40px;text-align:center}.checkphone-error p{font-size:14px;color:#e74c3c;margin:0}.checkphone-error-actions{display:flex;gap:12px;align-items:center;justify-content:center}.checkphone-error button{padding:10px 20px;background:linear-gradient(135deg,#ff6b9d,#c084fc);color:white;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .2s ease}.checkphone-error button:hover{transform:scale(1.05)}.checkphone-error button:active{transform:scale(.95)}.checkphone-hack-actions{display:flex;align-items:center;justify-content:center;margin-top:20px;gap:12px}.checkphone-cancel-btn{padding:10px 24px;background:rgba(231,76,60,.2);color:#e74c3c;border:1px solid #e74c3c;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Courier New,Consolas,monospace}.checkphone-cancel-btn:hover{background:rgba(231,76,60,.3);transform:scale(1.05);box-shadow:0 0 15px rgba(231,76,60,.3)}.checkphone-cancel-btn:active{transform:scale(.95)}@keyframes checkphone-fade-in{0%{opacity:0}to{opacity:1}}.checkphone-modal-content{width:100%;height:100%;position:relative;animation:checkphone-scale-in .2s ease-out}@keyframes checkphone-scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.checkphone-connection-animation{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;gap:40px;animation:checkphone-fade-in .3s ease-out}.checkphone-connection-waves{display:flex;align-items:center;justify-content:center;gap:12px;position:relative}.checkphone-wave{width:60px;height:60px;border-radius:50%;border:3px solid #ff6b9d;animation:checkphone-wave-pulse 1.5s ease-in-out infinite}.checkphone-wave:first-child{animation-delay:0s}.checkphone-wave:nth-child(2){animation-delay:.3s}.checkphone-wave:nth-child(3){animation-delay:.6s}@keyframes checkphone-wave-pulse{0%{transform:scale(.8);opacity:.8}50%{transform:scale(1.2);opacity:.4}to{transform:scale(.8);opacity:.8}}.checkphone-connection-text{font-size:24px;font-weight:600;color:#ff6b9d;text-align:center;animation:checkphone-text-bounce 1s ease-in-out infinite;text-shadow:0 2px 8px rgba(255,107,157,.3)}@keyframes checkphone-text-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.checkphone-connection-lines{display:flex;align-items:center;justify-content:center;gap:8px}.checkphone-line{width:4px;height:40px;background:linear-gradient(180deg,#ff6b9d,#c084fc);border-radius:2px;animation:checkphone-line-grow 1.2s ease-in-out infinite}.checkphone-line:first-child{animation-delay:0s}.checkphone-line:nth-child(2){animation-delay:.2s}.checkphone-line:nth-child(3){animation-delay:.4s}@keyframes checkphone-line-grow{0%,to{transform:scaleY(.6);opacity:.6}50%{transform:scaleY(1);opacity:1}}.checkphone-choice-modal{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;gap:24px;padding:40px;animation:checkphone-fade-in .3s ease-out}.checkphone-choice-title{font-size:28px;font-weight:700;color:#ff6b9d;margin:0 0 20px;text-align:center;text-shadow:0 2px 8px rgba(255,107,157,.3)}.checkphone-choice-button{width:100%;max-width:400px;padding:20px 32px;font-size:18px;font-weight:600;border:none;border-radius:16px;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.15)}.checkphone-choice-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,.3);transform:translate(-50%,-50%);transition:width .6s,height .6s}.checkphone-choice-button:hover:before{width:300px;height:300px}.checkphone-choice-button-primary{background:linear-gradient(135deg,#ff6b9d,#c084fc);color:white}.checkphone-choice-button-primary:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 6px 20px rgba(255,107,157,.4)}.checkphone-choice-button-primary:active{transform:translateY(0) scale(.98)}.checkphone-choice-button-secondary{background:linear-gradient(135deg,#c084fc,#a78bfa);color:white}.checkphone-choice-button-secondary:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 6px 20px rgba(192,132,252,.4)}.checkphone-choice-button-secondary:active{transform:translateY(0) scale(.98)}.checkphone-choice-button-disabled{background:linear-gradient(135deg,#d1d5db,#9ca3af);color:#6b7280;cursor:not-allowed;opacity:.6}.checkphone-choice-button-disabled:hover{transform:none;box-shadow:0 4px 12px rgba(0,0,0,.15)}.checkphone-choice-button-cancel{background:#e74c3c;color:white;border:1px solid #e74c3c}.checkphone-choice-button-cancel:before{background:rgba(255,255,255,.3)}.checkphone-choice-button-cancel:hover{background:#c0392b;border-color:#c0392b;transform:translateY(-2px) scale(1.02);box-shadow:0 6px 20px rgba(231,76,60,.4)}.checkphone-choice-button-cancel:hover:before{opacity:.3}.checkphone-choice-button-cancel:active{transform:translateY(0) scale(.98);box-shadow:0 2px 6px rgba(231,76,60,.3)}.checkphone-no-previous{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:400px}.checkphone-no-previous-text{font-size:16px;color:#9ca3af;text-align:center;margin:0;padding:12px 20px;background:rgba(255,107,157,.1);border-radius:12px;border:1px solid rgba(255,107,157,.2)}.checkphone-root{margin:0;padding:0;width:100vw;height:100vh;max-width:100vw;max-height:100vh;display:flex;align-items:stretch;justify-content:stretch;background:linear-gradient(135deg,#ffeef8,#f0e6ff 50%,#e6f3ff);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;position:relative;overflow:hidden}.checkphone-root{--header-h:48px;--content-gap:10px}.checkphone-close-btn{position:fixed;top:20px;right:20px;z-index:1000;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);border:none;border-radius:50%;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:all .2s ease;color:#6b5b6b}.checkphone-close-btn:hover{background:rgba(255,255,255,1);transform:scale(1.1)}.checkphone-close-btn:active{transform:scale(.95)}.checkphone-phone{width:100vw;height:100vh;background:linear-gradient(135deg,#ffd6e8,#e6d9ff);border-radius:0;border:none;box-shadow:none;position:relative;margin:0}.checkphone-screen{width:100%;height:100%;background:linear-gradient(135deg,#fff5f8,#faf5ff);border-radius:0;overflow:visible;position:relative;box-sizing:border-box}.checkphone-app-container{height:100%;color:#5a4a5a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow-y:auto;-webkit-overflow-scrolling:touch}.checkphone-app{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;box-sizing:border-box;background:linear-gradient(135deg,#fff5f8,#faf5ff)}.checkphone-home{padding:20px;background:linear-gradient(135deg,#ffeef8,#f0e6ff 50%,#e6f3ff);position:relative;overflow:hidden}.checkphone-home:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,182,193,.1) 0,transparent 70%);animation:checkphone-float 20s ease-in-out infinite;z-index:1}@keyframes checkphone-float{0%,to{transform:translate(0) rotate(0deg)}50%{transform:translate(30px,30px) rotate(180deg)}}.checkphone-home-content-wrapper{display:flex;flex-direction:column;justify-content:space-around;height:100%;padding-top:30px;box-sizing:border-box;position:relative;z-index:2}.checkphone-time-display.checkphone-single{display:flex;justify-content:center;width:100%;font-weight:300}.checkphone-time-zone span{font-size:42px;display:block;background:linear-gradient(135deg,#ff6b9d,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:500;text-shadow:none}.checkphone-app-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px 10px;width:100%}.checkphone-app-icon{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#6b5b6b;font-size:11px;text-align:center;font-weight:500;transition:transform .2s ease;background:none;border:none;cursor:pointer}.checkphone-app-icon:hover{transform:translateY(-3px)}.checkphone-app-icon div{width:52px;height:52px;background:linear-gradient(135deg,#fff,#f8f0f8);backdrop-filter:blur(10px);border-radius:18px;display:flex;justify-content:center;align-items:center;margin-bottom:8px;box-shadow:0 4px 12px rgba(255,182,193,.3),0 0 0 1px rgba(255,182,193,.1);transition:all .3s ease}.checkphone-app-icon:hover div{box-shadow:0 6px 20px rgba(255,182,193,.4),0 0 0 1px rgba(255,182,193,.2);transform:scale(1.05)}.checkphone-app-icon svg{width:26px;height:26px;filter:drop-shadow(0 2px 4px rgba(255,182,193,.3))}.checkphone-app-header{font-size:16px;font-weight:600;padding:0 15px;width:100%;display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;height:var(--header-h);box-sizing:border-box;flex-shrink:0;z-index:2;background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(255,248,252,.9));backdrop-filter:blur(10px);border-bottom:2px solid rgba(255,182,193,.2);color:#6b5b6b;box-shadow:0 2px 10px rgba(255,182,193,.1)}.checkphone-app-header-title{font-size:18px;font-weight:600}.checkphone-back-button{position:absolute;left:15px;top:50%;transform:translateY(-50%);text-decoration:none;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(135deg,#fff,#f8f0f8);box-shadow:0 2px 8px rgba(255,182,193,.2);transition:all .2s ease;border:none;cursor:pointer}.checkphone-back-button:active{transform:translateY(-50%) scale(.95)}.checkphone-back-button svg{width:20px;height:20px;color:#ff6b9d}.checkphone-back-button-round{width:36px;height:36px;background:linear-gradient(135deg,#fff,#f8f0f8);border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 2px 8px rgba(255,182,193,.2);transition:all .2s ease;border:none;cursor:pointer}.checkphone-back-button-round:active{transform:scale(.95)}.checkphone-back-button-round svg{width:18px;height:18px;color:#ff6b9d}.checkphone-content-list{display:flex;flex-direction:column;width:100%;padding:calc(var(--header-h) + var(--content-gap)) 14px 0 14px;box-sizing:border-box;gap:0;flex-grow:1;overflow-y:auto;margin-top:0}.checkphone-list-item{display:flex;align-items:center;padding:16px 0;background:none;transition:background .2s ease;border:none;text-align:left;cursor:pointer}.checkphone-list-item:active{background:rgba(255,182,193,.1)}.checkphone-content-list .checkphone-list-item:last-child{border-bottom:none}.checkphone-item-icon{font-size:24px;margin-right:14px}.checkphone-item-avatar,.checkphone-item-icon{display:flex;align-items:center;justify-content:center}.checkphone-item-avatar{width:48px;height:48px;border-radius:50%;margin-right:12px;background:linear-gradient(135deg,#ffb6c1,#ffc0cb);font-weight:600;flex-shrink:0;color:#fff;box-shadow:0 2px 8px rgba(255,182,193,.3)}.checkphone-item-details{flex-grow:1;margin:0 12px 0 0}.checkphone-item-title{display:block;font-size:14px;font-weight:600;color:#5a4a5a}.checkphone-item-info,.checkphone-note-date{display:block;font-size:12px;color:#9a8a9a;margin-top:4px}.checkphone-app[data-view=whatsapp] .checkphone-app-header{justify-content:space-between;border-bottom:none}.checkphone-app[data-view=whatsapp] .checkphone-back-button-round{position:absolute;left:15px;top:50%;transform:translateY(-50%);margin-right:0}.checkphone-app[data-view=whatsapp] .checkphone-app-header-title{margin-left:auto;margin-right:auto}.checkphone-chat-list{margin-top:0;padding:calc(var(--header-h) + var(--content-gap)) 14px 0 14px;gap:0}.checkphone-chat-item{display:flex;align-items:center;padding:16px 0;transition:background .2s ease;background:none;border:none;width:100%;text-align:left;cursor:pointer}.checkphone-chat-item:active{background:rgba(255,182,193,.1)}.checkphone-chat-item:last-child{border-bottom:none}.checkphone-chat-avatar{width:48px;height:48px;background:linear-gradient(135deg,#ffb6c1,#ffc0cb);color:#fff;font-size:14px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:600;flex-shrink:0;box-shadow:0 2px 8px rgba(255,182,193,.3)}.checkphone-chat-details{flex-grow:1;margin:0 12px}.checkphone-chat-name{display:block;font-size:14px;font-weight:600;color:#5a4a5a}.checkphone-chat-preview{display:block;font-size:12px;color:#9a8a9a;margin-top:4px}.checkphone-chat-time{font-size:11px;color:#b8a8b8}.checkphone-chat-view{padding:0}.checkphone-chat-area{flex-grow:1;padding:calc(var(--header-h) + var(--content-gap)) 12px 12px 12px;overflow-y:auto;display:flex;flex-direction:column;gap:8px;margin-top:0;background:linear-gradient(135deg,#fff5f8,#faf5ff)}.checkphone-message-bubble{max-width:75%;padding:10px 14px;border-radius:18px;font-size:13px;line-height:1.5;position:relative;box-shadow:0 2px 8px rgba(0,0,0,.08)}.checkphone-message-bubble.incoming{background:linear-gradient(135deg,#fff,#f8f0f8);align-self:flex-start;border-bottom-left-radius:4px;color:#5a4a5a;border:1px solid rgba(255,182,193,.2)}.checkphone-message-bubble.outgoing{background:linear-gradient(135deg,#ff6b9d,#c084fc);align-self:flex-end;border-bottom-right-radius:4px;color:#fff}.checkphone-message-bubble .checkphone-timestamp{font-size:10px;opacity:.7;margin-left:10px;float:right;margin-top:6px}.checkphone-message-bubble b{font-weight:600}.checkphone-chat-input-bar{padding:12px;background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(255,248,252,.9));backdrop-filter:blur(10px);text-align:center;color:#9a8a9a;font-size:12px;border-top:1px solid rgba(255,182,193,.2)}.checkphone-deleted-message{display:flex;align-items:center;justify-content:center;height:100%;color:#9a8a9a;font-size:13px;padding-top:82px}.checkphone-app-content{padding:calc(var(--header-h) + var(--content-gap)) 14px 14px 14px;box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;gap:12px;margin-top:0;background:linear-gradient(135deg,#fff5f8,#faf5ff)}.checkphone-search-bar{width:100%;background:linear-gradient(135deg,#fff,#f8f0f8);border-radius:16px;padding:12px 16px;font-size:13px;color:#9a8a9a;border:1px solid rgba(255,182,193,.2);box-shadow:0 2px 8px rgba(255,182,193,.1)}.checkphone-video-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.checkphone-video-item{background:linear-gradient(135deg,#fff,#f8f0f8);border-radius:16px;padding:16px;text-align:center;font-size:12px;box-shadow:0 2px 8px rgba(255,182,193,.2);border:1px solid rgba(255,182,193,.15);transition:all .2s ease}.checkphone-video-item:active{transform:scale(.98)}.checkphone-video-item div{font-size:32px;margin-bottom:10px}.checkphone-video-item span{font-size:11px;color:#9a8a9a;display:block;margin-top:6px}.checkphone-tweet-list .checkphone-list-item{background:none;padding:16px 0}.checkphone-tweet-header{font-size:12px;color:#9a8a9a}.checkphone-tweet-header b{color:#5a4a5a}.checkphone-tweet-list p{font-size:12px;line-height:1.6;margin:4px 0;color:#5a4a5a}.checkphone-tweet-actions{font-size:10px;color:#b8a8b8;margin-top:8px}.checkphone-insta-post{background:linear-gradient(135deg,#fff,#f8f0f8);padding:0;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px rgba(255,182,193,.2);border:1px solid rgba(255,182,193,.15)}.checkphone-insta-header{display:flex;align-items:center;font-size:12px;font-weight:600;padding:8px;color:#5a4a5a;gap:8px}.checkphone-insta-image{height:180px;background:linear-gradient(135deg,#ffeef8,#f0e6ff);margin:8px 0;border-radius:12px;display:flex;justify-content:center;align-items:center;font-size:12px;color:#9a8a9a}.checkphone-insta-actions{font-size:20px;padding:0 8px}.checkphone-insta-likes{font-size:12px;font-weight:600;margin:4px 0;padding:0 8px;color:#5a4a5a}.checkphone-insta-post p{font-size:12px;line-height:1.5;margin:0;padding:0 8px 8px;color:#5a4a5a}.checkphone-monitor-item{display:flex;justify-content:space-between;align-items:center;flex-grow:1}.checkphone-monitor-status{font-size:12px;font-weight:600;padding:4px 10px;border-radius:12px;background:linear-gradient(135deg,#fff,#f8f0f8);box-shadow:0 2px 6px rgba(255,182,193,.2)}.checkphone-monitor-status.online{color:#10b981;background:linear-gradient(135deg,#ecfdf5,#d1fae5)}.checkphone-monitor-status.offline{color:#9a8a9a}.checkphone-card-list{gap:14px}.checkphone-list-item-link{display:flex;align-items:flex-start;background:linear-gradient(135deg,#fff,#f8f0f8);border-radius:18px;padding:16px;box-shadow:0 2px 8px rgba(255,182,193,.2);transition:all .2s ease;border:1px solid rgba(255,182,193,.15);border-right:none;border-left:none;cursor:pointer;text-align:left}.checkphone-list-item-link:active{transform:scale(.98);box-shadow:0 1px 4px rgba(255,182,193,.2)}.checkphone-tracks .checkphone-content-list{gap:18px}.checkphone-tracks .checkphone-list-item-link{display:flex;align-items:flex-start;padding:0;transition:transform .2s ease;background:none;border:none}.checkphone-tracks .checkphone-list-item-link:active{transform:scale(.98)}.checkphone-tracks .checkphone-item-icon{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#ffb6c1,#ffc0cb);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:14px;box-shadow:0 2px 8px rgba(255,182,193,.3)}.checkphone-tracks .checkphone-item-icon svg{width:20px;height:20px;color:#fff}.checkphone-detail-view .checkphone-app-content{line-height:1.7;font-size:13px;color:#5a4a5a}.checkphone-detail-view p{margin:0 0 1em;color:#6b5b6b}.checkphone-detail-title{font-size:18px;font-weight:600;margin-bottom:10px;background:linear-gradient(135deg,#ff6b9d,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.checkphone-detail-meta{font-size:12px;color:#b8a8b8;margin-bottom:18px}.checkphone-monitor-feed{height:160px;background:linear-gradient(135deg,#ffeef8,#f0e6ff);border-radius:16px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;margin-bottom:18px;border:2px dashed rgba(255,182,193,.3);box-shadow:0 2px 8px rgba(255,182,193,.15)}.checkphone-monitor-feed .checkphone-status{color:#ff6b9d;font-weight:600;font-size:13px;padding:6px 12px;background:linear-gradient(135deg,#fff,#f8f0f8);border-radius:12px;box-shadow:0 2px 6px rgba(255,182,193,.2)}.checkphone-monitor-feed .checkphone-cam-id{font-size:11px;color:#9a8a9a;padding:4px 10px;background:rgba(255,255,255,.6);border-radius:10px}.checkphone-app button{font:inherit;color:inherit}.checkphone-dos{font-family:Consolas,Courier New,Courier,monospace!important;color:#00ff00!important}.checkphone-dos,.checkphone-dos .checkphone-phone,.checkphone-dos.checkphone-root{background:#000000!important}.checkphone-dos .checkphone-home{background:#000000!important;color:#00ff00!important;padding:20px}.checkphone-dos .checkphone-home:before{display:none}.checkphone-dos .checkphone-home-content-wrapper{background:#000000!important;display:flex;flex-direction:column;height:100%;padding:0}.checkphone-dos-header{padding:20px 15px 15px;text-align:center}.checkphone-dos-title-box{background:#001a00;border:2px solid #00bb00;padding:20px 15px;box-shadow:0 0 15px rgba(0,255,0,.2),inset 0 0 10px rgba(0,255,0,.05);position:relative;overflow:hidden}.checkphone-dos-title-box:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,255,0,.1),transparent);animation:checkphone-scan-line 3s infinite}@keyframes checkphone-scan-line{0%{left:-100%}to{left:100%}}.checkphone-dos-title-main{color:#00ff00!important;font-family:Consolas,Courier New,Courier,monospace!important;font-size:18px;font-weight:700;line-height:1.5;margin-bottom:12px;text-transform:uppercase;letter-spacing:1px;text-shadow:0 0 10px rgba(0,255,0,.5);position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.checkphone-dos-version{color:#00aa00!important;font-size:14px;font-weight:400;opacity:.8}.checkphone-dos-title-status{color:#00ff7f!important;font-family:Consolas,Courier New,Courier,monospace!important;font-size:12px;display:flex;align-items:center;justify-content:center;gap:8px;position:relative;z-index:1}.checkphone-dos-status-indicator{width:8px;height:8px;background:#00ff00;border-radius:50%;box-shadow:0 0 8px rgba(0,255,0,.8);animation:checkphone-status-pulse 2s infinite}@keyframes checkphone-status-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.checkphone-dos-title{font-size:12px;line-height:1.4;white-space:pre}.checkphone-dos-title,.checkphone-dos-title pre{color:#00ff00!important;font-family:Consolas,Courier New,Courier,monospace!important}.checkphone-dos-title pre{margin:0}.checkphone-dos-prompt{padding:15px 20px;border-top:1px solid #00bb00;border-bottom:1px solid #00bb00;margin:15px 0}.checkphone-dos-command-line{display:flex;justify-content:space-between;align-items:center;font-family:Consolas,Courier New,Courier,monospace!important;font-size:14px}.checkphone-dos-prompt-text{color:#00ff00!important;font-weight:700}.checkphone-dos-time{color:#00aa00!important;font-size:12px}.checkphone-dos-menu{padding:20px;flex-grow:1}.checkphone-dos-menu-title{color:#00ff7f!important;font-family:Consolas,Courier New,Courier,monospace!important;font-size:13px;font-weight:700;margin-bottom:15px;text-transform:uppercase;letter-spacing:1px}.checkphone-dos-menu-list{display:flex;flex-direction:column;gap:8px}.checkphone-dos-menu-item{display:flex;align-items:center;padding:10px 15px;background:#001a00!important;border:1px solid #00bb00!important;color:#00ff00!important;font-family:Consolas,Courier New,Courier,monospace!important;font-size:13px;cursor:pointer;text-align:left;transition:all .2s ease;width:100%;gap:10px;border-radius:0!important;box-shadow:none!important}.checkphone-dos-menu-item:active{background:#003300!important;transform:none}.checkphone-dos-menu-item:hover{background:#002200!important;border-color:#00ff7f!important;color:#00ff7f!important;box-shadow:0 0 10px rgba(0,255,127,.3)}.checkphone-dos-menu-key{color:#00ff7f!important;font-weight:700;min-width:30px}.checkphone-dos-menu-command{color:#00ff00!important;font-weight:700;min-width:80px;text-transform:uppercase}.checkphone-dos-menu-item:hover .checkphone-dos-menu-command{color:#00ff7f!important}.checkphone-dos-menu-desc{color:#00aa00!important;font-size:11px}.checkphone-dos-menu-item:hover .checkphone-dos-menu-desc{color:#00cc66!important}.checkphone-dos-footer{padding:15px 20px;border-top:1px solid #00bb00;margin-top:auto}.checkphone-dos-help{color:#00aa00!important;font-family:Consolas,Courier New,Courier,monospace!important;font-size:11px;line-height:1.8}.checkphone-dos-help div{margin-bottom:4px}.checkphone-dos .checkphone-close-btn{background:#001a00!important;border:2px solid #00bb00!important;color:#00ff00!important;border-radius:0!important;backdrop-filter:none!important;box-shadow:0 0 10px rgba(0,255,0,.3)!important}.checkphone-dos .checkphone-close-btn:hover{background:#002200!important;color:#00ff7f!important;border-color:#00ff7f!important;box-shadow:0 0 15px rgba(0,255,127,.5)!important}.checkphone-dos .checkphone-screen{background:#000000!important}.checkphone-dos .checkphone-app-container,.checkphone-dos-chat-list{background:#000000!important;color:#00ff00!important}.checkphone-dos-chat-list{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden}.checkphone-dos-header-bar{display:flex;align-items:center;padding:12px 20px;border-bottom:1px solid #00bb00;background:#001a00!important;gap:15px}.checkphone-dos-back-btn{background:#001a00!important;border:1px solid #00bb00!important;color:#00ff00!important;font-family:Consolas,Courier New,Courier,monospace!important;font-size:12px;padding:6px 12px;cursor:pointer;transition:all .2s ease;border-radius:0!important}.checkphone-dos-back-btn:hover{background:#002200!important;border-color:#00ff7f!important;color:#00ff7f!important}.checkphone-dos-header-title{color:#00ff7f!important;font-family:Consolas,Courier New,Courier,monospace!important;font-size:14px;font-weight:700;text-transform:uppercase}.checkphone-dos-chat-list-container{flex:1;padding:20px;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;min-height:0}.checkphone-dos-list-header{color:#00aa00!important;font-family:Consolas,Courier New,Courier,monospace!important;font-size:12px;margin-bottom:15px;padding-bottom:10px;border-bottom:1px dotted #00bb00}.checkphone-dos-chat-items{display:flex;flex-direction:column;gap:8px}.checkphone-dos-chat-item{display:flex;align-items:center;padding:10px 15px;background:#001a00!important;border:1px solid #00bb00!important;color:#00ff00!important;font-family:Consolas,Courier New,Courier,monospace!important;font-size:12px;cursor:pointer;text-align:left;transition:all .2s ease;width:100%;gap:12px;border-radius:0!important}.checkphone-dos-chat-item:hover{background:#002200!important;border-color:#00ff7f!important;color:#00ff7f!important}.checkphone-dos-chat-index{color:#00ff7f!important;font-weight:700;min-width:35px}.checkphone-dos-chat-name{color:#00ff00!important;font-weight:700;min-width:120px}.checkphone-dos-chat-item:hover .checkphone-dos-chat-name{color:#00ff7f!important}.checkphone-dos-chat-preview{color:#00aa00!important;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checkphone-dos-chat-item:hover .checkphone-dos-chat-preview{color:#00cc66!important}.checkphone-dos-chat-time{color:#00aa00!important;font-size:11px;min-width:60px;text-align:right}.checkphone-dos-chat-view{background:#000000!important;color:#00ff00!important;display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden}.checkphone-dos-messages-container{flex:1;padding:20px;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;min-height:0}.checkphone-dos-messages-list{display:flex;flex-direction:column;gap:12px}.checkphone-dos-message{background:#001a00!important;border:1px solid #00bb00!important;padding:12px 15px;font-family:Consolas,Courier New,Courier,monospace!important;font-size:12px;line-height:1.6}.checkphone-dos-message.incoming{border-left:3px solid #00ff00!important}.checkphone-dos-message.outgoing{border-left:3px solid #00ff7f!important;background:#001f00!important}.checkphone-dos-message-header{display:flex;align-items:center;gap:12px;margin-bottom:8px;padding-bottom:6px;border-bottom:1px dotted #00bb00}.checkphone-dos-message-time{color:#00aa00!important;font-size:11px}.checkphone-dos-message-sender{color:#00ff7f!important;font-weight:700}.checkphone-dos-message-content{color:#00ff00!important;word-wrap:break-word}.checkphone-dos-message.outgoing .checkphone-dos-message-content{color:#00ff7f!important}.checkphone-dos-error-message{display:flex;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.checkphone-dos-error-text{color:#ff6666!important;font-family:Consolas,Courier New,Courier,monospace!important;font-size:14px;border:2px solid #ff6666!important;padding:20px 30px;background:#330000!important}.checkphone-dos-detail-content{display:flex;flex-direction:column;gap:15px}.checkphone-dos-detail-title{color:#00ff7f!important;font-size:16px;font-weight:700;text-transform:uppercase;border-bottom:2px solid #00bb00;padding-bottom:8px;margin-bottom:10px}.checkphone-dos-detail-meta,.checkphone-dos-detail-title{font-family:Consolas,Courier New,Courier,monospace!important}.checkphone-dos-detail-meta{color:#00aa00!important;font-size:12px;margin-bottom:15px}.checkphone-dos-detail-body{display:flex;flex-direction:column;gap:12px}.checkphone-dos-detail-line{color:#00ff00!important;font-family:Consolas,Courier New,Courier,monospace!important;font-size:13px;line-height:1.6;border-left:2px solid #00bb00;padding:8px 0 8px 12px}.checkphone-dos-decrypt-container{display:flex;flex-direction:column;gap:20px;padding:20px;border:2px solid #00bb00;background:#001a00}.checkphone-dos-decrypt-header{display:flex;flex-direction:column;gap:10px;border-bottom:1px solid #00bb00;padding-bottom:15px;margin-bottom:15px}.checkphone-dos-decrypt-title{color:#00ff7f!important;font-family:Consolas,Courier New,Courier,monospace!important;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:1px}.checkphone-dos-decrypt-warning{color:#ffaa00!important;font-family:Consolas,Courier New,Courier,monospace!important;font-size:12px;animation:blink 1s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:.3}}.checkphone-dos-decrypt-steps{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.checkphone-dos-decrypt-step{display:flex;align-items:center;gap:12px;font-family:Consolas,Courier New,Courier,monospace!important;font-size:13px;transition:color .3s ease}.checkphone-dos-decrypt-step.pending{color:#00aa00!important}.checkphone-dos-decrypt-step.active{color:#00ff7f!important;animation:pulse 1s infinite}.checkphone-dos-decrypt-step.completed{color:#00ff00!important}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.checkphone-dos-decrypt-step-indicator{display:inline-block;width:20px;text-align:center;font-weight:700}.checkphone-dos-decrypt-step-text{flex:1}.checkphone-dos-decrypt-progress{display:flex;flex-direction:column;gap:8px}.checkphone-dos-decrypt-progress-bar{width:100%;height:20px;border:2px solid #00bb00;background:#000000;position:relative;overflow:hidden}.checkphone-dos-decrypt-progress-fill{height:100%;background:#00ff00;transition:width .1s linear;position:relative}.checkphone-dos-decrypt-progress-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(0,255,127,.3) 50%,transparent);animation:scan 1s infinite}@keyframes scan{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.checkphone-dos-decrypt-progress-text{font-size:12px;text-align:right}.checkphone-dos-decrypt-progress-text,.checkphone-dos-decrypt-success{color:#00ff7f!important;font-family:Consolas,Courier New,Courier,monospace!important}.checkphone-dos-decrypt-success{font-size:14px;font-weight:700;padding:12px;border:2px solid #00ff7f;background:#002200;margin-bottom:20px;text-align:center;animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.checkphone-dos-video-player{display:flex;flex-direction:column;gap:20px;padding:20px}.checkphone-dos-video-screen{border:3px solid #00bb00;background:#000000;padding:30px;min-height:200px;display:flex;align-items:center;justify-content:center;position:relative}.checkphone-dos-video-content{text-align:center;color:#00ff00;font-family:Consolas,Courier New,Courier,monospace!important}.checkphone-dos-video-icon{font-size:48px;margin-bottom:15px;color:#00ff7f}.checkphone-dos-video-title{font-size:18px;font-weight:700;margin-bottom:10px;color:#00ff7f;text-transform:uppercase}.checkphone-dos-video-status{font-size:12px;color:#00aa00;margin-top:10px}.checkphone-dos-video-progress-container{display:flex;flex-direction:column;gap:8px}.checkphone-dos-video-progress-bar{width:100%;height:24px;border:2px solid #00bb00;background:#000000;position:relative;overflow:hidden}.checkphone-dos-video-progress-fill{height:100%;background:#00ff00;transition:width .3s linear;position:relative}.checkphone-dos-video-progress-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(0,255,127,.4) 50%,transparent);animation:scan 1.5s infinite}.checkphone-dos-video-progress-handle{position:absolute;top:-2px;width:4px;height:28px;background:#00ff7f;border:1px solid #00ff00;transform:translateX(-50%);z-index:10}.checkphone-dos-video-time{color:#00ff7f!important;font-family:Consolas,Courier New,Courier,monospace!important;font-size:12px;text-align:right}.checkphone-dos-video-controls{display:flex;gap:10px;flex-wrap:wrap}.checkphone-dos-video-control-btn{flex:1;min-width:80px;padding:10px 15px;border:2px solid #00bb00;background:#001a00;color:#00ff00!important;font-family:Consolas,Courier New,Courier,monospace!important;font-size:12px;font-weight:700;cursor:pointer;text-transform:uppercase;transition:all .2s ease}.checkphone-dos-video-control-btn:hover:not(:disabled){background:#002200;border-color:#00ff7f;color:#00ff7f!important}.checkphone-dos-video-control-btn:disabled{opacity:.3;cursor:not-allowed}.checkphone-dos-video-info{display:flex;flex-direction:column;gap:8px;padding:15px;border:1px solid #00bb00;background:#001a00}.checkphone-dos-video-info-line{color:#00aa00!important;font-family:Consolas,Courier New,Courier,monospace!important;font-size:12px}.checkphone-dos-tracks-map-container{margin:20px 0;padding:20px;border:2px solid #00bb00;background:#001a00}.checkphone-dos-tracks-map-title{color:#00ff7f!important;font-family:Consolas,Courier New,Courier,monospace!important;font-size:14px;font-weight:700;margin-bottom:15px;text-transform:uppercase}.checkphone-dos-tracks-ascii-map{color:#00ff00!important;font-family:Consolas,Courier New,Courier,monospace!important;font-size:13px;line-height:1.8;white-space:pre;margin:0;padding:0;overflow-x:auto}.checkphone-dos-tracks-stats{display:flex;flex-direction:column;gap:10px;margin:20px 0;padding:15px;border:1px solid #00bb00;background:#001a00}.checkphone-dos-tracks-stat-item{color:#00aa00!important;font-family:Consolas,Courier New,Courier,monospace!important;font-size:12px;padding:5px 0;border-bottom:1px dotted #00bb00}.checkphone-dos-tracks-stat-item:last-child{border-bottom:none}.checkphone-dos-shopping-items{margin:20px 0;border:1px solid #00bb00;background:#001a00;padding:15px}.checkphone-dos-shopping-items-title{color:#00ff7f!important;font-size:14px;font-weight:700;margin-bottom:15px;padding-bottom:8px}.checkphone-dos-shopping-item,.checkphone-dos-shopping-items-title{font-family:Consolas,Courier New,Courier,monospace!important;border-bottom:1px dotted #00bb00}.checkphone-dos-shopping-item{display:flex;justify-content:space-between;align-items:center;padding:10px 0}.checkphone-dos-shopping-item:last-child{border-bottom:none}.checkphone-dos-shopping-item-name{color:#00ff00!important;font-size:13px;flex:1}.checkphone-dos-shopping-item-details{display:flex;align-items:center;gap:12px}.checkphone-dos-shopping-item-quantity{color:#00aa00!important;font-size:12px}.checkphone-dos-shopping-item-price{color:#00ff7f!important;font-size:13px;font-weight:700;min-width:80px;text-align:right}.checkphone-dos-shopping-summary{margin-top:20px;padding:15px;border:2px solid #00bb00;background:#001f00}.checkphone-dos-shopping-total{color:#00ff7f!important;font-family:Consolas,Courier New,Courier,monospace!important;font-size:16px;font-weight:700;margin-bottom:10px}.checkphone-dos-shopping-payment{color:#00aa00!important;font-family:Consolas,Courier New,Courier,monospace!important;font-size:12px}@media (max-width:768px){.checkphone-phone,.checkphone-root,.checkphone-screen{height:100vh;height:100dvh}.checkphone-dos .checkphone-screen,.checkphone-screen{overflow-y:auto;-webkit-overflow-scrolling:touch}.checkphone-app,.checkphone-app-container,.checkphone-home{min-height:100vh;min-height:100dvh}.checkphone-home{overflow-y:auto;-webkit-overflow-scrolling:touch}.checkphone-home-content-wrapper{min-height:auto;padding-bottom:20px}.checkphone-dos-header{padding:15px 10px 10px}.checkphone-dos-title-box{padding:15px 12px;border-width:1.5px}.checkphone-dos-title-main{font-size:16px;margin-bottom:10px;letter-spacing:.5px}.checkphone-dos-version{font-size:12px}.checkphone-dos-title-status{font-size:11px;gap:6px}.checkphone-dos-status-indicator{width:6px;height:6px}.checkphone-dos-chat-list-container,.checkphone-dos-messages-container{padding:15px}.checkphone-dos-chat-item{flex-wrap:wrap;gap:8px;padding:12px}.checkphone-dos-chat-name{min-width:auto;flex:1 1 100%}.checkphone-dos-chat-preview{flex:1 1 100%;white-space:normal;overflow:visible;text-overflow:clip}.checkphone-dos-chat-time{min-width:auto;flex-shrink:0}.checkphone-dos-header-bar,.checkphone-dos-prompt{padding:10px 15px}.checkphone-close-btn{top:10px;right:10px;width:40px;height:40px}.checkphone-dos-detail-content{padding-bottom:20px}.checkphone-dos-menu{padding:15px}.checkphone-dos-menu-list{gap:8px}.checkphone-dos-menu-item{padding:12px 15px;font-size:13px}}@media (max-width:480px){.checkphone-dos-header{padding:12px 8px 8px}.checkphone-dos-title-box{padding:12px 10px;border-width:1px}.checkphone-dos-title-main{font-size:14px;margin-bottom:8px;letter-spacing:0;flex-direction:column;gap:4px}.checkphone-dos-version{font-size:11px}.checkphone-dos-title-status{font-size:10px;gap:5px}.checkphone-dos-status-indicator{width:5px;height:5px}.checkphone-dos-chat-list-container,.checkphone-dos-messages-container{padding:10px}.checkphone-dos-chat-item{padding:10px;font-size:11px}.checkphone-dos-message{padding:10px 12px;font-size:11px}.checkphone-dos-header-title{font-size:12px}.checkphone-dos-prompt-text{font-size:11px}.checkphone-dos-menu-item{padding:10px 12px;font-size:12px}.checkphone-dos-menu-command,.checkphone-dos-menu-desc{font-size:11px}}