:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:#0056b3;text-decoration:none;transition:color .2s ease}body{margin:0;display:flex;place-items:center;min-width:320px;height:100vh;height:100dvh;overflow:hidden}h1{font-size:3.2em;line-height:1.1}button{border:none;font-size:1em;font-weight:700;border-radius:1.5rem;cursor:pointer}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}}*{-webkit-tap-highlight-color:transparent}*:focus{outline:none}:root{--content-max-width: 750px;--page-padding-x: 16px;--bottom-slider-height: 84px;--header-top-space: 16px;--title-min: 1.8rem;--content-min: 1.05rem;--desc-min: .95rem;--slide-min-width: 140px;--gap-default: 12px;--back-btn-size: 44px;--back-btn-padding: 8px}html,body{height:100%;margin:0;background:#fdfdfd;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.content-page{display:flex;flex-direction:column;height:100vh;width:100%;margin:0;background:#fdfdfd;overflow:hidden}.story-header{display:flex;flex-direction:column;align-items:flex-start;width:100%;max-width:var(--content-max-width);margin:var(--header-top-space) auto 0;padding-inline:var(--page-padding-x);gap:8px}.emoji-title{display:flex;align-items:flex-start;gap:12px;margin:0;width:100%;padding:0}.emoji-title .title{font-size:clamp(var(--title-min),5vw,3rem);font-weight:550;color:#555;line-height:1.05;margin:-4px 0 0}.story-header .description{font-size:clamp(var(--desc-min),2vw,1.1rem);line-height:1.55;color:#555;margin:0;width:100%;padding:0}.content-text{font-size:clamp(var(--content-min),2vw,1rem);line-height:1.6;color:#333;max-width:var(--content-max-width);margin:0 auto;padding:0 var(--page-padding-x) 1rem;text-align:justify;word-break:break-word;white-space:pre-wrap}.grid-container{flex:1;overflow-y:auto;background:#fdfdfd;scroll-behavior:smooth}.grid-container::-webkit-scrollbar{display:none}.grid-container{scrollbar-width:none;-ms-overflow-style:none}.grid-container img,.grid-container video,.grid-container iframe{max-width:100%;height:auto;display:block}.bottom-slider-wrapper{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:center;padding:4px 20px;background:#fdfdfd;z-index:10}.left-section .bottom-slider{width:100%;display:flex;gap:var(--gap-default);overflow-x:auto;white-space:nowrap;padding:6px 0}.bottom-slider::-webkit-scrollbar{display:none}.slide-item{min-width:var(--slide-min-width);padding:10px 12px;border:1px solid #ccc;border-radius:25px;text-align:center;flex-shrink:0;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:clamp(.98rem,2.4vw,1.15rem);background:#fff;color:#555}.slide-item:hover{color:#07c;border:1px solid #0077cc}.loading-text{display:flex;justify-content:center;align-items:center;min-height:72px;font-size:1.1rem;color:#555}.action-btn{padding:.5rem 1rem;color:#999;background-color:#fff;border:1px solid #e0e0e0}.page-split{display:flex;height:100vh;width:100%;overflow:hidden;flex-direction:row}.left-section{flex:1;position:relative;overflow:hidden;background:#fdfdfd;display:flex;flex-direction:column}.left-section .bottom-slider-wrapper{position:relative;margin-top:auto;padding-top:4px;padding-bottom:4px;display:flex;justify-content:center;background:transparent;z-index:0}.right-section{flex:1;display:flex;flex-direction:column;background:#fdfdfd}.right-section .chat-box{flex:1;display:flex;flex-direction:column;height:100%;overflow-y:auto;background:#fdfdfd}.chat-box{display:flex;flex-direction:column;height:100%;background:#fdfdfd}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:8px;border-bottom:1px solid #ddd;background:#fdfdfd}.chat-header h3{margin:0;font-size:1rem;color:#333}.status-dot{width:10px;height:10px;border-radius:50%}.chat-messages{flex:1;overflow-y:auto;padding-right:8px;scrollbar-width:none;-ms-overflow-style:none}.chat-messages::-webkit-scrollbar{display:none}.chat-message{background:#e3f2fd;border-radius:12px;margin-bottom:6px;word-wrap:break-word;font-size:.9rem}.no-messages{color:#999;font-size:.9rem;text-align:center;margin-top:20px}@media (max-width: 768px){.page-split{flex-direction:column}.left-section,.right-section{flex:none;width:100%;height:50%;border-right:none;border-bottom:1px solid #ddd}.right-section{border-bottom:none}}:root{--muted: #fdfdfd;--card: #ffffff;--accent-a: #0078ff;--accent-b: #00c6ff;--text: #222;--subtle: #666;--border: #e6e6e6}*,*:before,*:after{box-sizing:border-box}.chat-box{display:flex;flex-direction:column;height:100%;background:var(--muted);padding:12px;border-radius:8px;border-left:1px solid var(--border);overflow:hidden;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.chat-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;padding:6px 8px;border-radius:6px;background:transparent}.chat-title{display:flex;align-items:center;gap:8px}.chat-accent-bar{width:4px;height:20px;border-radius:2px;background:linear-gradient(135deg,var(--accent-a),var(--accent-b))}.chat-header h3{margin:0;font-size:1.05rem;font-weight:600;color:var(--text);letter-spacing:.2px}.chat-header-right{display:flex;align-items:center;gap:8px}.status-dot{width:12px;height:12px;border-radius:50%;display:inline-block;box-shadow:0 0 0 3px #00000008 inset}.status-dot.online{background:#4caf50}.status-dot.offline{background:#f44336}.active-users{font-size:.85rem;color:var(--subtle);font-weight:600;min-width:18px;text-align:center}.chat-message{background:var(--card);padding:5px 15px;border-radius:24px;margin-bottom:8px;word-wrap:break-word;font-size:.92rem;box-shadow:0 1px 2px #0000000a;display:flex;align-items:center;justify-content:space-between}.icon-copy-btn{background:none;border:none;cursor:pointer;color:#005ecc;display:inline-flex;align-items:center;justify-content:center;padding:4px;border-radius:6px}.icon-copy-btn:hover{background:#005ecc0f}.chat-input-row{display:flex;align-items:center;gap:8px;background:#fdfdfd}.chat-input-row input{flex:1;padding:0 14px;border-radius:25px;border:1px solid #ccc;font-size:.9rem;height:38px;line-height:38px;box-sizing:border-box;background:#fff}.send-progress-wrapper{position:relative;width:40px;height:40px}.send-icon-btn{position:relative;width:40px;height:40px;border:none;border-radius:50%;background:none;color:#005ecc;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.send-icon-btn:disabled{color:#aaa;cursor:not-allowed}.send-icon-btn:hover:not(:disabled){background:#005ecc0d}.progress-ring{position:absolute;inset:0;pointer-events:none;width:100%;height:100%;transform:rotate(-90deg)}.circle-bg{fill:none;stroke:#eee;stroke-width:2.5}.circle{fill:none;stroke-width:2.5;stroke-linecap:round;transition:stroke-dasharray .25s ease,stroke .25s ease}@keyframes shake{0%{transform:translate(0)}20%{transform:translate(-3px)}40%{transform:translate(3px)}60%{transform:translate(-3px)}80%{transform:translate(3px)}to{transform:translate(0)}}.shake{animation:shake .3s}.send-wrapper{position:relative;width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 48px}.send-ring{width:48px;height:48px;transform:rotate(-90deg);display:block}.send-ring .ring-bg{fill:none;stroke:#f0f0f0;stroke-width:3}.send-ring .ring-progress{fill:none;stroke-width:3;stroke-linecap:round;transition:stroke-dasharray .16s ease,stroke .16s ease}.send-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:none;background:linear-gradient(180deg,#fff,#f8fbff);color:#005ecc;cursor:pointer;box-shadow:0 4px 10px #0366d60f;transition:transform .12s ease,background .12s ease,box-shadow .12s ease;font-size:16px}.send-button:hover:not(:disabled){transform:translate(-50%,-50%) translateY(-2px);box-shadow:0 6px 14px #0366d617}.send-button:focus{outline:2px solid rgba(0,120,255,.12);outline-offset:2px}.send-button:disabled{color:#8aa7d8;cursor:not-allowed;opacity:.65;box-shadow:none;pointer-events:none}.send-count{position:absolute;top:50%;left:50%;transform:translate(-50%,-6px);font-size:.64rem;color:#333;pointer-events:none;-webkit-user-select:none;user-select:none}.send-wrapper[aria-hidden=true]{display:none}@media (max-width: 420px){.send-wrapper{width:44px;height:44px}.send-button{width:34px;height:34px}.send-ring{width:44px;height:44px}}footer{text-align:center;padding:1rem;color:var(--text-color);font-size:.95rem}footer a{font-weight:700;text-decoration:none;color:var(--text-color)}footer a:hover{text-decoration:underline}footer .inspired-text{display:block;margin-top:.3rem;font-size:.8rem;font-weight:400;color:var(--subtle-text-color, #777)}@media (max-width: 480px){footer{font-size:.85rem;padding:.8rem}footer .inspired-text{font-size:.75rem}}@media (max-width: 360px){footer{font-size:.8rem;padding:.6rem}footer .inspired-text{font-size:.7rem}}:root{--primary-color: #0077cc;--card-bg: #ffffff;--card-border: #e0e0e0;--text-color: #333;--note-color: #666;--shadow: 0 4px 12px rgba(0, 0, 0, .08);--shadow-strong: 0 8px 20px rgba(0, 0, 0, .15);--transition-speed: .35s}html,body,#root{margin:0;padding:0;width:100%;height:100%;overflow-x:hidden;background:#fff;font-family:Segoe UI,Tahoma,sans-serif;color:var(--text-color)}.app-container{display:flex;flex-direction:column;width:100%;height:100%}.dashboard{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;box-sizing:border-box;width:100%}.carousel-wrapper{width:min(80vw,300px);height:min(80vw,300px);perspective:1200px;display:flex;justify-content:center;align-items:center}.carousel{width:100%;height:100%;position:relative;transform-style:preserve-3d;transition:transform .5s cubic-bezier(.22,1,.36,1);display:flex;justify-content:center;align-items:center;will-change:transform}.carousel-card{position:absolute;width:66%;height:66%;background:var(--card-bg);border-radius:16px;font-size:3rem;font-weight:700;text-align:center;border:1px solid var(--card-border);cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;justify-content:center;align-items:center;transition:transform var(--transition-speed) ease,border-color var(--transition-speed) ease}.carousel-card.front-card{transform:scale(1.08) translateZ(30px);z-index:2}.card-inner{width:100%;height:100%;display:flex;justify-content:center;align-items:center}@keyframes wiggleShrink{0%{transform:scale(1) rotate(0)}10%{transform:scale(.95) rotate(-8deg)}20%{transform:scale(.95) rotate(8deg)}30%{transform:scale(.95) rotate(-8deg)}40%{transform:scale(.95) rotate(8deg)}60%{transform:scale(.98) rotate(-3deg)}80%{transform:scale(.98) rotate(3deg)}to{transform:scale(1) rotate(0)}}.wiggle-shrink{animation:wiggleShrink .8s ease-in-out;animation-fill-mode:forwards}.note{margin-top:1rem;color:var(--note-color);font-size:1rem;text-align:center}@media (max-width: 768px){.carousel-card{font-size:3rem}.note{font-size:.9rem}}@media (max-width: 480px){.carousel-card{font-size:3rem}}@media (max-width: 360px){.carousel-card{font-size:3rem}.note{font-size:.8rem}}
