:root{--mountit-blue:#0073b1;--mountit-blue-dark:#005a8c;--mountit-blue-light:#e0f2fe;--mountit-gray:#9e9e9e;--mountit-gray-light:#f5f5f5;--mountit-gray-dark:#616161;--background:#fcfcfc;--surface:#fff;--text-main:#212529;--text-muted:#6c757d;--border-color:#e2e8f0;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}a{color:var(--mountit-blue);text-decoration:none;transition:color .2s}a:hover{color:var(--mountit-blue-dark)}.btn{border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--mountit-blue);color:#fff}.btn-primary:hover{background-color:var(--mountit-blue-dark);transform:translateY(-1px)}.btn-secondary{background-color:var(--mountit-gray-light);color:var(--text-main);border:1px solid var(--border-color)}.btn-secondary:hover{background-color:#e2e8f0}.card{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);padding:1.5rem}.form-group{margin-bottom:1rem}.form-label{color:var(--text-main);margin-bottom:.5rem;font-weight:500;display:block}.form-input,.form-select,.form-textarea{border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;padding:.6rem .8rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--mountit-blue);box-shadow:0 0 0 3px var(--mountit-blue-light);outline:none}
.layout-module__L5FxyW__appContainer{min-height:100vh;display:flex}.layout-module__L5FxyW__sidebar{background-color:var(--surface);border-right:1px solid var(--border-color);flex-direction:column;width:260px;display:flex}.layout-module__L5FxyW__logoContainer{border-bottom:1px solid var(--border-color);padding:1.5rem 2rem}.layout-module__L5FxyW__logo{letter-spacing:-.5px;font-size:1.8rem;font-weight:400}.layout-module__L5FxyW__logoMount{color:var(--mountit-blue)}.layout-module__L5FxyW__logoIt{color:var(--mountit-blue);margin-left:4px;font-weight:600}.layout-module__L5FxyW__nav{flex-direction:column;padding:1rem 0;display:flex}.layout-module__L5FxyW__navItem{color:var(--text-muted);border-left:3px solid #0000;align-items:center;padding:.8rem 2rem;font-weight:500;display:flex}.layout-module__L5FxyW__navItem:hover{background-color:var(--mountit-gray-light);color:var(--mountit-blue);border-left-color:var(--mountit-blue)}.layout-module__L5FxyW__navIcon{margin-right:12px;font-size:1.2rem}.layout-module__L5FxyW__mainContent{background-color:var(--background);flex-direction:column;flex:1;display:flex}.layout-module__L5FxyW__header{background-color:var(--surface);border-bottom:1px solid var(--border-color);align-items:center;height:70px;padding:0 2rem;display:flex}.layout-module__L5FxyW__pageTitle{color:var(--text-main);font-size:1.25rem;font-weight:600}.layout-module__L5FxyW__contentArea{flex:1;padding:2rem;overflow-y:auto}
