.mrbonda-pomodoro-container{font-family:"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;max-width:360px;margin:30px auto;padding:25px;background-color:#fff;border-radius:12px;box-shadow:0 8px 25px rgba(0,0,0,.12);text-align:center;color:var(--pomodoro-text-medium);border:1px solid var(--pomodoro-medium-grey);box-sizing:border-box;overflow:hidden}.mrbonda-pomodoro-container *{box-sizing:border-box}.pomodoro-header{margin-bottom:20px;display:flex;flex-direction:column;align-items:center}.pomodoro-header h2#pomodoro-session-title{margin:0 0 10px;font-size:1.5em;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:5px 15px;border-radius:20px;color:#fff;transition:background-color .3s ease;min-width:150px;text-align:center}.pomodoro-header h2#pomodoro-session-title.work-active{background-color:var(--pomodoro-red)}.pomodoro-header h2#pomodoro-session-title.break-active{background-color:var(--pomodoro-green)}.pomodoro-cycle-counter{font-size:.95em;color:var(--pomodoro-text-medium);background-color:var(--pomodoro-light-grey);padding:6px 12px;border-radius:15px;display:inline-block;font-weight:500}.pomodoro-cycle-counter span{font-weight:700;color:var(--pomodoro-blue)}.pomodoro-timer-area{position:relative;width:180px;height:180px;margin:10px auto 25px}.pomodoro-progress-ring{transform:rotate(-90deg)}.pomodoro-progress-ring__background{stroke:var(--pomodoro-medium-grey);stroke-width:14}.pomodoro-progress-ring__circle{stroke-width:14;transition:stroke-dashoffset .3s linear,stroke .3s linear}.pomodoro-progress-ring__circle.work-active{stroke:var(--pomodoro-red)}.pomodoro-progress-ring__circle.break-active{stroke:var(--pomodoro-green)}.pomodoro-time{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:3em;font-weight:700;color:var(--pomodoro-text-dark);line-height:1}.pomodoro-controls{margin-bottom:30px;display:flex;justify-content:center;gap:10px}.pomodoro-btn{padding:12px 18px;font-size:1em;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease,transform .1s ease,box-shadow .2s ease;box-shadow:0 2px 4px rgba(0,0,0,.07);min-width:80px}.pomodoro-btn:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.pomodoro-btn:active{transform:translateY(0px);box-shadow:0 1px 2px rgba(0,0,0,.05)}.pomodoro-btn-primary{background-color:var(--pomodoro-blue);color:white;font-weight:600}.pomodoro-btn-primary:hover{background-color:#0056b3}.pomodoro-task-list{margin-bottom:25px;padding:15px;background-color:var(--pomodoro-light-grey);border-radius:8px;text-align:left}.pomodoro-task-list h3{font-size:1.05em;margin-top:0;margin-bottom:12px;color:var(--pomodoro-text-dark);font-weight:600}.pomodoro-task-list input[type=text]{width:100%;padding:10px 12px;margin-bottom:10px;border:1px solid #ced4da;border-radius:6px;font-size:.95em;background-color:#fff}.pomodoro-task-list input[type=text]:focus{border-color:var(--pomodoro-blue);outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.pomodoro-settings{margin-top:20px;padding:20px 15px;background-color:#f0f4f8;border-radius:8px;text-align:left}.pomodoro-settings h3{text-align:center;margin-top:0;margin-bottom:20px;font-size:1.25em;color:var(--pomodoro-text-dark);font-weight:600}.pomodoro-settings div{margin-bottom:12px;display:flex;align-items:center;justify-content:space-between}.pomodoro-settings label{flex-basis:calc(65% - 10px);margin-right:10px;font-size:.9em;color:var(--pomodoro-text-medium)}.pomodoro-settings input[type=number]{width:60px;padding:8px;border:1px solid #ced4da;border-radius:6px;font-size:.9em;text-align:center}.pomodoro-settings input[type=checkbox]{margin-right:8px;transform:scale(1.2);accent-color:var(--pomodoro-blue)}.pomodoro-settings div:has(input[type=checkbox]){justify-content:flex-start;gap:5px}.pomodoro-settings div:has(input[type=checkbox]) label{flex-basis:auto;margin-right:0}.pomodoro-settings button#pomodoro-save-settings{display:block;width:100%;margin-top:15px;background-color:var(--pomodoro-dark-grey);color:white}.pomodoro-settings button#pomodoro-save-settings:hover{background-color:#5a6268}@media (max-width:480px){.mrbonda-pomodoro-container{margin:15px;padding:20px}.pomodoro-header h2#pomodoro-session-title{font-size:1.3em}.pomodoro-timer-area{width:160px;height:160px}.pomodoro-progress-ring{width:160px;height:160px}.pomodoro-progress-ring circle{r:73;cx:80;cy:80}.pomodoro-time{font-size:2.6em}.pomodoro-btn{padding:10px 15px;font-size:.95em;flex-grow:1}.pomodoro-settings div{flex-wrap:wrap}.pomodoro-settings label{flex-basis:100%;margin-bottom:5px}.pomodoro-settings input[type=number]{width:100%;text-align:left;padding:10px}.pomodoro-settings div:has(input[type=checkbox]){flex-wrap:nowrap}.pomodoro-settings div:has(input[type=checkbox]) input[type=checkbox]{flex-shrink:0}}