:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}#root{width:100%;height:100vh;display:flex;justify-content:center;align-items:center}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:linear-gradient(-45deg,#f5f3f0,#f0f0f2,#f2f5f7,#f3f5f2);background-size:400% 400%;animation:gradientBG 15s ease infinite;color:#333;width:100%;height:100vh;overflow-x:hidden;position:relative;display:flex;justify-content:center;align-items:center;padding:20px;scrollbar-width:none}.phone-mockup{position:relative;display:flex;justify-content:center;align-items:center;transform:scale(.8)}.mobile-container.touch-feedback{animation:touchPulse .1s ease-out}.loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffe6;display:flex;align-items:center;justify-content:center;z-index:9999;font-size:18px;color:#1a73e8}@media (max-width: 480px){body{padding:0}.phone-frame{width:100vw;height:100vh;border-radius:0;box-shadow:none;padding:0}.phone-frame:before,.phone-frame:after{display:none}.phone-screen,.phone-screen .mobile-container{border-radius:0}}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);background-size:400% 400%;animation:gradientBG 15s ease infinite;color:#333;width:100%;height:100vh;overflow-x:hidden;position:relative;display:flex;justify-content:center;align-items:center;padding:20px;scrollbar-width:none}.phone-mockup{position:relative;display:flex;justify-content:center;align-items:center}.phone-frame{position:relative;width:395px;height:832px;background:linear-gradient(145deg,#2c2c2c,#1a1a1a);border-radius:45px;box-shadow:0 0 0 8px #1a1a1a,0 0 0 12px #333,0 30px 80px #0006,inset 0 0 0 2px #ffffff1a;padding:10px}.phone-frame:before{content:"";position:absolute;top:30px;left:50%;transform:translate(-50%);width:120px;height:25px;background:#1a1a1a;border-radius:15px;z-index:10}.phone-frame:after{content:"";position:absolute;bottom:15px;left:50%;transform:translate(-50%);width:134px;height:5px;background:#333;border-radius:3px;z-index:10}.phone-screen{width:100%;height:100%;background:#000;border-radius:35px;overflow:hidden;position:relative}.phone-screen .mobile-container{border-radius:35px}body::-webkit-scrollbar{display:none}@keyframes gradientBG{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.mobile-container{width:375px;height:812px;background-color:#f5f7fa;position:relative;display:flex;flex-direction:column;border-radius:30px;box-shadow:0 20px 60px #0000004d;overflow:hidden}.header{background:linear-gradient(135deg,#0f3460,#1a73e8);color:#fff;padding:0;height:56px;display:flex;align-items:center;position:sticky;top:0;z-index:1000;box-shadow:0 2px 4px #0000001a}.header-content{display:flex;align-items:center;justify-content:space-between;padding:0 16px;width:100%}.header-left{display:flex;align-items:center}.header-logo{width:32px;height:32px;border-radius:6px;object-fit:cover}.header-title{font-size:18px;font-weight:500;margin-left:12px;letter-spacing:.2px}.header-right{display:flex;align-items:center}.gear-icon{width:20px;height:20px;cursor:pointer;transition:transform .3s ease}.gear-icon:hover{transform:rotate(90deg)}.gear-icon svg{width:100%;height:100%}.nav-tabs{background-color:#fff;display:flex;border-bottom:1px solid #e0e0e0;position:sticky;top:56px;z-index:999;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.nav-tabs::-webkit-scrollbar{display:none}.nav-tab{padding:12px 16px;border:none;background:none;color:#666;font-size:14px;font-weight:500;cursor:pointer;border-bottom:3px solid transparent;transition:all .2s;white-space:nowrap;flex-shrink:0;min-height:44px;min-width:44px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.nav-tab.active{color:#1a73e8;border-bottom-color:#1a73e8}.nav-tab.active .nav-tab-icon{color:#1a73e8}.nav-tab:active{background-color:#1a73e814}.main-content{padding-bottom:20px;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.main-content::-webkit-scrollbar{display:none}.container{padding:16px}.upload-section{background-color:#fff;border-radius:12px;padding:20px 16px;margin-bottom:16px;box-shadow:0 1px 3px #00000014}.section-title{font-size:17px;font-weight:600;margin-bottom:20px;color:#1a1a1a}.upload-area{border:2px dashed #d1d5db;border-radius:12px;padding:32px 20px;text-align:center;background-color:#f9fafb;cursor:pointer;transition:all .3s;position:relative}.upload-area:active{transform:scale(.98);background-color:#eff6ff}.upload-icon{width:56px;height:56px;margin:0 auto 16px;background-color:#e8f0fe;border-radius:50%;display:flex;align-items:center;justify-content:center}.upload-icon svg{width:28px;height:28px;fill:#1a73e8}.upload-text{color:#374151;font-size:15px;font-weight:500;margin-bottom:8px}.file-info{font-size:13px;color:#6b7280;margin-bottom:20px;line-height:1.4}.upload-button{background-color:#1a73e8;color:#fff;border:none;padding:12px 32px;border-radius:24px;font-size:15px;font-weight:500;cursor:pointer;transition:all .3s;box-shadow:0 2px 4px #1a73e833}.upload-button:active{transform:scale(.95);box-shadow:0 1px 2px #1a73e833}.rules-section{background-color:#fef3c7;border-left:4px solid #f59e0b;padding:14px 16px;margin-bottom:16px;border-radius:8px}.rules-title{font-weight:600;margin-bottom:10px;color:#92400e;font-size:14px}.rules-list{list-style:none;padding-left:0}.rules-list li{color:#78350f;font-size:13px;line-height:1.7;margin-bottom:6px;padding-left:20px;position:relative}.rules-list li:before{content:"•";position:absolute;left:6px;font-weight:700}.history-section{background-color:#fff;border-radius:12px;padding:20px 16px;box-shadow:0 1px 3px #00000014}.file-item{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background-color .2s}.file-item:active{background-color:#f9fafb}.file-item:last-child{border-bottom:none}.file-info-group{flex:1;min-width:0}.file-name{font-size:14px;color:#1f2937;font-weight:500;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-date{font-size:12px;color:#6b7280}.file-status{padding:6px 12px;border-radius:16px;font-size:12px;font-weight:600;white-space:nowrap}.status-success{background-color:#d1fae5;color:#065f46}.status-error{background-color:#fee2e2;color:#991b1b}button,.upload-area,.file-item,.nav-tab,.feature-card,.touchable{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;cursor:pointer}.touch-feedback{animation:touchPulse .15s ease-out}@keyframes touchPulse{0%{transform:scale(1)}50%{transform:scale(.98)}to{transform:scale(1)}}.nav-tab.touched{background-color:#1a73e81f;transform:scale(.95)}.nav-tab.disabled{opacity:.6;pointer-events:none}.nav-tab-icon{font-size:18px;display:block}.nav-tab-label{font-size:12px;font-weight:500;white-space:nowrap}.nav-tab-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px;border:2px solid rgba(26,115,232,.3);border-top:2px solid #1a73e8;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.feature-card.touched{transform:scale(.95);box-shadow:0 2px 8px #00000026}.chat-bubble.pressed{transform:scale(.9)}.chat-bubble-ripple{position:absolute;border-radius:50%;background:#fff9;transform:scale(0);animation:ripple .6s linear;pointer-events:none}@keyframes ripple{to{transform:scale(4);opacity:0}}.loading-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin .8s linear infinite;margin-right:8px}.input-validation{margin-top:8px;font-size:12px}.validation-success{color:#16a34a}.validation-warning{color:#ea580c}.touchable{min-height:44px;padding:12px;cursor:pointer;transition:all .2s ease}.touchable:active{transform:scale(.98);background-color:#0000000d}.loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffe6;display:flex;align-items:center;justify-content:center;z-index:1000;font-size:16px;font-weight:500;color:#1a73e8}@supports (padding-bottom: env(safe-area-inset-bottom)){.mobile-container{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.main-content{padding-bottom:calc(20px + env(safe-area-inset-bottom))}.chat-bubble{bottom:calc(20px + env(safe-area-inset-bottom));right:calc(20px + env(safe-area-inset-right))}}@media (max-width: 400px){body{padding:10px}.mobile-container{width:100%;height:100vh;border-radius:0}}.welcome-section{text-align:center;padding:20px 0 30px}.welcome-title{font-size:24px;font-weight:700;color:#1f2937;margin-bottom:12px;line-height:1.3}.welcome-subtitle{font-size:14px;color:#6b7280;line-height:1.5}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:24px}.feature-card{background:#fff;border-radius:12px;padding:20px 16px;text-align:center;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 1px 3px #00000014}.feature-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.feature-card.blue{background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.feature-card.red{background:linear-gradient(135deg,#fee2e2,#fecaca)}.feature-card.green{background:linear-gradient(135deg,#d1fae5,#a7f3d0)}.feature-card.purple{background:linear-gradient(135deg,#e0e7ff,#c7d2fe)}.feature-icon{font-size:28px;margin-bottom:8px;display:block}.feature-title{font-size:14px;font-weight:600;color:#1f2937;margin-bottom:6px}.feature-desc{font-size:12px;color:#6b7280;line-height:1.4}.stats-section{background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:12px;padding:20px 16px;color:#fff;margin-top:16px}.stats-section .section-title{color:#fff;margin-bottom:16px;font-size:16px}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;text-align:center}.stat-item{display:flex;flex-direction:column}.stat-number{font-size:20px;font-weight:700;color:#fff;margin-bottom:4px}.stat-label{font-size:11px;color:#fffc;line-height:1.3}.tab-content{display:none}.tab-content.active{display:block}.phone-check-section{background-color:#fff;border-radius:12px;padding:20px 16px;margin-bottom:16px;box-shadow:0 1px 3px #00000014}.section-subtitle{font-size:14px;color:#6b7280;margin-bottom:20px}.phone-input-area{display:flex;gap:12px;align-items:center}.phone-input{flex:1;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:16px;background-color:#f9fafb}.phone-input:focus{outline:none;border-color:#1a73e8;background-color:#fff}.check-button{background-color:#1a73e8;color:#fff;border:none;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 2px 4px #1a73e833}.check-button:active{transform:scale(.95);box-shadow:0 1px 2px #1a73e833}.check-history-section{background-color:#fff;border-radius:12px;padding:20px 16px;box-shadow:0 1px 3px #00000014}.phone-check-item{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid #f3f4f6}.phone-check-item:last-child{border-bottom:none}.phone-info{flex:1;min-width:0}.phone-number{font-size:14px;font-weight:500;color:#1f2937;margin-bottom:4px}.phone-details{font-size:12px;color:#6b7280}.phone-status{padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;white-space:nowrap}.phone-status.status-safe{background-color:#d1fae5;color:#065f46}.phone-status.status-danger{background-color:#fee2e2;color:#991b1b}.news-header{margin-bottom:16px}.news-filter{display:flex;gap:16px;margin-top:12px}.filter-item{font-size:13px;color:#6b7280;cursor:pointer;padding:6px 12px;border-radius:16px;transition:all .2s}.filter-item.active{background-color:#eff6ff;color:#1a73e8;font-weight:500}.news-list{display:flex;flex-direction:column;gap:16px}.news-item{background-color:#fff;border-radius:12px;padding:16px;display:flex;gap:12px;box-shadow:0 1px 3px #00000014;cursor:pointer;transition:transform .2s,box-shadow .2s}.news-item:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001f}.news-image{width:60px;height:60px;border-radius:8px;object-fit:cover;flex-shrink:0}.news-content{flex:1;min-width:0}.news-category{font-size:11px;font-weight:600;color:#1a73e8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.news-title{font-size:14px;font-weight:600;color:#1f2937;line-height:1.4;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-meta{display:flex;gap:8px;align-items:center;font-size:11px;color:#6b7280}.news-source{font-weight:500}.news-time{position:relative;padding-left:12px}.news-time:before{content:"•";position:absolute;left:4px;color:#d1d5db}.load-more-section{text-align:center;margin-top:20px;padding:20px 0}.load-more-btn{background-color:#f9fafb;color:#6b7280;border:1px solid #e5e7eb;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s}.load-more-btn:hover{background-color:#f3f4f6;border-color:#d1d5db}.chat-bubble{position:absolute;bottom:20px;right:20px;width:60px;height:60px;background:linear-gradient(135deg,#1a73e8,#4285f4);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 24px #1a73e84d;transition:all .3s ease;z-index:9999;animation:pulse 2s infinite}.chat-bubble:hover{transform:scale(1.1);box-shadow:0 12px 32px #1a73e866}.chat-bubble-icon{font-size:24px;color:#fff}.chat-bubble-notification{position:absolute;top:-2px;right:-2px;background:#ef4444;color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;border:2px solid white}@keyframes pulse{0%{box-shadow:0 8px 24px #1a73e84d}50%{box-shadow:0 8px 24px #1a73e84d,0 0 0 10px #1a73e81a}to{box-shadow:0 8px 24px #1a73e84d}}.chat-header{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;padding:16px 20px;display:flex;align-items:center;gap:12px;position:sticky;top:0;z-index:10}.chat-back-btn{background:none;border:none;color:#fff;cursor:pointer;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.chat-back-btn svg{width:20px;height:20px}.chat-title-section{flex:1}.chat-title{font-size:18px;font-weight:600;margin-bottom:2px}.chat-subtitle{font-size:12px;opacity:.8}.chat-messages{padding:20px 16px;flex:1;overflow-y:auto}.message{display:flex;gap:12px;margin-bottom:16px}.message-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;background:#e8f0fe;flex-shrink:0}.message-content{background:#f1f5f9;border-radius:16px;padding:12px 16px;flex:1}.bot-message .message-content{background:#e8f0fe}.user-message{flex-direction:row-reverse}.user-message .message-content,.user-message .message-avatar{background:#1a73e8;color:#fff}.message-content p{margin:0 0 8px;font-size:14px;line-height:1.4}.message-content ul{margin:0;padding-left:16px;font-size:13px;line-height:1.5}.message-content li{margin-bottom:4px}.chat-suggestions{padding:16px;background:#f9fafb;border-top:1px solid #e5e7eb}.chat-suggestions h3{font-size:16px;font-weight:600;color:#1f2937;margin-bottom:12px}.suggestion-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px 16px;margin-bottom:8px;cursor:pointer;transition:all .2s}.suggestion-item:hover{border-color:#1a73e8;background:#eff6ff}.suggestion-item span{font-size:14px;color:#374151}.chat-input-section{padding:16px;background:#fff;border-top:1px solid #e5e7eb;position:sticky;bottom:0}.chat-input-area{display:flex;gap:8px;align-items:center}.chat-input{flex:1;padding:12px 16px;border:1px solid #d1d5db;border-radius:24px;font-size:14px;background:#f9fafb}.chat-input:focus{outline:none;border-color:#1a73e8;background:#fff}.chat-send-btn{width:40px;height:40px;background:#1a73e8;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s}.chat-send-btn:hover{background:#1557b3;transform:scale(1.05)}.chat-send-btn svg{width:18px;height:18px}html,body{overscroll-behavior:none}
