:root{--theme-primary:#EB458B;--theme-primary-light:#DD6FA4;--theme-primary-dark:#BB1C76;--theme-primary-darker:#8a1155;--theme-bg-light-1:#FCE8F3;--theme-bg-light-2:#F5B7D0;--theme-bg-light-3:#E89CBF;--theme-bg-dark-1:#1a0d15;--theme-bg-dark-2:#2d1524;--theme-bg-dark-3:#3d1f2f;--theme-accent-light:#FF6BA9;--theme-accent:#FF8CC5;--theme-accent-soft:#FFB8D9;--theme-accent-softer:#FFE6F0;--theme-dark-primary:#C7356F;--theme-dark-primary-light:#A01557;--theme-rgb:232,128,176;--theme-rgb-light:232,156,191;--theme-rgb-soft:245,183,208;--theme-rgb-primary:235,69,139}.theme-blue{--theme-primary:#3182CE;--theme-primary-light:#63B3ED;--theme-primary-dark:#2B6CB0;--theme-primary-darker:#1A365D;--theme-bg-light-1:#EBF8FF;--theme-bg-light-2:#BEE3F8;--theme-bg-light-3:#90CDF4;--theme-bg-dark-1:#0d1a1f;--theme-bg-dark-2:#152a38;--theme-bg-dark-3:#1a3a4d;--theme-accent-light:#63B3ED;--theme-accent:#4299E1;--theme-accent-soft:#90CDF4;--theme-accent-softer:#EBF8FF;--theme-dark-primary:#2B6CB0;--theme-dark-primary-light:#2C5282;--theme-rgb:49,130,206;--theme-rgb-light:99,179,237;--theme-rgb-soft:190,227,248;--theme-rgb-primary:49,130,206}.theme-purple{--theme-primary:#9333ea;--theme-primary-light:#a855f7;--theme-primary-dark:#7e22ce;--theme-primary-darker:#581c87;--theme-bg-light-1:#faf5ff;--theme-bg-light-2:#e9d5ff;--theme-bg-light-3:#d8b4fe;--theme-bg-dark-1:#1a0d20;--theme-bg-dark-2:#2d1540;--theme-bg-dark-3:#3d1f55;--theme-accent-light:#a855f7;--theme-accent:#c084fc;--theme-accent-soft:#d8b4fe;--theme-accent-softer:#f3e8ff;--theme-dark-primary:#7e22ce;--theme-dark-primary-light:#6b21a8;--theme-rgb:147,51,234;--theme-rgb-light:168,85,247;--theme-rgb-soft:216,180,254;--theme-rgb-primary:147,51,234}.theme-red{--theme-primary:#E53E3E;--theme-primary-light:#FC8181;--theme-primary-dark:#C53030;--theme-primary-darker:#9B2C2C;--theme-bg-light-1:#FFF5F5;--theme-bg-light-2:#FED7D7;--theme-bg-light-3:#FEB2B2;--theme-bg-dark-1:#1a0d0d;--theme-bg-dark-2:#2d1515;--theme-bg-dark-3:#3d1f1f;--theme-accent-light:#FC8181;--theme-accent:#F56565;--theme-accent-soft:#FEB2B2;--theme-accent-softer:#FFF5F5;--theme-dark-primary:#C53030;--theme-dark-primary-light:#9B2C2C;--theme-rgb:229,62,62;--theme-rgb-light:252,129,129;--theme-rgb-soft:254,215,215;--theme-rgb-primary:229,62,62}.theme-green{--theme-primary:#38A169;--theme-primary-light:#68D391;--theme-primary-dark:#2F855A;--theme-primary-darker:#276749;--theme-bg-light-1:#F0FFF4;--theme-bg-light-2:#C6F6D5;--theme-bg-light-3:#9AE6B4;--theme-bg-dark-1:#0d1a12;--theme-bg-dark-2:#152d1f;--theme-bg-dark-3:#1f3d2a;--theme-accent-light:#68D391;--theme-accent:#48BB78;--theme-accent-soft:#9AE6B4;--theme-accent-softer:#F0FFF4;--theme-dark-primary:#2F855A;--theme-dark-primary-light:#276749;--theme-rgb:56,161,105;--theme-rgb-light:104,211,145;--theme-rgb-soft:198,246,213;--theme-rgb-primary:56,161,105}@font-face{font-family:Verdana_ROT13;src:url('rot13.woff') format('woff');font-weight:400;font-style:normal}@font-face{font-family:Pacifico;src:url("Pacifico-Regular.ttf") format("truetype");font-weight:400;font-style:normal}*{box-sizing:border-box}body{font-family:Verdana_ROT13,Verdana,sans-serif;margin:0;width:100%;min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,var(--theme-bg-light-1) 0,var(--theme-bg-light-2) 50%,var(--theme-bg-light-3) 100%);transition:background .3s}.navbar{display:flex;justify-content:space-between;align-items:center;padding:12px 40px;background:rgba(255,255,255,.7);backdrop-filter:blur(10px);box-shadow:0 4px 20px rgba(var(--theme-rgb),.3);border-bottom:1px solid rgba(255,255,255,.5);transition:.3s}.logo{font-family:Pacifico,Verdana,sans-serif;font-size:28px;font-weight:700;background:linear-gradient(135deg,var(--theme-primary),var(--theme-primary-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none;transition:transform .3s}.logo:hover{transform:scale(1.05)}.navbar-row{display:flex;gap:15px;align-items:center}.navbar-row a{padding:10px 20px;border-radius:25px;text-decoration:none;color:var(--theme-primary-dark);font-weight:500;background:rgba(255,255,255,.5);backdrop-filter:blur(5px);border:2px solid transparent;transition:.3s;box-shadow:0 4px 15px rgba(var(--theme-rgb),.15)}.navbar-row a:hover{background:linear-gradient(135deg,var(--theme-primary),var(--theme-primary-light));color:#fff;transform:translateY(-2px);box-shadow:0 6px 25px rgba(var(--theme-rgb),.4);border:2px solid rgba(255,255,255,.8)}.navbar-active{background:linear-gradient(135deg,var(--theme-primary),var(--theme-primary-light))!important;color:#fff!important;border:2px solid rgba(255,255,255,.8)!important;box-shadow:0 6px 25px rgba(var(--theme-rgb),.4)!important}#settings-btn{padding:10px 14px;border-radius:25px;border:2px solid transparent;background:rgba(255,255,255,.5);backdrop-filter:blur(5px);color:var(--theme-primary-dark);font-weight:500;cursor:pointer;transition:.3s;font-family:inherit;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px rgba(var(--theme-rgb),.15)}#settings-btn:hover{background:linear-gradient(135deg,var(--theme-primary),var(--theme-primary-light));color:#fff;transform:translateY(-2px);box-shadow:0 6px 25px rgba(var(--theme-rgb),.4);border:2px solid rgba(255,255,255,.8)}#settings-btn svg{width:18px;height:18px}.main{margin:0 auto;flex:1;width:70%;max-width:800px;display:flex;flex-direction:column;min-height:0;justify-content:center;align-items:center;padding:40px 20px}.logo-wrapper{display:flex;flex-direction:column;align-items:center;margin-bottom:30px}.logo-wrapper img{width:120px;height:120px;border-radius:20px;box-shadow:0 8px 32px rgba(var(--theme-rgb),.3);transition:transform .3s}.logo-wrapper img:hover{transform:scale(1.05)}.logo-wrapper h1{margin-top:20px;font-size:32px;background:linear-gradient(135deg,var(--theme-primary),var(--theme-primary-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.desc{text-align:center;margin-bottom:30px}.desc p{color:var(--theme-primary-dark);font-size:16px;line-height:1.6;max-width:560px;opacity:.85}#up-form{width:100%;max-width:500px;display:flex;justify-content:center}#up-address{width:100%;padding:16px 25px;border:2px solid rgba(var(--theme-rgb),.3);border-radius:50px;background:rgba(255,255,255,.8);backdrop-filter:blur(10px);font-size:16px;color:var(--theme-primary-dark);font-family:Verdana,sans-serif;outline:0;transition:.3s;box-shadow:0 4px 20px rgba(var(--theme-rgb),.15)}#up-address:focus{border-color:var(--theme-primary);box-shadow:0 6px 30px rgba(var(--theme-rgb),.25)}#up-address::placeholder{color:var(--theme-primary-light);opacity:.7}#up-error-code{font-size:12px;color:var(--theme-primary-dark);font-family:'Courier New',Courier,monospace;background:rgba(255,255,255,.5);padding:10px;border-radius:8px;margin-top:10px}#up-error{color:#e53e3e;font-weight:500;margin-top:15px;font-family:Verdana,sans-serif}#up-register-sw{display:none;margin-top:20px;padding:14px 30px;background:linear-gradient(135deg,var(--theme-primary),var(--theme-primary-light));color:#fff;border:none;border-radius:25px;font-size:15px;font-weight:600;cursor:pointer;transition:.3s;box-shadow:0 4px 20px rgba(var(--theme-rgb),.3)}#up-register-sw:hover{transform:translateY(-2px);box-shadow:0 6px 30px rgba(var(--theme-rgb),.5)}#up-register-sw.show{display:block}.footer{margin-top:auto;padding:15px 20px;text-align:center;background:rgba(255,255,255,.5);backdrop-filter:blur(10px);border-top:2px solid rgba(var(--theme-rgb-soft),.4);box-shadow:0 -4px 20px rgba(var(--theme-rgb-light),.2)}.footer div{margin:5px auto;display:flex;justify-content:center;flex-wrap:wrap;gap:10px}.footer a,.footer span{color:var(--theme-primary-dark);text-decoration:none;font-weight:500;transition:.3s;padding:5px 15px;border-radius:15px}.footer a:hover{background:rgba(var(--theme-rgb-primary),.15);color:var(--theme-primary)}.browser-nav{display:none;position:fixed;top:0;left:0;right:0;height:50px;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);z-index:10001;padding:6px 12px;box-shadow:0 2px 10px rgba(0,0,0,.15);align-items:center;gap:10px;border-bottom:1px solid rgba(var(--theme-rgb),.2)}.browser-nav.active{display:flex}.browser-nav-buttons{display:flex;gap:4px}.nav-btn{width:36px;height:36px;border:none;border-radius:8px;background:rgba(var(--theme-rgb),.1);color:var(--theme-primary-dark);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s}.nav-btn:hover{background:rgba(var(--theme-rgb),.2);color:var(--theme-primary)}.nav-btn:active{transform:scale(.95)}.nav-btn:disabled{opacity:.4;cursor:not-allowed}.nav-btn:disabled:hover{background:rgba(var(--theme-rgb),.1);color:var(--theme-primary-dark)}.nav-btn svg{width:18px;height:18px}.browser-url-container{flex:1;display:flex;align-items:center;background:rgba(var(--theme-rgb),.08);border-radius:25px;padding:0 12px;height:36px;border:2px solid transparent;transition:.2s}.browser-url-container:focus-within{border-color:var(--theme-primary);background:rgba(255,255,255,.9)}.browser-url-icon{color:var(--theme-primary);display:flex;align-items:center;margin-right:8px}.browser-url-icon svg{width:16px;height:16px}.browser-url-bar{flex:1;border:none;background:0 0;font-size:14px;color:var(--theme-primary-dark);font-family:Verdana,sans-serif;outline:0}.browser-url-bar::placeholder{color:var(--theme-primary-light);opacity:.6}.nav-go-btn{width:28px;height:28px;margin-left:6px;background:0 0;border-radius:50%}.nav-go-btn svg{width:16px;height:16px}.nav-home-btn{background:linear-gradient(135deg,var(--theme-primary),var(--theme-primary-light));color:#fff}.nav-home-btn:hover{background:linear-gradient(135deg,var(--theme-primary-dark),var(--theme-primary));color:#fff}.loading-overlay{display:none;position:fixed;top:50px;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);backdrop-filter:blur(5px);z-index:10002;flex-direction:column;justify-content:center;align-items:center;gap:20px;font-family:Arial,Helvetica,sans-serif!important}.loading-overlay.active{display:flex}.loading-spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.2);border-top-color:var(--theme-primary);border-radius:50%;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{color:#fff;font-size:16px;font-family:Verdana,Arial,sans-serif!important}#up-frame{border:none;position:fixed;top:50px;left:0;width:100vw;height:calc(100vh - 50px);background-color:#111;z-index:10000}#up-frame.no-nav{top:0;height:100vh}.credit{border-radius:15px;padding:15px 20px;border:2px solid rgba(var(--theme-rgb),.3);background:rgba(255,255,255,.6);backdrop-filter:blur(10px);color:var(--theme-primary-dark);display:flex;flex-wrap:wrap;margin-bottom:15px;transition:.3s}.credit:hover{border-color:rgba(var(--theme-rgb),.5);box-shadow:0 4px 20px rgba(var(--theme-rgb),.2)}.credit label{margin-left:auto;margin-right:15px}.credit a,.credit label{color:var(--theme-primary);text-decoration:underline;text-align:right}.credit pre{display:none;width:100%;background:rgba(255,255,255,.5);padding:15px;border-radius:10px;margin-top:10px;font-size:12px;overflow-x:auto}.credit label::after{content:"show license";cursor:pointer}.credit input:checked+label::after{content:"hide license"}.credit input:checked~pre{display:block}#settings-modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);backdrop-filter:blur(5px);z-index:1000;justify-content:center;align-items:center}#settings-modal.active{display:flex}.settings-content{background:rgba(255,255,255,.95);backdrop-filter:blur(20px);border-radius:24px;padding:28px;width:90%;max-width:400px;box-shadow:0 20px 60px rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.5);max-height:90vh;overflow-y:auto}.settings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid rgba(var(--theme-rgb),.2)}.settings-title{font-size:20px;font-weight:600;color:var(--theme-primary-dark);font-family:Verdana_ROT13,Verdana,sans-serif;margin:0}.settings-close{width:32px;min-width:32px;height:32px;border:none;background:rgba(var(--theme-rgb),.1);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--theme-primary-dark);transition:.2s;flex-shrink:0;padding:0;line-height:1}.settings-close:hover{background:var(--theme-primary);color:#fff}.settings-section{margin-bottom:24px}.settings-section:last-child{margin-bottom:0}.settings-label{font-size:14px;font-weight:600;color:var(--theme-primary-dark);margin-bottom:12px;display:block;font-family:Verdana_ROT13,Verdana,sans-serif}.toggle-container{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:rgba(var(--theme-rgb),.08);border-radius:16px}.toggle-text{font-size:14px;color:var(--theme-primary-dark);font-family:Verdana_ROT13,Verdana,sans-serif}.toggle-switch{position:relative;width:52px;min-width:52px;height:28px;background:rgba(var(--theme-rgb),.3);border-radius:14px;cursor:pointer;transition:background .3s;flex-shrink:0}.toggle-switch.active{background:var(--theme-primary)}.toggle-switch::after{content:'';position:absolute;width:22px;height:22px;background:#fff;border-radius:50%;top:3px;left:3px;transition:transform .3s;box-shadow:0 2px 4px rgba(0,0,0,.2)}.toggle-switch.active::after{transform:translateX(24px)}.theme-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.theme-option{display:flex;align-items:center;gap:12px;padding:14px 16px;background:rgba(var(--theme-rgb),.05);border:2px solid transparent;border-radius:16px;cursor:pointer;transition:.2s;font-family:Verdana_ROT13,Verdana,sans-serif}.theme-option:hover{background:rgba(var(--theme-rgb),.12)}.theme-option.active{border-color:var(--theme-primary);background:rgba(var(--theme-rgb),.15)}.theme-swatch{width:28px;height:28px;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.15);flex-shrink:0}.theme-swatch.pink{background:linear-gradient(135deg,#eb458b,#bb1c76)}.theme-swatch.red{background:linear-gradient(135deg,#e53e3e,#c53030)}.theme-swatch.blue{background:linear-gradient(135deg,#3182ce,#2b6cb0)}.theme-swatch.green{background:linear-gradient(135deg,#38a169,#2f855a)}.theme-swatch.custom{background:linear-gradient(135deg,#9333ea,#7c3aed);position:relative;overflow:hidden}.theme-swatch.custom input[type=color]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;border:none;padding:0}.theme-option[data-theme=custom] .theme-swatch::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px;background:#fff;border-radius:50%;opacity:.9;box-shadow:0 1px 3px rgba(0,0,0,.3)}.theme-option[data-theme=custom] .theme-swatch::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:linear-gradient(135deg,#ff6b6b,#4ecdc4,#45b7d1,#f9ca24);border-radius:50%;z-index:1}.theme-name{font-size:13px;font-weight:500;color:var(--theme-primary-dark)}body.dark-mode,html.dark-mode body{background:linear-gradient(135deg,var(--theme-bg-dark-1) 0,var(--theme-bg-dark-2) 50%,var(--theme-bg-dark-3) 100%)!important}body.dark-mode .navbar{background:rgba(30,15,25,.8);box-shadow:0 1px 4px rgba(0,0,0,.2);border-bottom:1px solid rgba(var(--theme-rgb-primary),.3)}body.dark-mode .logo{background:linear-gradient(135deg,var(--theme-accent-light),var(--theme-primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}body.dark-mode .navbar-row a{color:var(--theme-accent);background:rgba(30,15,25,.6);border:2px solid rgba(var(--theme-rgb-primary),.3);box-shadow:none}body.dark-mode .navbar-row a:hover{background:linear-gradient(135deg,var(--theme-dark-primary),var(--theme-dark-primary-light));color:var(--theme-accent-softer);border:2px solid rgba(var(--theme-rgb-primary),.5)}body.dark-mode .navbar-active{background:linear-gradient(135deg,var(--theme-dark-primary),var(--theme-dark-primary-light))!important;color:var(--theme-accent-softer)!important;border:2px solid rgba(var(--theme-rgb-primary),.5)!important}body.dark-mode #settings-btn{background:rgba(30,15,25,.6);color:var(--theme-accent);border:2px solid rgba(var(--theme-rgb-primary),.3)}body.dark-mode #settings-btn:hover{background:linear-gradient(135deg,var(--theme-dark-primary),var(--theme-dark-primary-light));color:var(--theme-accent-softer)}body.dark-mode .logo-wrapper h1{background:linear-gradient(135deg,var(--theme-accent-light),var(--theme-primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}body.dark-mode .desc p{color:var(--theme-accent-soft)}body.dark-mode #up-address{background:rgba(30,15,25,.7);color:var(--theme-accent-soft);border:2px solid rgba(var(--theme-rgb-primary),.3)}body.dark-mode #up-address:focus{border-color:var(--theme-primary)}body.dark-mode #up-address::placeholder{color:var(--theme-accent);opacity:.5}body.dark-mode #up-error-code{background:rgba(30,15,25,.5);color:var(--theme-accent-soft)}body.dark-mode .footer{background:rgba(30,15,25,.8);border-top:1px solid rgba(var(--theme-rgb-primary),.3)}body.dark-mode .footer a,body.dark-mode .footer span{color:var(--theme-accent)}body.dark-mode .footer a:hover{color:var(--theme-accent-softer)}body.dark-mode .credit{background:rgba(30,15,25,.7);border-color:rgba(var(--theme-rgb-primary),.3);color:var(--theme-accent-soft)}body.dark-mode .credit a,body.dark-mode .credit label{color:var(--theme-accent)}body.dark-mode .credit pre{background:rgba(20,10,15,.8);color:var(--theme-accent-soft)}body.dark-mode .settings-content{background:rgba(30,20,25,.95);border-color:rgba(var(--theme-rgb-primary),.3)}body.dark-mode .settings-label,body.dark-mode .settings-title{color:var(--theme-accent-soft)}body.dark-mode .settings-close{background:rgba(var(--theme-rgb-primary),.2);color:var(--theme-accent)}body.dark-mode .settings-close:hover{background:var(--theme-dark-primary);color:#fff}body.dark-mode .toggle-container{background:rgba(var(--theme-rgb-primary),.15)}body.dark-mode .toggle-text{color:var(--theme-accent-soft)}body.dark-mode .toggle-switch{background:rgba(var(--theme-rgb-primary),.4)}body.dark-mode .theme-option{background:rgba(var(--theme-rgb-primary),.1)}body.dark-mode .theme-option:hover{background:rgba(var(--theme-rgb-primary),.2)}body.dark-mode .theme-option.active{border-color:var(--theme-accent);background:rgba(var(--theme-rgb-primary),.25)}body.dark-mode .theme-name{color:var(--theme-accent-soft)}body.dark-mode .settings-header{border-bottom-color:rgba(var(--theme-rgb-primary),.3)}body.dark-mode .browser-nav{background:rgba(30,15,25,.95);border-bottom-color:rgba(var(--theme-rgb-primary),.3)}body.dark-mode .nav-btn{background:rgba(var(--theme-rgb-primary),.15);color:var(--theme-accent)}body.dark-mode .nav-btn:hover{background:rgba(var(--theme-rgb-primary),.25);color:var(--theme-accent-soft)}body.dark-mode .nav-btn:disabled{opacity:.3}body.dark-mode .nav-btn:disabled:hover{background:rgba(var(--theme-rgb-primary),.15);color:var(--theme-accent)}body.dark-mode .browser-url-container{background:rgba(var(--theme-rgb-primary),.15)}body.dark-mode .browser-url-container:focus-within{border-color:var(--theme-primary);background:rgba(20,10,15,.9)}body.dark-mode .browser-url-icon{color:var(--theme-accent)}body.dark-mode .browser-url-bar{color:var(--theme-accent-soft)}body.dark-mode .browser-url-bar::placeholder{color:var(--theme-accent)}body.dark-mode .nav-home-btn{background:linear-gradient(135deg,var(--theme-dark-primary),var(--theme-dark-primary-light))}body.dark-mode .nav-home-btn:hover{background:linear-gradient(135deg,var(--theme-primary-darker),var(--theme-dark-primary))}@media screen and (max-width:768px){.settings-content{width:92%;max-width:380px;padding:24px}.settings-header{margin-bottom:20px;padding-bottom:14px}.settings-title{font-size:18px}.settings-section{margin-bottom:20px}.toggle-container{padding:10px 14px}.toggle-switch{width:48px;min-width:48px;height:26px}.toggle-switch::after{width:20px;height:20px}.toggle-switch.active::after{transform:translateX(22px)}.theme-option{padding:12px 14px}.theme-swatch{width:26px;height:26px}.theme-name{font-size:12px}}@media screen and (max-width:480px){#settings-modal{padding:10px}.settings-content{width:100%;max-width:none;padding:20px;border-radius:20px;max-height:85vh}.settings-header{margin-bottom:18px;padding-bottom:12px}.settings-title{font-size:17px}.settings-close{width:30px;min-width:30px;height:30px;font-size:16px}.settings-section{margin-bottom:18px}.settings-label{font-size:13px;margin-bottom:10px}.toggle-container{padding:10px 12px;border-radius:14px}.toggle-text{font-size:13px}.toggle-switch{width:46px;min-width:46px;height:24px;border-radius:12px}.toggle-switch::after{width:18px;height:18px}.toggle-switch.active::after{transform:translateX(22px)}.theme-grid{grid-template-columns:1fr;gap:10px}.theme-option{padding:12px 14px;border-radius:14px}.theme-swatch{width:24px;height:24px}.theme-name{font-size:13px}}@media screen and (max-width:360px){.settings-content{padding:16px;border-radius:16px}.settings-title{font-size:16px}.settings-close{width:28px;min-width:28px;height:28px;font-size:14px}.settings-label,.toggle-text{font-size:12px}.theme-option{padding:10px 12px}.theme-swatch{width:22px;height:22px}.theme-name{font-size:12px}}@media screen and (max-width:768px) and (orientation:landscape){#settings-modal{padding:8px}.settings-content{max-height:90vh;padding:16px 20px;display:flex;flex-direction:column}.settings-header{margin-bottom:12px;padding-bottom:10px;flex-shrink:0}.settings-section{margin-bottom:12px}.theme-grid{grid-template-columns:repeat(2,1fr);gap:8px}.theme-option,.toggle-container{padding:8px 12px}}@media screen and (min-width:1440px){.settings-content{max-width:440px;padding:32px;border-radius:28px}.settings-title{font-size:22px}.settings-label{font-size:15px}.toggle-container{padding:14px 18px}.toggle-text{font-size:15px}.toggle-switch{width:56px;min-width:56px;height:30px}.toggle-switch::after{width:24px;height:24px}.toggle-switch.active::after{transform:translateX(26px)}.theme-option{padding:16px 18px}.theme-swatch{width:32px;height:32px}.theme-name{font-size:14px}}@media screen and (max-height:600px){.settings-content{max-height:90vh;overflow-y:auto;padding:20px}.settings-title{font-size:18px;margin-bottom:16px}.settings-section{margin-bottom:16px}.settings-label{font-size:12px;margin-bottom:8px}.toggle-container{padding:10px 12px}.theme-grid{gap:8px}.theme-option{padding:10px 12px}.theme-swatch{width:22px;height:22px}}@media screen and (max-width:768px){.navbar{padding:10px 15px;flex-wrap:wrap;gap:10px}.logo{font-size:22px}.navbar-row{gap:8px}.navbar-row a{padding:8px 15px;font-size:14px}.main{width:95%;padding:30px 15px}.logo-wrapper img{width:100px;height:100px}.logo-wrapper h1{font-size:24px}#up-address{padding:14px 20px;font-size:14px}.footer div{gap:8px}.footer a,.footer span{font-size:13px;padding:4px 10px}}@media screen and (max-width:480px){.navbar{padding:8px 10px}.logo{font-size:18px}.navbar-row a{padding:6px 12px;font-size:12px}#settings-btn{padding:8px 12px}#settings-btn svg{width:16px;height:16px}.logo-wrapper img{width:80px;height:80px}.logo-wrapper h1{font-size:20px}.desc p{font-size:14px}}@media screen and (max-width:768px){.browser-nav{height:45px;padding:4px 8px;gap:6px}.browser-nav-buttons{gap:2px}.nav-btn{width:32px;height:32px}.nav-btn svg{width:16px;height:16px}.browser-url-container{height:32px;padding:0 10px}.browser-url-bar{font-size:13px}.loading-overlay{top:45px}#up-frame{top:45px;height:calc(100vh - 45px)}}@media screen and (max-width:480px){.browser-nav{height:42px;padding:3px 6px;gap:4px}.browser-nav-buttons{gap:1px}.nav-btn{width:30px;height:30px;border-radius:6px}.nav-btn svg{width:14px;height:14px}.browser-url-container{height:30px;padding:0 8px;border-radius:15px}.browser-url-icon svg{width:14px;height:14px}.browser-url-bar{font-size:12px}.nav-go-btn{width:24px;height:24px}.nav-go-btn svg{width:14px;height:14px}.loading-overlay{top:42px}#up-frame{top:42px;height:calc(100vh - 42px)}}