html,body{height:100%;overflow:hidden;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}#root{height:100vh;width:100vw}*:focus{outline:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}button{border:none;background:none;cursor:pointer}ul,ol{list-style:none}a{text-decoration:none;color:inherit}*{margin:0;padding:0;box-sizing:border-box}html{height:100vh;width:100vw;overflow:hidden}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow:hidden;background-color:#f0f0f0;margin:0;padding:0;height:100vh;width:100vw}.excel-app{display:flex;flex-direction:column;height:100vh;width:100vw;background-color:#f0f0f0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow:hidden}.spreadsheet-container{flex:1;overflow:hidden;position:relative;background-color:#f0f0f0;width:100vw;height:100vh}.spreadsheet-grid{display:flex;flex-direction:column;width:100%;height:100%;background-color:#f0f0f0;border:2px solid #d0d0d0;box-shadow:1px 1px 2px #0000001a;position:absolute;inset:0}.column-headers{display:flex;background-color:silver;color:#000;font-weight:700;border-bottom:2px solid #d0d0d0;flex-shrink:0;overflow:hidden}.corner-cell{width:50px;height:30px;border-right:2px solid #d0d0d0;border-bottom:2px solid #d0d0d0;background-color:silver;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px;color:#000;flex-shrink:0}.column-header{flex:1;height:30px;display:flex;align-items:center;justify-content:center;border-right:2px solid #d0d0d0;font-size:12px;font-weight:700;color:#000;background-color:silver;flex-shrink:0}.grid-container{display:flex;flex:1;overflow:hidden}.row-headers{width:50px;background-color:silver;color:#000;font-weight:700;flex-shrink:0;overflow:hidden}.row-header{height:25px;display:flex;align-items:center;justify-content:center;border-bottom:2px solid #d0d0d0;font-size:11px;font-weight:700;color:#000;background-color:silver;flex-shrink:0}.grid-cells{flex:1;overflow:hidden}.grid-row{display:flex;height:25px}.grid-cell{flex:1;height:25px;border-right:2px solid #d0d0d0;border-bottom:2px solid #d0d0d0;padding:2px 4px;font-size:11px;display:flex;align-items:center;background-color:#f0f0f0;flex-shrink:0}.grid-cell:hover{background-color:#e8e8e8}.sheet-content{position:absolute;inset:35px 0 0 50px;pointer-events:none;z-index:10;overflow:auto}.sheet-content>div{height:auto;min-height:100%;box-sizing:border-box;padding-bottom:20px}.sheet-content::-webkit-scrollbar{width:17px;height:17px}.sheet-content::-webkit-scrollbar-track{background:#f0f0f0;border:1px solid #d0d0d0}.sheet-content::-webkit-scrollbar-thumb{background:silver;border:1px solid #808080;border-radius:0}.sheet-content::-webkit-scrollbar-thumb:hover{background:#a0a0a0}.sheet-content::-webkit-scrollbar-corner{background:#f0f0f0;border:1px solid #d0d0d0}.sheet-content{scrollbar-width:thin;scrollbar-color:#c0c0c0 #f0f0f0}.sheet-content>*{pointer-events:auto}.sheet-content-grid{display:grid;grid-template-columns:repeat(26,1fr);grid-template-rows:repeat(50,1fr);gap:0;padding:10px;width:100%;height:100%}.content-cell{padding:4px 8px;font-size:11px;display:flex;align-items:center;background-color:transparent;border:none;outline:none}.content-cell.header{font-weight:700;background-color:#f0f0f0;border-bottom:2px solid #d0d0d0}.content-cell.description{max-width:300px;word-wrap:break-word}.sheet-tabs{height:40px;background-color:silver;display:flex;align-items:center;padding:0 10px;border-top:2px solid #d0d0d0;flex-shrink:0;box-shadow:1px 1px 2px #0000001a}.tab-controls{display:flex;align-items:center;margin-right:10px}.tab-arrow{width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#000;cursor:pointer;font-size:10px;background-color:#f0f0f0;border:2px solid #d0d0d0;border-radius:2px;margin:0 2px}.tab-arrow:hover{background-color:#e8e8e8}.tab-separator{width:1px;height:20px;background-color:gray;margin:0 5px}.tabs-container{display:flex;flex:1;overflow:hidden}.sheet-tab{min-width:100px;height:30px;background-color:#f0f0f0;border:2px solid #d0d0d0;border-bottom:none;border-radius:4px 4px 0 0;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#000;cursor:pointer;margin-right:2px;box-shadow:1px 1px 2px #0000001a}.sheet-tab:hover{background-color:#e8e8e8}.sheet-tab.active{background-color:#fff;border-bottom:2px solid #ffffff;box-shadow:2px 2px 4px #0003}.add-sheet-btn{width:20px;height:20px;background-color:#f0f0f0;border:2px solid #d0d0d0;border-radius:2px;display:flex;align-items:center;justify-content:center;color:#000;cursor:pointer;font-size:12px;font-weight:700;margin-left:10px;box-shadow:1px 1px 2px #0000001a}.add-sheet-btn:hover{background-color:#e8e8e8}.clippy-trigger{animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);box-shadow:1px 1px 2px #0000001a}50%{transform:scale(1.1);box-shadow:2px 2px 8px #0000004d}to{transform:scale(1);box-shadow:1px 1px 2px #0000001a}}.clippy-popup{position:fixed;bottom:80px;right:40px;z-index:10000;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.clippy-container{display:flex;align-items:flex-start;gap:5px}.clippy-character{width:180px;height:180px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.clippy-character img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.2))}.clippy-speech-bubble{background:#ffc;border:2px solid #000;border-radius:8px;padding:10px 14px;position:relative;max-width:200px;box-shadow:2px 2px 6px #0003;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.clippy-speech-bubble:before{content:"";position:absolute;left:-8px;top:20px;width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid #000}.clippy-speech-bubble:after{content:"";position:absolute;left:-6px;top:22px;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #ffffcc}.speech-bubble-content{position:relative}.speech-bubble-content p{margin:0 0 6px;font-size:11px;line-height:1.3;color:#000;font-weight:400}.speech-bubble-content p:last-child{margin-bottom:0}.clippy-close{position:absolute;top:4px;right:6px;background:none;border:none;font-size:14px;font-weight:700;color:#666;cursor:pointer;padding:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center;line-height:1}.clippy-close:hover{color:#000;background-color:#0000001a;border-radius:2px}.loading{display:flex;align-items:center;justify-content:center;height:100%;color:#666;font-size:14px}.content-cell a{color:#06c;text-decoration:none}.content-cell a:hover{text-decoration:underline}@media (max-width: 768px){.column-header,.grid-cell{width:80px}.sheet-content-grid{grid-template-columns:repeat(26,80px)}.sheet-tab{min-width:80px}.sheet-tabs{height:46px;padding:0 6px}.tabs-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.tab-arrow{width:26px;height:26px;font-size:12px}.corner-cell{width:44px;height:28px}.row-headers{width:44px}.row-header{height:24px}.sheet-content{top:30px;left:44px}.clippy-popup{bottom:60px;right:24px}.clippy-character{width:140px;height:140px}.clippy-speech-bubble{max-width:180px}}@media (max-width: 480px){.column-header{width:60px;height:26px;font-size:10px}.grid-cell{width:60px;height:22px;font-size:10px}.grid-row{height:22px}.sheet-content-grid{grid-template-columns:repeat(26,60px)}.corner-cell{width:40px;height:26px;font-size:10px}.row-headers{width:40px}.row-header{height:22px;font-size:10px}.sheet-tabs{height:48px;padding:0 6px;position:sticky!important;bottom:0!important;z-index:1000!important;background:#f0f0f0!important;border-top:1px solid #a6a6a6!important}.sheet-tab{min-width:72px;height:28px;font-size:10px;padding:0 6px}.tab-arrow{width:28px;height:28px;font-size:12px}.tabs-container{overflow-x:auto;gap:2px}.sheet-content{inset:0 0 48px 40px;padding:5px}.sheet-content>div{padding-left:10px;padding-right:10px}.spreadsheet-grid{position:absolute!important;inset:0!important;width:100%!important;height:100%!important}.sheet-content::-webkit-scrollbar{width:12px;height:12px}.clippy-popup{bottom:16px;right:12px}.clippy-character{width:100px;height:100px}.clippy-speech-bubble{max-width:160px;padding:8px 10px}.clippy-speech-bubble:before{left:-7px;top:16px}.clippy-speech-bubble:after{left:-5px;top:18px}.max-tenz{top:15%!important;left:0!important;right:0!important;padding:0 15px!important;gap:15px!important;position:relative!important;transform:none!important}.max-tenz .chart-container{width:100%!important;max-width:100%!important}.max-tenz .info-buttons{flex-direction:column!important;gap:8px!important;width:100%!important}.max-tenz .info-button{width:100%!important;padding:8px 12px!important;font-size:12px!important;text-align:center!important}.max-tenz .contact-buttons{flex-direction:column!important;gap:8px!important;width:100%!important}.max-tenz .contact-button{width:100%!important;padding:8px 12px!important;font-size:12px!important;text-align:center!important}.sheet-tabs{position:sticky;bottom:0;z-index:1000}}.desktop-table-view{display:block}.mobile-card-view{display:none}@media (max-width: 768px){.desktop-table-view{display:none}.mobile-card-view{display:block;padding:10px;margin:0}}@media (max-width: 320px){.column-headers,.row-headers,.corner-cell,.grid-cells{display:none}.spreadsheet-grid{border:none;box-shadow:none}}
