:root{--bg-color: #0d0d12;--card-bg: rgba(255, 255, 255, .05);--text-color: #e0e0e0;--accent-color: rgb(249 115 22 / 1);--glow-color: rgba(249, 115, 22, .5);--input-bg: rgba(0, 0, 0, .3);--border-color: rgba(255, 255, 255, .1);--font-main: "Inter", system-ui, Avenir, Helvetica, Arial, sans-serif}body{margin:0;padding:0;background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-main);min-height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(-45deg,#0d0d12,#1a1a2e,#16213e,#0d0d12);background-size:400% 400%;animation:gradientBG 15s ease infinite}@keyframes gradientBG{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.app-container{width:100%;height:100vh;padding:0;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden}.card{background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border:none;border-radius:0;padding:1.5rem;box-shadow:none;display:flex;flex-direction:column;gap:1.5rem;flex:1;overflow-y:auto;overflow-x:hidden}.card:hover{box-shadow:0 8px 32px #b19cd933}h1{text-align:center;margin:0 0 1.5rem;font-weight:800;letter-spacing:-.05em;background:linear-gradient(90deg,#fff,#cbd5e1);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-size:3rem;text-shadow:0 10px 30px rgba(0,0,0,.5);position:relative;display:inline-block;width:100%}h1:after{content:"";display:block;width:60px;height:4px;background:var(--accent-color);margin:.5rem auto 0;border-radius:2px}.input-group{display:flex;flex-direction:column;gap:.5rem}label{font-size:.9rem;font-weight:500;color:#a0a0a0;margin-left:4px}input[type=text],select,textarea{background:var(--input-bg);border:1px solid var(--border-color);border-radius:8px;padding:.8rem 1rem;color:var(--text-color);font-family:inherit;font-size:1rem;transition:all .3s ease;outline:none;box-sizing:border-box;max-width:100%}input[type=text]:focus,select:focus,textarea:focus{border-color:var(--accent-color);box-shadow:0 0 15px var(--glow-color)}.output-area{margin-top:1rem;background:#0006;border-radius:12px;padding:1.5rem;border:1px solid var(--border-color);position:relative;min-height:60vh;display:flex;flex-direction:column}.output-text{white-space:pre;overflow:auto;font-family:Fira Code,monospace;line-height:1.6;color:#d0d0d0;height:100%;box-sizing:border-box;padding-bottom:2rem}.copy-btn{position:absolute;top:10px;right:10px;background:#ffffff1a;border:none;color:var(--text-color);padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:all .2s ease;font-size:.85rem;display:flex;align-items:center;gap:.5rem}.copy-btn:hover{background:var(--accent-color);color:#000;box-shadow:0 0 10px var(--glow-color)}.generator-btn{background:linear-gradient(135deg,#fb923c,#f97316);border:none;border-radius:8px;padding:1rem;color:#fff;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;margin-top:1rem;text-shadow:0 1px 2px rgba(0,0,0,.2)}.generator-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #f9731666}@media(max-width:600px){.app-container{padding:1rem}.card{padding:1.5rem}h1{font-size:2rem}}.lists-container{display:flex;gap:2rem;margin-top:1rem;flex-wrap:wrap}.list-editor{flex:1 1 350px;background:#0003;padding:1rem;border-radius:8px;border:1px solid var(--border-color);min-width:0}.list-editor h3{margin-top:0;margin-bottom:.5rem;font-size:1rem;color:var(--accent-color)}.list-title-input{width:100%;margin-bottom:1rem;font-weight:700}.list-item-group{margin-bottom:.8rem}.item-row,.sub-item-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.sub-items{margin-left:1.5rem;border-left:2px solid rgba(255,255,255,.1);padding-left:.5rem}.item-number,.sub-item-bullet{color:#a0a0a0;font-family:monospace;min-width:1.5rem}.icon-btn{background:transparent;border:1px solid var(--border-color);color:var(--text-color);width:24px;height:24px;border-radius:4px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .2s}.icon-btn:hover{background:#ffffff1a}.icon-btn.remove{color:#ff6b6b;border-color:#ff6b6b4d}.icon-btn.add-sub{color:var(--accent-color);border-color:var(--glow-color)}.add-item-btn{width:100%;padding:.5rem;background:#ffffff0d;border:1px dashed var(--border-color);color:#a0a0a0;cursor:pointer;border-radius:4px;margin-top:.5rem}.add-item-btn:hover{background:#ffffff1a;color:#fff}@media(max-width:768px){.lists-container{flex-direction:column}}.list-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.list-header .list-title-input{margin-bottom:0}.icon-btn.remove-list{background:#ff6b6b1a;border-color:#ff6b6b4d;color:#ff6b6b;min-width:32px;height:32px}.icon-btn.remove-list:hover{background:#ff6b6b33}.actions-area{display:flex;justify-content:center;margin-top:1rem}.add-list-btn{width:auto;padding:.8rem 2rem;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:1px solid var(--border-color)}.app-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:0 .5rem}.header-left{display:flex;gap:1rem}.nav-btn{background:#ffffff1a;border:1px solid var(--border-color);color:var(--text-color);padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s;font-weight:500}.nav-btn:hover{background:#fff3;border-color:var(--accent-color);transform:translateY(-1px)}.nav-btn.logout{background:#ff64641a;border-color:#ff64644d;color:#faa}.nav-btn.logout:hover{background:#ff646433;border-color:#f55;color:#f55}.app-layout{display:flex;flex-direction:column;height:100vh;width:100%}.main-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);z-index:100;width:100%;box-sizing:border-box}.main-header h1{margin:0;font-size:2rem;width:auto;display:inline-block}.main-header h1:after{margin:.2rem auto 0;width:100%;transition:width .3s}.header-left,.header-right{flex:1;display:flex;align-items:center}.header-right{justify-content:flex-end}.card{padding:2rem;background:transparent;overflow-y:auto;flex:1;border:none;box-shadow:none}.header-right{gap:1rem}.dropdown-container{position:relative}.dropdown-menu{position:absolute;top:100%;right:0;margin-top:.5rem;background:#0d0d12f2;border:1px solid var(--border-color);border-radius:8px;padding:.5rem;min-width:150px;box-shadow:0 10px 30px #00000080;z-index:200;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dropdown-item{padding:.8rem 1rem;cursor:pointer;border-radius:4px;transition:all .2s;color:var(--text-color);font-size:.9rem}.dropdown-item:hover{background:#ffffff1a;color:#fff}.dropdown-item.active{background:var(--accent-color);color:#000;font-weight:700}.design-btn{background:#0d0d1280}.checkbox-label{display:flex;align-items:center;gap:.5rem;color:var(--text-color);font-size:.9rem;font-weight:500;cursor:pointer;-webkit-user-select:none;user-select:none;margin-right:1rem}.checkbox-label input[type=checkbox]{appearance:none;-webkit-appearance:none;width:18px;height:18px;border:1px solid var(--border-color);border-radius:4px;background:#ffffff1a;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;max-width:18px;padding:0}.checkbox-label input[type=checkbox]:checked{background:var(--accent-color);border-color:var(--accent-color)}.checkbox-label input[type=checkbox]:checked:after{content:"✓";color:#000;font-size:14px;font-weight:700}.checkbox-label:hover input[type=checkbox]{border-color:var(--accent-color)}
