.dt-app{background:var(--dt-canvas);flex-direction:column;height:100vh;display:flex}.dt-brand{width:calc(var(--dt-sidebar-width) - 20px);flex:none;align-items:center;gap:10px;display:flex}.dt-mark{background:var(--dt-mark-bg);border-radius:3px;flex:none;place-items:center;width:28px;height:28px;display:grid;position:relative}.dt-mark:after{content:"";border:1.5px solid var(--dt-signal);border-radius:1px;position:absolute;inset:3px}.dt-mark span{color:var(--dt-signal);letter-spacing:.02em;font-size:11px;font-weight:700;line-height:1}.dt-wordmark{letter-spacing:.02em;color:var(--dt-text);font-size:15px;font-weight:600;line-height:1.25}.dt-wordmark small{color:var(--dt-text-tertiary);letter-spacing:0;font-size:11px;font-weight:400;line-height:1.2;display:block}.dt-parent{aspect-ratio:137/48;background:currentColor;flex:none;display:inline-block;-webkit-mask:url(/assets/ronglian-BVjgDpf9.svg) 50%/contain no-repeat;mask:url(/assets/ronglian-BVjgDpf9.svg) 50%/contain no-repeat}.dt-topbar{height:var(--dt-topbar-height);background:var(--dt-surface);border-bottom:1px solid var(--dt-border);z-index:20;flex:none;align-items:center;gap:16px;padding:0 20px;display:flex;position:relative}.dt-topbar__spacer{flex:1}.dt-crumb{color:var(--dt-text-tertiary);font-size:var(--dt-text-sm);align-items:center;gap:6px;min-width:0;display:flex}.dt-crumb__sep{color:var(--dt-text-disabled)}.dt-crumb b{color:var(--dt-text);white-space:nowrap;text-overflow:ellipsis;max-width:520px;font-weight:500;overflow:hidden}.dt-demo-badge{font-size:var(--dt-text-xs);color:var(--dt-text-secondary);border:1px dashed var(--dt-border-strong);border-radius:var(--dt-radius-sm);white-space:nowrap;cursor:default;padding:1px 8px}.dt-space-switch{height:var(--dt-control-height);border:1px solid var(--dt-border);border-radius:var(--dt-radius-md);background:var(--dt-surface);font-size:var(--dt-text-sm);color:var(--dt-text);cursor:pointer;align-items:center;gap:8px;padding:0 10px 0 12px;display:flex}.dt-space-switch:hover{border-color:var(--dt-border-strong)}.dt-space-switch .k{color:var(--dt-text-tertiary)}.dt-space-switch .v{font-weight:600}.dt-space-opt,.dt-acct-opt{flex-direction:column;padding:2px 0;line-height:1.35;display:flex}.dt-space-opt small,.dt-acct-opt small{color:var(--dt-text-tertiary);font-size:var(--dt-text-xs);max-width:280px}.dt-user{border:0;border-left:1px solid var(--dt-border);color:var(--dt-text);cursor:pointer;text-align:left;background:0 0;align-items:center;gap:10px;height:32px;padding:0 0 0 12px;display:flex}.dt-avatar{border-radius:var(--dt-radius-full);background:var(--dt-primary-weak);width:30px;height:30px;color:var(--dt-primary);flex:none;place-items:center;font-size:13px;font-weight:600;display:grid}.dt-avatar--ghost{background:var(--dt-surface-sunken);color:var(--dt-text-tertiary)}.dt-user .n{font-size:var(--dt-text-sm);font-weight:600;line-height:1.2}.dt-user .r{font-size:var(--dt-text-xs);color:var(--dt-text-tertiary);white-space:nowrap;line-height:1.3}.dt-shell{grid-template-columns:var(--dt-sidebar-width) 1fr;flex:1;min-height:0;display:grid}.dt-side{background:var(--dt-surface);border-right:1px solid var(--dt-border);flex-direction:column;gap:14px;min-height:0;padding:16px 12px 12px;display:flex}.dt-side__new{width:100%;height:var(--dt-control-height-lg);font-size:var(--dt-text-sm)}.dt-side__search{height:var(--dt-control-height);background:var(--dt-surface-sunken);border:1px solid var(--dt-border);border-radius:var(--dt-radius-md);color:var(--dt-text-tertiary);font-size:var(--dt-text-sm);align-items:center;gap:8px;padding:0 10px;display:flex}.dt-side__search:focus-within{border-color:var(--dt-primary);background:var(--dt-surface)}.dt-side__search input{min-width:0;color:var(--dt-text);font:inherit;background:0 0;border:0;outline:0;flex:1}.dt-side__search input::placeholder{color:var(--dt-text-tertiary)}.dt-side__search button{color:var(--dt-text-tertiary);cursor:pointer;background:0 0;border:0;place-items:center;padding:2px;display:grid}.dt-side__list{flex:1;min-height:0;margin:0 -4px;padding:0 4px;overflow-y:auto}.dt-side__list section+section{margin-top:10px}.dt-side__group{font-size:var(--dt-text-xs);color:var(--dt-text-tertiary);margin-top:4px;padding:0 8px}.dt-side__empty{font-size:var(--dt-text-xs);color:var(--dt-text-tertiary);padding:8px;line-height:1.6}.dt-sess{flex-direction:column;gap:1px;margin:4px 0 0;padding:0;list-style:none;display:flex}.dt-sess a{border-radius:var(--dt-radius-sm);font-size:var(--dt-text-sm);color:var(--dt-text-secondary);transition:background-color var(--dt-duration-instant) var(--dt-ease-out);padding:7px 10px 7px 12px;line-height:1.45;display:block;position:relative}.dt-sess a:hover{background:var(--dt-row-hover);color:var(--dt-text)}.dt-sess a .t{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.dt-sess a .meta{font-size:var(--dt-text-xs);color:var(--dt-text-tertiary);font-weight:400;display:block}.dt-sess a.on{background:var(--dt-primary-weak);color:var(--dt-text);font-weight:600}.dt-sess a.on:before{content:"";background:var(--dt-primary);border-radius:0 2px 2px 0;width:3px;position:absolute;top:6px;bottom:6px;left:0}.dt-side__foot{border-top:1px solid var(--dt-border);grid-template-columns:1fr 1fr;gap:2px;padding-top:10px;display:grid}.dt-side__foot a{border-radius:var(--dt-radius-sm);font-size:var(--dt-text-sm);color:var(--dt-text-secondary);align-items:center;gap:8px;padding:7px 8px;display:flex}.dt-side__foot a:hover{background:var(--dt-row-hover);color:var(--dt-text)}.dt-side__foot a.on{background:var(--dt-primary-weak);color:var(--dt-text);font-weight:500}.dt-main{scroll-behavior:smooth;flex-direction:column;min-width:0;min-height:0;display:flex;position:relative;overflow-y:auto}.dt-page-foot{margin-top:auto;padding:12px 40px 16px}.dt-disclaimer{max-width:var(--dt-content-max);font-size:var(--dt-text-xs);color:var(--dt-text-tertiary);justify-content:space-between;gap:16px;margin:0 auto;display:flex}.dt-disclaimer__by{flex:none;align-items:center;gap:10px;display:inline-flex}.dt-page{padding:28px 40px 40px}.dt-page__inner{max-width:var(--dt-content-max);flex-direction:column;gap:16px;margin:0 auto;display:flex}.dt-page__title{font-size:var(--dt-text-2xl);margin:0;font-weight:600;line-height:1.4}.dt-page__desc{color:var(--dt-text-secondary);font-size:var(--dt-text-sm);margin:0}.dt-placeholder{background:var(--dt-surface);border:1px dashed var(--dt-border-strong);border-radius:var(--dt-radius-lg);color:var(--dt-text-secondary);font-size:var(--dt-text-sm);flex-direction:column;align-items:flex-start;gap:8px;padding:40px;display:flex}.dt-placeholder strong{color:var(--dt-text);font-size:var(--dt-text-lg);font-weight:600}
