*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;background-color:#202124;min-height:100vh;color:#e8eaed;display:flex;flex-direction:column;overflow-x:hidden;transition:background-color .3s ease,color .3s ease}body.hacker-mode{background-color:#000000;color:#00ff00}body.alien-mode,body.hacker-mode{font-family:"monospace",Courier New,Courier,sans-serif}body.alien-mode{background-color:#0a0a1a;color:#aaffaa}.container{max-width:100%;margin:0 auto;padding:0;min-height:100vh;display:flex;flex-direction:column;align-items:center;width:100%}.container.initial-page{justify-content:center;padding-bottom:0}.container.results-page{padding-top:0;align-items:flex-start}.initial-header{text-align:center;margin-bottom:40px;margin-top:50px;position:relative}.initial-header,.logo{display:flex;align-items:center;justify-content:center}.logo{gap:15px}.logo-img{width:272px;height:92px;object-fit:contain}.cat-mode-indicator{position:absolute;top:50%;left:calc(50% + 150px);transform:translateY(-50%);color:#f8b400;filter:drop-shadow(0 0 5px rgba(248,180,0,.5));cursor:pointer;transition:transform .2s ease-in-out}.cat-mode-indicator:hover{transform:translateY(-50%) scale(1.1)}.logo-wrapper{position:relative;display:inline-block}.hidden-break-button{position:absolute;width:40px;height:40px;top:50%;left:80px;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;z-index:10}.initial-main,.search-container{width:100%;display:flex;flex-direction:column;align-items:center}.search-container{max-width:600px;margin-bottom:30px}.search-box{background-color:#303134;border-radius:28px;padding:14px 20px;box-shadow:0 1px 6px rgba(32,33,36,.28);display:flex;align-items:center;width:100%;border:1px solid transparent;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.search-box:hover{background-color:#3a3b3d;box-shadow:0 1px 6px rgba(32,33,36,.28),0 2px 10px rgba(32,33,36,.28)}.search-box:focus-within{background-color:#303134;border-color:#5f6368;box-shadow:0 1px 6px rgba(32,33,36,.28),0 2px 10px rgba(32,33,36,.28)}.search-icon{color:#9aa0a6;margin:0 12px 0 0;flex-shrink:0;cursor:pointer}.search-icon.mic-icon{margin:0 0 0 auto}.search-icon.camera-icon{margin:0 0 0 12px}#searchInput{flex-grow:1;padding:0;font-size:1rem;border:none;outline:none;background:transparent;color:#e8eaed;font-family:Arial,sans-serif}#searchInput::placeholder{color:#9aa0a6}.search-buttons{display:flex;gap:12px;justify-content:center;margin-top:25px;flex-wrap:wrap}.search-button{padding:8px 16px;font-size:.875rem;font-family:Arial,sans-serif;border:1px solid #303134;border-radius:4px;cursor:pointer;transition:all .2s ease;background-color:#303134;color:#e8eaed}.search-button:hover{border-color:#5f6368;box-shadow:0 1px 1px rgba(0,0,0,.1);background-color:#3a3b3d}.search-button:active{background-color:#424345;border-color:#5f6368}.results-header{background-color:#202124;padding:10px 0;box-shadow:0 2px 5px rgba(0,0,0,.2);flex-direction:column;position:sticky;top:0;z-index:1000}.results-header,.results-header-top{width:100%;display:flex;align-items:center}.results-header-top{max-width:960px;justify-content:space-between;padding:0 20px 10px}.results-header-left{display:flex;align-items:center;gap:15px;flex-grow:1}.results-logo-link{display:flex;align-items:center;text-decoration:none}.results-logo-img{width:92px;height:30px;object-fit:contain}.results-search-box{position:relative;flex-grow:1;max-width:580px;margin-left:20px}.results-search-box #searchInput{padding:10px 40px;font-size:1rem;border-radius:28px;border:1px solid #5f6368;background-color:#303134;color:#e8eaed;box-shadow:none;width:100%}.results-search-box #searchInput:focus{border-color:#8ab4f8;box-shadow:0 1px 6px rgba(32,33,36,.28),0 2px 10px rgba(32,33,36,.28)}.results-search-box .search-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#9aa0a6}.results-search-box .mic-icon{left:auto;right:45px}.results-search-box .camera-icon{left:auto;right:15px}.cat-mode-indicator-results{position:absolute;top:50%;right:-30px;transform:translateY(-50%);color:#f8b400;filter:drop-shadow(0 0 5px rgba(248,180,0,.5));cursor:pointer;transition:transform .2s ease-in-out}.cat-mode-indicator-results:hover{transform:translateY(-50%) scale(1.1)}.results-categories{width:100%;max-width:960px;display:flex;gap:20px;padding:10px 20px 0;border-top:1px solid #3c4043;justify-content:flex-start}.category-tab{color:#9aa0a6;text-decoration:none;font-size:.875rem;padding:8px 0;position:relative;transition:color .2s ease;display:flex;align-items:center;gap:4px}.category-tab:hover{color:#e8eaed}.category-tab.active{color:#8ab4f8;font-weight:700}.category-tab.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background-color:#8ab4f8;border-radius:2px 2px 0 0}.results-main{width:100%;max-width:960px;padding:20px;margin-top:20px}.results-container{background-color:#202124;border-radius:0;padding:0;box-shadow:none;backdrop-filter:none;animation:none}.result-stats{color:#bdc1c6;font-size:.875rem;margin-bottom:20px;font-style:normal;border-bottom:1px solid #3c4043;padding-bottom:10px}.result-item{margin-bottom:20px;border-left:none;padding-left:0}.result-content{display:flex;flex-direction:column}.result-title{font-size:1.25rem;margin-bottom:4px}.result-title a{color:#8ab4f8;text-decoration:none}.result-title a:hover{text-decoration:underline}.result-url{color:#9aa0a6;margin-bottom:4px}.result-description,.result-url{font-size:.875rem;font-weight:400}.result-description{color:#bdc1c6;line-height:1.5;background:none;-webkit-background-clip:unset;-webkit-text-fill-color:unset;background-clip:unset}.pagination{display:flex;justify-content:center;align-items:center;gap:15px;margin-top:30px;padding-top:15px;border-top:1px solid #3c4043}.pagination a{color:#8ab4f8;text-decoration:none;font-weight:400;padding:8px 15px;border-radius:4px}.pagination a:hover{background-color:#3a3b3d;color:#8ab4f8}.pagination span{font-weight:700;color:#e8eaed;padding:8px 15px;background-color:#303134;border-radius:4px}.main-footer{margin-top:auto;width:100%;background-color:#171717;color:#9aa0a6;padding:15px 20px;display:flex;flex-direction:column;align-items:flex-start;font-size:.875rem;position:relative}.footer-location{width:100%;padding-bottom:15px;border-bottom:1px solid #3c4043;margin-bottom:15px;justify-content:space-between}.footer-location,.weather-info{display:flex;align-items:center}.weather-info{gap:10px}.footer-links-group{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}.footer-section{display:flex;gap:20px;flex-wrap:wrap}.main-footer a{color:#9aa0a6;text-decoration:none;transition:color .2s ease}.main-footer a:hover{text-decoration:underline}.cat-easter-egg{color:#9aa0a6;cursor:pointer;opacity:.5;transition:opacity .2s ease;margin-left:10px;display:flex;align-items:center}.spawned-cat{position:fixed;color:#f8b400;filter:drop-shadow(0 0 5px rgba(248,180,0,.5));animation:fadeOutAndMoveUp 2.5s ease-out forwards;pointer-events:none;z-index:9998}@keyframes fadeOutAndMoveUp{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-100px) scale(.8)}}.cochino-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.95);justify-content:center;z-index:9999;text-align:center;padding:20px;animation:fadeIn .3s ease-out forwards}.cochino-content,.cochino-overlay{display:flex;align-items:center;flex-direction:column}.cochino-content{background-color:#2c2c2e;border:2px solid #8ab4f8;border-radius:20px;padding:50px;gap:40px;box-shadow:0 0 40px rgba(138,180,248,.7);max-width:90%;transform:scale(.9);animation:popIn .4s cubic-bezier(.68,-.55,.27,1.55) forwards}.cochino-message{font-size:4rem;color:#e8eaed;font-weight:900;text-shadow:0 0 15px rgba(138,180,248,.9);line-height:1.2}.angry-cat-img{width:400px;height:400px;object-fit:contain;border-radius:15px;filter:drop-shadow(0 0 15px rgba(0,0,0,.5))}.cochino-close-button{background-color:#8ab4f8;color:#202124;border:none;padding:18px 40px;font-size:1.4rem;font-weight:700;border-radius:10px;cursor:pointer;transition:background-color .3s ease,transform .2s ease,box-shadow .3s ease;box-shadow:0 5px 15px rgba(138,180,248,.4)}.cochino-close-button:hover{background-color:#6a9df8;transform:translateY(-3px);box-shadow:0 8px 20px rgba(138,180,248,.6)}.broken-gogle-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.98);justify-content:center;z-index:10000;text-align:center;padding:20px;animation:fadeIn .3s ease-out forwards}.broken-gogle-content,.broken-gogle-overlay{display:flex;align-items:center;flex-direction:column}.broken-gogle-content{background-color:#420000;border:3px solid #ff0000;border-radius:25px;padding:60px;gap:50px;box-shadow:0 0 50px rgba(255,0,0,.8);max-width:95%;transform:scale(.9);animation:popIn .4s cubic-bezier(.68,-.55,.27,1.55) forwards}.broken-gogle-message{font-size:4.5rem;color:#ffcccc;font-weight:900;text-shadow:0 0 20px rgba(255,0,0,.9);line-height:1.2}.broken-gogle-emoji{font-size:6rem;filter:drop-shadow(0 0 10px rgba(255,255,0,.7))}.broken-gogle-close-button{background-color:#ff0000;color:#ffffff;border:none;padding:20px 45px;font-size:1.6rem;font-weight:700;border-radius:12px;cursor:pointer;transition:background-color .3s ease,transform .2s ease,box-shadow .3s ease;box-shadow:0 8px 20px rgba(255,0,0,.4)}.broken-gogle-close-button:hover{background-color:#cc0000;transform:translateY(-5px);box-shadow:0 12px 25px rgba(255,0,0,.6)}.hacker-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.98);display:flex;justify-content:center;align-items:center;z-index:10001;padding:20px;animation:fadeIn .3s ease-out forwards}.hacker-console{background-color:#000000;border:2px solid #00ff00;border-radius:10px;padding:30px;width:90%;max-width:800px;height:70%;max-height:600px;overflow-y:auto;box-shadow:0 0 30px rgba(0,255,0,.7);display:flex;flex-direction:column;justify-content:space-between}.hacker-text{font-family:"monospace",Courier New,Courier,sans-serif;font-size:1.1rem;color:#00ff00;white-space:pre-wrap;word-break:break-all;flex-grow:1;margin-bottom:20px}.hacker-cursor{animation:blink-caret .75s step-end infinite;font-weight:700}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:#00ff00}}.hacker-exit-button{background-color:#00ff00;color:#000000;border:none;padding:15px 30px;font-size:1.2rem;font-weight:700;border-radius:8px;cursor:pointer;transition:background-color .3s ease,transform .2s ease,box-shadow .3s ease;align-self:center}.hacker-exit-button:hover{background-color:#00cc00;transform:translateY(-3px);box-shadow:0 5px 15px rgba(0,255,0,.4)}.dessert-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(255,200,220,.95);justify-content:center;z-index:10002;text-align:center;padding:20px;animation:fadeIn .3s ease-out forwards}.dessert-content,.dessert-overlay{display:flex;align-items:center;flex-direction:column}.dessert-content{background-color:#ffffff;border:5px solid #ff69b4;border-radius:30px;padding:60px;gap:40px;box-shadow:0 0 50px rgba(255,105,180,.8);max-width:90%;transform:scale(.9);animation:popIn .4s cubic-bezier(.68,-.55,.27,1.55) forwards}.dessert-message{font-size:3.5rem;color:#8a2be2;font-weight:900;text-shadow:0 0 15px rgba(255,105,180,.9);line-height:1.2}.dessert-img{width:300px;height:300px;object-fit:contain;border-radius:50%;border:5px dashed #ffd700;filter:drop-shadow(0 0 10px rgba(0,0,0,.3))}.dessert-close-button{background-color:#ffd700;color:#8a2be2;border:none;padding:18px 40px;font-size:1.4rem;font-weight:700;border-radius:10px;cursor:pointer;transition:background-color .3s ease,transform .2s ease,box-shadow .3s ease;box-shadow:0 5px 15px rgba(255,215,0,.4)}.dessert-close-button:hover{background-color:#e6c200;transform:translateY(-3px);box-shadow:0 8px 20px rgba(255,215,0,.6)}.alien-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.98);display:flex;justify-content:center;align-items:center;z-index:10003;padding:20px;animation:fadeIn .3s ease-out forwards}.alien-console{background-color:#0a0a1a;border:2px solid #aaffaa;border-radius:10px;padding:30px;width:90%;max-width:800px;height:70%;max-height:600px;overflow-y:auto;box-shadow:0 0 30px rgba(170,255,170,.7);display:flex;flex-direction:column;justify-content:space-between;position:relative}.alien-text{font-family:"monospace",Courier New,Courier,sans-serif;font-size:1.1rem;color:#aaffaa;white-space:pre-wrap;word-break:break-all;flex-grow:1;margin-bottom:20px}.alien-cursor{animation:blink-caret .75s step-end infinite;font-weight:700}.alien-ufo-container{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;overflow:hidden}.alien-ufo{position:absolute;top:10%;left:-150px;animation:ufo-fly 10s linear infinite;filter:drop-shadow(0 0 10px rgba(170,255,170,.8))}@keyframes ufo-fly{0%{left:-150px;top:10%;transform:scale(1)}25%{top:5%;transform:scale(1.1)}50%{left:calc(100% + 150px);top:10%;transform:scale(1)}50.1%{left:-150px;top:20%}75%{top:15%;transform:scale(.9)}to{left:calc(100% + 150px);top:20%;transform:scale(.9)}}.alien-exit-button{background-color:#aaffaa;color:#0a0a1a;border:none;padding:15px 30px;font-size:1.2rem;font-weight:700;border-radius:8px;cursor:pointer;transition:background-color .3s ease,transform .2s ease,box-shadow .3s ease;align-self:center}.alien-exit-button:hover{background-color:#88ee88;transform:translateY(-3px);box-shadow:0 5px 15px rgba(170,255,170,.4)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes popIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@media (max-width:768px){.initial-header{padding-bottom:30px}.logo-img{width:200px;height:auto}.cat-mode-indicator{left:calc(50% + 110px)}.hidden-break-button{left:60px;width:30px;height:30px}.search-buttons{flex-direction:column;align-items:center}.search-button{width:100%;max-width:250px}.results-header{flex-direction:column;align-items:flex-start;gap:10px;padding:10px 15px}.results-header-left{width:100%;justify-content:space-between}.results-search-box{width:100%;max-width:none;margin-left:0}.results-search-box .mic-icon{right:5px}.results-search-box .camera-icon{display:none}.cat-mode-indicator-results{right:-20px}.main-footer{padding:15px}.footer-links-group{flex-direction:column;gap:15px}.footer-section{justify-content:center;gap:10px}.cat-easter-egg{bottom:5px;right:5px}.cochino-content{padding:30px;gap:20px}.cochino-message{font-size:2.5rem}.angry-cat-img{width:250px;height:250px}.cochino-close-button{font-size:1.1rem;padding:12px 25px}.broken-gogle-content{padding:40px;gap:30px}.broken-gogle-message{font-size:3rem}.broken-gogle-emoji{font-size:4rem}.broken-gogle-close-button{font-size:1.2rem;padding:15px 30px}.hacker-console{padding:20px;width:95%;height:80%}.hacker-text{font-size:.9rem}.hacker-exit-button{font-size:1rem;padding:10px 20px}.dessert-content{padding:30px;gap:20px}.dessert-message{font-size:2.5rem}.dessert-img{width:200px;height:200px}.dessert-close-button{font-size:1.1rem;padding:12px 25px}.alien-console{padding:20px;width:95%;height:80%}.alien-text{font-size:.9rem}.alien-exit-button{font-size:1rem;padding:10px 20px}.alien-ufo{width:80px;height:80px}}@media (max-width:480px){.initial-header .logo-img{width:180px}.hidden-break-button{left:50px;width:25px;height:25px}.search-box{padding:8px 10px}#searchInput{font-size:.9rem}.search-icon{margin:0 5px}.main-footer{font-size:.8rem}.footer-location{flex-direction:column;align-items:flex-start;gap:5px}.weather-info{justify-content:flex-start}.cochino-message{font-size:1.8rem}.angry-cat-img{width:180px;height:180px}.cochino-close-button{font-size:.9rem;padding:10px 20px}.broken-gogle-content{padding:25px;gap:20px}.broken-gogle-message{font-size:2rem}.broken-gogle-emoji{font-size:3rem}.broken-gogle-close-button{font-size:1rem;padding:10px 20px}.hacker-console{padding:15px}.hacker-text{font-size:.8rem}.hacker-exit-button{font-size:.9rem;padding:8px 15px}.dessert-content{padding:25px;gap:15px}.dessert-message{font-size:1.8rem}.dessert-img{width:150px;height:150px}.dessert-close-button{font-size:.9rem;padding:10px 20px}.alien-console{padding:15px}.alien-text{font-size:.8rem}.alien-exit-button{font-size:.9rem;padding:8px 15px}.alien-ufo{width:60px;height:60px}}