.cactus-drive {margin: 20px 20px 20px 2px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; box-sizing: border-box;}
.cactus-drive *, .cactus-drive *:before, .cactus-drive *:after {box-sizing: border-box;}
.cactus-drive-header {background: #7DA10A; color: #fff; padding: 20px; border-radius: 8px; display: flex; align-items: center; justify-content: space-between;}
.cactus-drive-header h1 {color: #fff; margin: 0; font-size: 24px; display: flex; align-items: center;}
.cactus-drive-header h2 .dashicons {margin-right: 10px;}
.cactus-drive-grid {display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; margin-top: 20px;}
.cactus-drive-card {background: #fff; border: 1px solid #ccd0d4; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); padding: 20px; transition: transform 0.2s ease;}
.cactus-drive-card:hover {transform: translateY(-2px);}
.cactus-drive-card h2 {border-bottom: 2px solid #f0f0f1; padding-bottom: 10px; margin-top: 0; color: #2c3338; display: flex; align-items: center; font-size: 18px;}
.cactus-drive-card h2 .dashicons {margin-right: 10px; color: #7FA409;}
.cactus-drive-field {margin-bottom: 20px;}
.cactus-drive-field label {display: block; font-weight: 600; margin-bottom: 8px; color: #2c3338;}
.cactus-drive-field input[type="text"], .cactus-drive-field select {width: 100%; border: 1px solid #ccd0d4; border-radius: 6px; padding: 10px; font-size: 14px;}
.cactus-drive-field input:focus {border-color: #7FA409; outline: none; box-shadow: 0 0 0 1px #7FA409;}
.cactus-drive-switch-row {display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid #f9f9f9;}
.cactus-drive-status-tag {font-size: 10px; text-transform: uppercase; padding: 2px 6px; border-radius: 4px; font-weight: bold;}
.status-on {background: #e7f5d1; color: #4e6a00;}
.status-off {background: #f0f0f1; color: #646970;}
.cactus-drive-info {font-size: 12px; color: #646970; line-height: 1.5; margin-top: 10px; padding: 10px; background: #fcfcfc; border-radius: 4px; border-left: 3px solid #7FA409;}
.cactus-drive-info code {background: #eee; padding: 2px 4px; border-radius: 3px;}
.cactus-drive-log-box {background: #1d2327; color: #7FA409; padding: 20px; border-radius: 8px; font-family: monospace; font-size: 13px; line-height: 1.6; border: 1px solid #000; min-height: 200px; box-shadow: inset 0 2px 10px rgba(0,0,0,0.5); overflow-y: auto; max-height: 400px;}
.cactus-drive-footer {margin-top: 20px; margin-left: 10px; text-align: left; font-size: 13px; padding: 15px; color: #646970; font-style: italic;}
.cactus-drive-save-btn {background: #7DA10A; border: none; color: white; padding: 12px 30px; border-radius: 6px; font-size: 16px; font-weight: 600; cursor: pointer; transition: 0.3s;}
.cactus-drive-save-btn:hover {background: #6a8a07;}