html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%}:root{--primary: #6366f1;--primary-dark: #4f46e5;--primary-light: #818cf8;--secondary: #10b981;--dark: #0f172a;--dark-secondary: #1e293b;--gray: #64748b;--gray-light: #e2e8f0;--white: #ffffff;--bg-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--dark);line-height:1.6}.app{min-height:100vh;background:var(--white)}.navbar{position:fixed;top:0;left:0;right:0;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid var(--gray-light)}.nav-content{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:var(--dark)}.logo-img{width:32px;height:32px}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{color:var(--gray);text-decoration:none;font-weight:500;transition:color .3s}.nav-links a:hover{color:var(--primary)}.user-menu{position:relative}.user-avatar{width:40px;height:40px;border-radius:50%;background:var(--primary);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:600;font-size:1rem;transition:all .3s}.user-avatar:hover{transform:scale(1.05);box-shadow:0 4px 12px #6366f166}.user-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:var(--white);border-radius:12px;box-shadow:0 10px 40px #00000026;min-width:200px;padding:.5rem;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s;z-index:100}.user-menu:hover .user-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.user-info{padding:.75rem 1rem;border-bottom:1px solid var(--gray-light);margin-bottom:.5rem}.user-name{display:block;font-weight:600;color:var(--dark)}.user-phone{display:block;font-size:.8125rem;color:var(--gray)}.user-dropdown a,.user-dropdown button{display:block;width:100%;padding:.75rem 1rem;text-align:left;background:none;border:none;color:var(--gray);font-size:.9375rem;cursor:pointer;border-radius:8px;transition:all .3s;text-decoration:none}.user-dropdown a:hover,.user-dropdown button:hover{background:#f8fafc;color:var(--primary)}.btn-primary{background:var(--primary);color:var(--white);border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #6366f166}.btn-secondary{background:transparent;color:var(--primary);border:2px solid var(--primary);padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}.btn-secondary:hover{background:var(--primary);color:var(--white)}.btn-large{padding:1rem 2rem;font-size:1.1rem}.btn-ghost{background:transparent;color:var(--gray);border:none;padding:.75rem 1rem;font-weight:500;cursor:pointer;transition:color .3s}.btn-ghost:hover{color:var(--primary)}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--white);border-radius:16px;padding:2.5rem;width:100%;max-width:420px;position:relative;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;color:var(--gray);cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s}.modal-close:hover{background:var(--gray-light);color:var(--dark)}.modal-header{text-align:center;margin-bottom:2rem}.modal-header h2{font-size:1.75rem;color:var(--dark);margin-bottom:.5rem}.modal-header p{color:var(--gray)}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:500;color:var(--dark)}.form-group input{padding:.875rem 1rem;border:1px solid var(--gray-light);border-radius:8px;font-size:1rem;transition:all .3s}.form-group input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a}.form-options{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.form-options label{display:flex;align-items:center;gap:.5rem;color:var(--gray)}.form-options a{color:var(--primary);text-decoration:none}.form-options a:hover{text-decoration:underline}.auth-switch{text-align:center;margin-top:1.5rem;color:var(--gray)}.auth-switch a{color:var(--primary);text-decoration:none;font-weight:500}.auth-switch a:hover{text-decoration:underline}.auth-divider{display:flex;align-items:center;margin:1.5rem 0;color:var(--gray);font-size:.875rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--gray-light)}.auth-divider span{padding:0 1rem}.auth-tip{text-align:center;font-size:.8125rem;color:var(--gray);margin-top:1rem}.phone-input-wrap{display:flex;align-items:center;border:1px solid var(--gray-light);border-radius:8px;overflow:hidden;transition:all .3s}.country-code{padding:.875rem;background:#f8fafc;color:var(--dark);font-weight:500;border-right:1px solid var(--gray-light)}.phone-input-wrap input{border:none!important;border-radius:0!important;box-shadow:none!important}.captcha-input-wrap{display:flex;gap:.75rem}.captcha-input-wrap input{flex:1}.captcha-btn{padding:0 1rem;background:#f8fafc;border:1px solid var(--gray-light);border-radius:8px;color:var(--primary);font-weight:500;cursor:pointer;white-space:nowrap;transition:all .3s}.captcha-btn:hover{background:var(--primary);color:var(--white);border-color:var(--primary)}.social-btn:hover{background:#f8fafc;border-color:var(--gray)}.hero{padding:8rem 2rem 4rem;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-badge{display:inline-block;background:linear-gradient(135deg,#6366f11a,#8b5cf61a);color:var(--primary);padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.hero h1{font-size:3.5rem;line-height:1.2;margin-bottom:1.5rem;color:var(--dark)}.hero .highlight{background:var(--bg-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-desc{font-size:1.25rem;color:var(--gray);margin-bottom:2rem}.hero-actions{display:flex;gap:1rem;margin-bottom:3rem}.hero-stats{display:flex;gap:3rem}.stat{display:flex;flex-direction:column}.stat-num{font-size:2rem;font-weight:700;color:var(--primary)}.stat-label{font-size:.875rem;color:var(--gray)}.hero-visual{perspective:1000px}.demo-container{background:var(--dark);border-radius:16px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;transform:rotateY(-5deg) rotateX(5deg);transition:transform .3s}.demo-container:hover{transform:rotateY(0) rotateX(0)}.demo-header{background:var(--dark-secondary);padding:1rem;display:flex;align-items:center;gap:1rem}.demo-dots{display:flex;gap:.5rem}.demo-dots span{width:12px;height:12px;border-radius:50%}.demo-dots span:nth-child(1){background:#ef4444}.demo-dots span:nth-child(2){background:#eab308}.demo-dots span:nth-child(3){background:#22c55e}.demo-title{color:var(--gray-light);font-size:.875rem}.demo-content{padding:1.5rem}.tab-bar{display:flex;gap:.5rem;margin-bottom:1.5rem}.tab-bar button{flex:1;padding:.75rem;background:transparent;border:none;color:var(--gray);cursor:pointer;border-radius:8px;font-weight:500;transition:all .3s}.tab-bar.record button:nth-child(1),.tab-bar.summary button:nth-child(2),.tab-bar.text button:nth-child(3){background:var(--primary);color:var(--white)}.record-panel{text-align:center;padding:2rem}.wave-animation{display:flex;justify-content:center;align-items:flex-end;gap:4px;height:60px;margin-bottom:1.5rem}.wave-animation span{width:6px;background:var(--primary);border-radius:3px;animation:wave 1s ease-in-out infinite}.wave-animation span:nth-child(1){height:20px;animation-delay:0s}.wave-animation span:nth-child(2){height:35px;animation-delay:.1s}.wave-animation span:nth-child(3){height:50px;animation-delay:.2s}.wave-animation span:nth-child(4){height:35px;animation-delay:.3s}.wave-animation span:nth-child(5){height:20px;animation-delay:.4s}@keyframes wave{0%,to{transform:scaleY(1)}50%{transform:scaleY(.5)}}.recording-time{font-size:2.5rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.recording-status{color:var(--secondary);font-weight:500}.summary-panel{display:flex;flex-direction:column;gap:1rem}.summary-item{background:var(--dark-secondary);padding:1rem;border-radius:8px}.summary-label{font-size:.75rem;color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;display:block}.summary-item p{color:var(--white);font-weight:500}.summary-item ul{list-style:none;color:var(--gray-light)}.summary-item li{padding:.25rem 0 .25rem 1rem;position:relative}.summary-item li:before{content:"•";color:var(--primary);position:absolute;left:0}.text-panel{display:flex;flex-direction:column;gap:1rem;max-height:300px;overflow-y:auto}.text-panel p{color:var(--gray-light);line-height:1.8}.text-panel .speaker{color:var(--primary);font-weight:600}.features{padding:6rem 2rem;background:#f8fafc}.section-header{text-align:center;max-width:600px;margin:0 auto 4rem}.section-header h2{font-size:2.5rem;margin-bottom:1rem;color:var(--dark)}.section-header p{color:var(--gray);font-size:1.125rem}.feature-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.feature-card{background:var(--white);padding:2rem;border-radius:16px;text-align:center;transition:all .3s;border:1px solid var(--gray-light)}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.25rem;margin-bottom:.75rem;color:var(--dark)}.feature-card p{color:var(--gray);font-size:.9375rem}.how-it-works{padding:6rem 2rem}.steps-container{max-width:1000px;margin:0 auto;display:flex;justify-content:space-between;position:relative}.step{text-align:center;flex:1;position:relative}.step-num{width:60px;height:60px;background:var(--bg-gradient);color:var(--white);font-size:1.5rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.step h3{font-size:1.25rem;margin-bottom:.5rem;color:var(--dark)}.step p{color:var(--gray)}.step-line{position:absolute;top:30px;right:-50%;width:100%;height:2px;background:linear-gradient(90deg,var(--primary-light),var(--primary))}.pricing{padding:6rem 2rem;background:#f8fafc}.pricing-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:start}.pricing-card{background:var(--white);border-radius:16px;padding:2.5rem 2rem;text-align:center;border:1px solid var(--gray-light);position:relative;transition:all .3s}.pricing-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.pricing-card.highlight{border-color:var(--primary);box-shadow:0 10px 40px #6366f133;transform:scale(1.05)}.pricing-card.highlight:hover{transform:scale(1.05) translateY(-8px)}.popular-tag{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--primary);color:var(--white);padding:.375rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600}.pricing-card h3{font-size:1.5rem;color:var(--dark);margin-bottom:.5rem}.plan-desc{color:var(--gray);font-size:.875rem;margin-bottom:1.5rem}.plan-price{margin-bottom:2rem}.price{font-size:3rem;font-weight:700;color:var(--dark)}.period{color:var(--gray);font-size:1rem}.plan-features{list-style:none;text-align:left;margin-bottom:2rem}.plan-features li{padding:.75rem 0;color:var(--gray);display:flex;align-items:center;gap:.75rem;border-bottom:1px solid var(--gray-light)}.plan-features li:last-child{border-bottom:none}.plan-features .check{color:var(--secondary);font-weight:700}.btn-full{width:100%}.cta{padding:6rem 2rem;background:var(--bg-gradient)}.cta-content{text-align:center;max-width:600px;margin:0 auto}.cta h2{font-size:2.5rem;color:var(--white);margin-bottom:1rem}.cta p{color:#ffffffe6;font-size:1.125rem;margin-bottom:2rem}.cta .btn-primary{background:var(--white);color:var(--primary)}.cta .btn-primary:hover{background:var(--gray-light);transform:translateY(-2px)}.footer{background:var(--dark);padding:4rem 2rem 2rem}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between}.footer-brand{color:var(--white)}.footer-brand .logo-icon{font-size:1.5rem}.footer-brand p{color:var(--gray);margin-top:1rem}.footer-links{display:flex;gap:4rem}.footer-col{display:flex;flex-direction:column;gap:.75rem}.footer-col h4{color:var(--white);margin-bottom:.5rem}.footer-col a,.footer-col Link{color:var(--gray);text-decoration:none;transition:color .3s}.footer-col a:hover,.footer-col Link:hover{color:var(--white)}.footer-bottom{max-width:1200px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid var(--dark-secondary);text-align:center}.footer-bottom p{color:var(--gray)}.footer-bottom .icp-link{display:inline-block;margin-top:.5rem;color:var(--gray);font-size:.85rem;text-decoration:none}.footer-bottom .icp-link:hover{color:var(--primary)}@media(max-width:968px){.hero{grid-template-columns:1fr;text-align:center;padding-top:6rem}.hero h1{font-size:2.5rem}.hero-actions,.hero-stats{justify-content:center}.hero-visual{max-width:500px;margin:0 auto}.feature-grid{grid-template-columns:repeat(2,1fr)}.steps-container{flex-direction:column;gap:2rem}.step-line{display:none}.pricing-grid{grid-template-columns:1fr;max-width:400px}.pricing-card.highlight{transform:none}.pricing-card.highlight:hover{transform:translateY(-8px)}.footer-content{flex-direction:column;gap:3rem}.footer-links{gap:2rem}}@media(max-width:640px){.nav-links a{display:none}.hero h1{font-size:2rem}.feature-grid{grid-template-columns:1fr}.hero-stats{flex-direction:column;gap:1rem}}.modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000}.modal-content{background:var(--white);border-radius:16px;padding:2rem;width:90%;max-width:420px;position:relative;box-shadow:0 20px 60px #00000026}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;color:var(--gray);cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .2s}.modal-close:hover{background:var(--gray-light)}.modal-header{margin-bottom:1.5rem}.modal-header h2{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.modal-header p{color:var(--gray);font-size:.875rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.form-error{background:#fef2f2;color:#dc2626;padding:.625rem .875rem;border-radius:8px;font-size:.875rem;border:1px solid #fecaca}.form-group label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.375rem;color:var(--dark)}.phone-input-wrap{display:flex;align-items:center;border:1px solid var(--gray-light);border-radius:10px;overflow:hidden;transition:border-color .2s}.phone-input-wrap:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a}.country-code{padding:0 .75rem;color:var(--gray);font-size:.875rem;border-right:1px solid var(--gray-light);background:#f8fafc;height:44px;display:flex;align-items:center}.phone-input-wrap input,.captcha-input-wrap input{flex:1;border:none;outline:none;padding:.75rem;font-size:.9375rem;background:transparent}.captcha-input-wrap{display:flex;align-items:center;border:1px solid var(--gray-light);border-radius:10px;overflow:hidden;transition:border-color .2s}.captcha-input-wrap:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a}.captcha-btn{white-space:nowrap;padding:0 1rem;height:44px;background:none;border:none;border-left:1px solid var(--gray-light);color:var(--primary);font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}.captcha-btn:hover:not(:disabled){background:#6366f10d}.captcha-btn:disabled{color:var(--gray);cursor:not-allowed}.auth-form .btn-full{margin-top:.5rem;height:44px;font-size:.9375rem}.auth-form .btn-full:disabled{opacity:.5;cursor:not-allowed}.terms{min-height:100vh;background:var(--white);padding:6rem 2rem 4rem}.terms-container{max-width:800px;margin:0 auto}.terms-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--gray-light)}.terms-header h1{font-size:2.5rem;color:var(--dark);margin-bottom:.5rem}.terms-header p{color:var(--gray)}.terms-content{color:var(--gray);line-height:1.8}.terms-content h2{font-size:1.5rem;color:var(--dark);margin:2.5rem 0 1rem}.terms-content h3{font-size:1.125rem;color:var(--dark);margin:1.5rem 0 .75rem}.terms-content p{margin-bottom:1rem}.terms-content ul{margin:0 0 1rem 1.5rem}.terms-content li{margin-bottom:.5rem}.terms-back{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary);text-decoration:none;font-weight:500;margin-bottom:2rem;transition:color .3s}.terms-back:hover{color:var(--primary-dark)}.console{display:flex;min-height:100vh;background:#f8fafc}.console-sidebar{width:240px;background:var(--white);border-right:1px solid var(--gray-light);display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:100}.sidebar-header{padding:1.25rem;border-bottom:1px solid var(--gray-light)}.sidebar-logo{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;color:var(--dark);text-decoration:none}.sidebar-logo .logo-img{width:24px;height:24px}.sidebar-nav{flex:1;padding:1rem .75rem;display:flex;flex-direction:column;gap:.25rem}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:none;background:none;border-radius:8px;cursor:pointer;transition:all .2s;text-align:left;width:100%;color:var(--gray)}.nav-item:hover{background:#f1f5f9;color:var(--dark)}.nav-item.active{background:#6366f11a;color:var(--primary)}.nav-svg-icon{flex-shrink:0}.nav-label{font-size:.9375rem;font-weight:500}.sidebar-stats{padding:.75rem 1.25rem;border-top:1px solid var(--gray-light);display:flex;flex-direction:column;gap:.5rem}.stat-row{display:flex;justify-content:space-between;align-items:center;font-size:.8125rem}.stat-label{color:var(--gray)}.stat-value{font-weight:600;color:var(--dark)}.sidebar-footer{padding:1rem 1.25rem;border-top:1px solid var(--gray-light)}.sidebar-user{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:#f8fafc;border-radius:8px}.sidebar-user-info{display:flex;flex-direction:column}.sidebar-user-name{font-size:.875rem;font-weight:600;color:var(--dark)}.sidebar-user-phone{font-size:.75rem;color:var(--gray)}.logout-btn{width:32px;height:32px;border:none;background:none;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--gray);transition:all .2s}.logout-btn:hover{background:#fee2e2;color:#ef4444}.console-main{flex:1;margin-left:240px;display:flex;flex-direction:column;min-height:100vh}.console-header{padding:1.5rem 2rem;background:var(--white);border-bottom:1px solid var(--gray-light);display:flex;justify-content:space-between;align-items:center}.console-header h1{font-size:1.5rem;color:var(--dark)}.header-actions{display:flex;gap:.5rem}.btn-icon{width:40px;height:40px;border:none;background:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--gray);transition:all .2s}.btn-icon:hover{background:#f1f5f9;color:var(--primary)}.records-area{flex:1;padding:2rem;overflow:auto}.records-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 2rem;color:var(--gray);gap:.75rem}.empty-hint{font-size:.8125rem;color:#94a3b8}.loading-spinner{width:32px;height:32px;border:3px solid var(--gray-light);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.load-more-wrap{display:flex;justify-content:center;padding:2rem 0 1rem}.btn-load-more{padding:.625rem 2rem;border:1px solid var(--gray-light);background:var(--white);border-radius:8px;color:var(--gray);font-size:.875rem;cursor:pointer;transition:all .2s}.btn-load-more:hover{border-color:var(--primary);color:var(--primary)}.btn-load-more:disabled{opacity:.5;cursor:not-allowed}.note-card{background:var(--white);border-radius:12px;padding:1.25rem;cursor:pointer;transition:all .2s;border:1px solid var(--gray-light)}.note-card:hover{border-color:var(--primary-light);box-shadow:0 8px 24px #6366f114}.note-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.note-date{font-size:.75rem;color:var(--gray)}.note-status{font-size:.6875rem;font-weight:500;padding:.125rem .5rem;border-radius:4px}.note-title{font-size:1rem;font-weight:600;color:var(--dark);margin-bottom:.5rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.note-summary{font-size:.8125rem;color:#475569;line-height:1.6;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.note-summary-empty{color:#94a3b8;font-style:italic}.note-footer{display:flex;align-items:center;gap:.5rem}.note-duration-tag{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--gray)}.note-doc-tag{font-size:.625rem;font-weight:600;padding:.125rem .375rem;border-radius:3px;background:#6366f11a;color:var(--primary)}.detail-main{background:#f8fafc}.detail-header{padding:1.5rem 2rem;background:var(--white);border-bottom:1px solid var(--gray-light);display:flex;align-items:flex-start;gap:1.5rem;flex-wrap:wrap}.back-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .875rem;border:1px solid var(--gray-light);background:var(--white);border-radius:8px;cursor:pointer;font-size:.875rem;color:var(--gray);transition:all .2s;flex-shrink:0}.back-btn:hover{border-color:var(--primary);color:var(--primary)}.detail-title-area{flex:1;min-width:0}.detail-title-area h1{font-size:1.375rem;color:var(--dark);margin-bottom:.5rem;line-height:1.4}.detail-meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.detail-meta-item{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--gray)}.detail-status{font-size:.75rem;font-weight:500;padding:.125rem .625rem;border-radius:4px}.detail-actions{display:flex;gap:.5rem;flex-shrink:0}.btn-action{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border:1px solid var(--gray-light);background:var(--white);border-radius:8px;font-size:.8125rem;color:var(--dark);cursor:pointer;transition:all .2s;text-decoration:none}.btn-action:hover{border-color:var(--primary);color:var(--primary)}.btn-action:disabled{opacity:.5;cursor:not-allowed}.detail-tabs{display:flex;gap:.375rem;padding:.75rem 2rem;background:var(--white);border-bottom:1px solid var(--gray-light)}.tab{display:inline-flex;align-items:center;gap:.375rem;padding:.625rem 1.25rem;border:none;background:none;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;color:var(--gray);transition:all .2s}.tab:hover{color:var(--dark);background:#f1f5f9}.tab.active{background:var(--primary);color:var(--white)}.detail-content{flex:1;padding:2rem;overflow:auto}.content-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 2rem;color:#94a3b8;gap:.75rem}.summary-view{max-width:800px;margin:0 auto;background:var(--white);border-radius:12px;padding:2rem;border:1px solid var(--gray-light);line-height:1.8}.summary-spacer{height:.5rem}.summary-h1{font-size:1.375rem;color:var(--dark);margin:1.5rem 0 .75rem}.summary-h2{font-size:1.125rem;color:var(--dark);margin:1.25rem 0 .625rem}.summary-h3{font-size:1rem;color:var(--dark);margin:1rem 0 .5rem}.summary-section-title{font-size:1rem;color:var(--primary);margin:1.5rem 0 .75rem;font-weight:600}.summary-view>.summary-section-title:first-child,.summary-view>.summary-h1:first-child,.summary-view>.summary-h2:first-child,.summary-view>.summary-h3:first-child{margin-top:0}.summary-list-item{color:var(--dark);padding-left:1.25rem;position:relative;margin-bottom:.25rem;list-style:none}.summary-list-item:before{content:"";position:absolute;left:0;top:.7em;width:5px;height:5px;border-radius:50%;background:var(--primary)}.summary-paragraph{color:var(--dark);margin-bottom:.375rem}.transcript-view{max-width:800px;margin:0 auto;background:var(--white);border-radius:12px;padding:2rem;border:1px solid var(--gray-light)}.transcript-line{margin-bottom:.75rem;line-height:1.8}.transcript-speaker{color:var(--primary);font-weight:600;margin-right:.5rem}.transcript-speaker:after{content:"："}.transcript-text{color:var(--dark)}.transcript-plain{color:var(--dark);line-height:1.8;margin-bottom:.5rem}.audio-view{max-width:800px;margin:0 auto;background:var(--white);border-radius:12px;padding:2rem;border:1px solid var(--gray-light);display:flex;justify-content:center}.audio-player{width:100%;max-width:600px}.detail-toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background:var(--dark);color:var(--white);padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;z-index:3000;animation:toastIn .3s ease}@keyframes toastIn{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media(max-width:768px){.console-sidebar{width:60px}.sidebar-logo span:last-child,.nav-label,.sidebar-stats,.sidebar-footer{display:none}.nav-item{justify-content:center;padding:.75rem}.console-main,.detail-main{margin-left:60px}.records-grid{grid-template-columns:1fr}.detail-header{flex-direction:column;gap:1rem}.detail-actions{width:100%}.detail-actions .btn-action{flex:1;justify-content:center}.summary-view,.transcript-view,.audio-view{padding:1.25rem}}.profile-area{flex:1;padding:2rem;overflow:auto}.profile-card{max-width:520px;margin:0 auto;background:var(--white);border-radius:12px;padding:2rem;border:1px solid var(--gray-light);display:flex;flex-direction:column;gap:1.75rem}.profile-avatar-section{display:flex;flex-direction:column;align-items:center;gap:.75rem}.profile-avatar-label{position:relative;width:88px;height:88px;border-radius:50%;cursor:pointer;overflow:hidden}.profile-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.profile-avatar-placeholder{width:100%;height:100%;border-radius:50%;background:var(--primary);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700}.profile-avatar-overlay{position:absolute;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;color:var(--white);opacity:0;transition:opacity .2s;border-radius:50%}.profile-avatar-label:hover .profile-avatar-overlay{opacity:1}.profile-avatar-hint{font-size:.8125rem;color:var(--gray)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.profile-field{display:flex;flex-direction:column;gap:.5rem}.profile-field label{font-size:.875rem;font-weight:500;color:var(--dark)}.profile-input-row{display:flex;gap:.75rem}.profile-input-row input{flex:1;padding:.75rem 1rem;border:1px solid var(--gray-light);border-radius:8px;font-size:.9375rem;transition:border-color .2s}.profile-input-row input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a}.btn-save{padding:.75rem 1.25rem;background:var(--primary);color:var(--white);border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-save:hover:not(:disabled){background:var(--primary-dark)}.btn-save:disabled{opacity:.5;cursor:not-allowed}.profile-readonly{padding:.75rem 1rem;background:#f8fafc;border:1px solid var(--gray-light);border-radius:8px;font-size:.9375rem;color:var(--gray)}.profile-uid{font-family:monospace;font-size:.8125rem}.loading-spinner-sm{width:20px;height:20px;border-width:2px}
