/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:Inter;src:url(/assets/Inter_18pt-Light-DbzEu6wT.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/assets/Inter_18pt-Medium-BtfNrkJj.ttf) format("truetype");font-weight:700;font-style:normal}.header__auth{display:flex;gap:12px;align-items:center}.header__auth-btn{display:inline-block;padding:8px 20px;font-size:15px;font-weight:600;border-radius:8px;border:1px solid #2563eb;background:#fff;color:#2563eb;text-decoration:none;transition:background .2s,color .2s,box-shadow .2s;cursor:pointer}.header__auth-btn:hover,.header__auth-btn:focus{background:#2563eb;color:#fff;box-shadow:0 2px 8px #2563eb22}.header__auth-btn_login{border-color:#2563eb;background:#fff;color:#2563eb}.header__auth-btn_login:hover,.header__auth-btn_login:focus{background:#2563eb;color:#fff}.header__auth-btn_signup{border-color:#22c55e;background:#22c55e;color:#fff}.header__auth-btn_signup:hover,.header__auth-btn_signup:focus{background:#16a34a;border-color:#16a34a;color:#fff}.header{width:100%;background:linear-gradient(90deg,#2563eb1a,#22c55e1a);border-bottom:1px solid #e2e8f0}.header__inner{max-width:1200px;margin:0 auto;padding:16px 50px;display:flex;align-items:center;justify-content:space-between;gap:16px;position:relative}.header__logo{display:flex;align-items:center;gap:12px;text-decoration:none;transition:filter .3s ease,transform .3s ease}.header__logo-image{width:40px;height:40px;border-radius:50%;object-fit:cover}.header__logo-text{font-size:20px;font-weight:700;color:#0f172a;margin:0}.header__logo:hover .header__logo-image{box-shadow:0 0 12px #2563eb66,0 0 24px #2563eb33}.header__logo:hover{transform:translateY(-1px)}.header__menu-toggle{display:none;background:none;border:1px solid #e2e8f0;border-radius:10px;padding:8px;line-height:0;cursor:pointer}.header__menu-toggle svg{width:22px;height:22px}.header__nav{flex:1;display:flex;justify-content:center}.header__nav-list{display:flex;list-style:none;gap:48px;margin:0;padding:0}.header__nav-link{color:#0f172acc;text-decoration:none;font-size:16px;position:relative}.header__nav-link:after{content:"";position:absolute;left:50%;bottom:-4px;height:2px;background-color:currentColor;width:0px;border-radius:50%;transform:translate(-50%);transition:all .2s ease}.header__nav-link:hover:after{width:100%;border-radius:0}.header__nav-link_active{color:#2563eb}.header__user{position:relative}.header__user-container{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;cursor:pointer;max-width:220px}.header__user-image{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#2564eb3f,#22c55e2f)}.header__username{max-width:120px;color:#0f172a;font-weight:500;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header__user-button{background:none;border:none;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center}.header__user-button:hover{color:#2563eb;background-color:#f1f5f9;border-radius:50%}.header__user-button svg{width:20px;height:20px}.header__dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;min-width:200px;z-index:120;overflow:hidden}.header__dropdown-list{list-style:none;margin:0;padding:8px 0}.header__dropdown-link{display:block;padding:10px 14px;color:#0f172a;text-decoration:none;font-weight:500}.header__dropdown-link:hover{background-color:#f8fafc;color:#2563eb}.header__dropdown-button{width:100%;padding:10px 14px;background:none;border:none;color:#dc2626;font-weight:600;text-align:left}.header__dropdown-button:hover{background-color:#fef2f2}@media (max-width: 768px){.header{padding:12px 14px}.header__logo-text{font-size:18px}.header__menu-toggle{display:inline-flex}.header__nav{position:absolute;top:100%;left:-20px;right:0;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 8px 20px #0000000f;display:none}.header__nav_open{display:flex}.header__nav-list{flex-direction:column;gap:0;width:100%}.header__nav-list>li{border-top:1px solid #f1f5f9;width:100%;padding:0 16px}.header__nav-list>li:first-child{border-top:none}.header__nav-link{display:block;padding:14px 0;font-size:16px;text-align:center}.header__nav-link:after{display:none}.header__username{display:none}.header__user-container{padding:6px 8px}}@media (max-width: 400px){.header__logo-text{display:none}}.toolbar{border:1px solid rgba(0,0,0,.12);box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;border-radius:16px 16px 0 0;background:#fff;padding:20px 28px;display:flex;flex-direction:column;gap:18px}.toolbar__top{display:flex;align-items:center;gap:14px;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.15);flex-wrap:nowrap}.btn{border:1px solid #2563eb33;background:#fff;color:#0f172a;cursor:pointer;font:500 16px/1.2 ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,"Apple Color Emoji","Segoe UI Emoji";transition:transform .06s ease,box-shadow .15s ease,background-color .15s ease,border-color .15s ease,color .15s;-webkit-user-select:none;user-select:none;display:inline-flex;align-items:center;justify-content:center}.btn_active{transform:translateY(2px);background-color:#2563eb;color:#fff;border-color:#2563eb}.btn--pill{border-radius:14px;padding:10px 18px;box-shadow:0 1px #0000000d;gap:10px;background:linear-gradient(90deg,#2563eb14,#22c55e14);border:1px solid #2563eb33}.btn--pill:active,.btn--pill:focus{background:#2563eb;color:#fff;border-color:#2563eb}.btn--icon{height:44px;width:44px;border-radius:10px;background:#f8fafc;color:#2563eb;border:1px solid #2563eb33}.btn--icon:active,.btn--icon:focus{background:#2563eb;color:#fff;border-color:#2563eb}.btn--pill{border-radius:14px;padding:10px 18px;box-shadow:0 1px #0000000d;gap:10px}.btn--icon{height:44px;width:44px;border-radius:10px}.icon{width:28px;height:28px;stroke-width:2.5}.icon--sm{width:18px;height:18px}.toolbar__assistant{min-width:112px}.toolbar__add .btn__label{margin-left:6px}.toolbar__add-chevron{margin-left:4px;transition:transform .2s}.toolbar__add-dropdown-wrapper{position:relative;display:inline-block}.toolbar__add-dropdown{position:absolute;top:110%;right:0;background:#fff;border:1px solid #2563eb33;border-radius:10px;box-shadow:0 2px 8px #2563eb14;min-width:200px;z-index:20;padding:8px 0;display:flex;flex-direction:column;gap:2px}.toolbar__add-option{display:flex;align-items:center;gap:10px;padding:10px 18px;background:none;border:none;color:#0f172a;font-size:16px;cursor:pointer;border-radius:8px;transition:background .15s,color .15s}.toolbar__add-option:hover,.toolbar__add-option:focus{background:#2563eb;color:#fff}.toolbar__add-option-icon{color:inherit}.input{border:1px solid rgba(0,0,0,.25);background:#fff;border-radius:14px;padding:12px 16px;font-size:16px;outline:none}.input:focus{border-color:#00000080}.input--search{flex:1 1 auto;min-width:260px}.toolbar__view{display:inline-flex;gap:10px;margin-left:auto}.toolbar__view-btn{border-radius:10px;border:1px solid #2563eb33;background:#f8fafc;color:#2563eb;transition:background .15s,color .15s}.toolbar__view-btn.btn_active{background:#2563eb;color:#fff;border-color:#2563eb}.toolbar__chips{display:flex;flex-wrap:wrap;gap:12px;padding-top:4px}.chip{border:1px solid rgba(0,0,0,.35);background:#fff;padding:10px 14px;border-radius:12px;font-size:16px;line-height:1;cursor:pointer;white-space:nowrap}.chip:active{transform:translateY(1px)}.chip--active{background-color:#1976d2;color:#fff;border:1px solid #1976d2}.toolbar__stats{display:flex;gap:28px;padding-top:4px;font-size:16px;color:#222}@media (max-width: 768px){.toolbar{padding:16px;gap:14px}.toolbar__top{flex-wrap:wrap;gap:10px 12px}.toolbar__assistant{order:1;padding:9px 14px;min-width:auto}.input--search{order:2;flex-basis:100%;min-width:0}.btn--icon{order:3;height:40px;width:40px;border-radius:10px}.toolbar__add{order:4;padding:9px 14px}.toolbar__view{order:5;margin-left:0;gap:8px}.icon{width:24px;height:24px;stroke-width:2.25}.icon--sm{width:16px;height:16px}.toolbar__chips{gap:10px;row-gap:10px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding-bottom:4px}.chip{padding:9px 12px;font-size:15px}.toolbar__stats{gap:16px;font-size:15px;flex-wrap:wrap}}@media (max-width: 400px){.toolbar{padding:12px;gap:12px}.toolbar__top{gap:8px}.btn--pill{padding:8px 12px;border-radius:12px;font-size:14px}.btn--icon{height:36px;width:36px;border-radius:9px}.icon{width:22px;height:22px;stroke-width:2.1}.icon--sm{width:14px;height:14px}.toolbar__add .btn__label{display:none}.input{padding:10px 12px;font-size:15px;border-radius:12px}.toolbar__chips{gap:8px;overflow-x:auto;padding:2px 2px 6px;scroll-snap-type:x proximity}.chip{padding:8px 10px;font-size:14px;border-radius:10px;scroll-snap-align:start}.toolbar__stats{flex-direction:column;gap:6px;font-size:14px}}.toolbar__sort-menu{position:absolute;top:36px;right:0;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 8px #00000014;padding:12px 16px;z-index:10;min-width:160px}.toolbar__sort-option{background:none;border:none;color:#1976d2;padding:4px 8px;margin:0 2px;cursor:pointer;border-radius:4px;font-size:1rem}.toolbar__sort-option--active{background:#1976d2;color:#fff}.guest{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;background:#f9f9fb;border-radius:16px;box-shadow:0 2px 12px #0000000a;padding:32px 16px}.guest__icon{margin-bottom:16px;color:#6366f1}.guest__message{text-align:center}.guest__title{margin:0 0 8px;font-size:1.6rem;color:#22223b}.guest__text{margin:0;font-size:1.1rem;color:#4a4e69}.guest__action{color:#6366f1;font-weight:600;cursor:pointer;transition:text-decoration .2s}.guest__action:hover{text-decoration:underline}.item-row{margin:10px 0;display:flex;height:250px;border:solid 1px #0000001f;border-radius:8px}.item-row__left{flex:1;display:flex;flex-direction:column;border-right:solid 1px #0000001f}.item-row__image{max-height:175px;height:100%;width:100%;object-fit:contain}.item-row__left-bot{border-top:solid 1px #0000001f;display:flex}.item-row__increment{flex:1;display:flex;flex-direction:column;border-right:solid 1px #0000001f}.item-row__increment-title{border-bottom:solid 1px #0000001f;display:flex;justify-content:center;align-items:center;flex:1.5}.item-row__increment-text{margin:0;padding:0}.item-row__increment-input{margin:4px;padding:0;border:none;text-align:center;width:30%;border:1px solid rgba(220,220,220,.5);border-radius:4px}.item-row__increment-input:focus{outline:none;border:1px solid rgb(136,136,136)}.item-row__increment-buttons{display:flex;align-items:center;flex:1}.item-row__increment-button{flex:1;margin:0 2px;border-radius:4px;cursor:pointer;transition:all .1s ease}.item-row__increment-button:hover{background-color:#f0f0f0}.item-row__edit-section{display:flex;flex-direction:column}.item-row__edit-button{margin:2px;padding:4px;border-radius:8px;cursor:pointer}.item-row__edit-button:hover{background-color:#f0f0f0}.item-row__right{flex:4;display:flex;flex-direction:column}.item-row__header{display:flex;border-bottom:solid 1px #0000001f}.item-row__amount{text-align:center;border-right:solid 1px #0000001f;font-size:20px;padding:8px}.item-row__title{display:flex;justify-content:space-between;align-items:center;flex:1;font-size:24px;font-weight:700}.item-row__name{margin:0 10px;padding:0}.item-row__right-bot{display:flex;flex:1;height:100%}.item-row__details{flex:1;border-right:solid 1px #0000001f;display:flex;flex-direction:column;justify-content:end;height:100%}.item-row__category{display:flex;flex-direction:column;text-align:center;margin:0 4px}.item-row__category-title{margin:0;padding:4px 8px;font-size:20px;border-bottom:solid 1px #0000001f}.item-row__category-tags{margin-top:4px;display:flex;gap:4px;flex-wrap:wrap;font-size:20px;max-height:105px;overflow-y:auto}.item-row__category-tag{padding:4px 8px;border:solid 1px rgba(0,0,0,.12);border-radius:14px;box-shadow:0 1px #0000000d}.item-row__links{border-top:solid 1px #0000001f;margin-top:auto;display:flex;align-items:center}.item-row__link{height:30px;flex:1;margin:4px;border-radius:4px;cursor:pointer;transition:all .1s ease;text-decoration:none;color:#000;width:100%;text-align:center;font-size:20px;display:flex;align-items:center;justify-content:center}.item-row__divider{width:1px;height:100%;background-color:#0000001f}.item-row__link:hover{background-color:#f0f0f0}.item-row__description{flex:3;font-size:20px;padding:8px;overflow-y:auto;word-wrap:break-word;line-height:1.4;max-height:170px}@media (max-width: 768px){.item-row__right-bot{flex-direction:column}.item-row__details{flex-direction:row;max-height:75px}.item-row__description{border-top:solid 1px #0000001f;max-height:90px}.item-row__category{flex:3}.item-row__links{flex-direction:column;margin:0;border:none;border-left:solid 1px #0000001f}.item-row__link{width:100%;font-size:16px}.item-row__divider{display:none}.item-row__category-tag{font-size:16px}.item-row__name{font-size:16px;margin:0 2px}.item-row__amount{font-size:14px}.item-row__increment-text{display:none}}@media (max-width: 510px){.item-row__right{width:0px}.item-row{position:relative}.item-row__details{display:flex}.item-row__category{display:block}.item-row__category-tags{max-height:68px}.item-row__links{flex-direction:row;position:absolute;background-color:#fff;top:0;left:-1px;border-bottom:solid 1px #0000001f;border-right:solid 1px #0000001f;border-radius:8px 0;opacity:.6}.item-row__category-title{display:none}.item-row__title{overflow:auto}}.item-card{width:100%;height:100%;display:flex;flex-direction:column;border:1px solid #0000001f;border-radius:14px;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;background:#fff;overflow:hidden}.item-card__image-wrap{position:relative;display:flex;justify-content:center;align-items:center;width:100%;background:#fafbfc;border-bottom:1px solid #0000001f;padding:16px 0 8px}.item-card__image{width:120px;height:120px;object-fit:cover;border-radius:10px;background:#f0f0f0;box-shadow:0 1px 2px #0000000a;display:block}.item-card__content{display:flex;flex-direction:column;flex:1;padding:12px 14px 10px}.item-card__header{display:flex;align-items:flex-start;gap:10px;margin-bottom:8px}.item-card__title{flex:1;font-size:20px;font-weight:600;margin:0;padding:0;line-height:1.3;color:#222;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal;word-break:break-word}.item-card__amount{position:absolute;right:12px;bottom:12px;font-size:15px;color:#fff;background:#222c;border-radius:8px;padding:3px 12px;box-shadow:0 2px 8px #00000014;z-index:2;pointer-events:none;font-weight:500;letter-spacing:.02em}.item-card__increment-buttons{display:flex;gap:8px;margin-bottom:10px}.item-card__increment-button{flex:1;cursor:pointer;transition:background .1s;padding:6px 0;border-radius:4px;border:none;background:#f7f7f7;display:flex;align-items:center;justify-content:center;font-size:18px}.item-card__increment-button:hover{background:#e0e0e0}.item-card__actions{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-top:1px solid #0000001f;padding:8px 0 0;gap:6px;margin-top:auto}.item-card__action-button{flex:1 1 0;cursor:pointer;transition:background .1s;width:32px;height:32px;padding:4px;display:flex;align-items:center;justify-content:center;border:none;background:none;border-radius:4px}.item-card__action-button:hover{background:#e0e0e0}.inventory-view{border:1px solid rgba(0,0,0,.12);box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;border-radius:0 0 16px 16px;background:#fff;padding:20px 28px}.inventory-view_grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:20px;padding:20px}.inventory-view__empty{padding:48px 0;text-align:center;color:#888;font-size:1.2rem}.hero{background:#f6f8fa;border-radius:1rem;padding:2.5rem 2rem;text-align:center;box-shadow:0 2px 12px #0000000a}.hero__title{font-size:2.2rem;font-weight:700;margin-bottom:1.2rem;color:#1a202c}.hero__desc{font-size:1.1rem;color:#444;margin-bottom:1rem}.hero__cta{display:inline-block;margin-top:1.5rem;padding:.75rem 2.5rem;background:#2563eb;color:#fff;border-radius:2rem;font-weight:600;font-size:1.1rem;text-decoration:none;transition:background .2s}.hero__cta:hover{background:#1d4ed8}@media (max-width: 768px){.hero{padding:2rem 1rem}.hero__title{font-size:1.5rem}.hero__cta{padding:.7rem 2rem;font-size:1rem}}@media (max-width: 400px){.hero{padding:1.2rem .5rem}.hero__title{font-size:1.1rem}.hero__desc{font-size:.95rem}.hero__cta{padding:.6rem 1.2rem;font-size:.95rem}}.features{background:#fff;border-radius:1rem;padding:2rem 1.5rem;box-shadow:0 2px 12px #00000008}.features__title{font-size:1.7rem;font-weight:600;margin-bottom:2rem;text-align:center;color:#222}.features__cards{display:flex;gap:2rem;justify-content:space-between;flex-wrap:wrap}.features__card{flex:1 1 220px;background:#f3f6fa;border-radius:.75rem;padding:1.5rem 1rem;text-align:center;box-shadow:0 1px 6px #00000008;transition:box-shadow .2s}.features__card:hover{box-shadow:0 4px 16px #2563eb12}.features__card-icon{color:#2563eb;width:2.5rem;height:2.5rem;margin-bottom:1rem}.features__card-title{font-size:1.15rem;font-weight:600;margin-bottom:.5rem;color:#1a202c}.features__card-desc{color:#444;font-size:1rem}@media (max-width: 768px){.features__cards{flex-direction:column;gap:1.2rem}.features__card{min-width:0;padding:1.2rem .7rem}.features__title{font-size:1.2rem}}@media (max-width: 400px){.features{padding:1rem .3rem}.features__card{padding:.8rem .3rem}.features__title,.features__card-title{font-size:1rem}.features__card-desc{font-size:.95rem}}.custom{background:#f6f8fa;border-radius:1rem;padding:2rem 1.5rem;box-shadow:0 2px 12px #00000008}.custom__title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1a202c;text-align:center}.custom__desc{color:#444;font-size:1.05rem;margin-bottom:2rem;text-align:center}.custom__cards{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.custom__card{background:#fff;border-radius:.75rem;padding:1.2rem 1rem;min-width:200px;flex:1 1 180px;box-shadow:0 1px 6px #00000008;text-align:center}.custom__card-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#2563eb}.custom__card-desc{color:#444;font-size:1rem}@media (max-width: 768px){.custom__cards{flex-direction:column;gap:1rem}.custom__card{min-width:0;padding:1rem .7rem}.custom__title{font-size:1.1rem}}@media (max-width: 400px){.custom{padding:1rem .3rem}.custom__card{padding:.7rem .2rem}.custom__title,.custom__desc{font-size:.95rem}}.assistant{background:#fff;border-radius:1rem;padding:2rem 1.5rem;box-shadow:0 2px 12px #00000008;text-align:center}.assistant__icon{display:flex;justify-content:center;align-items:center;margin-bottom:1rem}.assistant__icon svg{color:#2563eb;width:2.5rem;height:2.5rem}.assistant__title{font-size:1.4rem;font-weight:600;margin-bottom:1rem;color:#1a202c}.assistant__desc{color:#444;font-size:1.05rem;margin-bottom:1.5rem}.assistant__img{max-width:350px;width:100%;border-radius:.5rem;box-shadow:0 1px 8px #2563eb12;margin:0 auto;display:block}@media (max-width: 768px){.assistant{padding:1.5rem 1rem}.assistant__title{font-size:1.1rem}.assistant__img{max-width:220px}}@media (max-width: 400px){.assistant{padding:1rem .3rem}.assistant__title,.assistant__desc{font-size:.95rem}.assistant__img{max-width:140px}}.cta{background:#2563eb;border-radius:1rem;padding:2.2rem 1.5rem;text-align:center;color:#fff;box-shadow:0 2px 12px #2563eb12}.cta__title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.cta__desc{font-size:1.1rem;margin-bottom:1.5rem}.cta__button{display:inline-block;background:#fff;color:#2563eb;font-weight:700;font-size:1.1rem;padding:.8rem 2.5rem;border-radius:2rem;text-decoration:none;transition:background .2s,color .2s;box-shadow:0 1px 8px #0000000a}.cta__button:hover{background:#e0e7ff;color:#1e40af}@media (max-width: 768px){.cta{padding:1.2rem .7rem}.cta__title{font-size:1.1rem}.cta__button{padding:.7rem 1.5rem;font-size:1rem}}@media (max-width: 400px){.cta{padding:.7rem .2rem}.cta__title,.cta__desc{font-size:.95rem}.cta__button{padding:.6rem 1rem;font-size:.95rem}}.home{display:flex;flex-direction:column;gap:3rem;max-width:900px;margin:0 auto;padding:2rem 1rem}.home__section{margin-bottom:2rem}@media (max-width: 768px){.home{padding:1rem .5rem;gap:2rem;max-width:100%}}@media (max-width: 400px){.home{padding:.5rem .1rem;gap:1rem}}.about-hero{background:linear-gradient(90deg,#2563eb14,#22c55e14);padding:3rem 1.5rem 2rem;text-align:center}.about-hero__title{color:#2563eb;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.about-hero__subtitle{color:#0f172a;font-size:1.25rem;margin:0 auto;max-width:600px}.about-info{background:#f8fafc;padding:2.5rem 1.5rem;border-radius:1.25rem;margin:2.5rem auto;max-width:900px;box-shadow:0 4px 24px #2563eb22;position:relative}.about-info__heading{color:#2563eb;font-size:2.2rem;margin-bottom:2rem;text-align:center;letter-spacing:-1px}.about-info__features{list-style:none;padding:0;margin:0 0 2.5rem;display:flex;flex-wrap:wrap;gap:1.5rem 2.5rem;justify-content:center}.about-info__feature{display:flex;align-items:center;gap:.75rem;color:#0f172a;font-size:1.13rem;background:#fff;border-radius:.75rem;box-shadow:0 1px 4px #0001;padding:.75rem 1.25rem;min-width:260px;transition:box-shadow .2s}.about-info__feature:hover{box-shadow:0 4px 16px #22c55e22}.about-info__icon{color:#22c55e;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.about-info__snippet{width:100%;max-width:700px;margin:2rem auto 0;display:flex;flex-direction:column;align-items:stretch;background:#fff;border-radius:1rem;box-shadow:0 2px 12px #2563eb11;border:1.5px solid #2563eb22;padding:1.5rem 1.2rem 1.2rem}.about-info__snippet-block{background:none;border:none;border-radius:0;padding:0;min-width:0;max-width:100%;box-shadow:none;position:static;opacity:1;transform:none;pointer-events:auto;transition:none;z-index:1;width:100%}.about-info__snippet-block--active{opacity:1;transform:translateY(0) scale(1);pointer-events:auto;z-index:2}.about-info__snippet-label{color:#22c55e;font-weight:700;margin-bottom:.75rem;font-size:1.08rem;letter-spacing:.5px}.about-info__code{background:#f8fafc;color:#0f172a;font-size:1.01rem;padding:.7rem .5rem .7rem .7rem;border-radius:.5rem;overflow-x:auto;font-family:Fira Mono,Consolas,Menlo,monospace;line-height:1.5}.about-info__snippet-controls{display:flex;justify-content:flex-end;align-items:center;gap:1rem;margin-top:.5rem;margin-bottom:.5rem;width:100%}.about-info__snippet-btn{background:#f8fafc;border:1px solid #2563eb22;color:#2563eb;border-radius:.5rem;padding:.3rem 1.1rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s}.about-info__snippet-btn:hover,.about-info__snippet-btn:focus{background:#2563eb;color:#fff}.about-info__snippet-timer{width:100%;margin-top:.5rem;height:5px;background:#e0e7ef;border-radius:3px;overflow:hidden;z-index:3}.about-info__snippet-timer-bar{height:100%;background:linear-gradient(90deg,#2563eb,#22c55e);border-radius:3px;transition:width .2s linear}.about-built{background:#fff;padding:2rem 1.5rem;border-radius:1rem;margin:2rem auto;max-width:900px;box-shadow:0 2px 8px #0001}.about-built__heading{color:#2563eb;font-size:1.5rem;margin-bottom:1rem;text-align:center}.about-built__list{color:#0f172a;font-size:1.1rem;list-style:disc inside;padding-left:0}.about-built__list li{margin-bottom:.5rem}.about-project{background:#f8fafc;padding:2rem 1.5rem;border-radius:1rem;margin:2rem auto 3rem;max-width:900px;box-shadow:0 2px 8px #0001}.about-project__heading{color:#2563eb;font-size:1.5rem;margin-bottom:1rem;text-align:center}.about-project__philosophy{color:#0f172a;font-size:1.13rem;list-style:none;padding:0;margin-bottom:1.7rem;display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.about-project__icon{color:#22c55e;margin-right:.5em;vertical-align:-2px}.about-project__links{display:flex;gap:1.5rem;justify-content:center;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap}.about-project__link{color:#22c55e;font-weight:600;text-decoration:none;transition:color .2s}.about-project__link:hover{color:#2563eb}.about-project__license{color:#0f172a;font-size:.95rem}.about-project__roadmap{margin-bottom:1.5rem}.about-project__roadmap-title{color:#2563eb;font-size:1.15rem;margin-bottom:.7rem;text-align:center;display:flex;align-items:center;gap:.5em;justify-content:center}.about-project__roadmap-list{color:#0f172a;font-size:1.07rem;list-style:none;padding-left:0;margin:0 auto 0 0;max-width:480px}.about-project__roadmap-list li{display:flex;align-items:center;gap:.7em;margin-bottom:.5em;padding-left:.2em}.about-project__roadmap-icon{color:#2563eb;flex-shrink:0}.about-project__quote{background:#fff;color:#2563eb;border-left:4px solid #22c55e;padding:1.1rem 1.7rem;border-radius:.7rem;font-style:italic;text-align:center;margin:0 auto;max-width:600px;font-size:1.08rem;display:flex;align-items:center;gap:.5em}.about{background:#fff;min-height:100vh;padding:0 0 2rem;border-radius:1.5rem;box-shadow:0 6px 32px #2563eb22,0 1.5px 6px #22c55e22;max-width:1000px;margin:2.5rem auto 0;overflow:hidden}.wiki{max-width:900px;margin:2rem auto;padding:2rem;background:linear-gradient(90deg,#2563eb0d,#22c55e0d);border:1px solid #0000001f;border-radius:16px;box-shadow:0 2px 12px #2563eb22}.wiki__title{font-size:2rem;color:#2563eb;margin-bottom:1.5rem;text-align:left}.wiki__loading,.wiki__error{color:#2563eb;font-size:1.2rem;margin:2rem 0;text-align:center}.wiki__list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.wiki__item{background:#fff;border-radius:12px;box-shadow:0 1px 4px #2563eb11;border:1px solid #0000001f;transition:box-shadow .2s;overflow:hidden}.wiki__item:hover{box-shadow:0 4px 16px #2563eb22}.wiki__link{display:flex;align-items:center;gap:1rem;text-decoration:none;color:#0f172a;padding:1rem}.wiki__img{width:48px;height:48px;object-fit:contain;background:#f8fafc;border-radius:8px;border:1px solid #0000001f}.wiki__name{font-size:1.1rem;font-weight:600;color:#2563eb}.wiki-module__header-row{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;position:relative}.wiki-module__header-row{margin-bottom:.5rem}.wiki-module__edit-btn{background:none;border:none;cursor:pointer;position:absolute;top:.5rem;right:.5rem;z-index:10;padding:.2rem;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #2563eb11;border-radius:50%;transition:background .15s}.wiki-module__edit-btn:hover{background:#f1f5fd}.wiki-module{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:2.5rem 2rem 2rem;max-width:950px;margin:2.5rem auto;box-shadow:0 4px 24px #2563eb18;color:#0f172a;font-family:Segoe UI,Arial,sans-serif;position:relative;min-height:320px}.wiki-module--whitebg{background:#fff;border:1px solid #e5e7eb}.wiki-module__toprow{display:flex;flex-direction:row;align-items:stretch;gap:3.5rem;margin-bottom:1.5rem}.wiki-module__toprow--wide{gap:4.5rem}.wiki-module__rightinfo--wide{flex:2.2;min-width:0;display:flex;flex-direction:column;align-items:flex-end;gap:1.2rem}.wiki-module__imagebox--wide{width:180px;height:180px;margin-bottom:.7rem}.wiki-module__image--wide{width:180px;height:180px}.wiki-module__basicinfo--wide{width:100%;text-align:right}.wiki-module__title--main{font-size:3.1rem;font-weight:800;color:#2563eb;margin:0 0 1.2rem;letter-spacing:-1.5px;text-align:left;display:flex;align-items:center;gap:.5em}.wiki-module__rightinfo--main{flex:2.5;min-width:0;display:flex;flex-direction:column;align-items:flex-end;gap:1.5rem}.wiki-module__imagebox--main{width:240px;height:240px;margin-bottom:1.1rem}.wiki-module__image--main{width:240px;height:240px;border-radius:18px;box-shadow:0 4px 24px #2563eb18;border:1.5px solid #e5e7eb;object-fit:contain;background:#f8fafc}.wiki-module__basicinfo--main{width:100%;text-align:right}.wiki-module__pills{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.3rem}.wiki-module__description-label{font-size:1.08rem;font-weight:600;color:#64748b;margin-bottom:.2rem;margin-left:.1rem}.wiki-module__leftinfo{flex:1.2;min-width:0;display:flex;flex-direction:column;gap:1.2rem;justify-content:flex-start}.wiki-module__categories,.wiki-module__ideas{background:none;border:none;border-radius:0;padding:.2rem 0;font-size:1.08rem;margin-bottom:.2rem}.wiki-module__empty{color:#94a3b8;font-style:italic}.wiki-module__rightinfo{flex:1.5;min-width:0;display:flex;flex-direction:column;align-items:flex-end;gap:.7rem}.wiki-module__imagebox{width:140px;height:140px;margin-bottom:.5rem}.wiki-module__image{width:140px;height:140px;object-fit:contain;background:#f8fafc;border-radius:14px;border:1px solid #e5e7eb;box-shadow:0 2px 8px #2563eb11;margin-left:auto}.wiki-module__basicinfo{width:100%;text-align:right}.wiki-module__pill{background:#2563eb11;color:#2563eb;border-radius:999px;padding:.25em 1em;font-size:1em;font-weight:500;border:1px solid #2563eb22;display:inline-block;margin-bottom:.2em}.wiki-module__pill--nobg{background:none;border:1px solid #2563eb22;color:#2563eb}.wiki-module__meta{display:flex;flex-wrap:wrap;align-items:center;gap:1.2rem;margin-bottom:.2rem;font-size:1.02rem;justify-content:flex-end}.wiki-module__description{font-size:1.13rem;margin-bottom:2.1rem;color:#0f172a;line-height:1.6;background:#f8fafc;border-radius:8px;padding:1.1rem 1.3rem;border:1px solid #e5e7eb}.wiki-module__codesnippets{display:flex;flex-direction:column;gap:0;margin-top:.5rem}.wiki-module__codesnippets--dual{flex-direction:row;gap:2.5rem}.wiki-module__codesnippet{margin-bottom:0;background:#fff;border-radius:8px;border:1px solid #e5e7eb;box-shadow:0 1px 4px #2563eb11;display:flex;flex-direction:column;flex:1 1 0;min-width:0}.wiki-module__codesnippet--half{width:50%;min-width:0}.wiki-module__codesnippet--full{width:100%}.wiki-module__codesnippet-label{font-size:1.08rem;font-weight:600;color:#2563eb;padding:.7rem 1.2rem .2rem}.wiki-module__top{display:flex;flex-direction:row;align-items:flex-start;gap:2.5rem}.wiki-module__maininfo{flex:2;min-width:0}.wiki-module__imagebox{flex:1;display:flex;justify-content:flex-end;align-items:flex-start;min-width:140px}.wiki-module__image{width:140px;height:140px;object-fit:contain;background:#f8fafc;border-radius:14px;border:1px solid #0001;box-shadow:0 2px 8px #2563eb11;margin-left:auto}.wiki-module__title{font-size:2.5rem;color:#2563eb;margin:0 0 .7rem;font-weight:700;letter-spacing:-1px}.wiki-module__meta{display:flex;flex-wrap:wrap;align-items:center;gap:1.2rem;margin-bottom:1.1rem;font-size:1.08rem}.wiki-module__owner{color:#22c55e;font-weight:500}.wiki-module__owner span{color:#0f172a;font-weight:600}.wiki-module__date{color:#64748b}.wiki-module__official{background:#22c55e22;color:#22c55e;font-weight:600;border-radius:6px;padding:.1em .7em;font-size:.98em;display:inline-block}.wiki-module__description{font-size:1.18rem;margin-bottom:1.5rem;color:#0f172a;line-height:1.6}.wiki-module__fields{display:flex;flex-wrap:wrap;gap:1.2rem 2.5rem;margin-bottom:.5rem}.wiki-module__field{display:flex;gap:.5rem;font-size:1.08rem;color:#0f172acc;align-items:baseline}.wiki-module__field-label{font-weight:600;color:#2563eb}.wiki-module__field-value{color:#0f172a}.wiki-module--loading,.wiki-module--error{text-align:center;color:#2563eb;font-size:1.3rem;margin-top:3rem}.profile{max-width:400px;margin:40px auto;background:#fff;border:1px solid #0000001f;border-radius:16px;box-shadow:0 2px 8px #0001;padding:32px 24px;font-family:inherit}.profile__form{display:flex;flex-direction:column;gap:20px}.profile__title{font-size:1.5rem;font-weight:700;color:#2563eb;margin-bottom:8px;text-align:center}.profile__label{display:flex;flex-direction:column;font-size:1rem;color:#0f172a;gap:4px}.profile__input{padding:10px 12px;border:1px solid #0000001f;border-radius:6px;background:#f8fafc;color:#0f172a;font-size:1rem;transition:border .2s}.profile__input:focus{outline:none;border-color:#2563eb}.profile__button{padding:12px;background:#2563eb;color:#fff;font-weight:600;font-size:1rem;border:none;border-radius:6px;cursor:pointer;margin-top:8px;transition:background .2s,opacity .2s}.profile__button:disabled{opacity:.6;cursor:not-allowed}.profile__error{color:#dc2626;font-size:.95em;margin-top:2px}.profile__backend-error{color:#dc2626;background:#fff0f0;border:1px solid #dc2626;border-radius:4px;padding:6px 10px;margin-bottom:8px;display:block;text-align:center}.profile__success{color:#22c55e;background:#f0fff4;border:1px solid #22c55e;border-radius:4px;padding:6px 10px;margin-bottom:8px;display:block;text-align:center}.login{display:flex;justify-content:center;align-items:center;min-height:70vh;background:#f8fafc}.login__form{background:#fff;border:1px solid #0000001f;border-radius:12px;padding:32px 24px;display:flex;flex-direction:column;gap:18px;min-width:320px;box-shadow:0 2px 8px #0000000a}.login__title{font-size:2rem;color:#2563eb;margin-bottom:8px;text-align:center}.login__label{display:flex;flex-direction:column;font-size:1rem;color:#0f172a;gap:4px}.login__input{padding:8px 10px;border:1px solid #0000001f;border-radius:6px;font-size:1rem;background:#f8fafc;color:#0f172a}.login__input:focus{outline:2px solid #2563eb}.login__button{background:#22c55e;color:#fff;border:none;border-radius:6px;padding:10px 0;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.login__button:hover{background:#2563eb}.login__switch{background:none;border:none;color:#2563eb;text-decoration:underline;cursor:pointer;font-size:.95rem;margin-top:8px;padding:0;align-self:center}.login__error{color:#ef4444;font-size:.92rem;margin-top:2px;min-height:18px}.login__backend-error{color:#b91c1c;background:#fee2e2;border:1px solid #fca5a5;border-radius:6px;padding:8px 12px;margin-bottom:8px;font-size:1rem;text-align:center;display:block}.register{display:flex;justify-content:center;align-items:center;min-height:70vh;background:#f8fafc}.register__form{background:#fff;border:1px solid #0000001f;border-radius:12px;padding:32px 24px;display:flex;flex-direction:column;gap:18px;min-width:320px;box-shadow:0 2px 8px #0000000a}.register__title{font-size:2rem;color:#2563eb;margin-bottom:8px;text-align:center}.register__label{display:flex;flex-direction:column;font-size:1rem;color:#0f172a;gap:4px}.register__input{padding:8px 10px;border:1px solid #0000001f;border-radius:6px;font-size:1rem;background:#f8fafc;color:#0f172a}.register__input:focus{outline:2px solid #2563eb}.register__button{background:#22c55e;color:#fff;border:none;border-radius:6px;padding:10px 0;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.register__button:hover{background:#2563eb}.register__switch{background:none;border:none;color:#2563eb;text-decoration:underline;cursor:pointer;font-size:.95rem;margin-top:8px;padding:0;align-self:center}.register__error{color:#ef4444;font-size:.92rem;margin-top:2px;min-height:18px}.register__backend-error{color:#b91c1c;background:#fee2e2;border:1px solid #fca5a5;border-radius:6px;padding:8px 12px;margin-bottom:8px;font-size:1rem;text-align:center;display:block}.not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:70vh;background:#f8fafc;border:1px solid #0000001f;border-radius:12px;padding:40px 24px;box-shadow:0 2px 8px #0000000a}.not-found__icon{color:#2563eb;margin-bottom:16px}.not-found__title{font-size:4rem;font-weight:700;margin:0 0 8px;color:#2563eb}.not-found__message{font-size:1.25rem;color:#0f172a;margin-bottom:24px;text-align:center}.not-found__link{color:#fff;background:#22c55e;padding:10px 24px;border-radius:6px;text-decoration:none;font-weight:500;transition:background .2s}.not-found__link:hover{background:#2563eb}.loading-screen{font-family:Inter,sans-serif;position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:all;z-index:9999;display:flex;justify-content:center;align-items:center;background:#f0f0f0;animation:loading-screen__bgmove 6s linear infinite alternate}@keyframes loading-screen__bgmove{0%{background-position:0% 50%}to{background-position:100% 50%}}.loading-screen__overlay{position:absolute;inset:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f0f0f0}.loading-screen__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:22px;padding:36px 44px;border-radius:20px;background:#fff;box-shadow:0 8px 32px #1f268721;border:1.5px solid #2563eb22}.loading-screen__dots{display:flex;gap:12px;align-items:flex-end;height:32px}.loading-screen__dot{width:16px;height:16px;border-radius:50%;animation:loading-screen__bounce 1.1s infinite,loading-screen__pulse 1.1s infinite}.loading-screen__dot:nth-child(1){background:#2563eb;box-shadow:0 0 8px 2px #2563eb44;animation-delay:0s,0s}.loading-screen__dot:nth-child(2){background:#22c55e;box-shadow:0 0 8px 2px #22c55e44;animation-delay:.2s,.2s}.loading-screen__dot:nth-child(3){background:linear-gradient(135deg,#2563eb,#22c55e);background-size:200% 200%;box-shadow:0 0 8px 2px #2563eb44;animation-delay:.4s,.4s;animation-name:loading-screen__bounce,loading-screen__pulse,loading-screen__dotwave;animation-duration:1.1s,1.1s,1.5s;animation-timing-function:cubic-bezier(.4,.2,.2,1),ease-in-out,linear;animation-iteration-count:infinite,infinite,infinite}@keyframes loading-screen__pulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.25);opacity:1}}@keyframes loading-screen__dotwave{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes loading-screen__bounce{0%,80%,to{transform:translateY(0);opacity:.7}40%{transform:translateY(-18px);opacity:1}}@keyframes loading-screen__spin{to{transform:rotate(360deg)}}.loading-screen__message{color:#2563eb;font-size:1.13rem;font-weight:600;text-shadow:0 1px 3px #2563eb22;letter-spacing:.01em;margin-top:6px}.modal{position:fixed;inset:0;z-index:999;display:flex;justify-content:center;align-items:center;background:linear-gradient(90deg,#2563eb14,#22c55e14);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal__backdrop{position:absolute;inset:0;background:#0f172a73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal__box{position:relative;background:#fff;border-radius:1.25rem;padding:2rem 2.5rem 2.5rem;max-width:720px;width:100%;z-index:1000;box-shadow:0 8px 32px #2563eb1f,0 1.5px 6px #22c55e1a;border:1.5px solid #0000001f;transition:box-shadow .2s,transform .2s;animation:modal-pop .25s cubic-bezier(.4,1.4,.6,1) 1}@keyframes modal-pop{0%{opacity:0;transform:scale(.96) translateY(30px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal__header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f1f5f9;padding-bottom:.75rem;margin-bottom:1.25rem}.modal__title{font-size:1.35rem;font-weight:600;color:#2563eb;margin:0;letter-spacing:-.5px}.modal__close{font-size:1.5rem;background:none;border:none;color:#0f172a;cursor:pointer;border-radius:50%;width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;transition:background .15s}.modal__close:hover,.modal__close:focus{background:#f1f5f9;color:#22c55e;outline:none}.modal__content{margin-top:.5rem;color:#0f172a;font-size:1.05rem;line-height:1.6}:root{--primary: #2563eb;--accent: #22c55e;--surface: #fff;--border: #0000001f;--muted-bg: #f8fafc;--text: #0f172a;--text-opacity: #0f172acc}.add-module-modal__form{width:100%;border-collapse:collapse;overflow:hidden;display:flex;flex-direction:column;gap:.5rem}.add-module-modal__label{font-weight:500;background:var(--surface);font-weight:600;margin-bottom:.25rem;color:var(--text)}.add-module-modal__select,.add-module-modal__input{padding:.5rem;border:1px solid var(--border);border-radius:4px;font-size:1rem;background:var(--muted-bg);color:var(--text);transition:border .2s}.add-module-modal__select:focus,.add-module-modal__input:focus{outline:none;border-color:var(--primary)}.add-module-modal__actions{display:flex;gap:1rem;justify-content:flex-end;border:none;background-color:transparent}.add-module-modal__button{padding:.5rem 1.25rem;border:none;border-radius:4px;background:var(--muted-bg);color:var(--text);font-size:1rem;cursor:pointer;transition:background .2s,color .2s;border:1px solid var(--border)}.add-module-modal__button--primary{background:var(--primary);color:#fff;border:1px solid var(--primary)}.add-module-modal__button--primary:hover:not(:disabled){background:var(--accent);color:#fff;border-color:var(--accent)}.add-module-modal__button:disabled{opacity:.6;cursor:not-allowed}.add-module-modal__error{color:#dc2626;font-size:.95rem;margin-top:-1rem}.add-module-modal__img{width:40px;height:40px;max-width:48px;max-height:48px;object-fit:cover;border-radius:4px;background:#e5e7eb;display:block;border:1.5px solid var(--border);box-shadow:0 1px 4px #0001;margin:0 auto}.add-module-modal__img--placeholder{background:#e5e7eb;width:40px;height:40px;max-width:48px;max-height:48px;border-radius:4px;border:1.5px solid var(--border)}.add-module-modal__checkbox-label{display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.add-module-modal__checkbox{opacity:0;width:0;height:0;position:absolute}.add-module-modal__checkbox-custom{width:22px;height:22px;border:2.5px solid var(--primary);border-radius:6px;background:#fff;display:inline-block;position:relative;transition:background .2s,border-color .2s,box-shadow .2s;box-shadow:0 1px 4px #0002}.add-module-modal__checkbox:focus+.add-module-modal__checkbox-custom{box-shadow:0 0 0 2px var(--primary)}.add-module-modal__checkbox:checked+.add-module-modal__checkbox-custom{background:var(--primary);border-color:var(--primary);box-shadow:0 2px 8px #2563eb33}.add-module-modal__checkbox:checked+.add-module-modal__checkbox-custom:after{content:"";position:absolute;left:6px;top:2px;width:6px;height:12px;border:solid #fff;border-width:0 3px 3px 0;border-radius:1px;transform:rotate(45deg)}.add-module-modal__table{width:100%;border-collapse:separate;border-spacing:0;background:var(--muted-bg);border:1.5px solid var(--border);border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0001}.add-module-modal__table th,.add-module-modal__table td{border-bottom:1px solid var(--border);border-right:1px solid var(--border)}.add-module-modal__table th{padding:4px 8px;text-align:left}.add-module-modal__table th:last-child,.add-module-modal__table td:last-child{border-right:none}.add-module-modal__table tr:last-child td{border-bottom:none}.add-module-modal__th-checkbox,.add-module-modal__cell-checkbox{width:40px;text-align:center}.add-module-modal__th-img,.add-module-modal__cell-img{width:56px;text-align:center}.add-module-modal__th-name,.add-module-modal__cell-name{width:auto;min-width:120px;max-width:300px;text-align:left}.add-module-modal__cell-name{font-weight:500;color:var(--text);white-space:normal;word-break:break-word}.add-module-modal__th-qty,.add-module-modal__cell-qty{width:80px;text-align:right}.add-module-modal__input--qty{width:60px;text-align:right;margin-right:8px}.addnew-modal__chipinput{display:flex;align-items:center;gap:.4em}.addnew-modal__chipinput-btn{background:#2563eb;color:#fff;border:none;border-radius:6px;width:2.2em;height:2.2em;display:flex;align-items:center;justify-content:center;margin-left:0;cursor:pointer;transition:background .18s,color .18s,transform .13s;font-size:1.13em;box-shadow:none;outline:none;border:1.5px solid #2563eb22;position:relative;padding:0}.addnew-modal__chipinput-btn:active{transform:scale(.97)}.addnew-modal__chipinput-btn:hover:not([disabled]),.addnew-modal__chipinput-btn:focus-visible:not([disabled]){background:#1e40af;color:#fff;border:1.5px solid #2563eb}.addnew-modal__chipinput-btn svg{transition:color .18s}.addnew-modal__codesnippet--empty{display:flex;align-items:center;justify-content:center;min-height:60px;background:#f1f5f9;border-radius:.7em;margin-bottom:1em;border:1.5px dashed #cbd5e1}.addnew-modal__codesnippet-empty-msg{color:#64748b;font-size:1.08em;font-style:italic;letter-spacing:.01em}.addnew-modal__chiplist{display:flex;flex-wrap:wrap;gap:.5em;margin-top:.3em}.addnew-modal__chip{display:inline-flex;align-items:center;background:#e0e7ef;color:#2563eb;border-radius:999px;padding:.25em .9em .25em .8em;font-size:.98em;position:relative;cursor:pointer;transition:background .2s,color .2s;border:1px solid #2563eb22}.addnew-modal__chip:hover{background:#2563eb;color:#fff}.addnew-modal__chip-delete{display:inline-flex;align-items:center;margin-left:.5em;color:#dc2626;opacity:1;cursor:pointer;transition:color .18s}.addnew-modal__chip-delete:hover{color:#b91c1c}.addnew-modal__chipinput-btn[disabled]{opacity:.5;cursor:not-allowed}.addnew-modal__form{max-height:70vh;overflow-y:auto}.addnew-modal__form{display:flex;flex-direction:column;gap:1.2rem;background:#fff;padding:1.5rem .5rem .5rem}.addnew-modal__field{display:flex;flex-direction:column;gap:.3rem}.addnew-modal__label{font-weight:500;color:#0f172a;margin-bottom:.1rem}.addnew-modal__required{color:#dc2626;margin-left:.2em}.addnew-modal__input,.addnew-modal__textarea{border:1px solid #0000001f;border-radius:6px;padding:.5rem .75rem;font-size:1rem;background:#f8fafc;color:#0f172a;transition:border .2s}.addnew-modal__input{flex:1}.addnew-modal__input:focus,.addnew-modal__textarea:focus{outline:none;border-color:#2563eb}.addnew-modal__textarea--code{font-family:Fira Mono,Consolas,monospace;min-height:80px}.addnew-modal__error{color:#dc2626;font-size:.92em;margin-top:.1em}.addnew-modal__actions{display:flex;gap:1rem;margin-top:.5rem}.addnew-modal__button{background:#f8fafc;color:#0f172a;border:1px solid #0000001f;border-radius:6px;padding:.5rem 1.2rem;font-size:1rem;cursor:pointer;transition:background .2s,color .2s}.addnew-modal__button--primary{background:#2563eb;color:#fff;border:none}.addnew-modal__button--primary.addnew-modal__button--disabled,.addnew-modal__button--primary:disabled,.addnew-modal__button--primary[aria-disabled=true]{background:#94a3b8;color:#e5e7eb;cursor:not-allowed;opacity:.7;border:none}.addnew-modal__button:hover{background:#e0e7ef}.addnew-modal__button--primary:hover{background:#1e40af}.addnew-modal__preview{margin-top:1.2rem;background:#f8fafc;border-radius:8px;padding:1rem;border:1px solid #0000001f}.addnew-modal__codesnippet{margin-bottom:1rem}.addnew-modal__codesnippet-label{font-size:.98em;font-weight:500;color:#2563eb;margin-bottom:.3em}.image-input{display:flex;flex-direction:column;gap:.5rem;align-items:center}.image-input__dropzone{border:2px dashed #94a3b8;padding:1.5rem;border-radius:.75rem;text-align:center;cursor:pointer;transition:background .2s ease}.image-input__dropzone--active{background-color:#f1f5f9}.image-input__preview-wrapper{position:relative;width:fit-content;margin:0 auto;display:flex;align-items:center;justify-content:center}.image-input__preview{width:150px;height:auto;border-radius:.5rem;object-fit:cover;border:2px solid #94a3b8;display:block;margin:0 auto}.image-input__remove{position:absolute;top:-10px;right:-10px;background:#f1f5f9;border:2px solid #ef4444;border-radius:50%;color:#ef4444;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,color .2s,border .2s;box-shadow:0 1px 4px #0001;padding:0}.image-input__remove svg{display:block;margin:auto;color:#ef4444}.image-input__remove:hover,.image-input__remove:focus-visible{background:#ef4444;color:#fff;border-color:#b91c1c}.image-input__remove:hover svg,.image-input__remove:focus-visible svg{color:#fff}.image-input__error{color:#dc2626;font-size:.9rem}.code-modal__toggle-btn--disabled{background:#e5e7eb!important;color:#94a3b8!important;border-color:#e5e7eb!important;cursor:not-allowed!important;opacity:.7}.code-modal__actions{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;justify-content:flex-end}.code-modal__icon-btn{background:#f8fafc;border:1.5px solid #2563eb;color:#2563eb;border-radius:6px;padding:.3rem .7rem;font-size:1rem;cursor:pointer;display:flex;align-items:center;transition:background .2s,color .2s,border .2s}.code-modal__icon-btn:hover{background:#2563eb;color:#fff}.code-modal__copied{color:#22c55e;font-size:.95em;margin-left:.4em;font-weight:600}.code-modal{padding:1rem .5rem;min-width:320px;max-width:600px;margin:0 auto}.code-modal__loading,.code-modal__empty{color:#2563eb;font-size:1.1rem;text-align:center;margin:2rem 0}.code-modal__toggle{display:flex;justify-content:center;gap:1rem}.code-modal__toggle-btn{padding:.4rem 1.2rem;border:1.5px solid #2563eb;background:#f8fafc;color:#2563eb;border-radius:6px;font-size:1rem;cursor:pointer;transition:background .2s,color .2s,border .2s}.code-modal__toggle-btn--active{background:#2563eb;color:#fff;border-color:#2563eb}.code-modal__code-block{background:#f8fafc;border:1.5px solid #0000001f;border-radius:8px;padding:1rem;font-size:1rem;color:#0f172a;font-family:Fira Mono,Consolas,Menlo,monospace;overflow-x:auto;white-space:pre-wrap;min-height:120px;margin-bottom:.5rem}.delete-modal{display:flex;flex-direction:column;align-items:center;padding:1.5rem 1rem 1rem;text-align:center}.delete-modal__icon{margin-bottom:1rem}.delete-modal__title{color:#dc2626;font-size:1.3rem;margin:0 0 .5rem;font-weight:700}.delete-modal__desc{color:#0f172acc;font-size:1rem;margin:0 0 1.5rem}.delete-modal__actions{display:flex;gap:1rem;justify-content:center;margin-top:.5rem}.delete-modal__button{padding:.5rem 1.25rem;border:none;border-radius:4px;background:#f8fafc;color:#0f172a;font-size:1rem;cursor:pointer;transition:background .2s,color .2s;border:1px solid #0000001f;display:flex;align-items:center;font-weight:500}.delete-modal__button--danger{background:#dc2626;color:#fff;border:1px solid #dc2626}.delete-modal__button--danger:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c}.delete-modal__button:disabled{opacity:.6;cursor:not-allowed}.assistant-modal{display:flex;flex-direction:column;height:60vh;min-width:340px;background:#fff;border-radius:1rem;box-shadow:0 2px 16px #0001;padding:0}.assistant-modal__messages{flex:1;overflow-y:auto;padding:1.5rem 1rem 1rem;background:linear-gradient(90deg,#2563eb12,#22c55e12);border-bottom:1px solid #0001}.assistant-modal__placeholder{color:#0f172a99;text-align:center;margin-top:2rem;font-size:1.1rem}.assistant-modal__message{margin-bottom:1.1rem;display:flex;align-items:flex-start;gap:.5rem;font-size:1rem}.assistant-modal__message--user{justify-content:flex-end;color:#2563eb}.assistant-modal__message--assistant{justify-content:flex-start;color:#22c55e}.assistant-modal__role{font-weight:600;margin-right:.3em;opacity:.7}.assistant-modal__content{word-break:break-word;background:#f8fafc;border-radius:.5em;padding:.3em .7em;color:#0f172a}.assistant-modal__form{display:flex;gap:.5rem;padding:1rem;border-top:1px solid #0001;background:#fff}.assistant-modal__loading{display:flex;align-items:center;color:#22c55e;font-size:1.05rem;margin:1.2em 0 .5em;gap:.5em;font-weight:500;animation:fadein .3s}@keyframes fadein{0%{opacity:0}to{opacity:1}}.assistant-modal__header-row{display:flex;justify-content:flex-end;padding:.7em 1em 0}.assistant-modal__new-chat-btn{font-size:1rem;cursor:pointer;transition:background .2s}.assistant-modal__new-chat-btn:disabled{background:#22c55e55;cursor:not-allowed}.assistant-modal__input{flex:1;border:1px solid #0001;border-radius:.5em;padding:.6em 1em;font-size:1rem;background:#f8fafc;color:#0f172a}.assistant-modal__input:disabled{background:#f1f5f9}.assistant-modal__send-btn{border:none;border-radius:.5em;padding:.6em 1.2em;font-size:1rem;font-weight:600;background:#2563eb;color:#fff;cursor:pointer;transition:background .2s}.assistant-modal__send-btn:disabled{background:#2563eb55;cursor:not-allowed}.assistant-modal__error{color:#dc2626;background:#fef2f2;border-radius:.5em;margin:.5em 1em;padding:.5em 1em;font-size:.97em;text-align:center}body{background-color:#f8fafc}.page{font-family:Inter,sans-serif}.page__container{max-width:1200px;margin:0 auto;padding:24px 20px}
