body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;transition:scroll 1s ease-out}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{height:5px;width:5px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#555}.menu-container{align-items:center;background-color:#fff;display:flex;height:60px;justify-content:space-between;position:fixed;width:100%;z-index:1000}.menu-button{background-color:initial;border:none;border-bottom:0 solid transparent;cursor:pointer;font-family:Georgia,serif;font-size:16px;margin:0 20px;padding:10px 0;transition:all .3s ease-in-out}.menu-button:hover{border-bottom:3px solid #000;padding-bottom:10px}.base-computing-menu-button{background-color:initial;border:none;border-bottom:0 solid transparent;cursor:pointer;margin:0 20px;padding:10px 0;transition:all .3s ease-in-out}.base-computing-menu-button img{width:120px}.hamburger-menu-button{background:none;border:none;cursor:pointer;display:inline-block;margin-left:10px;padding:10px}.hamburger-menu-icon{background-color:#000;border-radius:2px;display:block;height:2px;position:relative;width:20px}.hamburger-menu-icon:after,.hamburger-menu-icon:before{background-color:#000;border-radius:2px;content:"";display:block;height:2px;position:absolute;width:20px}.hamburger-menu-icon:before{top:-6px}.hamburger-menu-icon:after{top:6px}.menu{background-color:#fff;bottom:0;display:flex;flex-direction:column;left:0;position:fixed;right:0;top:60px;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;z-index:999}.show-menu{-webkit-transform:translateX(0);transform:translateX(0)}@media (min-width:768px){.menu-container{justify-content:center}.hamburger-menu-button{display:none}.menu{bottom:auto;flex-direction:row;left:auto;position:static;right:auto;top:auto;-webkit-transform:translateX(0);transform:translateX(0)}.menu,.menu-button{background-color:initial}.menu-button{border:none;border-bottom:0 solid transparent;cursor:pointer;font-family:Georgia,serif;font-size:16px;margin:0 20px;padding:10px 0;transition:all .3s ease-in-out}.menu-button:hover{border-bottom:3px solid #000;padding-bottom:10px}}.landing-page{align-items:center;background-color:#fff;display:flex;flex-direction:column;font-family:Garamond,serif;justify-content:center;min-height:calc(100vh - 60px);overflow-x:hidden}.landing-page img{height:100%}.landing-page-header{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding-top:80px;text-align:center}.landing-page-header h1{font-size:28px;margin-bottom:20px}.landing-page-header p{color:#707070;font-size:18px;margin-bottom:20px;width:69%}.landing-page-footer{bottom:0;left:0;position:absolute;text-align:center;width:100%}.social-links{align-items:center;display:flex;justify-content:center;margin-bottom:20px}.social-links a{color:#707070;display:inline-block;font-size:12px;margin:0 10px;transition:all .3s ease-in-out}.social-links a:hover{color:#000}.landing-page-footer p{color:#707070;font-size:14px}.flip-container{cursor:pointer;height:30vh;margin:0 auto 20px;-webkit-perspective:1000px;perspective:1000px;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease;width:100%}.flip-container:active{-webkit-transform:scale(.98);transform:scale(.98)}.flipper{height:100%;position:relative;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:-webkit-transform .6s;transition:transform .6s;transition:transform .6s,-webkit-transform .6s;width:100%}.flipper.flipped{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.back,.front{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;position:absolute;width:100%}.back{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}@media (max-width:768px){.landing-page-footer{position:inherit}.landing-page img{height:100%}}.auth-modal-overlay{align-items:center;background-color:rgba(0,0,0,.5);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10000}.auth-modal{background-color:#fff;border:1px solid #ccc;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.15);max-width:400px;padding:0;width:90%}.auth-modal-header{align-items:center;background-color:#f8f9fa;border-bottom:1px solid #ccc;border-radius:10px 10px 0 0;color:#000;display:flex;justify-content:space-between;padding:20px}.auth-modal-header h2{font-family:Garamond,serif;font-size:18px;font-weight:700;margin:0}.close-button{align-items:center;background:none;border:none;color:#707070;cursor:pointer;display:flex;font-size:24px;height:30px;justify-content:center;padding:0;transition:color .3s ease;width:30px}.close-button:hover{color:#000}.auth-modal-body{color:#000;padding:30px}.auth-description{color:#707070;font-family:Garamond,serif;font-size:14px;line-height:1.6;margin-bottom:25px;text-align:center}.input-group{margin-bottom:20px}.input-group label{color:#000;display:block;font-family:Garamond,serif;font-size:14px;font-weight:700;margin-bottom:8px}.input-group input{background-color:#fff;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;color:#000;font-family:Garamond,serif;font-size:16px;padding:12px 15px;transition:border-color .3s ease;width:100%}.input-group input:focus{border-color:#000;outline:none}.input-group input:disabled{background-color:#f8f9fa;cursor:not-allowed;opacity:.6}.error-message{background-color:#f8f9fa;border-left:3px solid #d9534f;border-radius:4px;color:#d9534f;font-family:Garamond,serif;font-size:14px;margin-bottom:15px;padding:10px}.auth-modal-actions{display:flex;gap:15px;justify-content:flex-end}.cancel-button,.submit-button{border:none;border-radius:4px;cursor:pointer;font-family:Garamond,serif;font-size:14px;padding:10px 20px;transition:all .3s ease}.cancel-button{background-color:#f8f9fa;border:1px solid #ccc;color:#707070}.cancel-button:hover:not(:disabled){background-color:#e9ecef;color:#000}.submit-button{background-color:#000;border:1px solid #000;color:#fff}.submit-button:hover:not(:disabled){background-color:#000;border-color:#000}.cancel-button:disabled,.submit-button:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.auth-modal{margin:20px;width:95%}.auth-modal-header{padding:15px}.auth-modal-header h2{font-size:16px}.auth-modal-body{padding:20px}.auth-modal-actions{flex-direction:column}.cancel-button,.submit-button{width:100%}}.blog-page{background-color:#fff;font-family:Garamond,serif}.blog-page,.blog-page-header{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:calc(100vh - 60px)}.blog-page-header{flex:1 1;padding-top:60px;text-align:center;width:100%}.blog-page-header h1{font-size:28px;margin-bottom:20px}.blog-page-header p{color:#707070;font-size:18px;margin-bottom:20px}.section-header{justify-content:space-between;margin-bottom:10px;max-height:50px!important;min-height:50px;width:100%}.section-header,.section-header div{align-items:center;display:flex}.section-header div select{margin:0}.section-header h2{cursor:pointer;font-size:1.5em;font-weight:700;margin:0}.section-header label{color:#707070;font-size:16px;margin-right:15px}.category-dropdown{-webkit-appearance:none;appearance:none;background-color:#f0f0f0;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27%23707070%27 d=%27M7 10l5 5 5-5H7z%27/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:12px;border:none;border-radius:4px;cursor:pointer;font-family:"Garamond serif";font-size:16px;padding:8px 30px 8px 15px}.category-dropdown:focus{box-shadow:0 0 5px #007bff;outline:none}.blog-page-body{flex-direction:row;margin:auto;width:90%}.blog-page-body,.blog-section,.microblogging-section{display:flex;max-height:calc(100vh - 60px);min-height:calc(100vh - 60px);overflow-y:hidden}.blog-section,.microblogging-section{flex-direction:column;margin:0 auto;overflow-x:hidden}.blog-section>div,.microblogging-section>div{flex:1 1 auto;max-height:calc(100vh - 120px);overflow-y:scroll;padding-right:1vw}.blog-section h2,.microblogging-section h2{cursor:pointer;font-size:1.5em;font-weight:700;margin:0}.microblogging-section{margin-right:3%;width:20%}.blog-section{margin-right:3%;width:77%}@media (max-width:768px){.section-header{align-items:center;flex-direction:row;height:auto}.category-dropdown{margin-top:10px}.blog-page-body{flex-direction:column}.blog-section.open,.microblogging-section.open{min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content;width:100%}.blog-section,.microblogging-section{margin-right:0;max-height:none;min-height:auto;width:100%}.post-image{margin:auto auto 20px;max-height:100%;max-width:100%}.category-dropdown{width:100%}}.error-message{color:red;margin-top:20px;text-align:center}.post{background-color:#fff;border-radius:10px;display:flex;flex-direction:column;padding:20px}.post-image{flex:0 0 25%;max-width:200px}.post-image img{height:100%;object-fit:cover;width:100%}.post-details{display:flex;flex:1 1;flex-direction:column;justify-content:space-between}.post-details h2{font-size:24px;font-weight:700;margin-bottom:10px;margin-top:0}.post-details h3{font-size:18px;margin-bottom:10px}.post-details div,.post-details p{font-size:16px;margin-bottom:10px}.post-details a{color:#707070;display:inline-block;font-size:12px;margin-top:15px;transition:all .3s ease-in-out}.post-details a:hover{color:#000}@media screen and (min-width:768px){.post{flex-direction:row}.post-image{margin-right:20px;max-height:none;max-width:none;width:50%}.post-details{flex:1 1}}.micro-post{background-color:#fff;border-radius:10px;padding:20px}.micro-post,.micro-post-details{display:flex;flex-direction:column}.micro-post-details{flex:1 1;justify-content:space-between}.micro-post-details h2{font-size:24px;font-weight:700;margin-bottom:10px;margin-top:0}.micro-post-details div,.micro-post-details p{font-size:16px;margin-bottom:10px}.micro-post-details a{color:#707070;display:inline-block;font-size:12px;margin-top:15px;transition:all .3s ease-in-out}.micro-post-details a:hover{color:#000}@media screen and (min-width:768px){.micro-post{flex-direction:row}.micro-post-details{flex:1 1}}.comment-form{margin-top:20px}.comment-form textarea{font-family:"Garamond serif";font-size:16px;height:80px;padding:10px;resize:vertical;width:calc(100% - 20px)}.comment-form button{background-color:none;border:none;border-bottom:2px solid #ccc;cursor:pointer;font-size:16px;padding:10px 20px;width:100%}.comment,.comment-form button{font-family:"Garamond serif";margin-top:10px}.comment{border-left:1px solid #ccc;padding-left:20px}.comment-actions{align-items:center;display:flex;margin-top:5px}.comment-actions .like-button{align-items:center;background:none;border:none;cursor:pointer;display:inline-flex;padding:0}.comment-actions .like-button.liked{color:#d9534f}.comment-actions .reply-button{color:#838383;cursor:pointer;font-family:"Garamond serif";margin-left:10px;text-decoration:underline}.comment-children{border-left:1px solid #ccc;margin-top:10px;padding-left:20px}.comment-list{margin-top:20px}.post-detail{font-family:"Garamond serif";margin:auto;max-width:90%;min-height:calc(100vh - 60px);padding:60px 0 40px}.post-detail-image img{height:auto;width:100%}.post-detail-content h1{font-size:32px;margin-bottom:10px}.post-detail-content h2{font-size:24px;margin-bottom:20px}.post-detail-content p{color:#707070;font-size:16px}.post-detail-stats{align-items:center;display:flex;margin-top:20px}.post-detail-stats button{background:none;border:1px solid #ccc;cursor:pointer;font-size:16px;margin-right:20px;padding:10px}.post-detail-stats span{font-size:16px}.post-like-container{align-items:center;cursor:pointer;display:inline-flex;margin-right:10px}.heart-icon{font-size:14px}.heart-icon.liked{color:#d9534f}.like-count{margin-left:5px}.post-views-container{align-items:center;display:inline-flex;margin-left:10px}.post-views-container .heart-icon{font-size:14px;margin-right:5px}.views-count{font-size:12px}@media screen and (min-width:768px){.post-detail{max-width:42%;padding:100px 0 40px}}.projects-page{background-color:#fff;font-family:Garamond,serif}.projects-page,.projects-page-header{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:calc(100vh - 60px)}.projects-page-header{flex:1 1;padding-top:60px;text-align:center;width:100%}.projects-page-header h1{font-size:28px;margin-bottom:20px}.projects-page-header p{color:#707070;font-size:18px;margin-bottom:20px}.projects-page-body{margin:auto;max-height:calc(100vh - 60px);min-height:calc(100vh - 60px);overflow-y:scroll;width:90%}.project{background-color:#fff;border-radius:10px;display:flex;flex-direction:column;padding:20px}.project-image{flex:0 0 25%;max-height:200px;max-width:200px}.project-image img{height:100%;object-fit:cover;width:100%}.project-details{display:flex;flex:1 1;flex-direction:column;justify-content:space-between}.project-details h2{font-size:24px;font-weight:700;margin-bottom:10px;margin-top:0}.project-details h3{font-size:18px;margin-bottom:10px}.project-details div,.project-details p{font-size:16px;margin-bottom:10px}.project-details a{color:#707070;display:inline-block;font-size:12px;margin-top:15px;transition:all .3s ease-in-out}.project-details a:hover{color:#000}@media screen and (min-width:768px){.project{flex-direction:row}.project-image{margin-right:20px;max-height:none;max-width:none;width:50%}.project-details{flex:1 1}}.publications-page{background-color:#fff;font-family:Garamond,serif}.publications-page,.publications-page-header{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:calc(100vh - 60px)}.publications-page-header{flex:1 1;padding-top:60px;text-align:center;width:100%}.publications-page-header h1{font-size:28px;margin-bottom:20px}.publications-page-header p{color:#707070;font-size:18px;margin-bottom:20px}.publications-page-body{margin:auto;max-height:calc(100vh - 60px);min-height:calc(100vh - 60px);overflow-y:scroll;width:90%}.publication{background-color:#fff;border-radius:10px;padding:20px}.publication,.publication-details{display:flex;flex-direction:column}.publication-details{flex:1 1;justify-content:space-between}.publication-details h2{font-size:24px;font-weight:700;margin-bottom:10px;margin-top:0}.publication-details h3{font-size:18px;margin-bottom:10px}.publication-details p{font-size:16px;margin-bottom:10px}.publication-details a{color:#707070;display:inline-block;font-size:12px;margin-top:15px;transition:all .3s ease-in-out}.publication-details a:hover{color:#000}@media screen and (min-width:768px){.publication{flex-direction:row}.publication-image{margin-right:20px;max-height:none;max-width:none;width:50%}.publication-details{flex:1 1}}.ideas-page{background-color:#fff;font-family:Garamond,serif}.ideas-page,.ideas-page-header{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:calc(100vh - 60px)}.ideas-page-header{flex:1 1;padding-top:60px;text-align:center;width:100%}.ideas-page-header h1{font-size:28px;margin-bottom:20px}.ideas-page-header p{color:#707070;font-size:18px;margin-bottom:20px}.ideas-page-body{margin:auto;max-height:calc(100vh - 60px);min-height:calc(100vh - 60px);overflow-y:scroll;width:90%}.idea{background-color:#fff;border-radius:10px;padding:20px}.idea,.idea-details{display:flex;flex-direction:column}.idea-details{flex:1 1;justify-content:space-between}.idea-details h2{font-size:24px;font-weight:700;margin-bottom:10px;margin-top:0}.idea-details h3{font-size:18px;margin-bottom:10px}.idea-details p{font-size:16px;margin-bottom:10px}.idea-details a{color:#707070;display:inline-block;font-size:12px;margin-top:15px;transition:all .3s ease-in-out}.idea-details a:hover{color:#000}@media screen and (min-width:768px){.idea{flex-direction:row}.idea-image{margin-right:20px;max-height:none;max-width:none;width:50%}.idea-details{flex:1 1}}.not-found{align-items:center;display:flex;flex-direction:column;font-family:Garamond,serif;height:100vh;justify-content:center}.not-found h1{color:#000;font-size:28px;font-weight:700;margin-bottom:20px}.not-found p{color:#707070;font-size:18px;margin-bottom:20px}.not-found a{color:#707070;display:inline-block;font-size:14px;margin-right:20px;transition:all .3s ease-in-out}.not-found a:hover{color:#000}.fixed-bottom{bottom:14px;position:fixed}.arnold-page{background-color:#fff;bottom:0;display:flex;flex-direction:column;font-family:Garamond,serif;height:calc(100vh - 60px);left:0;position:fixed;right:0;top:60px}.arnold-page-header{align-items:center;background-color:#f8f9fa;border-bottom:1px solid #ccc;color:#000;display:flex;justify-content:space-between;padding:15px 20px}.arnold-avatar{align-items:center;display:flex;gap:12px}.avatar-icon{background-color:#f8f9fa;border:1px solid #ccc;border-radius:50%;font-size:20px;padding:8px}.status-indicator{align-items:center;color:#707070;display:flex;font-family:Garamond,serif;font-size:14px;gap:6px}.status-dot{border-radius:50%;height:8px;width:8px}.status-dot.online{background-color:#28a745}.status-dot.offline{background-color:#dc3545}.logout-button{background:none;border:1px solid #ccc;border-radius:4px;color:#707070;cursor:pointer;font-family:Garamond,serif;padding:8px 16px;transition:all .3s ease}.logout-button:hover{background-color:#f8f9fa;color:#000}.arnold-page-messages{background-color:#fff;display:flex;flex:1 1;flex-direction:column;gap:15px;min-height:0;overflow-y:auto;padding:20px}.message{display:flex;margin-bottom:10px}.message.user{justify-content:flex-end}.message.arnold{justify-content:flex-start}.message-content{word-wrap:break-word;border-radius:10px;font-family:Garamond,serif;max-width:70%;padding:12px 16px;position:relative}.message.user .message-content{background-color:#f8f9fa;border:1px solid #ccc;border-bottom-right-radius:4px;color:#000}.message.arnold .message-content{background-color:#f8f9fa;border:1px solid #ccc;border-bottom-left-radius:4px;color:#000}.message-text{font-size:14px;line-height:1.4;margin-bottom:4px}.message-time{font-family:Garamond,serif;font-size:11px;opacity:.7}.typing-indicator{align-items:center;display:flex;gap:4px;padding:8px 0}.typing-indicator span{-webkit-animation:typing 1.4s ease-in-out infinite;animation:typing 1.4s ease-in-out infinite;background-color:#707070;border-radius:50%;height:6px;width:6px}.typing-indicator span:first-child{-webkit-animation-delay:-.32s;animation-delay:-.32s}.typing-indicator span:nth-child(2){-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes typing{0%,80%,to{opacity:.5;-webkit-transform:scale(.8);transform:scale(.8)}40%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes typing{0%,80%,to{opacity:.5;-webkit-transform:scale(.8);transform:scale(.8)}40%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.arnold-page-input{background-color:#f8f9fa;border-top:1px solid #ccc;flex-shrink:0;padding:20px}.input-mode-toggle{display:flex;gap:10px;justify-content:center;margin-bottom:15px}.mode-button{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05);color:#707070;cursor:pointer;display:flex;font-family:Garamond,serif;font-size:14px;font-weight:500;gap:8px;padding:10px 20px;transition:all .3s ease}.mode-button:hover{border-color:#000;box-shadow:0 4px 8px rgba(0,0,0,.1);color:#000}.mode-button.active{background-color:#000;border-color:#000;box-shadow:0 4px 12px rgba(0,0,0,.2);color:#fff}.text-input-form{align-items:center;display:flex;gap:10px}.audio-input-form{align-items:center;display:flex;flex-direction:column;gap:15px}.audio-controls,.record-button{align-items:center;display:flex;justify-content:center}.record-button{background-color:#fff;border:2px solid #000;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05);color:#000;cursor:pointer;font-family:Garamond,serif;font-size:14px;font-weight:500;gap:8px;min-width:140px;padding:12px 24px;transition:all .3s ease}.record-button:hover:not(:disabled){background-color:#000;box-shadow:0 4px 8px rgba(0,0,0,.2);color:#fff}.record-button.recording{-webkit-animation:pulse 1s infinite;animation:pulse 1s infinite;background-color:#dc3545;border-color:#dc3545;color:#fff}.record-button:disabled{cursor:not-allowed;opacity:.6}.audio-preview{flex-direction:column;gap:15px}.audio-info,.audio-preview{align-items:center;display:flex}.audio-info{color:#707070;font-family:Garamond,serif;font-size:14px;font-weight:500;gap:8px}.audio-actions{gap:12px}.action-button,.audio-actions{align-items:center;display:flex}.action-button{background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;box-shadow:0 2px 4px rgba(0,0,0,.05);color:#707070;cursor:pointer;font-family:Garamond,serif;font-size:13px;font-weight:500;gap:6px;padding:8px 16px;transition:all .3s ease}.action-button:hover:not(:disabled){box-shadow:0 4px 8px rgba(0,0,0,.1)}.action-button.cancel:hover:not(:disabled){border-color:#dc3545;color:#dc3545}.action-button.send{background-color:#000;border-color:#000;color:#fff}.action-button.send:hover:not(:disabled){background-color:#333;box-shadow:0 4px 8px rgba(0,0,0,.2)}.action-button:disabled{cursor:not-allowed;opacity:.6}.audio-loading{color:#707070;font-family:Garamond,serif;font-style:italic}@-webkit-keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.message-input{background-color:#fff;border:1px solid #ccc;border-radius:4px;color:#000;flex:1 1;font-family:Garamond,serif;font-size:14px;outline:none;padding:12px 16px;transition:border-color .3s ease}.message-input:focus{border-color:#000}.message-input:disabled{background-color:#f8f9fa;cursor:not-allowed;opacity:.6}.send-button{align-items:center;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:16px;height:40px;justify-content:center;transition:background-color .3s ease;width:40px}.send-button,.send-button:hover:not(:disabled){background-color:#000}.send-button:disabled{cursor:not-allowed;opacity:.5}.arnold-page-messages::-webkit-scrollbar{width:6px}.arnold-page-messages::-webkit-scrollbar-track{background:#f1f1f1}.arnold-page-messages::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.arnold-page-messages::-webkit-scrollbar-thumb:hover{background:#555}@media (max-width:768px){.arnold-page{bottom:0;height:calc(100vh - 60px);left:0;position:fixed;right:0;top:60px}.arnold-page-header{padding:12px 15px}.arnold-page-messages{padding:15px}.message-content{max-width:85%}.arnold-page-input{padding:15px}.message-input{font-size:16px}.record-button{font-size:13px;min-width:120px;padding:10px 16px}.input-mode-toggle{margin-bottom:10px}.mode-button{font-size:13px;padding:8px 16px}.audio-actions{gap:8px}.action-button{font-size:12px;padding:6px 12px}}@media (max-width:480px){.message-content{max-width:90%}}
/*# sourceMappingURL=main.bef10497.css.map*/