.cw-window,.cw-trigger,.cw-trigger *{pointer-events:auto}.cw-widget{z-index:9999;pointer-events:none;width:fit-content;height:fit-content;position:fixed;bottom:28px;right:28px}.cw-window{-webkit-backdrop-filter:blur(28px);background:#ffffff2e;border:1px solid #ffffff47;border-radius:24px;flex-direction:column;width:313px;max-width:calc(100vw - 20px);height:560px;max-height:calc(100vh - 120px);transition:all .35s;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000047}.cw-window.cw-hidden{opacity:0;pointer-events:none;visibility:hidden;transform:scale(.8)}.cw-header{background:linear-gradient(135deg,#0f3c53,#154e67,#176884,#0f3c53);border-bottom:none;align-items:center;gap:14px;padding:18px;display:flex;position:relative;overflow:hidden}.cw-header:before{content:"";background:linear-gradient(90deg,#0000,#ffffff2e,#0000);width:70%;height:100%;animation:6s infinite shine;position:absolute;top:0;left:-60%;transform:skew(-25deg)}.cw-avatar{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;padding:5px;display:flex;box-shadow:0 8px 20px #0000002e}.cw-header-info{flex:1}.cw-header-name{letter-spacing:0;color:#fff;font-family:sans-serif;font-size:15px;font-weight:700}.cw-header-status{color:#c9a84c;letter-spacing:.5px;align-items:center;gap:5px;margin-top:2px;font-family:system-ui,sans-serif;font-size:10px;display:flex}.cw-status-dot{background:#4ade80;border-radius:50%;width:6px;height:6px;animation:2s infinite cw-pulse}@keyframes cw-pulse{0%,to{opacity:1}50%{opacity:.4}}.cw-close{color:#fff;opacity:.85;font-size:28px;transition:all .25s}.cw-close:hover{opacity:1;transform:rotate(90deg)}.cw-messages{-webkit-backdrop-filter:blur(24px);background:#ffffffeb;flex-direction:column;flex:1;gap:14px;padding:18px;display:flex;overflow:auto}.cw-messages::-webkit-scrollbar{width:3px}.cw-messages::-webkit-scrollbar-thumb{background:#222;border-radius:2px}.cw-row{display:flex}.cw-row.user{justify-content:flex-end}.cw-bubble{word-wrap:break-word;white-space:pre-wrap;border-radius:16px;max-width:82%;padding:10px 14px;font-size:13px;line-height:1.6}.cw-bubble.assistant{color:#111;background:#ffffffb8;border:none;border-radius:18px;padding:14px;box-shadow:0 8px 24px #00000014}.cw-bubble.user{color:#111;background:#fff;border-radius:18px 18px 6px;box-shadow:0 8px 24px #00000014}.cw-bubble.cw-error{color:#ffb4b4;border-color:#7a2e2e}.cw-typing{background:#1e1e1e;border:1px solid #2a2a2a;border-radius:16px 16px 16px 4px;align-items:center;gap:5px;width:fit-content;padding:10px 14px;display:flex}.cw-dot{background:#c9a84c;border-radius:50%;width:6px;height:6px;animation:1.2s infinite cw-bounce}.cw-dot:nth-child(2){animation-delay:.2s}.cw-dot:nth-child(3){animation-delay:.4s}@keyframes shine{to{left:160%}}@keyframes cw-bounce{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-5px)}}.cw-footer{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:0 0;border-top:1px solid #ffffff40;gap:10px;padding:18px;display:flex}.cw-input-wrapper{position:relative}.cw-input{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#222;background:#c6c0c0bf;border:1px solid #ffffff8c;border-radius:20px;width:100%;height:62px;padding:0 70px 0 22px;font-size:17px;box-shadow:0 12px 30px #0000001f}.cw-input::placeholder{color:#666;opacity:1}.cw-input:focus{color:#111;border-color:#c9a84c66}.cw-input::placeholder{color:#fff9}.cw-send{color:#fff;cursor:pointer;background:#11a8b7;border:none;border-radius:50%;width:46px;height:46px;font-size:22px;position:absolute;top:50%;right:10px;transform:translateY(-50%);box-shadow:0 8px 20px #11a8b766}.cw-send.cw-ready{color:#0a0a0a;background:#c9a84c}.cw-send:disabled{opacity:.6;cursor:default}.cw-fab{cursor:pointer;background:#c9a84c;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-left:auto;font-size:24px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 28px #c9a84c80}.cw-fab:hover{transform:scale(1.08);box-shadow:0 6px 34px #c9a84ca6}@media (max-width:480px){.cw-window{height:58vh;bottom:72px}.cw-bubble{font-size:15px}}@media (max-width:768px){.cw-widget{bottom:8px;right:8px}.cw-window{border-radius:18px;width:auto;height:62vh;position:fixed;bottom:80px;left:10px;right:10px}.cw-header{padding:12px 14px}.cw-input-wrapper{width:100%}.cw-avatar{width:38px;height:38px}.cw-header-name{font-size:14px}.cw-header-status{font-size:11px}.cw-close{font-size:20px}.cw-messages{padding:12px}.cw-bubble{max-width:85%;padding:10px 12px;font-size:13px}.cw-footer{padding:10px}.cw-input{height:44px;font-size:14px}.cw-send{width:42px;height:42px}}
.app-shell{min-height:100vh}.app-header{color:#fff;background:#0f0f0f;justify-content:space-between;align-items:center;padding:16px 32px;display:flex}.app-header h1{margin:0;font-size:18px}.app-header nav{gap:24px;display:flex}.app-header nav a{color:#ccc;font-size:14px;text-decoration:none}.app-header nav a:hover{color:#fff}.app-main{max-width:720px;margin:0 auto;padding:64px 24px}.app-main h2{margin-bottom:12px;font-size:28px}.app-main p{color:#444;font-size:15px;line-height:1.6}.app-main code{background:#eee;border-radius:4px;padding:2px 6px;font-size:13px}
