.hook-shell{--h-ink:#17221d;--h-muted:#7d8982;--h-line:#e4e9e3;--h-green:#173e2f;--h-lime:#d9f36c;min-height:100vh;color:var(--h-ink);background:#f7f8f4;display:flex}.hook-sidebar{color:#eef4ef;background:#11251d;flex-direction:column;width:240px;padding:30px 20px 24px;display:flex;position:fixed;inset:0 auto 0 0}.hook-brand{align-items:center;gap:12px;padding:0 10px 38px;display:flex}.hook-brand>span{background:var(--h-lime);color:#173425;border-radius:12px;place-items:center;width:42px;height:42px;font-size:23px;font-weight:900;display:grid;transform:rotate(-3deg)}.hook-brand b,.hook-brand small{display:block}.hook-brand b{font-size:18px}.hook-brand small{color:#88a396;letter-spacing:1.5px;font-size:9px}.hook-sidebar nav{gap:7px;display:grid}.hook-sidebar nav a{color:#9db1a8;border-radius:10px;padding:13px 14px;font-size:14px;text-decoration:none}.hook-sidebar nav a i{width:28px;font-style:normal;display:inline-block}.hook-sidebar nav a.active{color:#fff;background:#244638;font-weight:700}.hook-sidebar nav em{float:right;background:var(--h-lime);color:#173425;border-radius:20px;padding:2px 7px;font-size:10px;font-style:normal}.hook-sidebar nav .disabled{opacity:.62}.hook-side-note{background:#19342a;border:1px solid #315044;border-radius:12px;margin-top:auto;padding:16px}.hook-side-note b{color:var(--h-lime);font-size:12px}.hook-side-note p{color:#91a79e;margin:8px 0 0;font-size:11px;line-height:1.7}.hook-workspace{width:calc(100% - 240px);max-width:1500px;margin-left:240px;padding:42px 48px 35px}.hook-header{justify-content:space-between;align-items:flex-end;margin-bottom:25px;display:flex}.eyebrow{letter-spacing:2px;color:#6b806f;font-size:9px;font-weight:800}.hook-header h1{letter-spacing:-1px;margin:7px 0 6px;font-size:32px}.hook-header p{color:var(--h-muted);margin:0;font-size:13px}.new-hook{background:var(--h-green);color:#fff;cursor:pointer;border:0;border-radius:10px;padding:12px 18px;font-weight:800;box-shadow:0 5px 14px #173d2e35}.hook-stats{grid-template-columns:repeat(3,1fr) 1.6fr;gap:12px;margin-bottom:18px;display:grid}.hook-stats article{border:1px solid var(--h-line);background:#fff;border-radius:12px;padding:16px 18px}.hook-stats span,.hook-stats small{color:#87928c;font-size:10px;display:block}.hook-stats b{color:#244234;margin:4px 0 2px;font-family:Georgia,serif;font-size:28px;display:block}.hook-stats .tip-card{background:#eaf1c9;border-color:#dce7a5}.tip-card p{color:#41513a;margin:6px 0 0;font-size:12px;line-height:1.55}.hook-panel{border:1px solid var(--h-line);background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 8px 26px #203a2d08}.hook-toolbar{border-bottom:1px solid var(--h-line);align-items:center;gap:18px;padding:18px 20px;display:flex}.search-box{border:1px solid var(--h-line);color:#8a9790;border-radius:9px;align-items:center;gap:8px;width:265px;padding:9px 12px;display:flex}.search-box input{border:0;outline:0;width:100%;font:12px inherit}.category-tabs{gap:5px;display:flex;overflow:auto}.category-tabs button{color:#718077;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:7px;padding:8px 10px;font-size:11px}.category-tabs button.on{color:#23553e;background:#eaf3ee;font-weight:800}.hook-list{padding:4px 20px 15px}.hook-card{border-bottom:1px solid #edf0ec;grid-template-columns:48px 1fr 180px;align-items:center;gap:14px;padding:18px 4px;display:grid}.hook-card:last-child{border:0}.hook-card.inactive{opacity:.52}.hook-number{color:#a2aaa5;text-align:center;font:19px Georgia,serif}.hook-tags{align-items:center;gap:6px;display:flex}.hook-tags span{color:#466653;background:#edf3ef;border-radius:4px;padding:4px 7px;font-size:9px}.hook-tags .source{color:#98a19c;background:0 0}.hook-main p{color:#23382d;margin:10px 0 4px;font-size:15px;font-weight:650;line-height:1.7}.hook-main>small{color:#929b96;font-size:10px}.hook-controls{grid-template-columns:30px 90px;justify-content:end;align-items:center;gap:8px;display:grid}.hook-controls button{cursor:pointer;color:#77847d;background:0 0;border:0;font-size:10px}.hook-controls .favorite{color:#cad0cb;font-size:20px}.hook-controls .favorite.on{color:#e3ae35}.switch{align-items:center;display:flex;gap:6px!important}.switch span{background:#cbd2cd;border-radius:20px;width:29px;height:16px;position:relative}.switch span:after{content:"";background:#fff;border-radius:50%;width:12px;height:12px;transition:all .2s;position:absolute;top:2px;left:2px}.switch.on span{background:#2c8b60}.switch.on span:after{left:15px}.hook-controls>div{text-align:right;grid-column:1/3}.hook-controls>div button{padding:3px 6px}.hook-controls .delete{color:#b37168}.empty-state{color:#89938e;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:350px;display:flex}.empty-state b{color:#43554b;font-size:17px}.empty-state span{font-size:12px}.empty-state button{color:#315541;background:#fff;border:1px solid #cfdad2;border-radius:8px;margin-top:8px;padding:9px 14px}.hook-error{color:#a44d40;background:#fff4f1;border-radius:8px;margin:12px 20px 0;padding:10px;font-size:12px}.modal-backdrop{z-index:20;background:#10231bb8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.hook-modal{background:#fff;border-radius:16px;width:min(600px,100%);padding:24px;box-shadow:0 30px 80px #08110d66}.hook-modal header{justify-content:space-between;display:flex}.hook-modal header span{letter-spacing:1.5px;color:#6e8579;font-size:9px}.hook-modal h2{margin:6px 0 20px}.hook-modal header button{background:#f1f3f0;border:0;border-radius:50%;width:30px;height:30px;font-size:20px}.hook-modal label{margin-bottom:14px;font-size:11px;font-weight:700;display:block;position:relative}.hook-modal textarea,.hook-modal input,.hook-modal select{background:#fff;border:1px solid #dce2dd;border-radius:8px;outline:none;width:100%;margin-top:7px;padding:10px;font:13px inherit}.hook-modal textarea{resize:none;height:100px;line-height:1.6}.hook-modal label>small{color:#a0aaa4;position:absolute;bottom:8px;right:9px}.form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.hook-modal footer{border-top:1px solid #e8ece8;justify-content:flex-end;gap:8px;padding-top:16px;display:flex}.hook-modal footer button{background:#fff;border:1px solid #dbe1dc;border-radius:8px;padding:10px 16px}.hook-modal footer .save{background:var(--h-green);color:#fff;border-color:var(--h-green);font-weight:700}@media (max-width:950px){.hook-stats{grid-template-columns:repeat(3,1fr)}.tip-card{grid-column:1/4}.hook-card{grid-template-columns:40px 1fr}.hook-controls{grid-column:2;justify-content:flex-start;display:flex}.hook-controls>div{margin-left:auto}}@media (max-width:720px){.hook-sidebar{width:100%;padding:16px 18px;position:static}.hook-brand{padding:0}.hook-sidebar nav,.hook-side-note{display:none}.hook-shell{display:block}.hook-workspace{width:100%;margin:0;padding:24px 15px}.hook-header{align-items:flex-start}.hook-header p{max-width:240px}.new-hook{padding:11px;font-size:0}.new-hook:after{content:"＋";font-size:20px}.hook-stats{grid-template-columns:repeat(3,1fr)}.hook-stats article{padding:12px}.hook-stats b{font-size:22px}.hook-toolbar{display:block}.search-box{width:100%;margin-bottom:10px}.hook-card{grid-template-columns:1fr;padding:16px 0}.hook-number{display:none}.hook-controls{grid-column:1}.form-row{grid-template-columns:1fr}}.hook-brand>img{object-fit:cover;background:#fff;border:2px solid #fff;border-radius:12px;flex:0 0 48px;width:48px;height:48px;box-shadow:0 4px 12px #06120d55}.type-filter{border-bottom:1px solid var(--h-line);background:#fbfcfa;align-items:flex-start;gap:14px;padding:12px 20px;display:flex}.type-filter>b{color:#7b8981;white-space:nowrap;padding-top:7px;font-size:10px}.type-filter>div{flex-wrap:wrap;gap:5px;display:flex}.type-filter button{color:#6f7d75;cursor:pointer;background:#fff;border:1px solid #e2e7e2;border-radius:20px;padding:6px 9px;font-size:10px}.type-filter button.on{color:#fff;background:#234a38;border-color:#234a38;font-weight:700}@media (max-width:720px){.type-filter{display:block}.type-filter>b{margin-bottom:7px;display:block}}.ai-type-row{align-items:flex-end;gap:7px;display:flex}.ai-type-row select{flex:1;min-width:0}.ai-type-row button{color:#365127;white-space:nowrap;cursor:pointer;background:#eaf3c6;border:0;border-radius:8px;height:38px;padding:0 11px;font-size:10px;font-weight:800}.ai-type-row button:hover:not(:disabled){background:#dceca8}.ai-type-row button:disabled{opacity:.5;cursor:not-allowed}.ai-type-reason{color:#4b6858;background:#f0f6f2;border-radius:7px;margin-top:6px;padding:7px 9px;font-size:10px;font-weight:400;line-height:1.5;display:block}@media (max-width:640px){.ai-type-row{flex-direction:column;align-items:stretch}}.category-nav{border-bottom:1px solid var(--h-line);background:linear-gradient(135deg,#f8fbf4 0%,#f3f7ed 100%);padding:20px}.category-nav-title{justify-content:space-between;align-items:flex-end;margin-bottom:13px;display:flex}.category-nav-title b,.category-nav-title span{display:block}.category-nav-title b{color:#203b2e;font-size:15px}.category-nav-title span{color:#7d8982;margin-top:4px;font-size:11px}.category-nav-title>small{color:#819188;letter-spacing:1.5px;font-size:8px;font-weight:800}.category-nav .category-tabs{grid-template-columns:repeat(5,minmax(128px,1fr));gap:10px;display:grid;overflow:visible}.category-nav .category-tabs button{color:#516159;text-align:left;background:#fff;border:1px solid #dfe6de;border-radius:12px;align-items:center;min-height:72px;padding:12px 13px;transition:border-color .16s,box-shadow .16s,transform .16s;display:flex;position:relative;box-shadow:0 3px 10px #203a2d08}.category-nav .category-tabs button:hover{border-color:#9fbcaa;transform:translateY(-1px);box-shadow:0 7px 16px #203a2d12}.category-nav .category-tabs button.on{border:2px solid var(--h-green);color:#173e2f;background:#f2f9ef;padding:11px 12px;box-shadow:0 7px 18px #173e2f18}.category-icon{background:#edf2e9;border-radius:10px;flex:0 0 38px;place-items:center;width:38px;height:38px;margin-right:10px;font-size:19px;display:grid}.category-tabs button.on .category-icon{background:#dff19f}.category-copy{min-width:0}.category-copy b,.category-copy small{display:block}.category-copy b{white-space:nowrap;font-size:13px}.category-copy small{color:#8a958f;text-overflow:ellipsis;white-space:nowrap;margin-top:5px;font-size:9px;overflow:hidden}.category-check{background:var(--h-green);color:#fff;border:2px solid #fff;border-radius:50%;place-items:center;width:21px;height:21px;font-size:11px;font-weight:900;display:none;position:absolute;top:-7px;right:-6px}.category-tabs button.on .category-check{display:grid}.hook-toolbar{justify-content:flex-start}@media (max-width:1100px){.category-nav .category-tabs{grid-template-columns:repeat(3,minmax(150px,1fr))}}@media (max-width:720px){.category-nav{padding:16px 15px}.category-nav-title>small{display:none}.category-nav .category-tabs{scrollbar-width:none;gap:9px;margin:0 -15px;padding:2px 15px 8px;display:flex;overflow-x:auto}.category-nav .category-tabs::-webkit-scrollbar{display:none}.category-nav .category-tabs button{flex:0 0 176px;min-height:68px}}
