*{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f6f6f7;color:#202223}#root{height:100vh;overflow:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f6f6f7}::-webkit-scrollbar-thumb{background:#c9cccf;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#8c9196}*{margin:0;padding:0;box-sizing:border-box}.chalkboard-bg{min-height:100vh;background:#000;background-image:radial-gradient(circle at 20% 50%,#36454f,#000 50%),radial-gradient(circle at 80% 80%,#2f2f2f,#000 50%),repeating-linear-gradient(0deg,rgba(54,69,79,.1) 0px,transparent 1px,transparent 2px,rgba(54,69,79,.1) 3px);position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;padding-bottom:0}.error-message{position:fixed;top:2rem;left:50%;transform:translate(-50%);background:#dc3545;color:#fff;padding:1rem 2rem;border-radius:6px;font-size:.95rem;font-weight:500;box-shadow:0 4px 12px #0000004d;z-index:1000;max-width:90%;text-align:center;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.content{text-align:center;z-index:2;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-bottom:120px}.logo{max-width:250px;width:100%;height:auto;margin-bottom:1.5rem;display:block;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.brand-name{font-size:4rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:.05em;line-height:1.1}.chatter{color:#fec021;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.carts{color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.login-text{font-size:1.2rem;color:#fff;font-weight:300;letter-spacing:.15em;text-transform:uppercase;opacity:.8;margin-top:.5rem;margin-bottom:2rem}.gmail-button{display:inline-flex;align-items:center;gap:12px;padding:12px 24px;background:#fff;color:#333;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0003}.gmail-button:hover{background:#f5f5f5;box-shadow:0 4px 8px #0000004d;transform:translateY(-1px)}.gmail-button:active{transform:translateY(0);box-shadow:0 2px 4px #0003}.gmail-icon{width:20px;height:20px;flex-shrink:0}.wood-surface{position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(to bottom,#8b6f47,#6b5233);background-image:repeating-linear-gradient(90deg,transparent,transparent 2px,rgba(0,0,0,.1) 2px,rgba(0,0,0,.1) 4px),repeating-linear-gradient(0deg,transparent,transparent 1px,rgba(0,0,0,.05) 1px,rgba(0,0,0,.05) 2px);z-index:1;box-shadow:0 -2px 10px #0000004d}@media(max-width:768px){.brand-name{font-size:2.5rem}.login-text{font-size:1rem}.logo{max-width:180px}.content{padding-bottom:100px}.wood-surface{height:100px}}@media(max-width:480px){.brand-name{font-size:2rem}.logo{max-width:150px}}.navigation{width:100%}.nav-item{width:100%;padding:.5rem 1.5rem;background:none;border:none;color:#b3b3b3;text-align:left;cursor:pointer;font-size:13px;font-weight:400;transition:all .15s;display:block;line-height:1.5}.nav-item:hover{background:#2c2e30;color:#fff}.nav-item.active{background:#008060;color:#fff;font-weight:500}.sidebar{width:240px;background:#202223;color:#fff;display:flex;flex-direction:column;overflow:hidden;position:fixed;left:0;top:0;height:100vh;z-index:200}.sidebar-header{padding:1rem 1.5rem;border-bottom:1px solid #2c2e30;display:flex;align-items:center;gap:.75rem;min-height:60px}.sidebar-logo{flex-shrink:0}.logo-image{width:32px;height:32px;object-fit:contain}.sidebar-brand{display:flex;align-items:baseline;font-size:16px;font-weight:600;letter-spacing:-.01em;line-height:1.2}.brand-chatter{color:#ffc107;font-weight:700}.brand-carts{color:#fff;font-weight:600}.sidebar-nav{flex:1;overflow-y:auto;padding:.5rem 0}.sidebar-nav::-webkit-scrollbar{width:6px}.sidebar-nav::-webkit-scrollbar-track{background:#202223}.sidebar-nav::-webkit-scrollbar-thumb{background:#3d3f42;border-radius:3px}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:#4d4f52}.header{height:60px;background:#fff;border-bottom:1px solid #e1e3e5;display:flex;align-items:center;padding:0 1.5rem;position:sticky;top:0;z-index:100;box-shadow:0 1px #0000000d}.header-left{flex:0 0 auto;width:240px}.header-center{flex:1;display:flex;justify-content:center;max-width:600px;margin:0 auto}.search-container{position:relative;width:100%;max-width:500px}.search-input{width:100%;height:36px;padding:0 2.5rem 0 1rem;border:1px solid #c9cccf;border-radius:6px;font-size:14px;background:#f6f6f7;transition:all .2s}.search-input:focus{outline:none;border-color:#008060;background:#fff;box-shadow:0 0 0 3px #0080601a}.search-shortcut{position:absolute;right:8px;top:50%;transform:translateY(-50%);font-size:11px;color:#6d7175;background:#fff;padding:2px 6px;border-radius:3px;border:1px solid #c9cccf;pointer-events:none}.header-right{flex:0 0 auto;display:flex;align-items:center;gap:.75rem}.header-icon-button{width:36px;height:36px;border:none;background:transparent;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6d7175;transition:all .2s}.header-icon-button:hover{background:#f6f6f7;color:#202223}.header-logout-button{height:36px;padding:0 1rem;border:1px solid #c9cccf;background:#fff;border-radius:6px;font-size:14px;font-weight:500;color:#202223;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.header-logout-button:hover{background:#f6f6f7;border-color:#8c9196}.layout{display:flex;height:100vh;overflow:hidden;background:#f6f6f7}.layout-content{flex:1;display:flex;flex-direction:column;margin-left:240px;overflow:hidden}.main-content{flex:1;overflow:auto;background:#f6f6f7}.page-content{padding:2rem}.empty-state{display:flex;align-items:center;justify-content:center;height:100%;color:#6d7175;padding:2rem}.empty-state h2{font-weight:400;font-size:1.5rem;color:#202223}.business-info{max-width:800px;margin:0 auto;padding:2rem}.business-info-header{margin-bottom:2rem}.business-info-header h1{font-size:1.75rem;font-weight:600;color:#202223;margin:0}.business-info-loading,.business-info-error{text-align:center;padding:3rem;color:#6d7175;font-size:14px}.business-info-error{color:#d72c0d}.business-info-message{padding:.75rem 1rem;border-radius:6px;margin-bottom:1.5rem;font-size:14px}.business-info-error-message{background:#fee;color:#d72c0d;border:1px solid #fcc}.business-info-success-message{background:#e8f5e9;color:#2e7d32;border:1px solid #c8e6c9}.business-info-form{background:#fff;border:1px solid #e1e3e5;border-radius:8px;padding:2rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:14px;font-weight:500;color:#202223;margin-bottom:.5rem}.form-input{width:100%;padding:.75rem;border:1px solid #c9cccf;border-radius:6px;font-size:14px;color:#202223;background:#fff;transition:all .2s;box-sizing:border-box}.form-input:focus{outline:none;border-color:#008060;box-shadow:0 0 0 3px #0080601a}.form-input-readonly{background:#f6f6f7;color:#6d7175;cursor:not-allowed}.form-input::placeholder{color:#8c9196}.form-actions{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e1e3e5;display:flex;justify-content:flex-end;gap:.75rem}.form-button{padding:.75rem 1.5rem;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:1px solid transparent}.form-button:disabled{opacity:.6;cursor:not-allowed}.form-button-primary{background:#008060;color:#fff;border-color:#008060}.form-button-primary:hover:not(:disabled){background:#006e52;border-color:#006e52}.form-button-primary:active:not(:disabled){background:#005e46;border-color:#005e46}
